Class FieldCode
A fragment of field instruction text (w:instrText or w:delInstrText), located between a field's begin and separate characters. Excluded from GetText(DomNode, RevisionView).
public sealed class FieldCode : RunContentInline
- Inheritance
-
FieldCode
- Inherited Members
- Extension Methods
Constructors
- FieldCode()
Initializes an empty fragment.
- FieldCode(string)
Initializes a fragment.
Properties
- Instruction
Gets or sets the instruction text. Never null.
Methods
- Accept(DomVisitor)
Dispatches to the visitor method for this node's concrete type.
- CloneCore()
Creates the deep copy for Clone(). Implementations copy all owned state, deep-clone children and copy unknown-XML islands.