Class Shape

Shape

A Page Element representing a generic shape that does not have a more specific classification. Includes text boxes, rectangles, and other predefined shapes.

Methods

Method Return type Brief description
Shape Aligns the element to the specified alignment position on the page.
Shape Brings the page element forward on the page by one element.
Shape Brings the page element to the front of the page.
Page Element Duplicates the page element.
Autofit Returns the Autofit of the text within this shape.
Border Returns the Border of the shape.
Connection Site[] Returns the list of Connection Site s on the page element, or an empty list if the page element does not have any connection sites.
Content Alignment Returns the Content Alignment of the text in the shape.
String Returns the page element's alt text description.
Fill Returns the Fill of the shape.
Number Gets the element's height in points, which is the height of the element's bounding box when the element has no rotation.
Number Returns the element's inherent height in points.
Number Returns the element's inherent width in points.
Number Returns the element's horizontal position in points, measured from the upper-left corner of the page when the element has no rotation.
Link Returns the Link or null if there is no link.
String Returns the unique ID for this object.
Page Element Type Returns the page element's type, represented as a Page Element Type enum.
Group Returns the group this page element belongs to, or null if the element is not in a group.
Page Returns the page this page element is on.
Page Element Returns the parent page element of the placeholder.
Integer Returns the placeholder index of the shape.
Placeholder Type Returns the placeholder type of the shape, or Placeholder Type.NONE if the shape is not a placeholder.
Number Returns the element's clockwise rotation angle around its center in degrees, where zero degrees means no rotation.
Shape Type Returns the type of the shape.
Text Range Returns the text content of the shape.
String Returns the page element's alt text title.
Number Gets the element's vertical position in points, measured from the upper-left corner of the page when the element has no rotation.
Affine Transform Returns the page element's transform.
Number Returns the element's width in points, which is the width of the element's bounding box when the element has no rotation.
Shape Preconcatenates the provided transform to the existing transform of the page element.
void Removes the page element.
void Removes a Link .
Image Replaces this shape with an image provided by a Blob Source .
Image Replaces this shape with an image provided by a Blob Source .
Image Replaces this shape with an image.
Image Replaces this shape with an image.
Sheets Chart Replaces this shape with a Google Sheets chart.
Image Replaces this shape with an image of a Google Sheets chart.
Shape Scales the element's height by the specified ratio.
Shape Scales the element's width by the specified ratio.
void Selects only the Page Element in the active presentation and removes any previous selection.
void Selects the Page Element in the active presentation.
Shape Sends the page element backward on the page by one element.
Shape Sends the page element to the back of the page.
Shape Sets the Content Alignment of the text in the shape.
Shape Sets the page element's alt text description.
Shape Sets the element's height in points, which is the height of the element's bounding box when the element has no rotation.
Shape Sets the element's horizontal position in points, measured from the upper-left corner of the page when the element has no rotation.
Link Sets a Link to the given Slide using the zero-based index of the slide.
Link Sets a Link to the given Slide , the link is set by the given slide ID.
Link Sets a Link to the given Slide using the relative position of the slide.
Link Sets a Link to the given non-empty URL string.
Shape Sets the element's clockwise rotation angle around its center in degrees.
Shape Sets the page element's alt text title.
Shape Sets the element's vertical position in points, measured from the upper-left corner of the page when the element has no rotation.
Shape Sets the transform of the page element with the provided transform.
Shape Sets the element's width in points, which is the width of the element's bounding box when the element has no rotation.

Detailed documentation

align On Page(alignmentPosition)

Aligns the element to the specified alignment position on the page.

Parameters

Name Type Description
alignment Position
Alignment Position The position to align this page element to on the page.

Return

Shape — This page element, for chaining.


bring Forward()

Brings the page element forward on the page by one element.

The page element must not be in a group.

Return

Shape — This page element, for chaining.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

bring To Front()

Brings the page element to the front of the page.

The page element must not be in a group.

Return

Shape — This page element, for chaining.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

duplicate()

Duplicates the page element.

The duplicate page element is placed on the same page at the same position as the original.

Return

Page Element — The new duplicate of this page element.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

get Autofit()

Returns the Autofit of the text within this shape. This is null if the shape doesn't allow text.

Return

Autofit — The autofit of the text within this shape.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

get Border()

Returns the Border of the shape.

Return

