Uses of Class
org.faceless.pdf2.PageExtractor.Text

Packages that use PageExtractor.Text
org.faceless.pdf2 Contains the classes used to create a PDF document 
org.faceless.pdf2.viewer2.feature Contains a list of all the features that are available to the PDFViewer. 
 

Uses of PageExtractor.Text in org.faceless.pdf2
 

Methods in org.faceless.pdf2 that return PageExtractor.Text
abstract  PageExtractor.Text PageExtractor.Text.getRowNext()
          Return the next Text item in this row, or null if there are none
abstract  PageExtractor.Text PageExtractor.Text.getRowPrevious()
          Return the next Text item in this row, or null if there are none
 

Methods in org.faceless.pdf2 with parameters of type PageExtractor.Text
 StringBuffer PageExtractor.getText(PageExtractor.Text first, int firstchar, PageExtractor.Text last, int lastchar, boolean displayorder)
          Return a StringBuffer containing a contiguous range of text from this PageExtractor.
 

Uses of PageExtractor.Text in org.faceless.pdf2.viewer2.feature
 

Methods in org.faceless.pdf2.viewer2.feature with parameters of type PageExtractor.Text
 void SearchPanel.Results.addResult(PageExtractor.Text text)
          Add the specified PageExtractor.Text to the list of results
 void TextTool.select(PageExtractor.Text text)
          Select the specified text.
 



Copyright © 2001-2008 Big Faceless Organization