java.lang.Object
com.aspose.words.DocumentSplitCriteria
public class DocumentSplitCriteria
Different criteria can partially overlap. For instance, Heading 1 style is frequently given
| Field Summary | ||
|---|---|---|
static final int | NONE | |
| The document is not split. | ||
static final int | PAGE_BREAK | |
The document is split into parts at explicit page breaks.
A page break can be specified by a true.
|
||
static final int | COLUMN_BREAK | |
|
The document is split into parts at column breaks.
A column break can be specified by a |
||
static final int | SECTION_BREAK | |
| The document is split into parts at a section break of any type. | ||
static final int | HEADING_PARAGRAPH | |
|
The document is split into parts at a paragraph formatted using a heading style Heading 1, Heading 2 etc.
Use together with |
||
| Field Detail |
|---|
NONE = 0 | |
public static final int NONE | |
PAGE_BREAK = 1 | |
public static final int PAGE_BREAK | |
true.
COLUMN_BREAK = 2 | |
public static final int COLUMN_BREAK | |
SECTION_BREAK = 4 | |
public static final int SECTION_BREAK | |
HEADING_PARAGRAPH = 8 | |
public static final int HEADING_PARAGRAPH | |