public final class LineNumberRestartMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONTINUOUS
Line numbering continuous from the previous section.
|
static int |
length |
static int |
RESTART_PAGE
Line numbering restarts at the start of every page.
|
static int |
RESTART_SECTION
Line numbering restarts at the section start.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String lineNumberRestartModeName) |
static java.lang.String |
getName(int lineNumberRestartMode) |
static int[] |
getValues() |
static java.lang.String |
toString(int lineNumberRestartMode) |
public static final int RESTART_PAGE
public static final int RESTART_SECTION
public static final int CONTINUOUS
public static final int length