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.getPrimaryText()
          If this text is a subtext or collection of Text object, return the primary text it starts with.
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
abstract  PageExtractor.Text PageExtractor.Text.getSubText(int off, int len)
          Return a substring of this Text object as another Text object
 

Methods in org.faceless.pdf2 with parameters of type PageExtractor.Text
 AttributedString PageExtractor.getStyledText(PageExtractor.Text first, int firstchar, PageExtractor.Text last, int lastchar, boolean displayorder)
          Return an AttributedString containing a contiguous range of text from this PageExtractor.
 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 that return PageExtractor.Text
abstract  PageExtractor.Text TextSelection.Range.getFirst()
          Return the first PageExtractor.Text object that is selected
abstract  PageExtractor.Text TextSelection.Range.getLast()
          Return the last PageExtractor.Text object that is selected
 

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
static TextSelection.Range TextSelection.Range.createRange(PageExtractor.Text text)
          Create a new Range that matches the specified text item
static TextSelection.Range TextSelection.Range.createRange(PageExtractor.Text first, int firstposition, PageExtractor.Text last, int lastposition)
          Create a new Range that covers the range of text from first character firstpositionlast character lastposition inclusive.
 void TextTool.select(PageExtractor.Text text)
           Select the specified text.
 



Copyright © 2001-2010 Big Faceless Organization