[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.EditableRange

Class EditableRange

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a modifiable region of a document, together with a user and/or group that are allowed to modify it if the document protection is on.

public class EditableRange : ContentRange, IBrowsable<EditableRange>
Inheritance
object
EditableRange
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

EndDisplacedByCustomXml

Gets or sets a value indicating that the end annotation's placement shall be directly linked with the location of the physical presentation of a custom XML element in the document.

public DisplacedByCustomXml EndDisplacedByCustomXml { get; set; }

Property Value

DisplacedByCustomXml

FirstCoveredColumn

Gets or sets the zero-based index of the first column in the row that shall be part of this EditableRange.

-1 indicates that the EditableRange has default covering behavior.

public int FirstCoveredColumn { get; set; }

Property Value

int

ID

Gets the unique ID of this comment.

public int ID { get; }

Property Value

int

LastCoveredColumn

Gets or sets the zero-based index of the last column in the row that shall be part of this EditableRange.

-1 indicates that the EditableRange has default covering behavior.

public int LastCoveredColumn { get; set; }

Property Value

int

Next

Gets the next EditableRange.

public EditableRange Next { get; }

Property Value

EditableRange

Previous

Gets the previous EditableRange.

public EditableRange Previous { get; }

Property Value

EditableRange

RangeEditor

Specifies a single user or group for which this range permission shall be enabled (i.e. a user/group which shall be able to edit this range when document protection is enabled).

public RangeEditor RangeEditor { get; }

Property Value

RangeEditor

StartDisplacedByCustomXml

Gets or sets a value indicating that the start annotation's placement shall be directly linked with the location of the physical presentation of a custom XML element in the document.

public DisplacedByCustomXml StartDisplacedByCustomXml { get; set; }

Property Value

DisplacedByCustomXml

Methods

Delete()

Deletes this range from the body content.

public override void Delete()

ToString()

Gets string representation of the content.

public override string ToString()

Returns

string

String representation of the content.