TextBulletType Enumeration
|
Represents the type of the extended bullets.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum TextBulletType
Public Enumeration TextBulletType
public enum class TextBulletType
Members
|
|
Member name
|
Value
|
Description
|
|
|
UnDefined
|
-1
|
|
|
|
None
|
0
|
|
|
|
Symbol
|
1
|
Sysmbol bullets.
|
|
|
Numbered
|
2
|
Numbered bullets.
|
|
|
Picture
|
3
|
Picture bullets.
|
See Also