|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextExtractor | |
---|---|
org.odftoolkit.simple.common | Provide text extraction and fields methods to all ODF documents and elements. |
Uses of TextExtractor in org.odftoolkit.simple.common |
---|
Subclasses of TextExtractor in org.odftoolkit.simple.common | |
---|---|
class |
EditableTextExtractor
It's a sub class of TextExtractor, which provides a method getText() to return all the text that the user can typically
edit in a document, including text in cotent.xml, header and footer in
styles.xml, meta data in meta.xml. |
Methods in org.odftoolkit.simple.common that return TextExtractor | |
---|---|
static TextExtractor |
TextExtractor.newOdfTextExtractor(OdfElement element)
Create a TextExtractor instance using specified ODF element, which text content can be extracted by getText() . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |