EditableRange
Overview
EditableRange is a class in Aspose.Words FOSS for .NET.
Represents a single editable range.
This class provides 1 method for working with EditableRange objects in .NET programs.
Available methods include: Remove.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Properties: EditableRangeEnd, EditableRangeStart, EditorGroup, Id, SingleUser.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Id | int | Read | Gets the editable range identifier. |
SingleUser | string | Read/Write | Returns or sets the single user for editable range. |
EditorGroup | EditorType | Read/Write | Returns or sets an alias (or editing group) which shall be used to determine if the current user shall be allowed to edit this editable range. |
EditableRangeStart | EditableRangeStart | Read | Gets the node that represents the start of the editable range. |
EditableRangeEnd | EditableRangeEnd | Read | Gets the node that represents the end of the editable range. |
Methods
| Signature | Description |
|---|---|
Remove() | Removes the editable range from the document. |