[]
Represents a complex field element in a body content.
public class ComplexField : ContentRange, IBrowsable<ComplexField>
Gets this complex field's start character.
public FieldChar BeginChar { get; }
public bool CanUpdate { get; }
Gets the child complex fields.
public IEnumerable<ComplexField> ChildFields { get; }
public string Code { get; set; }
Gets FieldCode collection of this complex field.
public FieldCodeCollection CodeFields { get; }
public string CustomData { get; set; }
Gets this complex field's end character.
public FieldChar EndChar { get; }
public bool IsDirty { get; set; }
public bool Locked { get; set; }
Gets the next complex field.
public ComplexField Next { get; }
Gets the parent complex field.
public ComplexField ParentField { get; }
Gets the previous complex field.
public ComplexField Previous { get; }
Gets this complex field's separator (code|result) character.
public FieldChar SeparatorChar { get; }
Deletes this complex field from the parent Body.
public override void Delete()
Gets this complex field's code range.
public Range GetCodeRange()
Initializes and returns a Range in the body occuped by this complex field.
public override Range GetRange()
Gets this complex field's result range.
public Range GetResultRange()
public void Update(WordLayoutSettings layoutSettings = null)
layoutSettings
WordLayoutSettings