TdxHtmlDocumentExporterOptions.HtmlNumberingListExportFormat Property
In This Article
Specifies how the HTML export rourintes include bulleted and numbered lists in the resulting document.
#Declaration
Delphi
property HtmlNumberingListExportFormat: TdxHtmlNumberingListExportFormat read; write; default TdxHtmlNumberingListExportFormat.HtmlFormat;
#Property Value
Type | Default |
---|---|
Tdx |
Html |
#Remarks
Refer to the TdxHtmlNumberingListExportFormat type description on available options.
The HtmlNumberingListExportFormat property’s default value is TdxHtmlNumberingListExportFormat.HtmlFormat.
See Also