Google Apps Script API
    Preparing search index...
    interface Slides {
        Presentations: PresentationsCollection;
        newAffineTransform(): GoogleAppsScript.Slides.Schema.AffineTransform;
        newAutoText(): GoogleAppsScript.Slides.Schema.AutoText;
        newBatchUpdatePresentationRequest(): BatchUpdatePresentationRequest;
        newBullet(): GoogleAppsScript.Slides.Schema.Bullet;
        newColorScheme(): GoogleAppsScript.Slides.Schema.ColorScheme;
        newColorStop(): ColorStop;
        newCreateImageRequest(): CreateImageRequest;
        newCreateLineRequest(): CreateLineRequest;
        newCreateParagraphBulletsRequest(): GoogleAppsScript.Slides.Schema.CreateParagraphBulletsRequest;
        newCreateShapeRequest(): CreateShapeRequest;
        newCreateSheetsChartRequest(): CreateSheetsChartRequest;
        newCreateSlideRequest(): CreateSlideRequest;
        newCreateTableRequest(): CreateTableRequest;
        newCreateVideoRequest(): CreateVideoRequest;
        newCropProperties(): GoogleAppsScript.Slides.Schema.CropProperties;
        newDeleteObjectRequest(): DeleteObjectRequest;
        newDeleteParagraphBulletsRequest(): GoogleAppsScript.Slides.Schema.DeleteParagraphBulletsRequest;
        newDeleteTableColumnRequest(): GoogleAppsScript.Slides.Schema.DeleteTableColumnRequest;
        newDeleteTableRowRequest(): GoogleAppsScript.Slides.Schema.DeleteTableRowRequest;
        newDeleteTextRequest(): DeleteTextRequest;
        newDimension(): GoogleAppsScript.Slides.Schema.Dimension;
        newDuplicateObjectRequest(): DuplicateObjectRequest;
        newGroup(): GoogleAppsScript.Slides.Schema.Group;
        newGroupObjectsRequest(): GroupObjectsRequest;
        newImage(): GoogleAppsScript.Slides.Schema.Image;
        newImageProperties(): GoogleAppsScript.Slides.Schema.ImageProperties;
        newInsertTableColumnsRequest(): InsertTableColumnsRequest;
        newInsertTableRowsRequest(): InsertTableRowsRequest;
        newInsertTextRequest(): GoogleAppsScript.Slides.Schema.InsertTextRequest;
        newLayoutPlaceholderIdMapping(): LayoutPlaceholderIdMapping;
        newLayoutProperties(): LayoutProperties;
        newLayoutReference(): LayoutReference;
        newLine(): GoogleAppsScript.Slides.Schema.Line;
        newLineConnection(): LineConnection;
        newLineFill(): GoogleAppsScript.Slides.Schema.LineFill;
        newLineProperties(): LineProperties;
        newLink(): GoogleAppsScript.Slides.Schema.Link;
        newMasterProperties(): MasterProperties;
        newMergeTableCellsRequest(): MergeTableCellsRequest;
        newNotesProperties(): NotesProperties;
        newOpaqueColor(): OpaqueColor;
        newOptionalColor(): GoogleAppsScript.Slides.Schema.OptionalColor;
        newOutline(): Outline;
        newOutlineFill(): OutlineFill;
        newPage(): GoogleAppsScript.Slides.Schema.Page;
        newPageBackgroundFill(): PageBackgroundFill;
        newPageElement(): GoogleAppsScript.Slides.Schema.PageElement;
        newPageElementProperties(): PageElementProperties;
        newPageProperties(): PageProperties;
        newParagraphMarker(): ParagraphMarker;
        newParagraphStyle(): GoogleAppsScript.Slides.Schema.ParagraphStyle;
        newPlaceholder(): Placeholder;
        newPresentation(): GoogleAppsScript.Slides.Schema.Presentation;
        newRange(): GoogleAppsScript.Slides.Schema.Range;
        newRecolor(): Recolor;
        newRefreshSheetsChartRequest(): RefreshSheetsChartRequest;
        newReplaceAllShapesWithImageRequest(): ReplaceAllShapesWithImageRequest;
        newReplaceAllShapesWithSheetsChartRequest(): ReplaceAllShapesWithSheetsChartRequest;
        newReplaceAllTextRequest(): GoogleAppsScript.Slides.Schema.ReplaceAllTextRequest;
        newReplaceImageRequest(): ReplaceImageRequest;
        newRequest(): GoogleAppsScript.Slides.Schema.Request;
        newRerouteLineRequest(): RerouteLineRequest;
        newRgbColor(): GoogleAppsScript.Slides.Schema.RgbColor;
        newShadow(): Shadow;
        newShape(): GoogleAppsScript.Slides.Schema.Shape;
        newShapeBackgroundFill(): ShapeBackgroundFill;
        newShapeProperties(): ShapeProperties;
        newSheetsChart(): GoogleAppsScript.Slides.Schema.SheetsChart;
        newSheetsChartProperties(): SheetsChartProperties;
        newSize(): GoogleAppsScript.Slides.Schema.Size;
        newSlideProperties(): SlideProperties;
        newSolidFill(): GoogleAppsScript.Slides.Schema.SolidFill;
        newStretchedPictureFill(): StretchedPictureFill;
        newSubstringMatchCriteria(): GoogleAppsScript.Slides.Schema.SubstringMatchCriteria;
        newTable(): GoogleAppsScript.Slides.Schema.Table;
        newTableBorderCell(): TableBorderCell;
        newTableBorderFill(): TableBorderFill;
        newTableBorderProperties(): TableBorderProperties;
        newTableBorderRow(): TableBorderRow;
        newTableCell(): GoogleAppsScript.Slides.Schema.TableCell;
        newTableCellBackgroundFill(): TableCellBackgroundFill;
        newTableCellLocation(): GoogleAppsScript.Slides.Schema.TableCellLocation;
        newTableCellProperties(): TableCellProperties;
        newTableColumnProperties(): GoogleAppsScript.Slides.Schema.TableColumnProperties;
        newTableRange(): TableRange;
        newTableRow(): GoogleAppsScript.Slides.Schema.TableRow;
        newTableRowProperties(): TableRowProperties;
        newTextContent(): TextContent;
        newTextElement(): TextElement;
        newTextRun(): GoogleAppsScript.Slides.Schema.TextRun;
        newTextStyle(): GoogleAppsScript.Slides.Schema.TextStyle;
        newThemeColorPair(): ThemeColorPair;
        newUngroupObjectsRequest(): UngroupObjectsRequest;
        newUnmergeTableCellsRequest(): UnmergeTableCellsRequest;
        newUpdateImagePropertiesRequest(): UpdateImagePropertiesRequest;
        newUpdateLineCategoryRequest(): UpdateLineCategoryRequest;
        newUpdateLinePropertiesRequest(): UpdateLinePropertiesRequest;
        newUpdatePageElementAltTextRequest(): UpdatePageElementAltTextRequest;
        newUpdatePageElementsZOrderRequest(): UpdatePageElementsZOrderRequest;
        newUpdatePageElementTransformRequest(): UpdatePageElementTransformRequest;
        newUpdatePagePropertiesRequest(): UpdatePagePropertiesRequest;
        newUpdateParagraphStyleRequest(): GoogleAppsScript.Slides.Schema.UpdateParagraphStyleRequest;
        newUpdateShapePropertiesRequest(): UpdateShapePropertiesRequest;
        newUpdateSlidesPositionRequest(): UpdateSlidesPositionRequest;
        newUpdateTableBorderPropertiesRequest(): UpdateTableBorderPropertiesRequest;
        newUpdateTableCellPropertiesRequest(): UpdateTableCellPropertiesRequest;
        newUpdateTableColumnPropertiesRequest(): UpdateTableColumnPropertiesRequest;
        newUpdateTableRowPropertiesRequest(): UpdateTableRowPropertiesRequest;
        newUpdateTextStyleRequest(): GoogleAppsScript.Slides.Schema.UpdateTextStyleRequest;
        newUpdateVideoPropertiesRequest(): UpdateVideoPropertiesRequest;
        newVideo(): GoogleAppsScript.Slides.Schema.Video;
        newVideoProperties(): VideoProperties;
        newWeightedFontFamily(): GoogleAppsScript.Slides.Schema.WeightedFontFamily;
        newWordArt(): GoogleAppsScript.Slides.Schema.WordArt;
        newWriteControl(): GoogleAppsScript.Slides.Schema.WriteControl;
    }
    Index

    Properties

    Methods

    newAffineTransform newAutoText newBatchUpdatePresentationRequest newBullet newColorScheme newColorStop newCreateImageRequest newCreateLineRequest newCreateParagraphBulletsRequest newCreateShapeRequest newCreateSheetsChartRequest newCreateSlideRequest newCreateTableRequest newCreateVideoRequest newCropProperties newDeleteObjectRequest newDeleteParagraphBulletsRequest newDeleteTableColumnRequest newDeleteTableRowRequest newDeleteTextRequest newDimension newDuplicateObjectRequest newGroup newGroupObjectsRequest newImage newImageProperties newInsertTableColumnsRequest newInsertTableRowsRequest newInsertTextRequest newLayoutPlaceholderIdMapping newLayoutProperties newLayoutReference newLine newLineConnection newLineFill newLineProperties newLink newMasterProperties newMergeTableCellsRequest newNotesProperties newOpaqueColor newOptionalColor newOutline newOutlineFill newPage newPageBackgroundFill newPageElement newPageElementProperties newPageProperties newParagraphMarker newParagraphStyle newPlaceholder newPresentation newRange newRecolor newRefreshSheetsChartRequest newReplaceAllShapesWithImageRequest newReplaceAllShapesWithSheetsChartRequest newReplaceAllTextRequest newReplaceImageRequest newRequest newRerouteLineRequest newRgbColor newShadow newShape newShapeBackgroundFill newShapeProperties newSheetsChart newSheetsChartProperties newSize newSlideProperties newSolidFill newStretchedPictureFill newSubstringMatchCriteria newTable newTableBorderCell newTableBorderFill newTableBorderProperties newTableBorderRow newTableCell newTableCellBackgroundFill newTableCellLocation newTableCellProperties newTableColumnProperties newTableRange newTableRow newTableRowProperties newTextContent newTextElement newTextRun newTextStyle newThemeColorPair newUngroupObjectsRequest newUnmergeTableCellsRequest newUpdateImagePropertiesRequest newUpdateLineCategoryRequest newUpdateLinePropertiesRequest newUpdatePageElementAltTextRequest newUpdatePageElementsZOrderRequest newUpdatePageElementTransformRequest newUpdatePagePropertiesRequest newUpdateParagraphStyleRequest newUpdateShapePropertiesRequest newUpdateSlidesPositionRequest newUpdateTableBorderPropertiesRequest newUpdateTableCellPropertiesRequest newUpdateTableColumnPropertiesRequest newUpdateTableRowPropertiesRequest newUpdateTextStyleRequest newUpdateVideoPropertiesRequest newVideo newVideoProperties newWeightedFontFamily newWordArt newWriteControl

    Properties

    Methods