Skip to main content
All docs
V26.1
  • WordProcessingSanitizeResult.Type Property

    Gets the type of the sanitized content.

    Namespace: DevExpress.XtraRichEdit

    Assembly: DevExpress.RichEdit.v26.1.Core.dll

    Declaration

    public WordProcessingContentType Type { get; }

    Property Value

    Type Description
    WordProcessingContentType

    An enumeration value that indicates the type of the sanitized content.

    Available values:

    Show 14 items
    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.

    See Also