Uses of Enum
org.odftoolkit.odfdom.doc.OdfPresentationDocument.OdfMediaType
Packages that use OdfPresentationDocument.OdfMediaType
Package
Description
The "Document Layer" exist for usability reasons, it gives a feature based view on the document model.
-
Uses of OdfPresentationDocument.OdfMediaType in org.odftoolkit.odfdom.doc
Methods in org.odftoolkit.odfdom.doc that return OdfPresentationDocument.OdfMediaTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static OdfPresentationDocument.OdfMediaType[]OdfPresentationDocument.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 OdfPresentationDocument.OdfMediaTypeModifier and TypeMethodDescriptionvoidOdfPresentationDocument.changeMode(OdfPresentationDocument.OdfMediaType type) Switches this instance to the given type.Constructors in org.odftoolkit.odfdom.doc with parameters of type OdfPresentationDocument.OdfMediaTypeModifierConstructorDescriptionprotectedOdfPresentationDocument(OdfPackage pkg, String internalPath, OdfPresentationDocument.OdfMediaType odfMediaType) To avoid data duplication a new document is only created, if not already opened.