The type of character following the number text for the paragraph
Namespace: Spire.Doc.DocumentsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum FollowCharacterType
Public Enumeration FollowCharacterType
public enum class FollowCharacterType
type FollowCharacterType
Members
| Member | 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
|