typedef enum
{
DOC2_INDEX_NONE = 0,
DOC2_INDEX_SIMPLEHTML,
DOC2_INDEX_INFRAME,
} DOC2_HTMLINDEXPAGE;
The HTMLINDEXPAGE enumerated type values specify what type of indexing to use in the output.
Value |
Meaning |
DOC2_INDEX_NONE |
No index |
DOC2_INDEX_SIMPLEHTML |
Simple HTML |
DOC2_INDEX_INFRAME |
In a frame |
This enumerated type is used by the following structure: