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