Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextVariableSetElement
-
Packages that use TextVariableSetElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.text -
-
Uses of TextVariableSetElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextVariableSetElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TextVariableSetElement ele)A method to visit "text:variable-set" elements -
Uses of TextVariableSetElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return TextVariableSetElement Modifier and Type Method Description TextVariableSetElementTextAElement. newTextVariableSetElement(double officeValueValue, String officeValueTypeValue, String textNameValue)Create child element <text:variable-set>.TextVariableSetElementTextMetaElement. newTextVariableSetElement(double officeValueValue, String officeValueTypeValue, String textNameValue)Create child element <text:variable-set>.TextVariableSetElementTextMetaFieldElement. newTextVariableSetElement(double officeValueValue, String officeValueTypeValue, String textNameValue)Create child element <text:variable-set>.TextVariableSetElementTextParagraphElementBase. newTextVariableSetElement(double officeValueValue, String officeValueTypeValue, String textNameValue)Create child element <text:variable-set>.TextVariableSetElementTextRubyBaseElement. newTextVariableSetElement(double officeValueValue, String officeValueTypeValue, String textNameValue)Create child element <text:variable-set>.TextVariableSetElementTextSpanElement. newTextVariableSetElement(double officeValueValue, String officeValueTypeValue, String textNameValue)Create child element <text:variable-set>.
-