DOC2_HTMLINDEXPAGE

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

Comments

This enumerated type is used by the following structure:

HTML32SETTINGS

HTML40SETTINGS