Table of Contents

Enum FieldSupport

Namespace
DocWright.Dom.Fields
Assembly
DocWright.Dom.dll

How far DocWright takes a given field kind.

public enum FieldSupport

Fields

Unrecognized = 0

The instruction is not recognized; the cached result is kept.

Evaluated = 1

The DOM field engine computes a result.

LayoutEvaluated = 2

The layout second pass computes it, because it depends on pagination. The DOM engine recognizes the instruction and leaves the cached result alone.

PreservedOnly = 3

Recognized, but not computable without input the engine deliberately does not take — an external resource, or an interactive prompt. The cached result is kept.