Omni Systems, Inc.

  

Mif2Go User's Guide, Version 55

  

Valid HTML 4.01!

 

Made with Mif2Go

18 Splitting and extracting files > 18.3 Extracting files > 18.3.1 Enabling and disabling extract processing


18.3.1 Enabling and disabling extract processing

To enable extracts for your entire document, specify the following setting:

[HTMLOptions]

; ExtractEnable = Yes (allow extract files) or No (default, disable)

ExtractEnable=Yes

To turn extract processing on and off for some parts of your document, you can assign extract switch properties ExtrEnable and ExtrDisable to paragraph formats. For example, you might define paragraph formats ExEnable and ExDisable, and use them to delineate the portions of your document where extract processing should occur:

[HTMLParaStyles]

; ExtrEnable and ExtrDisable turn extract processing on or off; the

; starting state is given in [HTMLOptions]ExtractEnable=Yes or No

ExEnable=ExtrEnable Delete

ExDisable=ExtrDisable Delete

Once you have placed such paragraphs in your document, you cannot turn off all extract processing just by setting [HTMLOptions]ExtractEnable=No; instead you must delete all ExtrEnable assignments in [HTMLParaStyles].



18 Splitting and extracting files > 18.3 Extracting files > 18.3.1 Enabling and disabling extract processing