| Modifier and Type | Method and Description |
|---|---|
NumberStyle |
PageLabel.getNumberStyle()
The numbering style for the page label range
|
static NumberStyle |
NumberStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NumberStyle[] |
NumberStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageLabel.setNumberStyle(NumberStyle arg0)
The numbering style for the page label range
|
| Constructor and Description |
|---|
PageLabel(int start,
NumberStyle ns)
Convenience constructor creates a range with no prefix starting with number 1.
|
PageLabel(int start,
NumberStyle ns,
java.lang.String p,
int first)
Public constructor
|