PageLabel
Overview
PageLabel is a class in Aspose.PDF FOSS for Java.
Describes a page-label range entry used by {@link PageLabels}.
This class provides 6 methods for working with PageLabel objects in Java programs.
Available methods include: getNumberingStyle, getPrefix, getStartingValue, setNumberingStyle, setPrefix, setStartingValue.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Properties: numberingStyle, prefix, startingValue.
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. |