Overview
BulletType is a enum in Aspose.Slides FOSS for Java.
Represents the type of the extended bullets.
Values
| Value | Description |
|---|
NOT_DEFINED | Represents an undefined bullet type |
NONE | Represents no bullet |
SYMBOL | Represents a symbolic bullet (e.g., a character) |
NUMBERED | Represents a numbered bullet list |
PICTURE | Represents a picture-based bullet |
Properties
| Name | Type | Access | Description |
|---|
value | String | Read | Returns the string value of this constant. |
Methods
| Signature | Description |
|---|
getValue() → String | Returns the string value of this constant. |
See Also