Google Apps Script API
    Preparing search index...

    A wrapper around an Element with a possible start and end offset. These offsets allow a range of characters within a Text element to be represented in search results, document selections, and named ranges.

    interface RangeElement {
        getElement(): GoogleAppsScript.Document.Element;
        getEndOffsetInclusive(): number;
        getStartOffset(): number;
        isPartial(): boolean;
    }
    Index

    Methods