IdxRichEditField Members
In This Article
#Properties
Name | Description |
---|---|
Code |
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 Code |
Result |
Returns the document range occupied by the field result. |
Show |
Specifies if the document field displays its code instead of result value. |
#Methods
Name | Description |
---|---|
Get |
Returns the document range occupied by the field’s code. |
Get |
Identifies if the document field is locked. |
Get |
Returns a parent field to which the document field belongs. |
Get |
Returns a document range occupied by the field. |
Get |
Returns the document range occupied by the field result. |
Get |
Identifies if the document field is currently displayed as code instead of its value. |
Set |
Specifies if the document field is locked. |
Set |
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