Package | Description |
---|---|
com.aspose.pdf |
The com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like
Document or indirectly through several
subpackages. |
com.aspose.pdf.artifacts.pagination |
Modifier and Type | Method and Description |
---|---|
PageCollection |
Document.getPages()
Gets collection of document pages.
|
PageCollection |
IDocument.getPages()
Gets collection of document pages.
|
static PageCollection |
InternalHelper.getPages(Page page) |
Modifier and Type | Method and Description |
---|---|
static void |
InternalHelper.Document_setEvaluationWarning(PageCollection pages) |
static com.aspose.ms.System.Collections.Generic.IGenericEnumerable<Page> |
InternalHelper.getUnrestricted(PageCollection pages) |
Modifier and Type | Method and Description |
---|---|
static void |
PageCollectionExtensions.addBatesNumbering(PageCollection pageCollection,
com.aspose.ms.System.Action<BatesNArtifact> action)
Adds Bates numbering to each page in the given page collection using the specified action to configure the BatesNArtifact.
|
static void |
PageCollectionExtensions.addBatesNumbering(PageCollection pageCollection,
BatesNArtifact artifact)
Adds the specified Bates numbering artifact to each page in the given page collection.
|
static void |
PageCollectionExtensions.addPagination(PageCollection pageCollection,
List<PaginationArtifact> artifacts)
Adds the specified pagination artifacts to each page in the given page collection.
|
static void |
PageCollectionExtensions.addPaginationInternal(PageCollection pageCollection,
com.aspose.ms.System.Collections.Generic.List<PaginationArtifact> artifacts) |
static void |
PageCollectionExtensions.deleteBatesNumbering(PageCollection pageCollection)
Deletes all Bates numbering artifacts from each page in the given page collection.
|
static void |
PageCollectionExtensions.updatePagination(PageCollection pageCollection)
Updates the header and footer page numbers and dates for all pages.
|
Copyright © 2025 Aspose. All Rights Reserved.