Skip to main content

IdxRichEditField Members

Exposes a document field.

Properties

Name Description
CodeRange Returns the document range occupied by the field code.
Locked Specifies if the document field is locked.
Parent Returns the document field’s parent field, if present.
Range Returns the document range encompassing both the CodeRange and ResultRange ranges.
ResultRange Returns the document range occupied by the field result.
ShowCodes Specifies if the document field displays its code instead of result value.

Methods

Name Description
GetCodeRange Returns the document range occupied by the field’s code.
GetLocked Identifies if the document field is locked.
GetParent Returns a parent field to which the document field belongs.
GetRange Returns a document range occupied by the field.
GetResultRange Returns the document range occupied by the field result.
GetShowCodes Identifies if the document field is currently displayed as code instead of its value.
SetLocked(Boolean) Specifies if the document field is locked.
SetShowCodes(Boolean) Specifies if the document field is displayed as a code instead of the result.
Update Calculates or updates the field result and displays it in a document.
See Also