|
ASPOSE home |
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 | |
public static final int PARAGRAPH_BREAK |
PAGE_BREAK | |
public static final int PAGE_BREAK |
COLUMN_BREAK | |
public static final int COLUMN_BREAK |
SECTION_BREAK_CONTINUOUS | |
public static final int SECTION_BREAK_CONTINUOUS |
SECTION_BREAK_NEW_COLUMN | |
public static final int SECTION_BREAK_NEW_COLUMN |
SECTION_BREAK_NEW_PAGE | |
public static final int SECTION_BREAK_NEW_PAGE |
SECTION_BREAK_EVEN_PAGE | |
public static final int SECTION_BREAK_EVEN_PAGE |
SECTION_BREAK_ODD_PAGE | |
public static final int SECTION_BREAK_ODD_PAGE |
LINE_BREAK | |
public static final int LINE_BREAK |
|
ASPOSE home |