Uses of Class
org.odftoolkit.odfdom.doc.OdfTextDocument

Packages that use OdfTextDocument
org.odftoolkit.odfdom.doc The "Document Layer" exisit for usability reasons, it gives a feature based view on the document model. 
org.odftoolkit.odfdom.incubator.search Provide classes to operate the content and style of the selected text content. 
 

Uses of OdfTextDocument in org.odftoolkit.odfdom.doc
 

Methods in org.odftoolkit.odfdom.doc that return OdfTextDocument
static OdfTextDocument OdfTextDocument.loadDocument(File file)
          Deprecated. Creates an OdfTextDocument from the OpenDocument provided by a File.
static OdfTextDocument OdfTextDocument.loadDocument(InputStream inputStream)
          Deprecated. Creates an OdfTextDocument from the OpenDocument provided by a resource Stream.
static OdfTextDocument OdfTextDocument.loadDocument(String documentPath)
          Deprecated. Loads an OdfTextDocument from the provided path.
static OdfTextDocument OdfTextDocument.newTextDocument()
          Deprecated. Creates an empty text document.
static OdfTextDocument OdfTextDocument.newTextDocument(OdfTextDocument.OdfMediaType mimeType)
          Deprecated. Creates an empty text document.
static OdfTextDocument OdfTextDocument.newTextMasterDocument()
          Deprecated. Creates an empty text master document.
static OdfTextDocument OdfTextDocument.newTextTemplateDocument()
          Deprecated. Creates an empty text template.
static OdfTextDocument OdfTextDocument.newTextWebDocument()
          Deprecated. Creates an empty text web.
 

Uses of OdfTextDocument in org.odftoolkit.odfdom.incubator.search
 

Constructors in org.odftoolkit.odfdom.incubator.search with parameters of type OdfTextDocument
TextNavigation(String pattern, OdfTextDocument doc)
          Deprecated. Construct TextNavigation with matched condition and navigation scope
TextStyleNavigation(Map<OdfStyleProperty,String> props, OdfTextDocument doc)
          Deprecated. Construct TextStyleNavigation with style properties condition and navigation scope
 



Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.