| Modifier and Type | Field and Description |
|---|---|
protected PdfPage |
PdfDocumentEvent.page
The PdfPage associated with this event.
|
| Modifier and Type | Method and Description |
|---|---|
PdfPage |
PdfDocumentEvent.getPage()
Returns the PdfPage associated with this event.
|
| Constructor and Description |
|---|
PdfDocumentEvent(String type,
PdfPage page)
Creates a PdfDocumentEvent.
|
| Modifier and Type | Field and Description |
|---|---|
protected PdfPage |
PdfDocument.currentPage
Currently active page.
|
| Modifier and Type | Method and Description |
|---|---|
PdfPage |
PdfPage.addAnnotation(int index,
PdfAnnotation annotation,
boolean tagAnnotation) |
PdfPage |
PdfPage.addAnnotation(PdfAnnotation annotation) |
PdfPage |
PdfDocument.addNewPage()
Creates and adds new page to the end of document.
|
PdfPage |
PdfDocument.addNewPage(int index)
Creates and inserts new page to the document.
|
PdfPage |
PdfDocument.addNewPage(int index,
PageSize pageSize)
Creates and inserts new page to the document.
|
PdfPage |
PdfDocument.addNewPage(PageSize pageSize)
Creates and adds new page with the specified page size.
|
PdfPage |
PdfDocument.addPage(int index,
PdfPage page)
Inserts page to the document.
|
PdfPage |
PdfDocument.addPage(PdfPage page)
Adds page to the end of document.
|
PdfPage |
PdfPage.copyTo(PdfDocument toDocument)
Copies page to the specified document.
|
PdfPage |
PdfPage.copyTo(PdfDocument toDocument,
IPdfPageExtraCopier copier)
Copies page to the specified document.
|
PdfPage |
PdfDocument.getFirstPage()
Get the first page of the document.
|
PdfPage |
PdfDocument.getLastPage()
Gets the last page of the document.
|
PdfPage |
PdfDocument.getPage(int pageNum)
Gets the page by page number.
|
PdfPage |
PdfDocument.getPage(PdfDictionary pageDictionary)
Gets the
PdfPage instance by PdfDictionary. |
PdfPage |
PdfPage.put(PdfName key,
PdfObject value) |
PdfPage |
PdfPage.removeAnnotation(PdfAnnotation annotation)
Removes an annotation from the page.
|
PdfPage |
PdfDocument.removePage(int pageNum)
Removes page from the document by page number.
|
PdfPage |
PdfPage.setAdditionalAction(PdfName key,
PdfAction action) |
PdfPage |
PdfPage.setArtBox(Rectangle rectangle) |
PdfPage |
PdfPage.setCropBox(Rectangle rectangle) |
PdfPage |
PdfPage.setIgnorePageRotationForContent(boolean ignorePageRotationForContent)
If true - defines that in case the page has a rotation, then new content will be automatically rotated in the
opposite direction.
|
PdfPage |
PdfPage.setMediaBox(Rectangle rectangle) |
PdfPage |
PdfPage.setPageLabel(PageLabelNumberingStyleConstants numberingStyle,
String labelPrefix)
This method adds or replaces a page label.
|
PdfPage |
PdfPage.setPageLabel(PageLabelNumberingStyleConstants numberingStyle,
String labelPrefix,
int firstPage)
This method adds or replaces a page label.
|
PdfPage |
PdfPage.setResources(PdfResources pdfResources) |
PdfPage |
PdfPage.setRotation(int degAngle) |
PdfPage |
PdfPage.setTrimBox(Rectangle rectangle) |
| Modifier and Type | Method and Description |
|---|---|
List<PdfPage> |
PdfDocument.copyPagesTo(int pageFrom,
int pageTo,
PdfDocument toDocument)
Copies a range of pages from current document to
toDocument appending copied pages to the end. |
List<PdfPage> |
PdfDocument.copyPagesTo(int pageFrom,
int pageTo,
PdfDocument toDocument,
int insertBeforePage)
Copies a range of pages from current document to
toDocument. |
List<PdfPage> |
PdfDocument.copyPagesTo(int pageFrom,
int pageTo,
PdfDocument toDocument,
int insertBeforePage,
IPdfPageExtraCopier copier)
Copies a range of pages from current document to
toDocument. |
List<PdfPage> |
PdfDocument.copyPagesTo(int pageFrom,
int pageTo,
PdfDocument toDocument,
IPdfPageExtraCopier copier)
Copies a range of pages from current document to
toDocument appending copied pages to the end. |
List<PdfPage> |
PdfDocument.copyPagesTo(List<Integer> pagesToCopy,
PdfDocument toDocument)
Copies a range of pages from current document to
toDocument appending copied pages to the end. |
List<PdfPage> |
PdfDocument.copyPagesTo(List<Integer> pagesToCopy,
PdfDocument toDocument,
int insertBeforePage)
Copies a range of pages from current document to
toDocument. |
List<PdfPage> |
PdfDocument.copyPagesTo(List<Integer> pagesToCopy,
PdfDocument toDocument,
int insertBeforePage,
IPdfPageExtraCopier copier)
Copies a range of pages from current document to
toDocument. |
List<PdfPage> |
PdfDocument.copyPagesTo(List<Integer> pagesToCopy,
PdfDocument toDocument,
IPdfPageExtraCopier copier)
Copies a range of pages from current document to
toDocument appending copied pages to the end. |
| Modifier and Type | Method and Description |
|---|---|
PdfPage |
PdfDocument.addPage(int index,
PdfPage page)
Inserts page to the document.
|
PdfPage |
PdfDocument.addPage(PdfPage page)
Adds page to the end of document.
|
protected void |
PdfDocument.checkAndAddPage(int index,
PdfPage page) |
protected void |
PdfDocument.checkAndAddPage(PdfPage page) |
void |
IPdfPageExtraCopier.copy(PdfPage fromPage,
PdfPage toPage)
Copies a page.
|
int |
PdfDocument.getPageNumber(PdfPage page)
Gets page number by page.
|
boolean |
PdfDocument.removePage(PdfPage page)
Removes the first occurrence of the specified page from this document,
if it is present.
|
protected void |
PdfDocument.storeLinkAnnotation(PdfPage page,
PdfLinkAnnotation annotation) |
| Modifier and Type | Field and Description |
|---|---|
protected PdfPage |
PdfAnnotation.page |
| Modifier and Type | Method and Description |
|---|---|
PdfPage |
PdfAnnotation.getPage() |
| Modifier and Type | Method and Description |
|---|---|
PdfAnnotation |
PdfAnnotation.setPage(PdfPage page) |
| Constructor and Description |
|---|
PdfCanvas(PdfPage page)
Convenience method for fast PdfCanvas creation by a certain page.
|
PdfCanvas(PdfPage page,
boolean wrapOldContent)
Convenience method for fast PdfCanvas creation by a certain page.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
PdfTextExtractor.getTextFromPage(PdfPage page)
Extract text from a specified page using the default strategy.
|
static String |
PdfTextExtractor.getTextFromPage(PdfPage page,
ITextExtractionStrategy strategy)
Extract text from a specified page using an extraction strategy.
|
void |
PdfCanvasProcessor.processPageContent(PdfPage page)
Processes PDF syntax.
|
| Modifier and Type | Method and Description |
|---|---|
static PdfExplicitDestination |
PdfExplicitDestination.create(PdfPage page,
PdfName type,
float left,
float bottom,
float right,
float top,
float zoom) |
static PdfExplicitDestination |
PdfExplicitDestination.createFit(PdfPage page) |
static PdfExplicitDestination |
PdfExplicitDestination.createFitB(PdfPage page) |
static PdfExplicitDestination |
PdfExplicitDestination.createFitBH(PdfPage page,
float top) |
static PdfExplicitDestination |
PdfExplicitDestination.createFitBV(PdfPage page,
float left) |
static PdfExplicitDestination |
PdfExplicitDestination.createFitH(PdfPage page,
float top) |
static PdfExplicitDestination |
PdfExplicitDestination.createFitR(PdfPage page,
float left,
float bottom,
float right,
float top) |
static PdfExplicitDestination |
PdfExplicitDestination.createFitV(PdfPage page,
float left) |
static PdfExplicitDestination |
PdfExplicitDestination.createXYZ(PdfPage page,
float left,
float top,
float zoom) |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfStructTreeRoot.createParentTreeEntryForPage(PdfPage page)
Creates and flushes parent tree entry for the page.
|
int |
PdfStructTreeRoot.getNextMcidForPage(PdfPage page) |
Collection<PdfMcr> |
PdfStructTreeRoot.getPageMarkedContentReferences(PdfPage page)
Gets an unmodifiable collection of marked content references on page.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PdfStructTreeRoot.copyTo(PdfDocument destDocument,
int insertBeforePage,
Map<PdfPage,PdfPage> page2page)
Copies structure to a
destDocument and insert it in a specified position in the document. |
void |
PdfStructTreeRoot.copyTo(PdfDocument destDocument,
int insertBeforePage,
Map<PdfPage,PdfPage> page2page)
Copies structure to a
destDocument and insert it in a specified position in the document. |
void |
PdfStructTreeRoot.copyTo(PdfDocument destDocument,
Map<PdfPage,PdfPage> page2page)
Copies structure to a
destDocument. |
void |
PdfStructTreeRoot.copyTo(PdfDocument destDocument,
Map<PdfPage,PdfPage> page2page)
Copies structure to a
destDocument. |
| Constructor and Description |
|---|
PdfMcrDictionary(PdfPage page,
PdfStructElem parent) |
PdfMcrNumber(PdfPage page,
PdfStructElem parent) |
PdfStructElem(PdfDocument document,
PdfName role,
PdfPage page) |
| Modifier and Type | Method and Description |
|---|---|
PdfPage |
TagTreePointer.getCurrentPage() |
| Modifier and Type | Method and Description |
|---|---|
TagStructureContext |
TagStructureContext.flushPageTags(PdfPage page)
Flushes the tags which are considered to belong to the given page.
|
TagTreePointer |
TagStructureContext.removeContentItem(PdfPage page,
int mcid)
Removes content item from the tag structure.
|
TagStructureContext |
TagStructureContext.removePageTags(PdfPage page)
Removes all tags that belong only to this page.
|
TagTreePointer |
TagTreePointer.setPageForTagging(PdfPage page)
Sets a page which content will be tagged with this instance of
TagTreePointer. |
| Constructor and Description |
|---|
PdfFormXObject(PdfPage page)
Creates form XObject from page content.
|
Copyright © 1998–2016 iText Group NV. All rights reserved.