Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextTableCountElement
-
Packages that use TextTableCountElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.text -
-
Uses of TextTableCountElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextTableCountElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TextTableCountElement ele)A method to visit "text:table-count" elements -
Uses of TextTableCountElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return TextTableCountElement Modifier and Type Method Description TextTableCountElementTextAElement. newTextTableCountElement(String styleNumFormatValue)Create child element <text:table-count>.TextTableCountElementTextMetaElement. newTextTableCountElement(String styleNumFormatValue)Create child element <text:table-count>.TextTableCountElementTextMetaFieldElement. newTextTableCountElement(String styleNumFormatValue)Create child element <text:table-count>.TextTableCountElementTextParagraphElementBase. newTextTableCountElement(String styleNumFormatValue)Create child element <text:table-count>.TextTableCountElementTextRubyBaseElement. newTextTableCountElement(String styleNumFormatValue)Create child element <text:table-count>.TextTableCountElementTextSpanElement. newTextTableCountElement(String styleNumFormatValue)Create child element <text:table-count>.
-