Uses of Class
com.storedobject.office.ODT.Element
Packages that use ODT.Element
-
Uses of ODT.Element in com.storedobject.office
Subclasses of ODT.Element in com.storedobject.officeModifier and TypeClassDescriptionstatic final classODT.Document<O>Represents a document.static final classRepresents an image element within a document.static final classRepresents a table row of a table that can be copied directly or added with array variables to the output.static final classRepresents a section within a document structure in the context of document processing.static final classRepresents a table in the context of open document template (ODT) processing.static final classRepresents a cell within a table.static final classRepresents a single row within a table structure in the context of document processing.static classRepresents a text element that can contain one or more sections and tables.Methods in com.storedobject.office that return ODT.ElementModifier and TypeMethodDescriptionfinal ODT.ElementODT.Element.getParent()Gets the parent element of this element.Methods in com.storedobject.office with parameters of type ODT.ElementModifier and TypeMethodDescriptionFiller.evaluate(ODT.Element element, String variableName) Evaluates the given variable to determine a corresponding value. -
Uses of ODT.Element in com.storedobject.ui
Methods in com.storedobject.ui with parameters of type ODT.Element