Skip to main content

TdxHtmlDocumentExporterOptions.HtmlNumberingListExportFormat Property

Specifies how the HTML export rourintes include bulleted and numbered lists in the resulting document.

Declaration

property HtmlNumberingListExportFormat: TdxHtmlNumberingListExportFormat read; write; default TdxHtmlNumberingListExportFormat.HtmlFormat;

Property Value

Type Default
TdxHtmlNumberingListExportFormat HtmlFormat

Remarks

Refer to the TdxHtmlNumberingListExportFormat type description on available options.

The HtmlNumberingListExportFormat property’s default value is TdxHtmlNumberingListExportFormat.HtmlFormat.

See Also