Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / RangeBase Class
Members

In This Topic
    RangeBase Class
    In This Topic
    Base class for Range and Body that allows manipulating content in a document.
    Object Model
    RangeBase Class
    Syntax
    Remarks
    A range's content is determined by its Start and End markers. Content objects that satisfy any of the following conditions are included in the range:
    • An object's start is positioned between the start and the end of the range.
    • An object's start is positioned on the start or on the end of the range.
    • An object's end is positioned between the start and the end of the range.
    • An object's end is positioned on the start or the end of the range.
    • An object's start is positioned before the start of the range and the object's end is positioned after the end of the range.
    The GrapeCity.Documents.Word.RangeBase.GetInnerCollection``1 method allows excluding objects that satisfy the last condition.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Word.ContentCollection<T>
          GrapeCity.Documents.Word.ContentObjectCollection<T>
             GrapeCity.Documents.Word.RangeBase
                GrapeCity.Documents.Word.Body
                GrapeCity.Documents.Word.Range

    See Also