mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Add a missing getPageElementById method to the Presentation
This commit is contained in:
@@ -836,6 +836,7 @@ declare namespace GoogleAppsScript {
|
||||
getNotesMaster(): NotesMaster;
|
||||
getNotesPageHeight(): Number;
|
||||
getNotesPageWidth(): Number;
|
||||
getPageElementById(id: string): PageElement;
|
||||
getPageHeight(): Number;
|
||||
getPageWidth(): Number;
|
||||
getSelection(): Selection;
|
||||
|
||||
Reference in New Issue
Block a user