Aspose::Pdf::PageNumber class
Contents
[
Hide
]PageNumber class
Represents a page number format that includes an index, total number of pages, and a delimiter.
class PageNumber : public System::Object
Nested classes
- Class PageIndex
- Class PageTotalNum
Methods
Method | Description |
---|---|
get_Delimiter() const | Gets the delimiter used in the page number format. The formatted string will be updated based on the specified delimiter. |
get_Index() const | Gets the page index component of the page number format. The formatted string will include a placeholder for the page index. |
get_Offset() const | Gets the offset to be added to the page index. |
get_TotalNum() const | Gets the total number of pages component of the page number format. The formatted string will include a placeholder for the total number of pages. |
GetPageNumberString(int32_t, int32_t) | Returns a formatted string representing the page number based on the current settings. |
PageNumber() | |
set_Delimiter(System::String) | Sets the delimiter used in the page number format. The formatted string will be updated based on the specified delimiter. |
set_Index(System::SharedPtr<PageNumber::PageIndex>) | Sets the page index component of the page number format. The formatted string will include a placeholder for the page index. |
set_Offset(int32_t) | Sets the offset to be added to the page index. |
set_TotalNum(System::SharedPtr<PageNumber::PageTotalNum>) | Sets the total number of pages component of the page number format. The formatted string will include a placeholder for the total number of pages. |
See Also
- Class Object
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++