typedef enum
{
DOC2_HF_NONE = 0,
DOC2_HF_AUTO_FORMAT,
DOC2_HF_BOXES,
DOC2_HF_TABBEDBOX,
DOC2_HF_TABBED,
DOC2_HF_CONVERT,
} DOC2_HEADERFOOTERSETTING;
The DOC2_HEADERFOOTERSETTING enumerated type specifies header and footer settings for the output.
Value | Meaning |
---|---|
DOC2_HF_NONE | Ignore headers and footers |
DOC2_HF_AUTO_FORMAT | Auto format |
DOC2_HF_BOXES | In boxes |
DOC2_HF_TABBEDBOX | Headers and fottores placed in boxes. |
DOC2_HF_TABBED | Headers and fottores in tabbed plain text. |
DOC2_HF_CONVERT | Convert to ordinary text |
The enumeration is used by: