public final class ContinuousSectionRestart
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ALWAYS
Page numbering always restarts regardless of content flow.
|
static int |
FROM_NEW_PAGE_ONLY
Page numbering restarts only if there is no other content before the section on the page where the section starts.
|
static int |
length |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String continuousSectionRestartName) |
static java.lang.String |
getName(int continuousSectionRestart) |
static int[] |
getValues() |
static java.lang.String |
toString(int continuousSectionRestart) |
public static final int ALWAYS
public static final int FROM_NEW_PAGE_ONLY
public static final int length