Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextListLevelStyleImageElement
-
Packages that use TextListLevelStyleImageElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.text org.odftoolkit.odfdom.incubator.doc.text -
-
Uses of TextListLevelStyleImageElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextListLevelStyleImageElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TextListLevelStyleImageElement ele)A method to visit "text:list-level-style-image" elements -
Uses of TextListLevelStyleImageElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return TextListLevelStyleImageElement Modifier and Type Method Description TextListLevelStyleImageElementTextListStyleElement. newTextListLevelStyleImageElement(int textLevelValue)Create child element <text:list-level-style-image>. -
Uses of TextListLevelStyleImageElement in org.odftoolkit.odfdom.incubator.doc.text
Subclasses of TextListLevelStyleImageElement in org.odftoolkit.odfdom.incubator.doc.text Modifier and Type Class Description classOdfTextListLevelStyleImageConvenient functionalty for the parent ODF OpenDocument element
-