Package org.eclipse.actf.model.dom.odf.base

This package contains interfaces of ODF DOM.

See:
          Description

Interface Summary
ContentBaseElement ODF elements that has <office:body> element as parent should implement this interface.
DrawingObjectBaseElement All graphics ODF elements should implement this interface.
DrawingObjectElement Graphics ODF elements that do not have <draw:frame> as parent should implement this interface.
EmbedDrawingObjectElement Graphics ODF elements that have <draw:frame> as parent should implement this interface.
ODFAttr The extended interface of the Attr.
ODFCharacterData The extended interface of the CharacterData.
ODFComment The extended interface of the Comment.
ODFDocument The extended interface of the Document.
ODFElement The extended interface of the Element.
ODFNamedNodeMap The extended interface of the NamedNodeMap.
ODFNode The extended interface of the Node.
ODFNodeList The extended interface of the NodeList.
ODFProcessingInstruction The extended interface of the ProcessingInstruction.
ODFText The extended interface of the Text.
 

Package org.eclipse.actf.model.dom.odf.base Description

This package contains interfaces of ODF DOM.