Uses of Enum Class
org.openpreservation.odf.xml.Version
Packages that use Version
Package
Description
-
Uses of Version in org.openpreservation.odf.document
Methods in org.openpreservation.odf.document that return VersionModifier 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
Methods in org.openpreservation.odf.pkg that return VersionModifier and TypeMethodDescriptionOdfPackage.getDetectedVersion()
Get the detectedVersion
of the package. -
Uses of Version in org.openpreservation.odf.xml
Methods in org.openpreservation.odf.xml that return VersionModifier 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.Methods in org.openpreservation.odf.xml with parameters of type VersionModifier and TypeMethodDescriptionfinal Schema
OdfSchemaFactory.getSchema
(OdfNamespaces namespace, Version version) final Schema
OdfSchemaFactory.getSchemas
(Set<OdfNamespaces> namespaces, Version version)