Border — The border setting of this shape.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

get Connection Sites()

Returns the list of Connection Site s on the page element, or an empty list if the page element does not have any connection sites.

Return

Connection Site[] — The connection sites list, which may be empty if this element has no connection sites.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

get Content Alignment()

Returns the Content Alignment of the text in the shape.

Return

Content Alignment — The alignment of text within this shape.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

get Description()

Returns the page element's alt text description. The description is combined with the title to display and read alt text.

Return

String — The page element's alt text description.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

get Fill()

Returns the Fill of the shape.

Return

Fill — The fill setting of this shape.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

get Height()

Gets the element's height in points, which is the height of the element's bounding box when the element has no rotation.

This method isn't compatible with all page elements. To learn which page elements aren't compatible with this method, refer to the sizing and positioning limitations .

Return

Number — The page element's inherent height in points, or null if the page element does not have a height.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

get Inherent Height()

Returns the element's inherent height in points.

The page element's transform is relative to its inherent size. Use the inherent size in conjunction with the element's transform to determine the element's final visual appearance.

Return

Number — The page element's inherent height in points, or null if the page element does not have a height.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

get Inherent Width()

Returns the element's inherent width in points.

The page element's transform is relative to its inherent size. Use the inherent size in conjunction with the element's transform to determine the element's final visual appearance.

Return

Number — The page element's inherent width in points, or null if the page element does not have a width.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

get Left()

Returns the element's horizontal position in points, measured from the upper-left corner of the page when the element has no rotation.

Return

Number — This element's horizontal position in points, from the upper-left corner of the page.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

Returns the Link or null if there is no link.

 const 
  
 shape 
  
 = 
  
 SlidesApp 
 . 
 getActivePresentation 
 (). 
 getSlides 
 ()[ 
 0 
 ]. 
 getShapes 
 ()[ 
 0 
 ]; 
 const 
  
 link 
  
 = 
  
 shape 
 . 
 getLink 
 (); 
 if 
  
 ( 
 link 
  
 != 
  
 null 
 ) 
  
 { 
  
 Logger 
 . 
 log 
 ( 
 `Shape has a link of type: 
 ${ 
 link 
 . 
 getLinkType 
 () 
 } 
 ` 
 ); 
 } 

Return

Link — The Link or null if there is no link.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

get Object Id()

Returns the unique ID for this object. Object IDs used by pages and page elements share the same namespace.

Return

String — The unique ID for this object.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

get Page Element Type()

Returns the page element's type, represented as a Page Element Type enum.

Return

Page Element Type — The page element's type.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

get Parent Group()

Returns the group this page element belongs to, or null if the element is not in a group.

Return

Group — The group this page element belongs to, or null .

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

get Parent Page()

Returns the page this page element is on.

Return

Page — The page this element resides on.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

get Parent Placeholder()

Returns the parent page element of the placeholder. Returns null if the shape is not a placeholder or has no parent.

Return

Page Element — The parent page element of this shape placeholder, or null if this shape is not a placeholder or doesn't have a parent.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

get Placeholder Index()

Returns the placeholder index of the shape. If two or more instances of the same placeholder types are present in the same page, they each have their own unique index value. Returns null if the shape is not a placeholder.

Return

Integer — This shape's placeholder index, or null if the shape is not a placeholder.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

get Placeholder Type()

Returns the placeholder type of the shape, or Placeholder Type.NONE if the shape is not a placeholder.

Return

Placeholder Type — The placeholder type of this shape.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

get Rotation()

Returns the element's clockwise rotation angle around its center in degrees, where zero degrees means no rotation.

Return

Number — The rotation angle in degrees between 0 (inclusive) and 360 (exclusive).

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

get Shape Type()

Returns the type of the shape.

Return

Shape Type — The type of this shape.


get Text()

Returns the text content of the shape.

Text within a shape always terminates with a newline character.

Return

Text Range — The text content of this shape.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

get Title()

Returns the page element's alt text title. The title is combined with the description to display and read alt text.

Return

String — The page element's alt text title.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

get Top()

Gets the element's vertical position in points, measured from the upper-left corner of the page when the element has no rotation.

Return

Number — This element's vertical position in points, from the upper-left corner of the page.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

get Transform()

Returns the page element's transform.

