public class PageLabel extends Object
Constructor and Description |
---|
PageLabel()
Constructor for page label.
|
Modifier and Type | Method and Description |
---|---|
int |
getNumberingStyle()
Gets numbering style.
|
String |
getPrefix()
Gets or sets page number prefix.
|
int |
getStartingValue()
Gets or sets starting value of the page numbering range.
|
void |
setNumberingStyle(int value)
Sets numbering style.
|
void |
setPrefix(String value)
Sets or sets page number prefix.
|
void |
setStartingValue(int value) |
public int getStartingValue()
public void setStartingValue(int value)
public int getNumberingStyle()
public void setNumberingStyle(int value)
value
- public String getPrefix()
public void setPrefix(String value)
Copyright © 2020 Aspose. All Rights Reserved.