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

Packages that use OdfDocument.OdfMediaType
org.odftoolkit.odfdom.doc The "Document Layer" exisit for usability reasons, the various Odf document types belong to this package. 
 

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

Methods in org.odftoolkit.odfdom.doc that return OdfDocument.OdfMediaType
static OdfDocument.OdfMediaType OdfDocument.OdfMediaType.getOdfMediaType(String mediaType)
           
static OdfDocument.OdfMediaType OdfDocument.OdfMediaType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OdfDocument.OdfMediaType[] OdfDocument.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 OdfDocument.OdfMediaType
 List<OdfDocument> OdfDocument.getEmbeddedDocuments(OdfDocument.OdfMediaType mediaType)
          Method returns all embedded OdfDocuments of the current OdfDocument matching the according MediaType.
protected  void OdfDocument.setMediaType(OdfDocument.OdfMediaType odfMediaType)
          Sets the media type of the OdfDocument
 



Copyright © 2009. All Rights Reserved.