The visual appearance of the page element is determined by its absolute transform. To compute the absolute transform, preconcatenate a page element's transform with the transforms of all of its parent groups. If the page element is not in a group, its absolute transform is the same as the value in this field.

Return

Affine Transform — The page element's transform.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

get Width()

Returns the element's width in points, which is the width of the element's bounding box when the element has no rotation.

This method isn't compatible with all page elements. To learn which page elements aren't compatible with this method, refer to the sizing and positioning limitations .

Return

Number — The page element's inherent width in points, or null if the page element does not have a width.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

preconcatenate Transform(transform)

Preconcatenates the provided transform to the existing transform of the page element.

new  
Transform = argument * existingTransform;

For example, to move a page elements 36 points to the left:

 const 
  
 element 
  
 = 
  
 SlidesApp 
 . 
 getActivePresentation 
 (). 
 getSlides 
 ()[ 
 0 
 ]. 
 getPageElements 
 ()[ 
 0 
 ]; 
 element 
 . 
 preconcatenateTransform 
 ( 
  
 SlidesApp 
 . 
 newAffineTransformBuilder 
 (). 
 setTranslateX 
 ( 
 - 
 36.0 
 ). 
 build 
 (), 
 ); 

You can also replace the page element's transform with set Transform(transform) .

Parameters

Name Type Description
transform
Affine Transform The transform to preconcatenate onto this page element's transform.

Return

Shape — This page element, for chaining.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

remove()

Removes the page element.

If after a remove operation, a Group contains only one or no page elements, the group itself is also removed.

If a placeholder Page Element is removed on a master or layout, any empty inheriting placeholders are also removed.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

Removes a Link .

 const 
  
 slides 
  
 = 
  
 SlidesApp 
 . 
 getActivePresentation 
 (). 
 getSlides 
 (); 
 slides 
 [ 
 1 
 ]. 
 getShapes 
 ()[ 
 0 
 ]. 
 removeLink 
 (); 

replace With Image(blobSource)

Replaces this shape with an image provided by a Blob Source .

The image is fetched from the provided Blob Source once at insertion time and a copy is stored for display inside the presentation. Images must be less than 50MB in size, cannot exceed 25 megapixels, and must be in PNG, JPEG, or GIF format.

In order to maintain the image's aspect ratio, the image is scaled and centered with respect to the size of the existing shape.

 const 
  
 shape 
  
 = 
  
 SlidesApp 
 . 
 getActivePresentation 
 (). 
 getSlides 
 ()[ 
 0 
 ]. 
 getShapes 
 ()[ 
 0 
 ]; 
 // Get the Drive image file with the given ID. 
 const 
  
 driveImage 
  
 = 
  
 DriveApp 
 . 
 getFileById 
 ( 
 '123abc' 
 ); 
 shape 
 . 
 replaceWithImage 
 ( 
 driveImage 
 ); 

Parameters

Name Type Description
blob Source
Blob Source The image data.

Return

Image — The Image that replaced the shape.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

replace With Image(blobSource, crop)

Replaces this shape with an image provided by a Blob Source .

Inserting the image fetches it from the Blob Source once and a copy is stored for display inside the presentation. Images must be less than 50MB in size, cannot exceed 25 megapixels, and must be in either in PNG, JPEG, or GIF format.

 const 
  
 shape 
  
 = 
  
 SlidesApp 
 . 
 getActivePresentation 
 (). 
 getSlides 
 ()[ 
 0 
 ]. 
 getShapes 
 ()[ 
 0 
 ]; 
 // Get the Drive image file with the given ID. 
 const 
  
 driveImage 
  
 = 
  
 DriveApp 
 . 
 getFileById 
 ( 
 '123abc' 
 ); 
 // Replace and crop the replaced image. 
 shape 
 . 
 replaceWithImage 
 ( 
 driveImage 
 , 
  
 true 
 ); 

Parameters

Name Type Description
blob Source
Blob Source The image data.
crop
Boolean If true , crops the image to fit the existing shape's size. Otherwise, the image is scaled and centered.

Return

Image — The Image that replaced the shape.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

replace With Image(imageUrl)

Replaces this shape with an image.

Inserting the image fetches it from the URL once and a copy is stored for display inside the presentation. Images must be less than 50MB in size, cannot exceed 25 megapixels, and must be in either in PNG, JPEG, or GIF format.

