[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ComplexField

Class ComplexField

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a complex field element in a body content.

public class ComplexField : ContentRange, IBrowsable<ComplexField>
Inheritance
ComplexField
Implements
Inherited Members

Properties

BeginChar

Gets this complex field's start character.

public FieldChar BeginChar { get; }

Property Value

FieldChar

CanUpdate

public bool CanUpdate { get; }

Property Value

bool

ChildFields

Gets the child complex fields.

public IEnumerable<ComplexField> ChildFields { get; }

Property Value

IEnumerable<ComplexField>

Code

public string Code { get; set; }

Property Value

string

CodeFields

Gets FieldCode collection of this complex field.

public FieldCodeCollection CodeFields { get; }

Property Value

FieldCodeCollection

CustomData

public string CustomData { get; set; }

Property Value

string

EndChar

Gets this complex field's end character.

public FieldChar EndChar { get; }

Property Value

FieldChar

IsDirty

public bool IsDirty { get; set; }

Property Value

bool

Locked

public bool Locked { get; set; }

Property Value

bool

Next

Gets the next complex field.

public ComplexField Next { get; }

Property Value

ComplexField

ParentField

Gets the parent complex field.

public ComplexField ParentField { get; }

Property Value

ComplexField

Previous

Gets the previous complex field.

public ComplexField Previous { get; }

Property Value

ComplexField

SeparatorChar

Gets this complex field's separator (code|result) character.

public FieldChar SeparatorChar { get; }

Property Value

FieldChar

Methods

Delete()

Deletes this complex field from the parent Body.

public override void Delete()

GetCodeRange()

Gets this complex field's code range.

public Range GetCodeRange()

Returns

Range

GetRange()

Initializes and returns a Range in the body occuped by this complex field.

public override Range GetRange()

Returns

Range

The newly created Range.

GetResultRange()

Gets this complex field's result range.

public Range GetResultRange()

Returns

Range

Update(WordLayoutSettings)

public void Update(WordLayoutSettings layoutSettings = null)

Parameters

layoutSettings WordLayoutSettings