Uses of Class org.pdfbox.pdmodel.PDPage

Uses in package org.pdfbox.pdmodel.edit

Constructors with parameter type org.pdfbox.pdmodel.PDPage

Create a new PDPage content stream.
PDPageContentStream.PDPageContentStream(PDDocument document, PDPage sourcePage, boolean appendContent, boolean compress)
Create a new PDPage content stream.

Uses in package org.pdfbox.pdmodel.interactive.pagenavigation

Methods with parameter type org.pdfbox.pdmodel.PDPage

void
Set the page that this bead is part of.

Methods with return type org.pdfbox.pdmodel.PDPage

PDPage
Get the page that this bead is part of.

Uses in package org.pdfbox.pdmodel.interactive.documentnavigation.destination

Methods with parameter type org.pdfbox.pdmodel.PDPage

void
Set the page for this destination.

Methods with return type org.pdfbox.pdmodel.PDPage

PDPage
This will get the page for this destination.

Uses in package org.pdfbox.util

Constructors with parameter type org.pdfbox.pdmodel.PDPage

Constuctor, comparison of TextPosition depends on the rotation of the page.

Methods with parameter type org.pdfbox.pdmodel.PDPage

void
void
End a page.
void
Process the page to extract the region text.
void
Interface to start processing a new page.
void
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
Process a sub stream of the current stream.
void
Start a new page.

Methods with return type org.pdfbox.pdmodel.PDPage

PDPage
Get the current page that is being processed.

Uses in package org.pdfbox.pdfviewer

Methods with parameter type org.pdfbox.pdmodel.PDPage

void
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
This will set the page that should be displayed in this panel.

Methods with return type org.pdfbox.pdmodel.PDPage

PDPage
Get the page that is currently being drawn.

Uses in package org.pdfbox.pdmodel

Methods with parameter type org.pdfbox.pdmodel.PDPage

void
This will add a page to the document.
PDPage
This will import and copy the contents from another location.
boolean
Remove the page from the document.

Methods with return type org.pdfbox.pdmodel.PDPage

PDPage
This will import and copy the contents from another location.

Uses in package org.pdfbox.pdmodel.interactive.documentnavigation.outline

Methods with parameter type org.pdfbox.pdmodel.PDPage

void
A convenience method that will create an XYZ destination using only the defaults.

Methods with return type org.pdfbox.pdmodel.PDPage

PDPage
This method will attempt to find the page in this PDF document that this outline points to.