Class
PermissionRangeStartInfo

Represents the starting point of a permission range in a document imported from OpenXML format.

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.OpenXml.Docx.Import

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class PermissionRangeStartInfo

Inheritance: objectPermissionRangeStartInfo

Constructors

PermissionRangeStartInfo()

Declaration

cs-api-definition
public PermissionRangeStartInfo()

Properties

AnnotationID

Gets the annotation ID associated with the permission range start information.

Declaration

cs-api-definition
public string AnnotationID { get; set; }

Property Value

string

The unique identifier for the annotation.

PermissionInfo

Represents the permission information for a specific range within a document, detailing access rights and restrictions applied to that range.

Declaration

cs-api-definition
public PermissionRangeInfo PermissionInfo { get; set; }

Property Value

PermissionRangeInfo