Zum Hauptinhalt springen

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

Die Konstanten der Aufzählung HTMLFormatModeEnum werden verwendet, um die beim Export ins HTML-Format verwendete HTML-Version anzugeben.
typedef enum {
 HFM_Format32,
 HFM_Format40,
 HFM_Format50
} HTMLFormatModeEnum;

Elemente

NameBeschreibung
HFM_Format32Dieses Format ist veraltet. Die Verwendung dieser Konstante entspricht HFM_Format40 mit der auf FALSE gesetzten Eigenschaft IHTMLExportParams::UseCss.
HFM_Format40Vollständiges Format auf Basis des HTML-4.0-Standards. Es unterstützt alle Arten der Beibehaltung des Dokumentlayouts.
HFM_Format50Vollständiges Format auf Basis des HTML-5.0-Standards.

Verwendet in

IHTMLExportParams::HTMLFormatMode