FollowCharacterType Enumeration
|
The type of character following the number text for the paragraph
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum FollowCharacterType
Public Enumeration FollowCharacterType
public enum class FollowCharacterType
Members
|
Member name
|
Value
|
Description
|
|
Tab
|
0
|
List levels number or bullet is followed by tab
|
|
Space
|
1
|
List levels number or bullet is followed by space
|
|
Nothing
|
2
|
Follow character isn't used
|
See Also