| java.lang.Object websphinx.Region websphinx.Text
Text | public class Text extends Region (Code) | | Tagless text regions on an HTML page.
|
Constructor Summary | |
public | Text(Page page, int start, int end, String text) Make a Text. |
Text | public Text(Page page, int start, int end, String text)(Code) | | Make a Text.
Parameters: page - Page containing region Parameters: start - Starting offset of region in page Parameters: end - Ending offset of region Parameters: text - Text of which region consists |
toText | public String toText()(Code) | | Returns the region's tagless text
a string consisting of the text in the page contained by this region |
|
|