ListBullet Class
A base class for list bullets.
Declaration
public abstract class ListBullet extends OfficeObject
Inherited Members
com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Inheritance
Object
JavaObject
OfficeObject
ListBullet
ListBullet()
Initializes a new instance of the ListBullet class.
Declaration
public ListBullet()
Fields
NONE Field
No bullet.
Declaration
public static final ListBullet NONE
Field Value
| Type | Description |
|---|---|
ListBullet |
A ListBullet instance that specifies no bullet. |
Methods
deepClone() Method
Returns a deep copy of this ListBullet instance.
Declaration
public ListBullet deepClone()
Returns
| Type | Description |
|---|---|
ListBullet |
A deep copy of this |