Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextListElement
-
-
Uses of TextListElement in org.odftoolkit.odfdom.changes
Methods in org.odftoolkit.odfdom.changes that return TextListElement Modifier and Type Method Description static TextListElementJsonOperationConsumer. isolateListParagraph(TextParagraphElementBase paragraphBaseElement)Isolates the paragraph as only paragraph of the list.Methods in org.odftoolkit.odfdom.changes with parameters of type TextListElement Modifier and Type Method Description static voidJsonOperationConsumer. modifyListStyleName(org.json.JSONObject attrs, TextListElement rootListElement)Modifying the @style:list-style-name to the given text:list element, when the paragraph properties contain a "listStyleId -
Uses of TextListElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextListElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TextListElement ele)A method to visit "text:list" elements -
Uses of TextListElement in org.odftoolkit.odfdom.dom.element.draw
Methods in org.odftoolkit.odfdom.dom.element.draw that return TextListElement Modifier and Type Method Description TextListElementDrawCaptionElement. newTextListElement()Create child element <text:list>.TextListElementDrawCircleElement. newTextListElement()Create child element <text:list>.TextListElementDrawConnectorElement. newTextListElement()Create child element <text:list>.TextListElementDrawCustomShapeElement. newTextListElement()Create child element <text:list>.TextListElementDrawEllipseElement. newTextListElement()Create child element <text:list>.TextListElementDrawImageElement. newTextListElement()Create child element <text:list>.TextListElementDrawLineElement. newTextListElement()Create child element <text:list>.TextListElementDrawMeasureElement. newTextListElement()Create child element <text:list>.TextListElementDrawPathElement. newTextListElement()Create child element <text:list>.TextListElementDrawPolygonElement. newTextListElement()Create child element <text:list>.TextListElementDrawPolylineElement. newTextListElement()Create child element <text:list>.TextListElementDrawRectElement. newTextListElement()Create child element <text:list>.TextListElementDrawRegularPolygonElement. newTextListElement()Create child element <text:list>.TextListElementDrawTextBoxElement. newTextListElement()Create child element <text:list>. -
Uses of TextListElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return TextListElement Modifier and Type Method Description TextListElementOfficeAnnotationElement. newTextListElement()Create child element <text:list>.TextListElementOfficeTextElement. newTextListElement()Create child element <text:list>. -
Uses of TextListElement in org.odftoolkit.odfdom.dom.element.style
Methods in org.odftoolkit.odfdom.dom.element.style that return TextListElement Modifier and Type Method Description TextListElementStyleFooterElement. newTextListElement()Create child element <text:list>.TextListElementStyleFooterLeftElement. newTextListElement()Create child element <text:list>.TextListElementStyleHeaderElement. newTextListElement()Create child element <text:list>.TextListElementStyleHeaderLeftElement. newTextListElement()Create child element <text:list>. -
Uses of TextListElement in org.odftoolkit.odfdom.dom.element.table
Methods in org.odftoolkit.odfdom.dom.element.table that return TextListElement Modifier and Type Method Description TextListElementTableTableCellElementBase. newTextListElement()Create child element <text:list>. -
Uses of TextListElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return TextListElement Modifier and Type Method Description TextListElementTextDeletionElement. newTextListElement()Create child element <text:list>.TextListElementTextIndexBodyElement. newTextListElement()Create child element <text:list>.TextListElementTextIndexTitleElement. newTextListElement()Create child element <text:list>.TextListElementTextListHeaderElement. newTextListElement()Create child element <text:list>.TextListElementTextListItemElement. newTextListElement()Create child element <text:list>.TextListElementTextNoteBodyElement. newTextListElement()Create child element <text:list>.TextListElementTextSectionElement. newTextListElement()Create child element <text:list>. -
Uses of TextListElement in org.odftoolkit.odfdom.incubator.doc.text
Subclasses of TextListElement in org.odftoolkit.odfdom.incubator.doc.text Modifier and Type Class Description classOdfTextListConvenient functionalty for the parent ODF OpenDocument element
-