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