Table of Contents

Enum FieldCharKind

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

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 = 0

The field starts here (w:fldCharType "begin").

Separate = 1

Field code ends and the cached result begins (w:fldCharType "separate").

End = 2

The field ends here (w:fldCharType "end").