public final class SectionStart
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONTINUOUS
The new section starts on the same page as the previous section.
|
static int |
EVEN_PAGE
The section starts on a new even page.
|
static int |
length |
static int |
NEW_COLUMN
The section starts from a new column.
|
static int |
NEW_PAGE
The section starts from a new page.
|
static int |
ODD_PAGE
The section starts on a new odd page.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String sectionStartName) |
static java.lang.String |
getName(int sectionStart) |
static int[] |
getValues() |
static java.lang.String |
toString(int sectionStart) |
public static final int CONTINUOUS
public static final int NEW_COLUMN
public static final int NEW_PAGE
public static final int EVEN_PAGE
public static final int ODD_PAGE
public static final int length