[]
Adds a ComplexField to the end of the Office Math zone.
public ComplexField AddComplexField(string code)
Public Function AddComplexField(code As String) As ComplexField
Type | Name | Description |
---|---|---|
string | code | The complex field code. |
Type | Description |
---|---|
ComplexField | The added ComplexField. |
Adds a ComplexField to the end of the Office Math zone.
public ComplexField AddComplexField(string code, string result)
Public Function AddComplexField(code As String, result As String) As ComplexField
Type | Name | Description |
---|---|---|
string | code | The complex field code. |
string | result | The result text of the inserted field. |
Type | Description |
---|---|
ComplexField | The added ComplexField. |
Adds a ComplexField to the end of the Office Math zone.
public ComplexField AddComplexField(IFieldOptions options)
Public Function AddComplexField(options As IFieldOptions) As ComplexField
Type | Name | Description |
---|---|---|
IFieldOptions | options | The complex field options. |
Type | Description |
---|---|
ComplexField | The added ComplexField. |