typedef enum
{
DOC2_ZONE_FLOWTEXT = 0,
DOC2_ZONE_TABLE,
DOC2_ZONE_GRAPHIC,
DOC2_ZONE_AUTO,
DOC2_ZONE_LEFTTEXT
DOC2_ZONE_VERTTEXT,
DOC2_ZONE_RIGHTTEXT
} DOC2_ZONETYPE;
The DOC2_ZONETYPE enumerated type lists the different zone types.
Value |
Meaning |
DOC2_ZONE_FLOWTEXT |
Flow text type zone. |
DOC2_ZONE_TABLE |
Table type zone |
DOC2_ZONE_GRAPHIC |
Zone containing graphics |
DOC2_ZONE_AUTO |
Default zone type |
DOC2_ZONE_VERTTEXT |
Vertical text zone type for Asian engine. |
DOC2_ZONE_LEFTTEXT |
Left rotated text (90 degrees counter clockwise). For Latin, Greek and Cyrillic characters only. |
DOC2_ZONE_RIGHTTEXT |
Right rotated text (90 degrees clockwise). For Latin, Greek and Cyrillic characters only. |
This enumerated type is used by the following structure: