Uses of Interface
org.eclipse.actf.model.dom.odf.base.ODFDocument

Packages that use ODFDocument
org.eclipse.actf.model.dom.odf   
org.eclipse.actf.model.dom.odf.base   
org.eclipse.actf.model.dom.odf.util   
org.eclipse.actf.model.dom.odf.util.accessibility   
org.eclipse.actf.model.dom.odf.util.converter   
 

Uses of ODFDocument in org.eclipse.actf.model.dom.odf
 

Methods in org.eclipse.actf.model.dom.odf that return ODFDocument
 ODFDocument ODFParser.getDocument(String odfName)
          Parses a ODF document and return document interface of "content.xml".
 ODFDocument ODFParser.getDocument(String odfName, String xmlName)
          Parses a ODF document and return document.
 

Uses of ODFDocument in org.eclipse.actf.model.dom.odf.base
 

Methods in org.eclipse.actf.model.dom.odf.base that return ODFDocument
 ODFDocument ODFDocument.getStyleDocument()
           
 

Methods in org.eclipse.actf.model.dom.odf.base with parameters of type ODFDocument
 void ODFDocument.setStyleDocument(ODFDocument styleDoc)
           
 

Uses of ODFDocument in org.eclipse.actf.model.dom.odf.util
 

Methods in org.eclipse.actf.model.dom.odf.util with parameters of type ODFDocument
 void ODFWriter.saveODFFile(ODFDocument doc, String outFile)
           
 

Uses of ODFDocument in org.eclipse.actf.model.dom.odf.util.accessibility
 

Methods in org.eclipse.actf.model.dom.odf.util.accessibility with parameters of type ODFDocument
 void ScreenReaderSimulator.setDocument(ODFDocument document)
           
 

Uses of ODFDocument in org.eclipse.actf.model.dom.odf.util.converter
 

Methods in org.eclipse.actf.model.dom.odf.util.converter with parameters of type ODFDocument
 void ODFConverter.setDocument(ODFDocument document)