[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.BidirectionalOverride.AddComplexField

AddComplexField Method

AddComplexField(string)

Adds a ComplexField to the end of the bidirectional override.

Declaration
public ComplexField AddComplexField(string code)
Parameters
Type Name Description
string code

The complex field code.

Returns
Type Description
ComplexField

The added ComplexField.

AddComplexField(string, string)

Adds a ComplexField to the end of the bidirectional override.

Declaration
public ComplexField AddComplexField(string code, string result)
Parameters
Type Name Description
string code

The complex field code.

string result

The result text of the inserted field.

Returns
Type Description
ComplexField

The added ComplexField.

AddComplexField(IFieldOptions)

Adds a ComplexField to the end of the bidirectional override.

Declaration
public ComplexField AddComplexField(IFieldOptions options)
Parameters
Type Name Description
IFieldOptions options

The complex field options.

Returns
Type Description
ComplexField

The added ComplexField.