FieldMarkType Enumeration
|
Defines types of field marks.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum FieldMarkType
Public Enumeration FieldMarkType
public enum class FieldMarkType
Members
|
Member name
|
Value
|
Description
|
|
FieldSeparator
|
0
|
Field separator type
|
|
FieldEnd
|
1
|
Field end type.
|
See Also