|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDPage | |
org.pdfbox.pdfviewer | The pdfviewer package contains classes to graphically display information about a PDF document. |
org.pdfbox.pdmodel | The PDModel package represents a high level API for creating and manipulating PDF documents. |
org.pdfbox.pdmodel.edit | The PDModel edit package will be used to store classes for creating page content. |
org.pdfbox.pdmodel.interactive.documentnavigation.destination | The destination package allows destinations into a pdf document to be specified. |
org.pdfbox.pdmodel.interactive.documentnavigation.outline | The outline package allows for a PDF outline(bookmarks) to be created. |
org.pdfbox.pdmodel.interactive.pagenavigation | A package to allow provide access to PDF page navigation functionality. |
org.pdfbox.util | This package contains utility classes that are used by the PDFBox project. |
Uses of PDPage in org.pdfbox.pdfviewer |
Methods in org.pdfbox.pdfviewer that return PDPage | |
PDPage |
PageDrawer.getPage()
Get the page that is currently being drawn. |
Methods in org.pdfbox.pdfviewer with parameters of type PDPage | |
void |
PDFPagePanel.setPage(PDPage pdfPage)
This will set the page that should be displayed in this panel. |
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. |
Uses of PDPage in org.pdfbox.pdmodel |
Methods in org.pdfbox.pdmodel that return PDPage | |
PDPage |
PDDocument.importPage(PDPage page)
This will import and copy the contents from another location. |
Methods in org.pdfbox.pdmodel with parameters of type PDPage | |
void |
PDDocument.addPage(PDPage page)
This will add a page to the document. |
boolean |
PDDocument.removePage(PDPage page)
Remove the page from the document. |
PDPage |
PDDocument.importPage(PDPage page)
This will import and copy the contents from another location. |
Uses of PDPage in org.pdfbox.pdmodel.edit |
Constructors in org.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. |
Uses of PDPage in org.pdfbox.pdmodel.interactive.documentnavigation.destination |
Methods in org.pdfbox.pdmodel.interactive.documentnavigation.destination that return PDPage | |
PDPage |
PDPageDestination.getPage()
This will get the page for this destination. |
Methods in org.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.pdfbox.pdmodel.interactive.documentnavigation.outline |
Methods in org.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.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.pdfbox.pdmodel.interactive.pagenavigation |
Methods in org.pdfbox.pdmodel.interactive.pagenavigation that return PDPage | |
PDPage |
PDThreadBead.getPage()
Get the page that this bead is part of. |
Methods in org.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.pdfbox.util |
Methods in org.pdfbox.util that return PDPage | |
PDPage |
PDFStreamEngine.getCurrentPage()
Get the current page that is being processed. |
Methods in org.pdfbox.util with parameters of type PDPage | |
protected void |
Splitter.processNextPage(PDPage page)
Interface to start processing a new page. |
void |
PDFTextStripperByArea.extractRegions(PDPage page)
Process the page to extract the region text. |
protected void |
PDFTextStripper.processPage(PDPage page,
COSStream content)
This will process the contents of a page. |
protected void |
PDFTextStripper.startPage(PDPage page)
Start a new page. |
protected void |
PDFTextStripper.endPage(PDPage page)
End 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 |
PDFHighlighter.endPage(PDPage pdPage)
End a page. Default implementation is to do nothing. Subclasses may provide additional information. |
Constructors in org.pdfbox.util with parameters of type PDPage | |
TextPositionComparator(PDPage page)
Constuctor, comparison of TextPosition depends on the rotation of the page. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |