Uses of Class
org.faceless.pdf2.PDFPage
-
Packages that use PDFPage Package Description org.faceless.pdf2 Contains the classes used to create a PDF documentorg.faceless.pdf2.viewer2 The "viewer" package contains the classes required to create a Swing application to display PDFs.org.faceless.pdf2.viewer2.feature Contains a list of all the features that are available to the PDFViewer. -
-
Uses of PDFPage in org.faceless.pdf2
Methods in org.faceless.pdf2 that return PDFPage Modifier and Type Method Description PDFPagePDF. getLastPage()Return the last page of this PDF.PDFPageEGIZSignatureHandler.Factory. getPage()Return the PDFPage set set byEGIZSignatureHandler.Factory.setPage(org.faceless.pdf2.PDFPage, int, int, int, int)PDFPageEGIZSignatureHandler. getPage()Return the page this signature is on (if signed) or will be (if unsigned).PDFPagePageExtractor. getPage()Return thePDFPagethis PageExtractor relates toPDFPagePageExtractor.Image. getPage()Return thePDFPagethis image was found on - simply the page the parentPageExtractorwas created fromPDFPagePageExtractor.Text. getPage()Return thePDFPagethis text was found on - simply the page the parentPageExtractorwas created from.PDFPagePagePainter. getPage()Return the PDFPage being painted by this objectPDFPagePDF. getPage(int pagenumber)Return the specified page.PDFPagePDF. getPage(String name)Get a "Named Page" from the PDF.PDFPagePDFAction. getPage()For actions that refer to a page - any of the "GoTo" actions except "GoToURL" - return the page the action refers to.PDFPagePDFAnnotation. getPage()Return the page that this annotation is on, ornullif it a new annotation which has not yet been placed on a pagePDFPagePDF. newPage(int w, int h)Create a newPDFPageobject of the specified size and add it to this PDF.PDFPagePDF. newPage(String pagesize)Create a new page of the specified page size and add it to this PDF.PDFPagePDF. newPage(PDFPage page)Create a newPDFPageobject that is a clone of the specified page, and add it to this PDF.Methods in org.faceless.pdf2 that return types with arguments of type PDFPage Modifier and Type Method Description List<PDFPage>DocumentPart. getPages()Return the list of pages that are included in this Document Part.Collection<PDFPage>OutputProfile.Separation. getPages()Return the set of pages this Separation was used in, in no particular orderList<PDFPage>PDF. getPages()Returns a List of the documents pages which may be manipulated to reorder, delete or append pages to the document.Methods in org.faceless.pdf2 with parameters of type PDFPage Modifier and Type Method Description WidgetAnnotationFormBarCode. addAnnotation(PDFPage page, float x1, float y1, float x2, float y2)Create and add a new widget annotation for this field.WidgetAnnotationFormButton. addAnnotation(PDFPage page, float x1, float y1, float x2, float y2)Add an annotation for this Form element at the specified position on the specified page.WidgetAnnotationFormChoice. addAnnotation(PDFPage page, float x1, float y1, float x2, float y2)Add an annotation for this element at the specified location on the pageWidgetAnnotationFormSignature. addAnnotation(PDFPage page, float x1, float y1, float x2, float y2)Add an annotation for this Signature to the specified page at the specified location.WidgetAnnotationFormSignature. addAnnotation(PDFPage page, float x1, float y1, float x2, float y2, PDFCanvas appearance)Add an annotation for this Signature to the specified page at the specified location, with the specified appearance.WidgetAnnotationFormText. addAnnotation(PDFPage page, float x1, float y1, float x2, float y2)Add an annotation for this element at the specified location on the pagevoidRedactor. addArea(PDFPage page, Area area)Adds an area to redact out of the document.voidRedactor. addStructuredElementByID(PDFPage page, String id)Adds a marked content ID to redact out of the document.floatPDFPage. continueText(float x1, float y1, float x2, float y2, PDFPage page)As for beginText, but continue any text that overflowed from the specified page.PageExtractorPDFParser. getPageExtractor(PDFPage page)Returns aPageExtractorfor the specified page.PagePainterPDFParser. getPagePainter(PDFPage page)Returns aPagePainterfor the specified page.static PDFActionPDFAction. goTo(PDFPage page)Return a new PDFAction which jumps to the specified page in the PDF document.static PDFActionPDFAction. goTo(PDFPage page, float x, float y, float zoom)Return a new PDFAction which jumps to the specified page in the PDF document, at the specified x, y and zoom level.static PDFActionPDFAction. goToFit(PDFPage page)Return a new PDFAction which jumps to the specified page in the PDF document.static PDFActionPDFAction. goToFitHeight(PDFPage page, float x)Return a new PDFAction which jumps to the specified page in the PDF document.static PDFActionPDFAction. goToFitRectangle(PDFPage page, float x1, float y1, float x2, float y2)Return a new PDFAction which jumps to the specified page in the PDF document.static PDFActionPDFAction. goToFitWidth(PDFPage page, float y)Return a new PDFAction which jumps to the specified page in the PDF document.PDFPagePDF. newPage(PDFPage page)Create a newPDFPageobject that is a clone of the specified page, and add it to this PDF.voidOutputProfiler.RasterizingAction. rasterize(OutputProfiler profiler, PDFPage page, OutputProfile pageProfile, ProfileComplianceException ei)Rasterize the page, converting its content to a bitmapvoidPDFParser. resetPageExtractor(PDFPage page)Reset the previously created PageExtractor.voidEGIZSignatureHandler.Factory. setPage(PDFPage page, int x1, int y1, int x2, int y2)Set the page and size of the stamp that will be added by the signaturevoidPDFAnnotation. setPage(PDFPage page)Set the page for this annotation.Constructors in org.faceless.pdf2 with parameters of type PDFPage Constructor Description FormBarCode(PDFPage page, float x1, float y1, float x2, float y2)Create a new BarCode field and add an annotation for it to the pageFormButton(PDFPage page, float x1, float y1, float x2, float y2)Create a new FormButton element, and add a single annotation at the specified position.FormCheckbox(PDFPage page, float x1, float y1, float x2, float y2)Create a new FormCheckbox with a single annotation at the specified position.FormChoice(int type, PDFPage page, float x1, float y1, float x2, float y2)Create a newFormChoiceelement with an annotation at the specified location.FormText(PDFPage page, float x1, float y1, float x2, float y2)Create a new FormText object, and add an annotation at the specified location.PDFCanvas(PDFPage page)Create a new Canvas that's a clone of the specifiedPDFPage.PDFPage(PDFPage page)Create a newPDFPageobject that's a clone of the specified page but is not connected to any document. -
Uses of PDFPage in org.faceless.pdf2.viewer2
Methods in org.faceless.pdf2.viewer2 that return PDFPage Modifier and Type Method Description PDFPageDocumentPanel. getPage()Return the PDFPage currently being displayed by theDocumentViewport.PDFPageDocumentPanel. getPage(int i)Return the specified page being displayed by theDocumentPanel.PDFPageDocumentViewport. getPage()Return the PDFPage in use byDocumentViewport.getPagePanel()PDFPageDualPageDocumentViewport. getPage()PDFPageNullDocumentViewport. getPage()PDFPagePagePanel. getPage()Return thePDFPagecurrently being displayed by this viewport.PDFPagePagePanelEvent. getPage()Get the Page this event refers toPDFPagePagePanelInteractionEvent. getPage()Get the Page this event refers toabstract PDFPageDocumentViewport. getRenderingPage()Return the page that is currently in the process of rendering.PDFPageDualPageDocumentViewport. getRenderingPage()PDFPageMultiPageDocumentViewport. getRenderingPage()PDFPageNullDocumentViewport. getRenderingPage()PDFPageSinglePageDocumentViewport. getRenderingPage()Methods in org.faceless.pdf2.viewer2 with parameters of type PDFPage Modifier and Type Method Description static PagePanelEventPagePanelEvent. createPageHidden(PagePanel panel, PDFPage page)Create a "hidden" PagePanelEventstatic PagePanelEventPagePanelEvent. createPageRedrawing(PagePanel panel, PDFPage page)Create a "redrawing" PagePanelEventstatic PagePanelEventPagePanelEvent. createPageRedrawn(PagePanel panel, PDFPage page)Create a "redrawn" PagePanelEventstatic PagePanelEventPagePanelEvent. createPageVisible(PagePanel panel, PDFPage page)Create a "visible" PagePanelEventvoidDocumentViewport. ensureVisible(PDFPage page, double x, double y)Ensure the specified point on the page is visible.voidDualPageDocumentViewport. ensureVisible(PDFPage page, double x, double y)voidMultiPageDocumentViewport. ensureVisible(PDFPage page, double x, double y)voidSinglePageDocumentViewport. ensureVisible(PDFPage page, double x, double y)static Rectangle2DPagePanel. getFullPageView(PDFPage page)Return the area of the page that is considered to be the "whole page" as far as the viewer is concerned - theViewBoxintDocumentViewport. getNextSelectablePageIndex(PDFPage page)Return the index of the page that should be displayed when the specified page is selected in this viewport and the "next page" is requested, via a button or other action.intDualPageDocumentViewport. getNextSelectablePageIndex(PDFPage page)PageExtractorDocumentPanel. getPageExtractor(PDFPage page)Return the PageExtractor used for the specified page.intDocumentPanel. getPageNumber(PDFPage page)Return the index (from 0) of the specified page in this DocumentPanel's pagelist, or -1 if it doesn't exist..PDFParserDocumentPanel. getParser(PDFPage page)Return the PDFParser used for the specified page.intDocumentViewport. getPreviousSelectablePageIndex(PDFPage page)Return the index of the page that should be displayed when the specified page is selected in this viewport and the "previous page" is requested, via a button or other action.intDualPageDocumentViewport. getPreviousSelectablePageIndex(PDFPage page)floatDocumentViewport. getTargetZoom(int zoommode, PDFPage page)Return the appropriate zoom level when switching to the specified page.floatDualPageDocumentViewport. getTargetZoom(int zoommode, PDFPage page)floatMultiPageDocumentViewport. getTargetZoom(int zoommode, PDFPage page)floatSinglePageDocumentViewport. getTargetZoom(int zoommode, PDFPage page)booleanDocumentViewport. isPageVisible(PDFPage page, double x, double y)Indicates whether the specified point in the specified page is visible in the viewport.booleanDualPageDocumentViewport. isPageVisible(PDFPage page, double x, double y)booleanMultiPageDocumentViewport. isPageVisible(PDFPage page, double x, double y)booleanSinglePageDocumentViewport. isPageVisible(PDFPage page, double x, double y)JSEventJSManager. runEventPageClose(DocumentPanel panel, PDFPage page)Raise thePage/CloseJavaScript methodJSEventJSManager. runEventPageOpen(DocumentPanel panel, PDFPage page)Raise thePage/OpenJavaScript methodvoidDocumentPanel. setPage(PDFPage page)Set the page to display in theDocumentViewport.voidDocumentPanel. setPage(PDFPage page, float x, float y, float zoom)Set the page to display in theDocumentViewport.abstract voidDocumentViewport. setPage(PDFPage page, double x, double y, double zoom)Set the currently displayed page.voidDualPageDocumentViewport. setPage(PDFPage page, double x, double y, double zoom)voidMultiPageDocumentViewport. setPage(PDFPage page, double x, double y, double zoom)voidNullDocumentViewport. setPage(PDFPage page, double x, double y, double zoom)voidPagePanel. setPage(PDFPage page, float x1, float y1, float x2, float y2, float dpi)Redraw the page.voidPagePanel. setPage(PDFPage page, float x1, float y1, float x2, float y2, float dpi, Rectangle clip)Redraw the page.voidPagePanel. setPage(PDFPage page, Rectangle2D position, float dpi)Redraw the page.voidPagePanel. setPage(PDFPage page, Rectangle2D position, float dpi, Rectangle clip)Redraw the page.voidSinglePageDocumentViewport. setPage(PDFPage page, double x, double y, double zoom)voidDocumentPanel. setPDF(PDFParser parser, PDFPage page)Set the PDF to be displayed by thisDocumentPanel, and specify the initial page to display and the exactPDFParserto use.voidDocumentPanel. setPDF(PDF pdf, PDFPage page)Set the PDF to be displayed by thisDocumentPanel, and specify the initial page to display. -
Uses of PDFPage in org.faceless.pdf2.viewer2.feature
Methods in org.faceless.pdf2.viewer2.feature that return PDFPage Modifier and Type Method Description PDFPageTextSelection.Range. getPage()Return thePDFPagethis range object relates to.PDFPageThumbnailPanel.SinglePagePanel. getPage()Get the Page this SinglePagePanel containsMethods in org.faceless.pdf2.viewer2.feature that return types with arguments of type PDFPage Modifier and Type Method Description Set<PDFPage>TextSelection.RangeList. getPages()Return the list of Pages included with this RangeList<PDFPage>ThumbnailPanel.View. getSelectedPages()Return aListof selected pagesMethods in org.faceless.pdf2.viewer2.feature with parameters of type PDFPage Modifier and Type Method Description float[]TextSelection.RangeList. getCorners(PDFPage page)Get the Corners of the area marked by this highlight.JComponentInfo. getInfoPanel(PDF pdf, PDFPage page, File file)Method parameters in org.faceless.pdf2.viewer2.feature with type arguments of type PDFPage Modifier and Type Method Description voidThumbnailPanel.View. setSelectedPages(List<PDFPage> pages)Set the list of selected pages.
-