RichEditExtension Methods
Represents an extension object implementing the RichEdit functionality.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. |
CreateMailMergeOptions() static | Creates an object for specifying the options used in mail merge operations. |
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. |
ExportToPDF(String, String) static | Exports the RichEdit’s current document to PDF, based on the provided settings. |
GetCallbackResult(String, Action<RichEditCustomDocumentProcessor>) static | Returns the specified result back to the client side after processing a callback within an Action specified by the RichEditSettings.CallbackRouteValues property. |
GetDocumentId(String) static | Returns the unique identifier of the specified RichEdit document. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetHtml() | Inserts the HTML code rendered by an extension into the required page output. Inherited from ExtensionBase. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
LoadDocument(String, String) static | Obsolete. Loads a specific file to the specified RichEdit extension. |
MailMerge(String, Document) static | Initializes the mail merge process and generates the resulting document containing the merged information. |
MailMerge(String, MailMergeOptions, Document) static | Initializes the mail merge process and generates the resulting document containing the merged information. |
MailMerge(String, MailMergeOptions, Stream, DocumentFormat) static | Initializes the mail merge process and generates the resulting document containing the merged information. |
MailMerge(String, MailMergeOptions, String, DocumentFormat) static | Initializes the mail merge process and generates the resulting document containing the merged information. |
MailMerge(String, Stream, DocumentFormat) static | Initializes the mail merge process and generates the resulting document containing the merged information. |
MailMerge(String, String, DocumentFormat) static | Initializes the mail merge process and generates the resulting document containing the merged information. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
New(String) static | Creates a document in the RichEdit. |
Open(RichEditDocumentInfo) | Activates a previously opened document. |
Open(String, RichEditDocumentInfo) static | Activates a previously opened document. |
Open(String, DocumentFormat, Func<Byte[]>) | Opens a document in the specified format from an array of bytes. |
Open(String, DocumentFormat, Func<Stream>) | Opens a document in the specified format from a stream. |
Open(String, DocumentFormat) | Opens a document in the specified format from a file system. |
Open(String, Func<Byte[]>) | Opens a document from an array of bytes. |
Open(String, Func<Stream>) | Opens a document from a stream. |
Open(String, String, DocumentFormat, Func<Byte[]>) static | Opens a document in the specified format from an array of bytes. |
Open(String, String, DocumentFormat, Func<Stream>) static | Opens a document in the specified format from a stream. |
Open(String, String, DocumentFormat) static | Opens a document in the specified format from a file system. |
Open(String, String) static | Opens the specified document. |
Open(String) | Opens a document from a file system. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
Render() | Renders the extension’s HTML code to the Response. Inherited from ExtensionBase. |
SaveCopy(String, DocumentFormat) static | Saves a document copy using the specified settings. |
SaveCopy(String, Stream, DocumentFormat) static | Saves a document copy using the specified settings. |
SaveCopy(String, String) static | Saves a document copy using the specified settings. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also