public final class BreakType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
COLUMN_BREAK
Explicit column break.
|
static int |
length |
static int |
LINE_BREAK
Explicit line break.
|
static int |
PAGE_BREAK
Explicit page break.
|
static int |
PARAGRAPH_BREAK
Break between paragraphs.
|
static int |
SECTION_BREAK_CONTINUOUS
Specifies start of new section on the same page as the previous section.
|
static int |
SECTION_BREAK_EVEN_PAGE
Specifies start of new section on a new even page.
|
static int |
SECTION_BREAK_NEW_COLUMN
Specifies start of new section in the new column.
|
static int |
SECTION_BREAK_NEW_PAGE
Specifies start of new section on a new page.
|
static int |
SECTION_BREAK_ODD_PAGE
Specifies start of new section on a odd page.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String breakTypeName) |
static java.lang.String |
getName(int breakType) |
static int[] |
getValues() |
static java.lang.String |
toString(int breakType) |
public static final int PARAGRAPH_BREAK
public static final int PAGE_BREAK
public static final int COLUMN_BREAK
public static final int SECTION_BREAK_CONTINUOUS
public static final int SECTION_BREAK_NEW_COLUMN
public static final int SECTION_BREAK_NEW_PAGE
public static final int SECTION_BREAK_EVEN_PAGE
public static final int SECTION_BREAK_ODD_PAGE
public static final int LINE_BREAK
public static final int length