Uses of Class
org.sejda.sambox.pdmodel.PDPage
Packages that use PDPage
Package
Description
The logical structure package provides a mechanism for incorporating
structural information about a document's content into a PDF file.
The destination package allows destinations into a pdf document to be specified.
The outline package allows for a PDF outline(bookmarks) to be created.
A package to allow provide access to PDF page navigation functionality.
-
Uses of PDPage in org.sejda.sambox.contentstream
Methods in org.sejda.sambox.contentstream that return PDPageModifier and TypeMethodDescriptionPDFStreamEngine.getCurrentPage()Returns the current page.protected final PDPagePDFGraphicsStreamEngine.getPage()Methods in org.sejda.sambox.contentstream with parameters of type PDPageModifier and TypeMethodDescriptionprotected voidPDFStreamEngine.processChildStream(PDContentStream contentStream, PDPage page) Process a child stream of the given page.voidPDFStreamEngine.processPage(PDPage page) This will initialise and process the contents of the stream.Constructors in org.sejda.sambox.contentstream with parameters of type PDPage -
Uses of PDPage in org.sejda.sambox.output
Methods in org.sejda.sambox.output with parameters of type PDPage -
Uses of PDPage in org.sejda.sambox.pdmodel
Methods in org.sejda.sambox.pdmodel that return PDPageModifier and TypeMethodDescriptionPDPageTree.get(int index) Returns the page at the given index.PDDocument.getPage(int pageIndex) Methods in org.sejda.sambox.pdmodel that return types with arguments of type PDPageModifier and TypeMethodDescriptionPDPageTree.iterator()Returns an iterator which walks all pages in the tree, in order.PDPageTree.stream()Methods in org.sejda.sambox.pdmodel with parameters of type PDPageModifier and TypeMethodDescriptionvoidAdds the given page to this page tree.voidThis will add a page to the document.intReturns the index of the given page, or -1 if it does not exist.voidPDPageTree.insertAfter(PDPage newPage, PDPage prevPage) Insert a page after another page within a page tree.voidPDPageTree.insertBefore(PDPage newPage, PDPage nextPage) Insert a page before another page within a page tree.voidRemoves the given page from the page tree.voidPDDocument.removePage(PDPage page) Remove the page from the document.Constructors in org.sejda.sambox.pdmodel with parameters of type PDPageModifierConstructorDescriptionPDPageContentStream(PDDocument document, PDPage sourcePage) Create a new PDPage content stream.PDPageContentStream(PDDocument document, PDPage sourcePage, PDPageContentStream.AppendMode appendContent, boolean compress) Create a new PDPage content stream.PDPageContentStream(PDDocument document, PDPage sourcePage, PDPageContentStream.AppendMode appendContent, boolean compress, boolean resetContext) Create a new PDPage content stream. -
Uses of PDPage in org.sejda.sambox.pdmodel.documentinterchange.logicalstructure
Methods in org.sejda.sambox.pdmodel.documentinterchange.logicalstructure that return PDPageModifier and TypeMethodDescriptionPDMarkedContentReference.getPage()Gets the page.PDStructureElement.getPage()Returns the page on which some or all of the content items designated by the K entry shall be rendered (Pg).Methods in org.sejda.sambox.pdmodel.documentinterchange.logicalstructure with parameters of type PDPage -
Uses of PDPage in org.sejda.sambox.pdmodel.interactive.annotation
Methods in org.sejda.sambox.pdmodel.interactive.annotation that return PDPageModifier and TypeMethodDescriptionPDAnnotation.getPage()This will retrieve the corresponding page of this annotation.Methods in org.sejda.sambox.pdmodel.interactive.annotation with parameters of type PDPage -
Uses of PDPage in org.sejda.sambox.rendering
Methods in org.sejda.sambox.rendering that return PDPage -
Uses of PDPage in org.sejda.sambox.text
Methods in org.sejda.sambox.text with parameters of type PDPageModifier and TypeMethodDescriptionprotected voidEnd a page.voidPDFTextStripperByArea.extractRegions(PDPage page) Process the page to extract the region text.voidPDFTextStreamEngine.processPage(PDPage page) This will initialise and process the contents of the stream.voidPDFTextStripper.processPage(PDPage page) This will process the contents of a page.protected voidStart a new page.