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 void
DefaultElementVisitor. 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 TextSectionElement
DrawTextBoxElement. 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 TextSectionElement
OfficeTextElement. 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 TextSectionElement
StyleFooterElement. newTextSectionElement(String textDisplayValue, String textNameValue)
Create child element <text:section>.TextSectionElement
StyleFooterLeftElement. newTextSectionElement(String textDisplayValue, String textNameValue)
Create child element <text:section>.TextSectionElement
StyleHeaderElement. newTextSectionElement(String textDisplayValue, String textNameValue)
Create child element <text:section>.TextSectionElement
StyleHeaderLeftElement. 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 TextSectionElement
TableCoveredTableCellElement. newTextSectionElement(String textDisplayValue, String textNameValue)
Create child element <text:section>.TextSectionElement
TableTableCellElement. 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 TextSectionElement
TextDeletionElement. newTextSectionElement(String textDisplayValue, String textNameValue)
Create child element <text:section>.TextSectionElement
TextIndexBodyElement. newTextSectionElement(String textDisplayValue, String textNameValue)
Create child element <text:section>.TextSectionElement
TextIndexTitleElement. newTextSectionElement(String textDisplayValue, String textNameValue)
Create child element <text:section>.TextSectionElement
TextNoteBodyElement. newTextSectionElement(String textDisplayValue, String textNameValue)
Create child element <text:section>.TextSectionElement
TextSectionElement. newTextSectionElement(String textDisplayValue, String textNameValue)
Create child element <text:section>.
-