[]
Represents a complex field element in a body content.
public class ComplexField : ContentRange, IBrowsable<ComplexField>
Public Class ComplexField
Inherits ContentRange
Implements IBrowsable(Of ComplexField)
| 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. |
| 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 occupied by this complex field. |
| GetResultRange() | Gets this complex field's result range. |
| Update(WordLayoutSettings) |