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

DocumentStorageFormat Enum

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

Namespace: DevExpress.ExpressApp.Office

Assembly: DevExpress.ExpressApp.Office.v19.1.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