Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextMeasureElement
-
Packages that use TextMeasureElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.text -
-
Uses of TextMeasureElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextMeasureElement Modifier and Type Method Description void
DefaultElementVisitor. visit(TextMeasureElement ele)
A method to visit "text:measure" elements -
Uses of TextMeasureElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return TextMeasureElement Modifier and Type Method Description TextMeasureElement
TextAElement. newTextMeasureElement(String textKindValue)
Create child element <text:measure>.TextMeasureElement
TextHElement. newTextMeasureElement(String textKindValue)
Create child element <text:measure>.TextMeasureElement
TextMetaElement. newTextMeasureElement(String textKindValue)
Create child element <text:measure>.TextMeasureElement
TextMetaFieldElement. newTextMeasureElement(String textKindValue)
Create child element <text:measure>.TextMeasureElement
TextPElement. newTextMeasureElement(String textKindValue)
Create child element <text:measure>.TextMeasureElement
TextRubyBaseElement. newTextMeasureElement(String textKindValue)
Create child element <text:measure>.TextMeasureElement
TextSpanElement. newTextMeasureElement(String textKindValue)
Create child element <text:measure>.
-