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. |
CallbackRouteValues(Object) | Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks. |
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. |
InsertContentToClient(Action<InsertContentToClientEventArgs>) | Sets a handler for an event that fires after the client insertContentFromServer command is executed. |
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. |
SettingsDocumentSelector(Action<RichEditDocumentSelectorSettings>) | Provides access to Document Selector settings. |
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