TdxHtmlDocumentExporterOptions.IgnoreParagraphOutlineLevel Property
In This Article
Specifies whether HTML export routines ignore paragraph outline levels in the source document.
#Declaration
Delphi
property IgnoreParagraphOutlineLevel: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Options include:
Value | Description |
---|---|
False | An exported document encloses the paragraphs whose Outline |
True | An exported document encloses all paragraphs in HTML paragraph tags (<p>). All paragraph outline levels in the source document are ignored. |
The IgnoreParagraphOutlineLevel property’s default value is False.
See Also