Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Type Parameters

Name Description
T

The type of work session.

Implements

Inheritance

See Also