The provided URL must be publicly accessible and no larger than 2kB. The URL itself is saved with the image and exposed via Image.getSourceUrl() .

In order to maintain the image's aspect ratio, the image is scaled and centered with respect to the size of the existing shape.

Parameters

Name Type Description
image Url
String The image URL to download the image from.

Return

Image — The Image that replaced the shape.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

replace With Image(imageUrl, crop)

Replaces this shape with an image.

Inserting the image fetches it from the URL once and a copy is stored for display inside the presentation. Images must be less than 50MB in size, cannot exceed 25 megapixels, and must be in either in PNG, JPEG, or GIF format.

The provided URL must be no larger than 2kB. The URL itself is saved with the image and exposed via Image.getSourceUrl() .

Parameters

Name Type Description
image Url
String The image URL to download the image from.
crop
Boolean If true , crops the image to fit the existing shape's size. Otherwise, the image is scaled and centered.

Return

Image — The Image that replaced the shape.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

replace With Sheets Chart(sourceChart)

Replaces this shape with a Google Sheets chart.

The chart is linked with the source Google Sheets chart which allows it to be updated. Other collaborators can see the link to the source spreadsheet.

 const 
  
 sheet 
  
 = 
  
 SpreadsheetApp 
 . 
 openById 
 ( 
 'spreadsheetId' 
 ). 
 getSheets 
 ()[ 
 0 
 ]; 
 const 
  
 chart 
  
 = 
  
 sheet 
 . 
 getCharts 
 ()[ 
 0 
 ]; 
 // Replace the shape with the Sheets chart. 
 const 
  
 shape 
  
 = 
  
 SlidesApp 
 . 
 getActivePresentation 
 (). 
 getSlides 
 ()[ 
 0 
 ]. 
 getShapes 
 ()[ 
 0 
 ]; 
 shape 
 . 
 replaceWithSheetsChart 
 ( 
 chart 
 ); 

Parameters

Name Type Description
source Chart
Embedded Chart The chart in a spreadsheet that replaces the shape.

Return

Sheets Chart — The chart that replaced the shape.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

replace With Sheets Chart As Image(sourceChart)

Replaces this shape with an image of a Google Sheets chart.

In order to maintain the Google Sheets chart's aspect ratio, the chart image is scaled and centered with respect to the size of the existing shape.

The image of the chart is not linked with the source Google Sheets chart.

 const 
  
 sheet 
  
 = 
  
 SpreadsheetApp 
 . 
 openById 
 ( 
 'spreadsheetId' 
 ). 
 getSheets 
 ()[ 
 0 
 ]; 
 const 
  
 chart 
  
 = 
  
 sheet 
 . 
 getCharts 
 ()[ 
 0 
 ]; 
 // Replace the shape with the Sheets chart as an image. 
 const 
  
 shape 
  
 = 
  
 SlidesApp 
 . 
 getActivePresentation 
 (). 
 getSlides 
 ()[ 
 0 
 ]. 
 getShapes 
 ()[ 
 0 
 ]; 
 shape 
 . 
 replaceWithSheetsChartAsImage 
 ( 
 chart 
 ); 

Parameters

Name Type Description
source Chart
Embedded Chart The chart in a spreadsheet that replaces the shape.

Return

Image — The image of the chart that replaced the shape.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

scale Height(ratio)

Scales the element's height by the specified ratio. The element's height is the height of its bounding box when the element has no rotation.

This method isn't compatible with all page elements. To learn which page elements aren't compatible with this method, refer to the sizing and positioning limitations .

Parameters

Name Type Description
ratio
Number The ratio to scale this page element's height by.

Return

Shape — This page element, for chaining.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

scale Width(ratio)

Scales the element's width by the specified ratio. The element's width is the width of its bounding box when the element has no rotation.

This method isn't compatible with all page elements. To learn which page elements aren't compatible with this method, refer to the sizing and positioning limitations .

Parameters

Name Type Description
ratio
Number The ratio to scale this page element's width by.

Return

Shape — This page element, for chaining.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

select()

Selects only the Page Element in the active presentation and removes any previous selection. This is the same as calling select(replace) with true .

A script can only access the selection of the user who is running the script, and only if the script is bound to the presentation.

