Aspose::Words::HtmlInsertOptions enum

HtmlInsertOptions enum

Specifies options for the InsertHtml() method.

enum class HtmlInsertOptions

Values

NameValueDescription
None0Use the default options when inserting HTML.
UseBuilderFormatting1Use font and paragraph formatting specified in DocumentBuilder as base formatting for text inserted from HTML.
RemoveLastEmptyParagraph2Remove the empty paragraph that is normally inserted after HTML that ends with a block-level element.
PreserveBlocks4Preserve properties of block-level elements.

See Also