Enum FieldSupport
How far DocWright takes a given field kind.
public enum FieldSupport
Fields
Unrecognized = 0The instruction is not recognized; the cached result is kept.
Evaluated = 1The DOM field engine computes a result.
LayoutEvaluated = 2The layout second pass computes it, because it depends on pagination. The DOM engine recognizes the instruction and leaves the cached result alone.
PreservedOnly = 3Recognized, but not computable without input the engine deliberately does not take — an external resource, or an interactive prompt. The cached result is kept.