Uses of Class
org.eclipse.actf.model.dom.odf.ODFConstants.ContentType

Packages that use ODFConstants.ContentType
org.eclipse.actf.model.dom.odf This package contains ODF Parser and related utilities. 
org.eclipse.actf.model.dom.odf.base This package contains interfaces of ODF DOM. 
org.eclipse.actf.model.dom.odf.util This package contains utilities for read and write ODF documents. 
 

Uses of ODFConstants.ContentType in org.eclipse.actf.model.dom.odf
 

Methods in org.eclipse.actf.model.dom.odf that return ODFConstants.ContentType
static ODFConstants.ContentType ODFConstants.ContentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ODFConstants.ContentType[] ODFConstants.ContentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ODFConstants.ContentType in org.eclipse.actf.model.dom.odf.base
 

Methods in org.eclipse.actf.model.dom.odf.base that return ODFConstants.ContentType
 ODFConstants.ContentType ContentBaseElement.getContentType()
          Returns content type defined in ODFConstants.ContentType.
 

Uses of ODFConstants.ContentType in org.eclipse.actf.model.dom.odf.util
 

Methods in org.eclipse.actf.model.dom.odf.util that return ODFConstants.ContentType
static ODFConstants.ContentType ODFFileUtils.getODFFileType(String sUrl)