Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextVariableDeclsElement
-
Packages that use TextVariableDeclsElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.office org.odftoolkit.odfdom.dom.element.style -
-
Uses of TextVariableDeclsElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextVariableDeclsElement Modifier and Type Method Description void
DefaultElementVisitor. visit(TextVariableDeclsElement ele)
A method to visit "text:variable-decls" elements -
Uses of TextVariableDeclsElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return TextVariableDeclsElement Modifier and Type Method Description TextVariableDeclsElement
OfficeChartElement. newTextVariableDeclsElement()
Create child element <text:variable-decls>.TextVariableDeclsElement
OfficeDrawingElement. newTextVariableDeclsElement()
Create child element <text:variable-decls>.TextVariableDeclsElement
OfficePresentationElement. newTextVariableDeclsElement()
Create child element <text:variable-decls>.TextVariableDeclsElement
OfficeSpreadsheetElement. newTextVariableDeclsElement()
Create child element <text:variable-decls>.TextVariableDeclsElement
OfficeTextElement. newTextVariableDeclsElement()
Create child element <text:variable-decls>. -
Uses of TextVariableDeclsElement in org.odftoolkit.odfdom.dom.element.style
Methods in org.odftoolkit.odfdom.dom.element.style that return TextVariableDeclsElement Modifier and Type Method Description TextVariableDeclsElement
StyleFooterElement. newTextVariableDeclsElement()
Create child element <text:variable-decls>.TextVariableDeclsElement
StyleFooterLeftElement. newTextVariableDeclsElement()
Create child element <text:variable-decls>.TextVariableDeclsElement
StyleHeaderElement. newTextVariableDeclsElement()
Create child element <text:variable-decls>.TextVariableDeclsElement
StyleHeaderLeftElement. newTextVariableDeclsElement()
Create child element <text:variable-decls>.
-