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

NameTypeAccessDescription
numberingStyleNumberingStyleReadReturns the numbering style.
prefixStringReadReturns the optional label prefix.
startingValueintReadReturns the starting numeric value for this range.

Methods

SignatureDescription
getNumberingStyle()NumberingStyleReturns the numbering style.
setNumberingStyle(numberingStyle: NumberingStyle)Sets the numbering style.
getPrefix()StringReturns the optional label prefix.
setPrefix(prefix: String)Sets the optional label prefix.
getStartingValue()intReturns the starting numeric value for this range.
setStartingValue(startingValue: int)Sets the starting numeric value for this range.

See Also

 English