com.aspose.slides
Class BulletTypeEx

java.lang.Object
  extended by com.aspose.dotnet.util.Enumerate
      extended by com.aspose.slides.BulletTypeEx

public class BulletTypeEx
extends com.aspose.dotnet.util.Enumerate

Represents the type of a bullet.


Field Summary
static BulletTypeEx NONE
           
static int NONE_ID
           
static BulletTypeEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
static BulletTypeEx NUMBERED
           
static int NUMBERED_ID
           
static BulletTypeEx PICTURE
           
static int PICTURE_ID
           
static BulletTypeEx SYMBOL
           
static int SYMBOL_ID
           
 
Method Summary
 
Methods inherited from class com.aspose.dotnet.util.Enumerate
getId, getName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NOT_DEFINED

public static final BulletTypeEx NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

NONE

public static final BulletTypeEx NONE

NONE_ID

public static final int NONE_ID
See Also:
Constant Field Values

SYMBOL

public static final BulletTypeEx SYMBOL

SYMBOL_ID

public static final int SYMBOL_ID
See Also:
Constant Field Values

NUMBERED

public static final BulletTypeEx NUMBERED

NUMBERED_ID

public static final int NUMBERED_ID
See Also:
Constant Field Values

PICTURE

public static final BulletTypeEx PICTURE

PICTURE_ID

public static final int PICTURE_ID
See Also:
Constant Field Values