| 
FieldCharType Enumeration
  | 
 Represents the different types of characters that can be used in a field.
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public enum FieldCharType
 
Public Enumeration FieldCharType
 
public enum class FieldCharType
 
 
 
 
 Members
 Members
 
|  | Member name | Value | Description | 
|  | Begin | 0 | The character is a start character, which defines the start of a complex field. | 
|  | Seperate | 1 | The character is a separator character, which defines the end of the field codes and the start of the field result for a complex field. | 
|  | End | 2 | The character is a end character, which defines the end of a complex field. | 
|  | Unknown | 3 | Unknown | 
|  | SimpleField | 4 | Simple field. | 
 
 
 See Also
See Also