com.aspose.slides.pptx
Class BulletTypeEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.BulletTypeEx

public class BulletTypeEx
extends Enumerate

Enumeration which defines the type of extended bullets.


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.slides.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