Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextSectionElement
-
-
Uses of TextSectionElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextSectionElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TextSectionElement ele)A method to visit "text:section" elements -
Uses of TextSectionElement in org.odftoolkit.odfdom.dom.element.draw
Methods in org.odftoolkit.odfdom.dom.element.draw that return TextSectionElement Modifier and Type Method Description TextSectionElementDrawTextBoxElement. newTextSectionElement(String textDisplayValue, String textNameValue)Create child element <text:section>. -
Uses of TextSectionElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return TextSectionElement Modifier and Type Method Description TextSectionElementOfficeTextElement. newTextSectionElement(String textDisplayValue, String textNameValue)Create child element <text:section>. -
Uses of TextSectionElement in org.odftoolkit.odfdom.dom.element.style
Methods in org.odftoolkit.odfdom.dom.element.style that return TextSectionElement Modifier and Type Method Description TextSectionElementStyleFooterElement. newTextSectionElement(String textDisplayValue, String textNameValue)Create child element <text:section>.TextSectionElementStyleFooterLeftElement. newTextSectionElement(String textDisplayValue, String textNameValue)Create child element <text:section>.TextSectionElementStyleHeaderElement. newTextSectionElement(String textDisplayValue, String textNameValue)Create child element <text:section>.TextSectionElementStyleHeaderLeftElement. newTextSectionElement(String textDisplayValue, String textNameValue)Create child element <text:section>. -
Uses of TextSectionElement in org.odftoolkit.odfdom.dom.element.table
Methods in org.odftoolkit.odfdom.dom.element.table that return TextSectionElement Modifier and Type Method Description TextSectionElementTableTableCellElementBase. newTextSectionElement(String textDisplayValue, String textNameValue)Create child element <text:section>. -
Uses of TextSectionElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return TextSectionElement Modifier and Type Method Description TextSectionElementTextDeletionElement. newTextSectionElement(String textDisplayValue, String textNameValue)Create child element <text:section>.TextSectionElementTextIndexBodyElement. newTextSectionElement(String textDisplayValue, String textNameValue)Create child element <text:section>.TextSectionElementTextIndexTitleElement. newTextSectionElement(String textDisplayValue, String textNameValue)Create child element <text:section>.TextSectionElementTextNoteBodyElement. newTextSectionElement(String textDisplayValue, String textNameValue)Create child element <text:section>.TextSectionElementTextSectionElement. newTextSectionElement(String textDisplayValue, String textNameValue)Create child element <text:section>.
-