Class ODT.Element

java.lang.Object
com.storedobject.office.ODT.Element
Direct Known Subclasses:
ODT.Image, ODT.InputTableRow, ODT.Table, ODT.TableRow, ODT.TextElement
Enclosing class:
ODT<T>

public abstract static class ODT.Element extends Object
Represents an abstract base class for document elements. This class provides functionalities for interacting with and manipulating elements within a document, such as retrieving sections and tables, as well as removing an element from the output. It acts as a foundation for more specific element types like sections and tables etc.
Author:
Syam