Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxHtmlDocumentExporterOptions.IgnoreParagraphOutlineLevel Property

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 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