java.lang.Object
com.aspose.words.HtmlInsertOptions
public class HtmlInsertOptions
| Field Summary | ||
|---|---|---|
static final int | NONE | |
| Use the default options when inserting HTML. | ||
static final int | USE_BUILDER_FORMATTING | |
|
Use font and paragraph formatting specified in |
||
static final int | REMOVE_LAST_EMPTY_PARAGRAPH | |
| Remove the empty paragraph that is normally inserted after HTML that ends with a block-level element. | ||
| Field Detail |
|---|
NONE = 0 | |
public static final int NONE | |
USE_BUILDER_FORMATTING = 1 | |
public static final int USE_BUILDER_FORMATTING | |
If this option is not specified, formatting of
If this option is specified, formatting of inserted text is based on formatting specified in
REMOVE_LAST_EMPTY_PARAGRAPH = 2 | |
public static final int REMOVE_LAST_EMPTY_PARAGRAPH | |