This sets the parent Page of the Page Element as the current page selection .

 const 
  
 slide 
  
 = 
  
 SlidesApp 
 . 
 getActivePresentation 
 (). 
 getSlides 
 ()[ 
 0 
 ]; 
 const 
  
 pageElement 
  
 = 
  
 slide 
 . 
 getPageElements 
 ()[ 
 0 
 ]; 
 // Only select this page element and replace any previous selection. 
 pageElement 
 . 
 select 
 (); 

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

select(replace)

Selects the Page Element in the active presentation.

A script can only access the selection of the user who is running the script, and only if the script is bound to the presentation.

Pass true to this method to select only the Page Element and remove any previous selection. This also sets the parent Page of the Page Element as the current page selection .

Pass false to select multiple Page Element objects. The Page Element objects must be in the same Page .

The following conditions must be met while selecting a page element using a false parameter:

  1. The parent Page of the Page Element object must be the current page selection .
  2. There should not be multiple Page objects selected.

To make sure that’s the case the preferred approach is to select the parent Page first using Page.selectAsCurrentPage() and then select the page elements in that page.

 const 
  
 slide 
  
 = 
  
 SlidesApp 
 . 
 getActivePresentation 
 (). 
 getSlides 
 ()[ 
 0 
 ]; 
 // First select the slide page, as the current page selection. 
 slide 
 . 
 selectAsCurrentPage 
 (); 
 // Then select all the page elements in the selected slide page. 
 const 
  
 pageElements 
  
 = 
  
 slide 
 . 
 getPageElements 
 (); 
 for 
  
 ( 
 let 
  
 i 
  
 = 
  
 0 
 ; 
  
 i 
 < 
 pageElements 
 . 
 length 
 ; 
  
 i 
 ++ 
 ) 
  
 { 
  
 pageElements 
 [ 
 i 
 ]. 
 select 
 ( 
 false 
 ); 
 } 

Parameters

Name Type Description
replace
Boolean If true , the selection replaces any previous selection; otherwise the selection is added to any previous selection.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

send Backward()

Sends the page element backward on the page by one element.

The page element must not be in a group.

Return

Shape — This page element, for chaining.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

send To Back()

Sends the page element to the back of the page.

The page element must not be in a group.

Return

Shape — This page element, for chaining.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

set Content Alignment(contentAlignment)

Sets the Content Alignment of the text in the shape.

This method automatically deactivates text autofit properties on the updated shapes.

Parameters

Name Type Description
content Alignment
Content Alignment The alignment to set.

Return

Shape — This shape, for chaining.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

set Description(description)

Sets the page element's alt text description.

The method is not supported for Group elements.

 // Set the first page element's alt text description to "new alt text 
 // description". 
 const 
  
 pageElement 
  
 = 
  
 SlidesApp 
 . 
 getActivePresentation 
 (). 
 getSlides 
 ()[ 
 0 
 ]. 
 getPageElements 
 ()[ 
 0 
 ]; 
 pageElement 
 . 
 setDescription 
 ( 
 'new alt text description' 
 ); 
 Logger 
 . 
 log 
 ( 
 pageElement 
 . 
 getDescription 
 ()); 

Parameters

Name Type Description
description
String The string to set the alt text description to.

Return

Shape — This page element.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

set Height(height)

Sets the element's height in points, which is the height of the element's bounding box when the element has no rotation.

This method isn't compatible with all page elements. To learn which page elements aren't compatible with this method, refer to the sizing and positioning limitations .

Parameters

Name Type Description
height
Number The new height of this page element to set, in points.

Return

Shape — This page element, for chaining.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

set Left(left)

Sets the element's horizontal position in points, measured from the upper-left corner of the page when the element has no rotation.

Parameters

Name Type Description
left
Number The new horizontal position to set, in points.

Return

Shape — This page element, for chaining.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

set Link Slide(slideIndex)

Sets a Link to the given Slide using the zero-based index of the slide.

 // Set a link to the first slide of the presentation. 
 const 
  
 slides 
  
 = 
  
 SlidesApp 
 . 
 getActivePresentation 
 (). 
 getSlides 
 (); 
 const 
  
 shape 
  
 = 
  
 slides 
 [ 
 1 
 ]. 
 getShapes 
 ()[ 
 0 
 ]; 
 const 
  
 link 
  
 = 
  
 shape 
 . 
 setLinkSlide 
 ( 
 0 
 ); 

Parameters

Name Type Description
slide Index
Integer The zero-based index to the slide.

Return

