Skip to main content
A newer version of this page is available. .

RichEditCustomDocumentProcessor Methods

Provides methods to process a document in the Controller in a custom manner.
Name Description
Bind(Object) Binds the RichEdit to a data source.
BindToXML(String, String, String) Binds the RichEdit to the XML file specified by its name, XPath expression and transformation file name.
BindToXML(String, String) Binds the RichEdit to the XML file specified by its name and an XPath expression.
BindToXML(String) Binds the RichEdit to the XML file specified by its name.
CalculateDocumentVariable(Action<CalculateDocumentVariableEventArgs>) Allows custom processing to be implemented when the DOCVARIABLE field field is updated.
CustomizeMergeFields(Action<CustomizeMergeFieldsEventArgs>) Fires when the ‘Insert Merge Field’ command button is clicked, and enables you to customize a drop-down field list.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Saving(Action<DocumentSavingEventArgs>) Fires before a file is saved to the server and allows you to cancel the action.
SpellCheckerWordAdded(Action<WordAddedEventArgs>) Fires when a word is added to the spell checker and enables you to add custom handling.
ToString() Returns a string that represents the current object. Inherited from Object.
Unit(RichEditUnit) Specifies the measurement unit.
See Also