Vai al contenuto principale
Le costanti dell’enumerazione HTMLFormatModeEnum vengono usate per specificare la versione della lingua utilizzata per l’esportazione in formato HTML.
typedef enum {
 HFM_Format32,
 HFM_Format40,
 HFM_Format50
} HTMLFormatModeEnum;

Elementi

NomeDescrizione
HFM_Format32Questo formato è obsoleto. L’utilizzo di questa costante è equivalente a HFM_Format40 con la proprietà IHTMLExportParams::UseCss impostata su FALSE.
HFM_Format40Formato completo basato sullo standard HTML 4.0. Supporta la conservazione di tutti i tipi di layout del documento.
HFM_Format50Formato completo basato sullo standard HTML 5.0.

Utilizzato in

IHTMLExportParams::HTMLFormatMode