Link — The Link that was set.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

set Link Slide(slide)

Sets a Link to the given Slide , the link is set by the given slide ID.

 // Set a link to the first slide of the presentation. 
 const 
  
 slides 
  
 = 
  
 SlidesApp 
 . 
 getActivePresentation 
 (). 
 getSlides 
 (); 
 const 
  
 shape 
  
 = 
  
 slides 
 [ 
 1 
 ]. 
 getShapes 
 ()[ 
 0 
 ]; 
 const 
  
 link 
  
 = 
  
 shape 
 . 
 setLinkSlide 
 ( 
 slides 
 [ 
 0 
 ]); 

Parameters

Name Type Description
slide
Slide The Slide to be linked.

Return

Link — The Link that was set.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

set Link Slide(slidePosition)

Sets a Link to the given Slide using the relative position of the slide.

 // Set a link to the first slide of the presentation. 
 const 
  
 slides 
  
 = 
  
 SlidesApp 
 . 
 getActivePresentation 
 (). 
 getSlides 
 (); 
 const 
  
 shape 
  
 = 
  
 slides 
 [ 
 1 
 ]. 
 getShapes 
 ()[ 
 0 
 ]; 
 const 
  
 link 
  
 = 
  
 shape 
 . 
 setLinkSlide 
 ( 
 SlidesApp 
 . 
 SlidePosition 
 . 
 FIRST_SLIDE 
 ); 

Parameters

Name Type Description
slide Position
Slide Position The relative Slide Position .

Return

Link — The Link that was set.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

set Link Url(url)

Sets a Link to the given non-empty URL string.

 // Set a link to the URL. 
 const 
  
 slides 
  
 = 
  
 SlidesApp 
 . 
 getActivePresentation 
 (). 
 getSlides 
 (); 
 const 
  
 shape 
  
 = 
  
 slides 
 [ 
 1 
 ]. 
 getShapes 
 ()[ 
 0 
 ]; 
 const 
  
 link 
  
 = 
  
 shape 
 . 
 setLinkUrl 
 ( 
 'https://slides.google.com' 
 ); 

Parameters

Name Type Description
url
String The URL string.

Return

Link — The Link that was set.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

set Rotation(angle)

Sets the element's clockwise rotation angle around its center in degrees.

This method isn't compatible with all page elements. To learn which page elements aren't compatible with this method, refer to the sizing and positioning limitations .

Parameters

Name Type Description
angle
Number The new clockwise rotation angle to set, in degrees.

Return

Shape — This page element, for chaining.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

set Title(title)

Sets the page element's alt text title.

The method is not supported for Group elements.

 // Set the first page element's alt text title to "new alt text title". 
 const 
  
 pageElement 
  
 = 
  
 SlidesApp 
 . 
 getActivePresentation 
 (). 
 getSlides 
 ()[ 
 0 
 ]. 
 getPageElements 
 ()[ 
 0 
 ]; 
 pageElement 
 . 
 setTitle 
 ( 
 'new alt text title' 
 ); 
 Logger 
 . 
 log 
 ( 
 pageElement 
 . 
 getTitle 
 ()); 

Parameters

Name Type Description
title
String The string to set the alt text title to.

Return

Shape — This page element.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

set Top(top)

Sets the element's vertical position in points, measured from the upper-left corner of the page when the element has no rotation.

Parameters

Name Type Description
top
Number The new vertical position to set, in points.

Return

Shape — This page element, for chaining.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

set Transform(transform)

Sets the transform of the page element with the provided transform.

Updating the transform of a group changes the absolute transform of the page elements in that group, which can change their visual appearance.

Updating the transform of a page element that is in a group only changes the transform of that page element; it doesn't affect the transforms of the group or other page elements in the group.

For details on how transforms impact the visual appearance of page elements, see get Transform() .

Parameters

Name Type Description
transform
Affine Transform The transform that is set for this page element.

Return

Shape — This element, for chaining.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

set Width(width)

Sets the element's width in points, which is the width of the element's bounding box when the element has no rotation.

This method isn't compatible with all page elements. To learn which page elements aren't compatible with this method, refer to the sizing and positioning limitations .

Parameters

Name Type Description
width
Number The new width of this page element to set, in points.

Return

Shape — This page element, for chaining.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations
Create a Mobile Website
View Site in Mobile | Classic
Share by: