WordProcessingContentType Enum
Lists values that indicate the type of content in a document.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v26.1.Core.dll
Declaration
Members
| Name | Description |
|---|---|
AuthorInfo
|
Author information. |
OrganizationInfo
|
Organization information. |
DocumentDescription
|
Document description. |
DocumentHistory
|
Document history. |
CustomProperty
|
Custom properties. |
ExtendedProperty
|
Extended properties. |
Comment
|
Comments. |
CustomXmlPart
|
Custom XML parts. |
OleObject
|
OLE objects. |
Macro
|
Macros. |
ActiveXContent
|
ActiveX controls. |
HiddenText
|
Hidden text. |
InvisibleText
|
Invisible text. |
TrackedChanges
|
Tracked changes. |
Related API Members
The following properties accept/return WordProcessingContentType values:
See Also