Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextExpressionElement
- 
Packages that use TextExpressionElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.text  - 
- 
Uses of TextExpressionElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextExpressionElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TextExpressionElement ele)A method to visit "text:expression" elements - 
Uses of TextExpressionElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return TextExpressionElement Modifier and Type Method Description TextExpressionElementTextAElement. newTextExpressionElement(double officeValueValue, String officeValueTypeValue)Create child element <text:expression>.TextExpressionElementTextHElement. newTextExpressionElement(double officeValueValue, String officeValueTypeValue)Create child element <text:expression>.TextExpressionElementTextMetaElement. newTextExpressionElement(double officeValueValue, String officeValueTypeValue)Create child element <text:expression>.TextExpressionElementTextMetaFieldElement. newTextExpressionElement(double officeValueValue, String officeValueTypeValue)Create child element <text:expression>.TextExpressionElementTextPElement. newTextExpressionElement(double officeValueValue, String officeValueTypeValue)Create child element <text:expression>.TextExpressionElementTextRubyBaseElement. newTextExpressionElement(double officeValueValue, String officeValueTypeValue)Create child element <text:expression>.TextExpressionElementTextSpanElement. newTextExpressionElement(double officeValueValue, String officeValueTypeValue)Create child element <text:expression>. 
 -