HTMLDocumentSplittingModeEnum
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
| Name | Description | 
|---|---|
| HDSM_Heading_1 | Split into files by headings of one level. | 
| HDSM_Heading_2 | Split into files by headings of two levels. | 
| HDSM_None | Do not split file. One output HTML file corresponds to one input file. | 
| HDSM_Smart | Smart 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
17.09.2024 15:14:41