Back to Devexpress

DocumentRangePermissionStart Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-f9e471c6.md

latest1.9 KB
Original Source

DocumentRangePermissionStart Class

A document element that indicates the start 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 DocumentRangePermissionStart :
    DocumentElementBase
vb
Public Class DocumentRangePermissionStart
    Inherits DocumentElementBase

Remarks

A DocumentRangePermissionStart is a document element accessed by the DocumentIterator.

A DocumentRangePermissionStart is a marker that indicates the RangePermission‘s start.

Implements

IDocumentElement

Inheritance

Object DocumentElementBase DocumentRangePermissionStart

See Also

DocumentRangePermissionStart Members

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

DevExpress.XtraRichEdit.API.Native Namespace