Represents a contiguous area in a document.

System.Object
  Docentric.Documents.ObjectModel.Range

Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public class Range

The Range type exposes the following members.

Name Description
Public member Bookmarks Returns a Bookmarks read-only collection that represents all the bookmarks in the specified range.
Public member End Gets the Element that marks the end of the range.
Public member Fields Returns a Fields read-only collection that represents all the fields in the specified range.
Public member Paragraphs Returns a Paragraphs read-only collection that represents all the paragraphs in the specified range.
Public member Shapes Returns read-only collection of ShapeBase objects that represents all the shapes in the specified range.
Public member Start Gets the Element that marks the beginning of the range.
Public member Tables Returns a Tables read-only collection that represents all the tables in the specified range.
Name Description
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object)
Public method GetText
Public method GetType Gets the Type of the current instance. (Inherited from Object)
Public method ToString Returns a String that represents the current Object. (Inherited from Object)