Back to Devexpress

RichEditDocumentServerExtensions Members

officefileapi-devexpress-dot-xtrarichedit-dot-richeditdocumentserverextensions-dot-underscore-members.md

latest23.5 KB
Original Source

RichEditDocumentServerExtensions Members

Defines extension methods for the RichEditDocumentServer class.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use these methods in production code.

Methods

NameDescription
Compare(Document, Document, CompareDocumentOptions, ComparisonTargetType) staticCompares the current document with another document. Returns the document with revisions. Allows you to specify where to load the resulting document.
Compare(Document, Document, CompareDocumentOptions) staticCompares the current document with another document. Returns the document with revisions. Allows you to specify comparison options.
Compare(Document, Document, ComparisonTargetType) staticCompares the current document with another document. Returns the document with revisions. Allows you to specify where to load the resulting document.
Compare(Document, Document) staticCompares the current document with another document. Returns the document with revisions.
Equals(Object, Object) staticDetermines 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.
ExportToImage(Document, RichEditImageExportOptions) staticExports a document to a list of images. Allows you to specify export options.
ExportToImage(Document, String, RichEditImageExportOptions) staticExports all document pages to images. Allows you to specify image export options.
ExportToImage(Document, String) staticExports each document page to a separate image in PNG format.
ExportToImage(Document) staticExports each document page to a separate image in PNG format.
ExportToPdfAsync(RichEditDocumentServer, Stream, PdfExportOptions, CancellationToken) staticAsynchronously exports the document to the specified stream with the specified options in PDF format.
ExportToPdfAsync(RichEditDocumentServer, Stream, PdfExportOptions) staticAsynchronously exports the document to the specified stream with the specified options in the PDF format.
ExportToPdfAsync(RichEditDocumentServer, Stream, CancellationToken) staticAsynchronously exports the document to the specified stream in the PDF format.
ExportToPdfAsync(RichEditDocumentServer, Stream) staticAsynchronously exports the document to the specified stream in the PDF format.
ExportToPdfAsync(RichEditDocumentServer, String, PdfExportOptions, CancellationToken) staticAsynchronously exports the document to the specified file in the PDF format.
ExportToPdfAsync(RichEditDocumentServer, String, PdfExportOptions) staticAsynchronously exports the document to the specified file with the specified options in PDF format.
ExportToPdfAsync(RichEditDocumentServer, String, CancellationToken) staticAsynchronously exports the document to the specified file in the PDF format.
ExportToPdfAsync(RichEditDocumentServer, String) staticAsynchronously exports the document to the specified file in the PDF format.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
LoadDocumentAsync(RichEditDocumentServer, Byte[], DocumentFormat, String, CancellationToken) staticAsynchronously loads a document in the specified format from a byte array. You can use this method to load HTML documents with connected files.
LoadDocumentAsync(RichEditDocumentServer, Byte[], DocumentFormat, String) staticAsynchronously loads a document in the specified format from a byte array. You can use this method to load HTML documents with connected files.
LoadDocumentAsync(RichEditDocumentServer, Byte[], DocumentFormat, CancellationToken) staticAsynchronously loads a document in the specified format from a byte array.
LoadDocumentAsync(RichEditDocumentServer, Byte[], DocumentFormat) staticAsynchronously loads a document in the specified format from a byte array.
LoadDocumentAsync(RichEditDocumentServer, Byte[], CancellationToken) staticAsynchronously loads a document from a byte array. The file format is determined based on document content.
LoadDocumentAsync(RichEditDocumentServer, Byte[]) staticAsynchronously loads a document from a byte array. The file format is determined based on document content.
LoadDocumentAsync(RichEditDocumentServer, Stream, DocumentFormat, String, CancellationToken) staticAsynchronously loads a document from a stream in the specified format. External content for HTML format is retrieved from the specified source (base) URI.
LoadDocumentAsync(RichEditDocumentServer, Stream, DocumentFormat, String) staticAsynchronously loads a document from a stream in the specified format. External content for HTML format is retrieved from the specified source (base) URI.
LoadDocumentAsync(RichEditDocumentServer, Stream, DocumentFormat, CancellationToken) staticAsynchronously loads a document from a stream in the specified format.
LoadDocumentAsync(RichEditDocumentServer, Stream, DocumentFormat) staticAsynchronously loads a document from a stream in the specified format.
LoadDocumentAsync(RichEditDocumentServer, Stream, CancellationToken) staticAsynchronously loads a document from a stream. The file format is determined by its content.
LoadDocumentAsync(RichEditDocumentServer, Stream) staticAsynchronously loads a document from a stream. The file format is determined by its content.
LoadDocumentAsync(RichEditDocumentServer, String, DocumentFormat, String, CancellationToken) staticAsynchronously loads a document from a file in the specified format. External content for HTML format is retrieved from the specified source (base) URI.
LoadDocumentAsync(RichEditDocumentServer, String, DocumentFormat, String) staticAsynchronously loads a document from a file in the specified format. External content for HTML format is retrieved from the specified source (base) URI.
LoadDocumentAsync(RichEditDocumentServer, String, DocumentFormat, CancellationToken) staticAsynchronously loads a document from a file in the specified format.
LoadDocumentAsync(RichEditDocumentServer, String, DocumentFormat) staticAsynchronously loads a document from a file in the specified format.
LoadDocumentAsync(RichEditDocumentServer, String, CancellationToken) staticAsynchronously loads a document from a file. The file format is determined by its content.
LoadDocumentAsync(RichEditDocumentServer, String) staticAsynchronously loads a document from a file. The file format is determined by its content.
LoadDocumentProperties(RichEditDocumentServer, Stream, DocumentFormat) staticLoads metadata (document properties) of a document in a specified format from the stream.
LoadDocumentProperties(RichEditDocumentServer, Stream) staticLoads metadata (document properties) of a document from the specified stream. The document format is determined automatically.
LoadDocumentProperties(RichEditDocumentServer, String, DocumentFormat) staticLoads metadata (document properties) of a document in the specified format from the specified file.
LoadDocumentProperties(RichEditDocumentServer, String) staticLoads metadata (document properties) of a document from the specified file. The document format is determined automatically.
LoadDocumentTemplateAsync(RichEditDocumentServer, Byte[], DocumentFormat, CancellationToken) staticAsynchronously loads a document template in the specified format from a byte array.
LoadDocumentTemplateAsync(RichEditDocumentServer, Byte[], DocumentFormat) staticAsynchronously loads a document template in the specified format from a byte array.
LoadDocumentTemplateAsync(RichEditDocumentServer, Byte[], CancellationToken) staticAsynchronously loads a document template from a byte array.
LoadDocumentTemplateAsync(RichEditDocumentServer, Byte[]) staticAsynchronously loads a document template from a byte array.
LoadDocumentTemplateAsync(RichEditDocumentServer, Stream, DocumentFormat, CancellationToken) staticAsynchronously loads a document template from the stream in the specified document format.
LoadDocumentTemplateAsync(RichEditDocumentServer, Stream, DocumentFormat) staticAsynchronously loads a document template from a stream with the specified format.
LoadDocumentTemplateAsync(RichEditDocumentServer, Stream, CancellationToken) staticAsynchronously loads a document template from the stream.
LoadDocumentTemplateAsync(RichEditDocumentServer, Stream) staticAsynchronously loads a document template from the stream.
LoadDocumentTemplateAsync(RichEditDocumentServer, String, DocumentFormat, CancellationToken) staticAsynchronously loads a document template from the stream.
LoadDocumentTemplateAsync(RichEditDocumentServer, String, DocumentFormat) staticAsynchronously loads a document template from the file in the specified document format.
LoadDocumentTemplateAsync(RichEditDocumentServer, String, CancellationToken) staticAsynchronously loads a document template from the file.
LoadDocumentTemplateAsync(RichEditDocumentServer, String) staticAsynchronously loads a document template from the file.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
SaveDocumentAsync(RichEditDocumentServer, DocumentFormat, EncryptionSettings, CancellationToken) staticAsynchronously saves the document to a byte array in the specified format and encrypts it with a password.
SaveDocumentAsync(RichEditDocumentServer, DocumentFormat, EncryptionSettings) staticAsynchronously saves the document to a byte array in the specified format and encrypts it with a password.
SaveDocumentAsync(RichEditDocumentServer, DocumentFormat, CancellationToken) staticAsynchronously saves the document to a byte array in the specified file format.
SaveDocumentAsync(RichEditDocumentServer, DocumentFormat) staticAsynchronously saves the document to a byte array in the specified file format.
SaveDocumentAsync(RichEditDocumentServer, Stream, DocumentFormat, EncryptionSettings, CancellationToken) staticAsynchronously saves the document to a stream with the specified document format and encryption options.
SaveDocumentAsync(RichEditDocumentServer, Stream, DocumentFormat, EncryptionSettings) staticAsynchronously saves the document to a stream with the specified document format and encryption options.
SaveDocumentAsync(RichEditDocumentServer, Stream, DocumentFormat, CancellationToken) staticAsynchronously saves the document to a stream with the specified document format.
SaveDocumentAsync(RichEditDocumentServer, Stream, DocumentFormat) staticAsynchronously saves the document to a stream with the specified document format.
SaveDocumentAsync(RichEditDocumentServer, String, DocumentFormat, EncryptionSettings, CancellationToken) staticAsynchronously saves the document to a file, with the specified document format and encryption options.
SaveDocumentAsync(RichEditDocumentServer, String, DocumentFormat, EncryptionSettings) staticAsynchronously saves the document to a file with the specified document format and encryption options.
SaveDocumentAsync(RichEditDocumentServer, String, DocumentFormat, CancellationToken) staticAsynchronously saves the document to a stream with the specified document format.
SaveDocumentAsync(RichEditDocumentServer, String, DocumentFormat) staticAsynchronously saves the document to a stream with the specified document format.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

RichEditDocumentServerExtensions Class

DevExpress.XtraRichEdit Namespace