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

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

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

Methods in org.odftoolkit.odfdom.doc that return OdfImageDocument.OdfMediaType
static OdfImageDocument.OdfMediaType OdfImageDocument.OdfMediaType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OdfImageDocument.OdfMediaType[] OdfImageDocument.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 OdfImageDocument.OdfMediaType
 void OdfImageDocument.changeMode(OdfImageDocument.OdfMediaType mediaType)
          Changes the document to the given mediatype.
 

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



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