Range Class |
Docentric Toolkit Help
Send Feedback |
Represents a contiguous area in a document.
System.Object
Docentric.Documents.ObjectModel.Range
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public class Range
The Range type exposes the following members.
Name | Description | |
---|---|---|
Bookmarks | Returns a Bookmarks read-only collection that represents all the bookmarks in the specified range. | |
End | Gets the Element that marks the end of the range. | |
Fields | Returns a Fields read-only collection that represents all the fields in the specified range. | |
Paragraphs | Returns a Paragraphs read-only collection that represents all the paragraphs in the specified range. | |
Shapes | Returns read-only collection of ShapeBase objects that represents all the shapes in the specified range. | |
Start | Gets the Element that marks the beginning of the range. | |
Tables | Returns a Tables read-only collection that represents all the tables in the specified range. |
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object) | |
GetText | ||
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | Returns a String that represents the current Object. (Inherited from Object) |