Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextObjectCountElement
-
Packages that use TextObjectCountElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.text -
-
Uses of TextObjectCountElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextObjectCountElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TextObjectCountElement ele)A method to visit "text:object-count" elements -
Uses of TextObjectCountElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return TextObjectCountElement Modifier and Type Method Description TextObjectCountElementTextAElement. newTextObjectCountElement(String styleNumFormatValue)Create child element <text:object-count>.TextObjectCountElementTextMetaElement. newTextObjectCountElement(String styleNumFormatValue)Create child element <text:object-count>.TextObjectCountElementTextMetaFieldElement. newTextObjectCountElement(String styleNumFormatValue)Create child element <text:object-count>.TextObjectCountElementTextParagraphElementBase. newTextObjectCountElement(String styleNumFormatValue)Create child element <text:object-count>.TextObjectCountElementTextRubyBaseElement. newTextObjectCountElement(String styleNumFormatValue)Create child element <text:object-count>.TextObjectCountElementTextSpanElement. newTextObjectCountElement(String styleNumFormatValue)Create child element <text:object-count>.
-