java.lang.Objectcom.aspose.words.BreakType
public class BreakType
Field Summary | ||
---|---|---|
static final int | PARAGRAPH_BREAK | |
Break between paragraphs. | ||
static final int | PAGE_BREAK | |
Explicit page break. | ||
static final int | COLUMN_BREAK | |
Explicit column break. | ||
static final int | SECTION_BREAK_CONTINUOUS | |
Specifies start of new section on the same page as the previous section. | ||
static final int | SECTION_BREAK_NEW_COLUMN | |
Specifies start of new section in the new column. | ||
static final int | SECTION_BREAK_NEW_PAGE | |
Specifies start of new section on a new page. | ||
static final int | SECTION_BREAK_EVEN_PAGE | |
Specifies start of new section on a new even page. | ||
static final int | SECTION_BREAK_ODD_PAGE | |
Specifies start of new section on a odd page. | ||
static final int | LINE_BREAK | |
Explicit line break. |
Field Detail |
---|
PARAGRAPH_BREAK = 0 | |
public static final int PARAGRAPH_BREAK |
PAGE_BREAK = 1 | |
public static final int PAGE_BREAK |
COLUMN_BREAK = 2 | |
public static final int COLUMN_BREAK |
SECTION_BREAK_CONTINUOUS = 3 | |
public static final int SECTION_BREAK_CONTINUOUS |
SECTION_BREAK_NEW_COLUMN = 4 | |
public static final int SECTION_BREAK_NEW_COLUMN |
SECTION_BREAK_NEW_PAGE = 5 | |
public static final int SECTION_BREAK_NEW_PAGE |
SECTION_BREAK_EVEN_PAGE = 6 | |
public static final int SECTION_BREAK_EVEN_PAGE |
SECTION_BREAK_ODD_PAGE = 7 | |
public static final int SECTION_BREAK_ODD_PAGE |
LINE_BREAK = 8 | |
public static final int LINE_BREAK |