|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TextBulletType>
com.spire.presentation.TextBulletType
public enum TextBulletType
Represents the type of the extended bullets.
Enum Constant Summary | |
---|---|
NONE
|
|
NUMBERED
Numbered bullets. |
|
PICTURE
Picture bullets. |
|
SYMBOL
Sysmbol bullets. |
|
UN_DEFINED
|
Method Summary | |
---|---|
java.lang.String |
getName()
|
byte |
getValue()
|
Enum Constant Detail |
---|
public static final TextBulletType UN_DEFINED
public static final TextBulletType NONE
public static final TextBulletType SYMBOL
public static final TextBulletType NUMBERED
public static final TextBulletType PICTURE
Method Detail |
---|
public java.lang.String getName()
public byte getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |