Uses of Class
org.faceless.pdf2.PageExtractor
-
Packages that use PageExtractor 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 PageExtractor in org.faceless.pdf2
Methods in org.faceless.pdf2 that return PageExtractor Modifier and Type Method Description PageExtractor
PageExtractor.Text. getPageExtractor()
Return thePageExtractor
this text was created fromPageExtractor
PDFParser. getPageExtractor(int pagenumber)
Returns aPageExtractor
for the specified page number.PageExtractor
PDFParser. getPageExtractor(PDFPage page)
Returns aPageExtractor
for the specified page.Methods in org.faceless.pdf2 that return types with arguments of type PageExtractor Modifier and Type Method Description List<PageExtractor>
PDFParser. getPageExtractors()
Get a list containining all the PageExtractors for this PDF, in order.Methods in org.faceless.pdf2 with parameters of type PageExtractor Modifier and Type Method Description void
PagePainter. setPageExtractor(PageExtractor extractor)
Set thePageExtractor
to extract text to. -
Uses of PageExtractor in org.faceless.pdf2.viewer2
Methods in org.faceless.pdf2.viewer2 that return PageExtractor Modifier and Type Method Description PageExtractor
DocumentPanel. getPageExtractor(PDFPage page)
Return the PageExtractor used for the specified page.PageExtractor
PagePanel. getPageExtractor()
Return thePageExtractor
associated with this PagePanel. -
Uses of PageExtractor in org.faceless.pdf2.viewer2.feature
Methods in org.faceless.pdf2.viewer2.feature with parameters of type PageExtractor Modifier and Type Method Description protected void
SearchPanel.Results. indexPage(int pagenumber, PageExtractor extractor)
Index the page.
-