PageLabel
Overview
PageLabel is a class in Aspose.Pdf FOSS for Java.
Describes a page-label range entry used by {@link PageLabels}.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
numberingStyle | NumberingStyle | Read | Returns the numbering style. |
prefix | String | Read | Returns the optional label prefix. |
startingValue | int | Read | Returns the starting numeric value for this range. |
Methods
| Signature | Description |
|---|---|
getNumberingStyle() → NumberingStyle | Returns the numbering style. |
setNumberingStyle(numberingStyle: NumberingStyle) | Sets the numbering style. |
getPrefix() → String | Returns the optional label prefix. |
setPrefix(prefix: String) | Sets the optional label prefix. |
getStartingValue() → int | Returns the starting numeric value for this range. |
setStartingValue(startingValue: int) | Sets the starting numeric value for this range. |