HtmlInsertOptions

HtmlInsertOptions

Overview

HtmlInsertOptions is a enum in Aspose.Words FOSS for .NET.

Specifies options for the InsertHtml(string, HtmlInsertOptions) method.

This enumeration defines 4 values: None, UseBuilderFormatting, RemoveLastEmptyParagraph, PreserveBlocks.

Values

ValueDescription
None
UseBuilderFormatting
RemoveLastEmptyParagraph
PreserveBlocks

See Also