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

NameTypeAccessDescription
IdintReadGets the editable range identifier.
SingleUserstringRead/WriteReturns or sets the single user for editable range.
EditorGroupEditorTypeRead/WriteReturns 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.
EditableRangeStartEditableRangeStartReadGets the node that represents the start of the editable range.
EditableRangeEndEditableRangeEndReadGets the node that represents the end of the editable range.

Methods

SignatureDescription
Remove()Removes the editable range from the document.

See Also