Skip to main content

TdxHtmlDocumentExporterOptions.IgnoreParagraphOutlineLevel Property

Specifies whether HTML export routines ignore paragraph outline levels in the source document.

Declaration

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 OutlineLevel property value ranges from 1 to 6 into the corresponding HTML heading tags, from <h1> to <h6>, respectively. Paragraphs with other outline levels are enclosed in HTML paragraph tags (<p>).
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