[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ComplexField

ComplexField Class

Represents a complex field element in a body content.

Inheritance
ComplexField
Implements
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class ComplexField : ContentRange, IBrowsable<ComplexField>
Public Class ComplexField
    Inherits ContentRange
    Implements IBrowsable(Of ComplexField)

Properties

Name Description
BeginChar

Gets this complex field's start character.

CanUpdate
ChildFields

Gets the child complex fields.

Code
CodeFields

Gets FieldCode collection of this complex field.

CustomData
EndChar

Gets this complex field's end character.

IsDirty
Locked
Next

Gets the next complex field.

ParentField

Gets the parent complex field.

Previous

Gets the previous complex field.

SeparatorChar

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

Methods

Name Description
Delete()

Deletes this complex field from the parent Body.

GetCodeRange()

Gets this complex field's code range.

GetRange()

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

GetResultRange()

Gets this complex field's result range.

Update(WordLayoutSettings)