public final class ChapterPageSeparator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
COLON
A colon.
|
static int |
EM_DASH
An emphasized dash.
|
static int |
EN_DASH
A standard dash.
|
static int |
HYPHEN
A colon.
|
static int |
length |
static int |
PERIOD
A period.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String chapterPageSeparatorName) |
static java.lang.String |
getName(int chapterPageSeparator) |
static int[] |
getValues() |
static java.lang.String |
toString(int chapterPageSeparator) |
public static final int HYPHEN
public static final int PERIOD
public static final int COLON
public static final int EM_DASH
public static final int EN_DASH
public static final int length