[]
Represents a field code within a complex field in a document.
public class FieldCode : Text, IBrowsable<Text>
Gets the owner ComplexField.
public ComplexField Field { get; }
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.
public override void Delete()
Overridden. Throws an exception because splitting of a complex field code is not supported.
public override Text Split(int position)
position
intThrows when this method is called.