Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextVariableGetElement
-
Packages that use TextVariableGetElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.text -
-
Uses of TextVariableGetElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextVariableGetElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TextVariableGetElement ele)A method to visit "text:variable-get" elements -
Uses of TextVariableGetElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return TextVariableGetElement Modifier and Type Method Description TextVariableGetElementTextAElement. newTextVariableGetElement(String textNameValue)Create child element <text:variable-get>.TextVariableGetElementTextMetaElement. newTextVariableGetElement(String textNameValue)Create child element <text:variable-get>.TextVariableGetElementTextMetaFieldElement. newTextVariableGetElement(String textNameValue)Create child element <text:variable-get>.TextVariableGetElementTextParagraphElementBase. newTextVariableGetElement(String textNameValue)Create child element <text:variable-get>.TextVariableGetElementTextRubyBaseElement. newTextVariableGetElement(String textNameValue)Create child element <text:variable-get>.TextVariableGetElementTextSpanElement. newTextVariableGetElement(String textNameValue)Create child element <text:variable-get>.
-