Enum FieldCharKind
The state a w:fldChar marks in a complex field chain (ECMA-376 Part 1 §17.16.18, ST_FldCharType).
public enum FieldCharKind
Fields
Begin = 0The field starts here (w:fldCharType "begin").
Separate = 1Field code ends and the cached result begins (w:fldCharType "separate").
End = 2The field ends here (w:fldCharType "end").