|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDPage | |
---|---|
org.apache.pdfbox.pdfviewer | The pdfviewer package contains classes to graphically display information about a PDF document. |
org.apache.pdfbox.pdmodel | The PDModel package represents a high level API for creating and manipulating PDF documents. |
org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure | The logical structure package provides a mechanism for incorporating structural information about a document's content into a PDF file. |
org.apache.pdfbox.pdmodel.edit | The PDModel edit package will be used to store classes for creating page content. |
org.apache.pdfbox.pdmodel.interactive.annotation | The annotation package contains classes that work with PDF annotation elements. |
org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination | The destination package allows destinations into a pdf document to be specified. |
org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline | The outline package allows for a PDF outline(bookmarks) to be created. |
org.apache.pdfbox.pdmodel.interactive.pagenavigation | A package to allow provide access to PDF page navigation functionality. |
org.apache.pdfbox.util | This package contains utility classes that are used by the PDFBox project. |
Uses of PDPage in org.apache.pdfbox.pdfviewer |
---|
Fields in org.apache.pdfbox.pdfviewer declared as PDPage | |
---|---|
protected PDPage |
PageDrawer.page
|
Methods in org.apache.pdfbox.pdfviewer that return PDPage | |
---|---|
PDPage |
PageDrawer.getPage()
Get the page that is currently being drawn. |
Methods in org.apache.pdfbox.pdfviewer with parameters of type PDPage | |
---|---|
void |
PageWrapper.displayPage(PDPage page)
This will display the PDF page in this component. |
void |
PageDrawer.drawPage(Graphics g,
PDPage p,
Dimension pageDimension)
This will draw the page to the requested context. |
void |
PDFPagePanel.setPage(PDPage pdfPage)
This will set the page that should be displayed in this panel. |
Uses of PDPage in org.apache.pdfbox.pdmodel |
---|
Methods in org.apache.pdfbox.pdmodel that return PDPage | |
---|---|
PDPage |
PDDocument.importPage(PDPage page)
This will import and copy the contents from another location. |
Methods in org.apache.pdfbox.pdmodel with parameters of type PDPage | |
---|---|
void |
PDDocument.addPage(PDPage page)
This will add a page to the document. |
PDPage |
PDDocument.importPage(PDPage page)
This will import and copy the contents from another location. |
boolean |
PDDocument.removePage(PDPage page)
Remove the page from the document. |
Uses of PDPage in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure |
---|
Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure that return PDPage | |
---|---|
PDPage |
PDStructureElement.getPage()
Returns the page on which some or all of the content items designated by the K entry shall be rendered (Pg). |
PDPage |
PDMarkedContentReference.getPage()
Gets the page. |
Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type PDPage | |
---|---|
void |
PDStructureElement.setPage(PDPage page)
Sets the page on which some or all of the content items designated by the K entry shall be rendered (Pg). |
void |
PDMarkedContentReference.setPage(PDPage page)
Sets the page. |
Uses of PDPage in org.apache.pdfbox.pdmodel.edit |
---|
Constructors in org.apache.pdfbox.pdmodel.edit with parameters of type PDPage | |
---|---|
PDPageContentStream(PDDocument document,
PDPage sourcePage)
Create a new PDPage content stream. |
|
PDPageContentStream(PDDocument document,
PDPage sourcePage,
boolean appendContent,
boolean compress)
Create a new PDPage content stream. |
|
PDPageContentStream(PDDocument document,
PDPage sourcePage,
boolean appendContent,
boolean compress,
boolean resetContext)
Create a new PDPage content stream. |
Uses of PDPage in org.apache.pdfbox.pdmodel.interactive.annotation |
---|
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDPage | |
---|---|
PDPage |
PDAnnotation.getPage()
This will retrieve the corresponding page of this annotation. |
Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDPage | |
---|---|
void |
PDAnnotation.setPage(PDPage page)
This will set the corresponding page for this annotation. |
Uses of PDPage in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination |
---|
Methods in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination that return PDPage | |
---|---|
PDPage |
PDPageDestination.getPage()
This will get the page for this destination. |
Methods in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination with parameters of type PDPage | |
---|---|
void |
PDPageDestination.setPage(PDPage page)
Set the page for this destination. |
Uses of PDPage in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline |
---|
Methods in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline that return PDPage | |
---|---|
PDPage |
PDOutlineItem.findDestinationPage(PDDocument doc)
This method will attempt to find the page in this PDF document that this outline points to. |
Methods in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline with parameters of type PDPage | |
---|---|
void |
PDOutlineItem.setDestination(PDPage page)
A convenience method that will create an XYZ destination using only the defaults. |
Uses of PDPage in org.apache.pdfbox.pdmodel.interactive.pagenavigation |
---|
Methods in org.apache.pdfbox.pdmodel.interactive.pagenavigation that return PDPage | |
---|---|
PDPage |
PDThreadBead.getPage()
Get the page that this bead is part of. |
Methods in org.apache.pdfbox.pdmodel.interactive.pagenavigation with parameters of type PDPage | |
---|---|
void |
PDThreadBead.setPage(PDPage page)
Set the page that this bead is part of. |
Uses of PDPage in org.apache.pdfbox.util |
---|
Methods in org.apache.pdfbox.util that return PDPage | |
---|---|
PDPage |
PDFStreamEngine.getCurrentPage()
Get the current page that is being processed. |
Methods in org.apache.pdfbox.util with parameters of type PDPage | |
---|---|
PDOptionalContentGroup |
LayerUtility.appendFormAsLayer(PDPage targetPage,
PDXObjectForm form,
AffineTransform transform,
String layerName)
Places the given form over the existing content of the indicated page (like an overlay). |
protected void |
PDFTextStripper.endPage(PDPage page)
End a page. |
protected void |
PDFHighlighter.endPage(PDPage pdPage)
End a page. |
void |
PDFTextStripperByArea.extractRegions(PDPage page)
Process the page to extract the region text. |
PDXObjectForm |
LayerUtility.importPageAsForm(PDDocument sourceDoc,
PDPage page)
Imports a page from some PDF file as a Form XObject so it can be placed on another page in the target document. |
protected void |
Splitter.processNextPage(PDPage page)
Interface to start processing a new page. |
protected void |
PDFTextStripper.processPage(PDPage page,
COSStream content)
This will process the contents of a page. |
void |
PDFStreamEngine.processStream(PDPage aPage,
PDResources resources,
COSStream cosStream)
This will process the contents of the stream. |
void |
PDFStreamEngine.processSubStream(PDPage aPage,
PDResources resources,
COSStream cosStream)
Process a sub stream of the current stream. |
protected void |
PDFTextStripper.startPage(PDPage page)
Start a new page. |
void |
LayerUtility.wrapInSaveRestore(PDPage page)
Some applications may not wrap their page content in a save/restore (q/Q) pair which can lead to problems with coordinate system transformations when content is appended. |
Constructors in org.apache.pdfbox.util with parameters of type PDPage | |
---|---|
TextPosition(PDPage page,
Matrix textPositionSt,
Matrix textPositionEnd,
float maxFontH,
float[] individualWidths,
float spaceWidth,
String string,
PDFont currentFont,
float fontSizeValue,
int fontSizeInPt,
float ws)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |