Uses of Class
org.odftoolkit.simple.PresentationDocument.OdfMediaType

Packages that use PresentationDocument.OdfMediaType
org.odftoolkit.simple Provide high level methods to frequently used ODF documents. 
 

Uses of PresentationDocument.OdfMediaType in org.odftoolkit.simple
 

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

Methods in org.odftoolkit.simple with parameters of type PresentationDocument.OdfMediaType
 void PresentationDocument.changeMode(PresentationDocument.OdfMediaType type)
          Switches this instance to the given type.
 

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



Copyright © 2010-2017 The Apache Software Foundation. All Rights Reserved.