Defines types of field marks.
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 FieldMarkType
Public Enumeration FieldMarkType
public enum class FieldMarkType
type FieldMarkType
Members
| Member | Value | Description |
|---|---|---|
| FieldSeparator | 0 |
Field separator type
|
| FieldEnd | 1 |
Field end type.
|