Google Apps Script API
    Preparing search index...
    interface Docs {
        Documents: DocumentsCollection;
        newAutoText(): GoogleAppsScript.Docs.Schema.AutoText;
        newBackground(): Background;
        newBatchUpdateDocumentRequest(): BatchUpdateDocumentRequest;
        newBody(): GoogleAppsScript.Docs.Schema.Body;
        newBullet(): GoogleAppsScript.Docs.Schema.Bullet;
        newColor(): GoogleAppsScript.Docs.Schema.Color;
        newColumnBreak(): ColumnBreak;
        newCreateNamedRangeRequest(): CreateNamedRangeRequest;
        newCreateParagraphBulletsRequest(): GoogleAppsScript.Docs.Schema.CreateParagraphBulletsRequest;
        newDeleteContentRangeRequest(): DeleteContentRangeRequest;
        newDeleteNamedRangeRequest(): GoogleAppsScript.Docs.Schema.DeleteNamedRangeRequest;
        newDeleteParagraphBulletsRequest(): GoogleAppsScript.Docs.Schema.DeleteParagraphBulletsRequest;
        newDeletePositionedObjectRequest(): DeletePositionedObjectRequest;
        newDeleteTableColumnRequest(): GoogleAppsScript.Docs.Schema.DeleteTableColumnRequest;
        newDeleteTableRowRequest(): GoogleAppsScript.Docs.Schema.DeleteTableRowRequest;
        newDimension(): GoogleAppsScript.Docs.Schema.Dimension;
        newDocument(): GoogleAppsScript.Docs.Schema.Document;
        newDocumentStyle(): DocumentStyle;
        newEndOfSegmentLocation(): EndOfSegmentLocation;
        newEquation(): GoogleAppsScript.Docs.Schema.Equation;
        newFootnoteReference(): FootnoteReference;
        newHorizontalRule(): GoogleAppsScript.Docs.Schema.HorizontalRule;
        newInlineObjectElement(): InlineObjectElement;
        newInsertInlineImageRequest(): InsertInlineImageRequest;
        newInsertPageBreakRequest(): InsertPageBreakRequest;
        newInsertTableRequest(): InsertTableRequest;
        newInsertTableRowRequest(): InsertTableRowRequest;
        newInsertTextRequest(): GoogleAppsScript.Docs.Schema.InsertTextRequest;
        newLink(): GoogleAppsScript.Docs.Schema.Link;
        newLocation(): GoogleAppsScript.Docs.Schema.Location;
        newNamedStyle(): NamedStyle;
        newNamedStyles(): NamedStyles;
        newOptionalColor(): GoogleAppsScript.Docs.Schema.OptionalColor;
        newPageBreak(): GoogleAppsScript.Docs.Schema.PageBreak;
        newParagraph(): GoogleAppsScript.Docs.Schema.Paragraph;
        newParagraphBorder(): ParagraphBorder;
        newParagraphElement(): ParagraphElement;
        newParagraphStyle(): GoogleAppsScript.Docs.Schema.ParagraphStyle;
        newRange(): GoogleAppsScript.Docs.Schema.Range;
        newReplaceAllTextRequest(): GoogleAppsScript.Docs.Schema.ReplaceAllTextRequest;
        newRequest(): GoogleAppsScript.Docs.Schema.Request;
        newRgbColor(): GoogleAppsScript.Docs.Schema.RgbColor;
        newSectionBreak(): SectionBreak;
        newSectionColumnProperties(): SectionColumnProperties;
        newSectionStyle(): SectionStyle;
        newShading(): Shading;
        newSize(): GoogleAppsScript.Docs.Schema.Size;
        newStructuralElement(): StructuralElement;
        newSubstringMatchCriteria(): GoogleAppsScript.Docs.Schema.SubstringMatchCriteria;
        newTable(): GoogleAppsScript.Docs.Schema.Table;
        newTableCell(): GoogleAppsScript.Docs.Schema.TableCell;
        newTableCellBorder(): TableCellBorder;
        newTableCellLocation(): GoogleAppsScript.Docs.Schema.TableCellLocation;
        newTableCellStyle(): TableCellStyle;
        newTableColumnProperties(): GoogleAppsScript.Docs.Schema.TableColumnProperties;
        newTableOfContents(): GoogleAppsScript.Docs.Schema.TableOfContents;
        newTableRow(): GoogleAppsScript.Docs.Schema.TableRow;
        newTableRowStyle(): TableRowStyle;
        newTableStyle(): TableStyle;
        newTabStop(): TabStop;
        newTextRun(): GoogleAppsScript.Docs.Schema.TextRun;
        newTextStyle(): GoogleAppsScript.Docs.Schema.TextStyle;
        newUpdateParagraphStyleRequest(): GoogleAppsScript.Docs.Schema.UpdateParagraphStyleRequest;
        newUpdateTextStyleRequest(): GoogleAppsScript.Docs.Schema.UpdateTextStyleRequest;
        newWeightedFontFamily(): GoogleAppsScript.Docs.Schema.WeightedFontFamily;
        newWriteControl(): GoogleAppsScript.Docs.Schema.WriteControl;
    }
    Index

    Properties

    Methods