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

Packages that use OdfTextDocument.OdfMediaType
org.odftoolkit.odfdom.doc The "Document Layer" exisit for usability reasons, it gives a feature based view on the document model. 
 

Uses of OdfTextDocument.OdfMediaType in org.odftoolkit.odfdom.doc
 

Methods in org.odftoolkit.odfdom.doc that return OdfTextDocument.OdfMediaType
static OdfTextDocument.OdfMediaType OdfTextDocument.OdfMediaType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OdfTextDocument.OdfMediaType[] OdfTextDocument.OdfMediaType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odftoolkit.odfdom.doc with parameters of type OdfTextDocument.OdfMediaType
 void OdfTextDocument.changeMode(OdfTextDocument.OdfMediaType mediaType)
          Deprecated. Changes the document to the given mediatype.
static OdfTextDocument OdfTextDocument.newTextDocument(OdfTextDocument.OdfMediaType mimeType)
          Deprecated. Creates an empty text document.
 

Constructors in org.odftoolkit.odfdom.doc with parameters of type OdfTextDocument.OdfMediaType
OdfTextDocument(OdfPackage pkg, java.lang.String internalPath, OdfTextDocument.OdfMediaType odfMediaType)
          Deprecated. To avoid data duplication a new document is only created, if not already opened.
 



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