Package | Description |
---|---|
org.odftoolkit.odfdom.dom.element.text | |
org.odftoolkit.odfdom.incubator.doc.text |
Modifier and Type | Class and Description |
---|---|
class |
TextListLevelStyleBulletElement
DOM implementation of OpenDocument element text:list-level-style-bullet.
|
class |
TextListLevelStyleImageElement
DOM implementation of OpenDocument element text:list-level-style-image.
|
class |
TextListLevelStyleNumberElement
DOM implementation of OpenDocument element text:list-level-style-number.
|
Modifier and Type | Class and Description |
---|---|
class |
OdfTextListLevelStyleBullet
Convenient functionalty for the parent ODF OpenDocument element
|
class |
OdfTextListLevelStyleImage
Convenient functionalty for the parent ODF OpenDocument element
|
class |
OdfTextListLevelStyleNumber
Convenient functionalty for the parent ODF OpenDocument element
|
Modifier and Type | Method and Description |
---|---|
TextListLevelStyleElementBase |
OdfTextListStyle.getLevel(int level)
returns the given level or null if it does not exist
|
TextListLevelStyleElementBase |
OdfTextList.getListLevelStyle()
Deprecated.
Retrieves the List Level Style
|
TextListLevelStyleElementBase |
OdfTextListStyle.getOrCreateListLevel(int level,
Class clazz)
always returns the given level with the given class.
|
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.