HelpCompression Element

Author-it XML Format

Description

Enables you to select the type of compression that will be applied to the published Windows Help file.

The HelpCompression element corresponds to the Compression field on the Windows Help tab of the Book object.

Attributes

Attribute Name

Optional

Data Type

inherited

Yes

Boolean

inherit

Yes

Boolean

Parent Element

Book

Values

Data Type

Range

Integer

0 = (none)
1 = Maximum (recommended)
2 = Phrase on text
4 = Hall on text
8 = Zeck on text
16 = RLE on bitmaps
32 = Zeck on bitmaps

Sample XML

<HelpCompression inherited="true">1</HelpCompression>