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

DXRichEditOpenXmlDocumentExporterOptions.ExportedDocumentProperties Property

Gets or sets the document properties being exported.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v18.2.dll

Declaration

public DocumentPropertyNames ExportedDocumentProperties { get; set; }

Property Value

Type Description
DocumentPropertyNames

One of the DocumentPropertyNames enumeration values indicating what document properties are specified.

Available values:

Show 20 items
Name Description
None

Undefined name.

Category

The DocumentProperties.Category property.

ContentStatus

The DocumentProperties.ContentStatus property.

ContentType

The DocumentProperties.ContentType property.

Created

The DocumentProperties.Created property.

Creator

The DocumentProperties.Creator property.

Description

The DocumentProperties.Description property.

Identifier

The DocumentProperties.Identifier property.

Keywords

The DocumentProperties.Keywords property.

Language

The DocumentProperties.Language property.

LastModifiedBy

The DocumentProperties.LastModifiedBy property.

LastPrinted

The DocumentProperties.LastPrinted property.

Modified

The DocumentProperties.Modified property.

Revision

The DocumentProperties.Revision property.

Subject

The DocumentProperties.Subject property.

Title

The DocumentProperties.Title property.

Version

The DocumentProperties.Version property.

BuiltinProperties

Built-in (core) properties contained in the DocumentProperties class.

CustomProperties

Custom properties contained in the DocumentCustomProperties class.

All

All document properties (built-in and custom).

Property Paths

You can access this nested property as listed below:

Object Type Path to ExportedDocumentProperties
DXRichEditDocumentExportOptions
.OpenXmlOptions.ExportedDocumentProperties
See Also