Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextChapterElement
-
Packages that use TextChapterElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.text -
-
Uses of TextChapterElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextChapterElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TextChapterElement ele)A method to visit "text:chapter" elements -
Uses of TextChapterElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return TextChapterElement Modifier and Type Method Description TextChapterElementTextAElement. newTextChapterElement(String textDisplayValue, int textOutlineLevelValue)Create child element <text:chapter>.TextChapterElementTextHElement. newTextChapterElement(String textDisplayValue, int textOutlineLevelValue)Create child element <text:chapter>.TextChapterElementTextMetaElement. newTextChapterElement(String textDisplayValue, int textOutlineLevelValue)Create child element <text:chapter>.TextChapterElementTextMetaFieldElement. newTextChapterElement(String textDisplayValue, int textOutlineLevelValue)Create child element <text:chapter>.TextChapterElementTextPElement. newTextChapterElement(String textDisplayValue, int textOutlineLevelValue)Create child element <text:chapter>.TextChapterElementTextRubyBaseElement. newTextChapterElement(String textDisplayValue, int textOutlineLevelValue)Create child element <text:chapter>.TextChapterElementTextSpanElement. newTextChapterElement(String textDisplayValue, int textOutlineLevelValue)Create child element <text:chapter>.
-