Skip to main content
HTMLDocumentSplittingModeEnum enumeration constants are used to denote the mode of splitting HTML document into files.
typedef enum {
 HDSM_None,
 HDSM_Heading_1,
 HDSM_Heading_2,
 HDSM_Smart
} HTMLDocumentSplittingModeEnum;

Elements

NameDescription
HDSM\_Heading\_1Split into files by headings of one level.
HDSM\_Heading\_2Split into files by headings of two levels.
HDSM\_NoneDo not split file. One output HTML file corresponds to one input file.
HDSM\_SmartSmart mode. The program takes into account headings and controls the output files length so that the file length does not exceed some threshold value.

Used in

IHTMLExportParams::SplitDocumentToFiles