See: Description
Interface | Description |
---|---|
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 . |