IdxRichEditField Interface
Exposes a document field.
Declaration
IdxRichEditField = interface(IInterface)
Remarks
The IdxRichEditField interface provides access to properties and methods that allow you to:
Obtain the document range occupied by the entire field (Range and GetRange);
Access document ranges corresponding to the field’s code and result (CodeRange, GetCodeRange, ResultRange, and GetResultRange);
Switch between the code and result field display modes (ShowCodes and SetShowCodes);
Identify whether the document field is nested and obtain its parent field, if possible (Parent and GetParent);
Forbid/allow the field recalculation/updating (Locked and SetLocked);
Calculate and/or update the document field result (Update).
The IdxRichEditField interface is referenced by:
The CreateField function exposed by the IdxRichEditFieldCollection interface;
The Parent property.