[]
Represents a complex field character at a location in the parent run.
A complex field character is a special character that delimits the start and end of a complex field, or separates its field codes from its current field result.
public class FieldChar : ContentMark
Gets the owner ComplexField.
public ComplexField Field { get; }
Gets the complex field character type.
public FieldCharType Type { get; }