[]
Represents a field code within a complex field in a document.
public class FieldCode : Text, IBrowsable<Text>
Public Class FieldCode
Inherits Text
Implements IBrowsable(Of Text)
Name | Description |
---|---|
Field | Gets the owner ComplexField. |
Value | Gets or sets the text content value. |
Name | Description |
---|---|
Delete() | Deletes the content from the parent Body. If it's the only instruction in the parent complex field then the whole field will be deleted. |
Split(int) | Overridden. Throws an exception because splitting of a complex field code is not supported. |