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 
 

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.
 



Copyright © 2001-2012 Big Faceless Organization