Aspose::Words::HtmlInsertOptions enum
HtmlInsertOptions enum
Specifies options for the InsertHtml() method.
enum class HtmlInsertOptions
Values
Name | Value | Description |
---|---|---|
None | 0 | Use the default options when inserting HTML. |
UseBuilderFormatting | 1 | Use font and paragraph formatting specified in DocumentBuilder as base formatting for text inserted from HTML. |
RemoveLastEmptyParagraph | 2 | Remove the empty paragraph that is normally inserted after HTML that ends with a block-level element. |
PreserveBlocks | 4 | Preserve properties of block-level elements. |
See Also
- Namespace Aspose::Words
- Library Aspose.Words for C++