Uses of Class
org.odftoolkit.odfdom.incubator.doc.text.OdfEditableTextExtractor
-
Packages that use OdfEditableTextExtractor Package Description org.odftoolkit.odfdom.incubator.doc.text -
-
Uses of OdfEditableTextExtractor in org.odftoolkit.odfdom.incubator.doc.text
Methods in org.odftoolkit.odfdom.incubator.doc.text that return OdfEditableTextExtractor Modifier and Type Method Description static OdfEditableTextExtractorOdfEditableTextExtractor. newOdfEditableTextExtractor(OdfDocument doc)An instance of OdfEditableTextExtractor will be created to extract the editable text content of an ODF element.static OdfEditableTextExtractorOdfEditableTextExtractor. newOdfEditableTextExtractor(OdfElement element)An instance of OdfEditableTextExtractor will be created to extract the editable text content of an ODF element.
-