PageLabel

Overview

PageLabel is a class in Aspose.PDF FOSS for C++.

PageLabel.StartingValue() gets or sets the numeric start for a page label sequence.

This class provides 6 methods for working with PageLabel objects in C++ programs. Available methods include: NumberingStyle, Prefix, StartingValue. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
StartingValue()intSets the numeric start for a label, while Prefix(value) defines a string that precedes the number
StartingValue(value: int)Calls StartingValue(value) on this PageLabel instance.
NumberingStyle()Aspose::Pdf::NumberingStyleGets or sets the numbering style using the Aspose::Pdf::NumberingStyle enum
NumberingStyle(value: Aspose::Pdf::NumberingStyle)Calls NumberingStyle(value) on this PageLabel instance.
Prefix()std::stringGets or sets a string prefix that appears before the page number
Prefix(value: std::string)Calls Prefix(value) on this PageLabel instance.

See Also