Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextHElement
-
-
Uses of TextHElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextHElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TextHElement ele)A method to visit "text:h" elements -
Uses of TextHElement in org.odftoolkit.odfdom.dom.element.draw
Methods in org.odftoolkit.odfdom.dom.element.draw that return TextHElement Modifier and Type Method Description TextHElementDrawTextBoxElement. newTextHElement(int textOutlineLevelValue)Create child element <text:h>. -
Uses of TextHElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return TextHElement Modifier and Type Method Description TextHElementOfficeTextElement. newTextHElement(int textOutlineLevelValue)Create child element <text:h>. -
Uses of TextHElement in org.odftoolkit.odfdom.dom.element.style
Methods in org.odftoolkit.odfdom.dom.element.style that return TextHElement Modifier and Type Method Description TextHElementStyleFooterElement. newTextHElement(int textOutlineLevelValue)Create child element <text:h>.TextHElementStyleFooterLeftElement. newTextHElement(int textOutlineLevelValue)Create child element <text:h>.TextHElementStyleHeaderElement. newTextHElement(int textOutlineLevelValue)Create child element <text:h>.TextHElementStyleHeaderLeftElement. newTextHElement(int textOutlineLevelValue)Create child element <text:h>. -
Uses of TextHElement in org.odftoolkit.odfdom.dom.element.table
Methods in org.odftoolkit.odfdom.dom.element.table that return TextHElement Modifier and Type Method Description TextHElementTableTableCellElementBase. newTextHElement(int textOutlineLevelValue)Create child element <text:h>. -
Uses of TextHElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return TextHElement Modifier and Type Method Description TextHElementTextDeletionElement. newTextHElement(int textOutlineLevelValue)Create child element <text:h>.TextHElementTextIndexBodyElement. newTextHElement(int textOutlineLevelValue)Create child element <text:h>.TextHElementTextIndexTitleElement. newTextHElement(int textOutlineLevelValue)Create child element <text:h>.TextHElementTextListHeaderElement. newTextHElement(int textOutlineLevelValue)Create child element <text:h>.TextHElementTextListItemElement. newTextHElement(int textOutlineLevelValue)Create child element <text:h>.TextHElementTextNoteBodyElement. newTextHElement(int textOutlineLevelValue)Create child element <text:h>.TextHElementTextNumberedParagraphElement. newTextHElement(int textOutlineLevelValue)Create child element <text:h>.TextHElementTextSectionElement. newTextHElement(int textOutlineLevelValue)Create child element <text:h>. -
Uses of TextHElement in org.odftoolkit.odfdom.incubator.doc.text
Subclasses of TextHElement in org.odftoolkit.odfdom.incubator.doc.text Modifier and Type Class Description classOdfTextHeadingConvenient functionality for the parent ODF OpenDocument elementMethods in org.odftoolkit.odfdom.incubator.doc.text with parameters of type TextHElement Modifier and Type Method Description voidOdfTextExtractor. visit(TextHElement ele)
-