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

OfficeDocumentBase<T> Class

Contains the base settings that are common for RichEdit and Spreadsheet documents opened on the server and provides the means to operate the document (close or save a copy).

Namespace: DevExpress.Web.Office.Internal

Assembly: DevExpress.Web.v18.2.dll

Declaration

public abstract class OfficeDocumentBase<T> :
    IDocumentInfo
    where T : WorkSessionBase

Type Parameters

Name
T

Implements

Inheritance

See Also