Google Apps Script API
    Preparing search index...
    interface StructuralElement {
        endIndex?: number;
        paragraph?: GoogleAppsScript.Docs.Schema.Paragraph;
        sectionBreak?: SectionBreak;
        startIndex?: number;
        table?: GoogleAppsScript.Docs.Schema.Table;
        tableOfContents?: GoogleAppsScript.Docs.Schema.TableOfContents;
    }
    Index

    Properties

    endIndex?: number
    sectionBreak?: SectionBreak
    startIndex?: number