Add a missing getPageElementById method to the Presentation

This commit is contained in:
Dominik Palo
2018-12-07 18:47:10 +01:00
committed by GitHub
parent 424cdc79f7
commit 1a9082286f
@@ -836,6 +836,7 @@ declare namespace GoogleAppsScript {
getNotesMaster(): NotesMaster;
getNotesPageHeight(): Number;
getNotesPageWidth(): Number;
getPageElementById(id: string): PageElement;
getPageHeight(): Number;
getPageWidth(): Number;
getSelection(): Selection;