Class PermissionRangeStartInfo
Inheritance
System.Object
PermissionRangeStartInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.FormatProviders.OpenXml.Docx.Import
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class PermissionRangeStartInfo
Constructors
PermissionRangeStartInfo()
Declaration
public PermissionRangeStartInfo()
Properties
AnnotationID
Declaration
public string AnnotationID { get; set; }
Property Value
System.String
|
PermissionInfo
Declaration
public PermissionRangeInfo PermissionInfo { get; set; }
Property Value
PermissionRangeInfo
|