Uses of Enum Class
org.openpreservation.odf.xml.Version
Package
Description
-
Uses of Version in org.openpreservation.odf.document
Modifier and TypeMethodDescriptionOdfDocument.getVersion()
Gets the version of the ODF documentOpenDocument.getVersion()
Get the version of the OpenDocument. -
Uses of Version in org.openpreservation.odf.pkg
Modifier and TypeMethodDescriptionOdfPackage.getDetectedVersion()
Get the detectedVersion
of the package. -
Uses of Version in org.openpreservation.odf.xml
Modifier and TypeMethodDescriptionstatic Version
Version.fromVersion
(String version) static Version
Returns the enum constant of this class with the specified name.static Version[]
Version.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionfinal Schema
OdfSchemaFactory.getSchema
(OdfNamespaces namespace, Version version) final Schema
OdfSchemaFactory.getSchemas
(Set<OdfNamespaces> namespaces, Version version)