PageLabel

Overview

PageLabel is a class in Aspose.Pdf FOSS for Java.

Describes a page-label range entry used by {@link PageLabels}.

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