Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextListStyleElement
-
-
Uses of TextListStyleElement in org.odftoolkit.odfdom.changes
Methods in org.odftoolkit.odfdom.changes with parameters of type TextListStyleElement Modifier and Type Method Description voidJsonOperationProducer. addListStyle(TextListStyleElement listStyle)After checking if the given list style was not declared before as operation call.Method parameters in org.odftoolkit.odfdom.changes with type arguments of type TextListStyleElement Modifier and Type Method Description voidJsonOperationProducer. addListStyle(OdfSchemaDocument doc, Map<String,TextListStyleElement> autoListStyles, String styleId)Creates the operation to insert a list style. -
Uses of TextListStyleElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextListStyleElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TextListStyleElement ele)A method to visit "text:list-style" elements -
Uses of TextListStyleElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return TextListStyleElement Modifier and Type Method Description TextListStyleElementOfficeAutomaticStylesElement. newTextListStyleElement(String styleNameValue)Create child element <text:list-style>.TextListStyleElementOfficeStylesElement. newTextListStyleElement(String styleNameValue)Create child element <text:list-style>. -
Uses of TextListStyleElement in org.odftoolkit.odfdom.dom.element.style
Methods in org.odftoolkit.odfdom.dom.element.style that return TextListStyleElement Modifier and Type Method Description TextListStyleElementStyleGraphicPropertiesElement. newTextListStyleElement(String styleNameValue)Create child element <text:list-style>. -
Uses of TextListStyleElement in org.odftoolkit.odfdom.incubator.doc.office
Methods in org.odftoolkit.odfdom.incubator.doc.office that return TextListStyleElement Modifier and Type Method Description TextListStyleElementOdfOfficeAutomaticStyles. newTextListStyleElement(String styleNameValue)Create child element <text:list-style>.TextListStyleElementOdfOfficeStyles. newTextListStyleElement(String styleNameValue)Create child element <text:list-style>. -
Uses of TextListStyleElement in org.odftoolkit.odfdom.incubator.doc.text
Subclasses of TextListStyleElement in org.odftoolkit.odfdom.incubator.doc.text Modifier and Type Class Description classOdfTextListStyleConvenient functionalty for the parent ODF OpenDocument element
-