The type of character following the number text for the paragraph

Namespace: Spire.Doc.Documents
Assembly: 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

MemberValueDescription
Tab0
List levels number or bullet is followed by tab
Space1
List levels number or bullet is followed by space
Nothing2
Follow character isn't used

See Also