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.
|
Equals(Object)
|
Determines whether the specified object is equal to the current 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.
|
GetHtml()
|
Inserts the HTML code rendered by an extension into the required page output.
|
GetType()
|
Gets the Type of the current instance.
|
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.
|
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.
|
Render()
|
Renders the extension’s HTML code to the Response.
|
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.
|