Skip to main content
All docs
V18.2

DocumentStorageFormat Enum

Contains values specifying the document storage format used by the RichText Property Editor.

Namespace: DevExpress.ExpressApp.Office.Win

Assembly: DevExpress.ExpressApp.Office.Win.v18.2.dll

Declaration

public enum DocumentStorageFormat

Members

Name Description
Rtf

The document is stored in the RTF format.

Html

The document is stored in the HTML format.

Related API Members

The following properties accept/return DocumentStorageFormat values:

Remarks

Values of this enumeration are passed to the DocumentStorageFormat property.

See Also