Back to Devexpress

DocumentRangePermissionEnd Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-742687be.md

latest2.0 KB
Original Source

DocumentRangePermissionEnd Class

A document element that indicates the end of the range permission accessed by DocumentIterator.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class DocumentRangePermissionEnd :
    DocumentElementBase
vb
Public Class DocumentRangePermissionEnd
    Inherits DocumentElementBase

Remarks

A DocumentRangePermissionEnd is a document element accessed by the DocumentIterator.

A DocumentRangePermissionEnd is a marker that indicates the RangePermission‘s end.

Implements

IDocumentElement

Inheritance

Object DocumentElementBase DocumentRangePermissionEnd

See Also

DocumentRangePermissionEnd Members

Range Permissions

How to: Retrieve the List of Document Fonts using the Visitor-Iterator Pattern

DevExpress.XtraRichEdit.API.Native Namespace