PageCollectionExtensions

Inheritance: java.lang.Object, com.aspose.pdf.artifacts.pagination.PageCollectionExtensions

public class PageCollectionExtensions extends Object

Represents the extension method for updating header and footer pagination.

Constructors

ConstructorDescription
PageCollectionExtensions

Methods

MethodDescription
addBatesNumberingAdds Bates numbering to each page in the given page collection using the specified action to configure the BatesNArtifact.
addBatesNumberingAdds the specified Bates numbering artifact to each page in the given page collection.
addPaginationAdds the specified pagination artifacts to each page in the given page collection.
addPaginationInternal
deleteBatesNumberingDeletes all Bates numbering artifacts from each page in the given page collection.
updatePaginationUpdates the header and footer page numbers and dates for all pages. This will work if the document has at least one pagination artifact with special settings data. All pages in the collection will be updated with the source artifact according to its settings.

PageCollectionExtensions

public PageCollectionExtensions()

addBatesNumbering

Adds Bates numbering to each page in the given page collection using the specified action to configure the BatesNArtifact.

addBatesNumbering

Adds the specified Bates numbering artifact to each page in the given page collection.

addPagination

Adds the specified pagination artifacts to each page in the given page collection.

addPaginationInternal

deleteBatesNumbering

Deletes all Bates numbering artifacts from each page in the given page collection.

updatePagination

Updates the header and footer page numbers and dates for all pages. This will work if the document has at least one pagination artifact with special settings data. All pages in the collection will be updated with the source artifact according to its settings.