Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextWordCountElement
-
Packages that use TextWordCountElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.text -
-
Uses of TextWordCountElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextWordCountElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TextWordCountElement ele)A method to visit "text:word-count" elements -
Uses of TextWordCountElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return TextWordCountElement Modifier and Type Method Description TextWordCountElementTextAElement. newTextWordCountElement(String styleNumFormatValue)Create child element <text:word-count>.TextWordCountElementTextMetaElement. newTextWordCountElement(String styleNumFormatValue)Create child element <text:word-count>.TextWordCountElementTextMetaFieldElement. newTextWordCountElement(String styleNumFormatValue)Create child element <text:word-count>.TextWordCountElementTextParagraphElementBase. newTextWordCountElement(String styleNumFormatValue)Create child element <text:word-count>.TextWordCountElementTextRubyBaseElement. newTextWordCountElement(String styleNumFormatValue)Create child element <text:word-count>.TextWordCountElementTextSpanElement. newTextWordCountElement(String styleNumFormatValue)Create child element <text:word-count>.
-