HTMLFormatModeEnum
HTMLFormatModeEnum enumeration constants are used to specify the language version used for export to HTML format.
typedef enum {
HFM_Format32,
HFM_Format40,
HFM_Format50
} HTMLFormatModeEnum;
Elements
Name | Description |
---|---|
HFM_Format32 | This format is obsolete. Using this constant is equivalent to HFM_Format40 with the IHTMLExportParams::UseCss property set to FALSE. |
HFM_Format40 | Full format using HTML 4.0 standard. It supports all types of document layout retention. |
HFM_Format50 | Full format using HTML 5.0 standard. |
Used in
7/3/2024 8:50:25 AM