Uses of Class
org.odftoolkit.odfdom.dom.OdfSchemaDocument.OdfXMLFile
-
Packages that use OdfSchemaDocument.OdfXMLFile Package Description org.odftoolkit.odfdom.dom -
-
Uses of OdfSchemaDocument.OdfXMLFile in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom that return OdfSchemaDocument.OdfXMLFile Modifier and Type Method Description static OdfSchemaDocument.OdfXMLFileOdfSchemaDocument.OdfXMLFile. valueOf(String name)Returns the enum constant of this type with the specified name.static OdfSchemaDocument.OdfXMLFile[]OdfSchemaDocument.OdfXMLFile. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odftoolkit.odfdom.dom with parameters of type OdfSchemaDocument.OdfXMLFile Modifier and Type Method Description OdfFileDomOdfSchemaDocument. getFileDom(OdfSchemaDocument.OdfXMLFile file)protected StringOdfSchemaDocument. getXMLFilePath(OdfSchemaDocument.OdfXMLFile file)Get the relative path for an embedded ODF document including its file name.
-