|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ODFDocument | |
---|---|
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. |
org.eclipse.actf.model.dom.odf.util.accessibility | This package contains interfaces for accessibility purposes. |
org.eclipse.actf.model.dom.odf.util.converter | This package contains interfaces for converting ODF documents to other file formats. |
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()
Return ODF document created by styles.xml |
Methods in org.eclipse.actf.model.dom.odf.base with parameters of type ODFDocument | |
---|---|
void |
ODFDocument.setStyleDocument(ODFDocument styleDoc)
Associate styles.xml document to this class |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |