프레젠테이션의 메모 페이지입니다.
이 페이지에는 슬라이드의 내용을 포함하는 도형을 포함하여 프레젠테이션 자료의 콘텐츠가 슬라이드의 발표자 노트를 참고하세요 슬라이드마다 해당하는 메모 페이지가 하나씩 있습니다. 이 발표자 노트 도형을 수정할 수 있습니다.
메서드
자세한 문서
getGroups()
getImages()
getLines()
getObjectId()
페이지의 고유 ID를 가져옵니다. 페이지 및 페이지 요소에서 사용하는 객체 ID가 동일함 네임스페이스입니다.
리턴
String
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상으로 승인이 필요합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getPageElementById(id)
지정된 ID가 있는 페이지에서 PageElement
를 반환하거나 ID가 없는 경우 null
를 반환합니다.
매개변수
이름 | 유형 | 설명 |
---|---|---|
id | String | 검색 중인 페이지 요소의 ID입니다. |
리턴
PageElement
- 지정된 ID의 페이지 요소입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상으로 승인이 필요합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getPageElements()
페이지에서 렌더링된 PageElement
객체의 목록을 반환합니다.
리턴
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상으로 승인이 필요합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getPlaceholder(placeholderType)
지정된 PlaceholderType
의 자리표시자 PageElement
객체를 반환합니다. 또는
일치하는 자리표시자가 없으면 null
입니다.
동일한 유형의 자리표시자가 여러 개 있는 경우 최소한의 자리표시자 색인 동일한 색인을 가진 일치하는 자리표시자가 여러 개 있는 경우 다음을 반환합니다. 페이지의 페이지 요소 컬렉션의 첫 번째 자리표시자입니다.
var slide = SlidesApp.getActivePresentation().getSlides()[0]; var placeholder = slide.getPlaceholder(SlidesApp.PlaceholderType.CENTERED_TITLE);
매개변수
이름 | 유형 | 설명 |
---|---|---|
placeholderType | PlaceholderType |
리턴
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상으로 승인이 필요합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getPlaceholder(placeholderType, placeholderIndex)
지정된 PlaceholderType
의 자리표시자 PageElement
객체를 반환합니다.
자리표시자 색인 또는 자리표시자가 없는 경우 null
.
유형과 색인이 동일한 자리표시자가 여러 개 있는 경우 첫 번째 자리 표시자를 삭제합니다.
var slide = SlidesApp.getActivePresentation().getSlides()[0]; var placeholder = slide.getPlaceholder(SlidesApp.PlaceholderType.CENTERED_TITLE, 0);
매개변수
이름 | 유형 | 설명 |
---|---|---|
placeholderType | PlaceholderType | |
placeholderIndex | Integer |
리턴
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상으로 승인이 필요합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getPlaceholders()
페이지의 자리표시자 PageElement
객체 목록을 반환합니다.
var master = SlidesApp.getActivePresentation().getMasters()[0]; Logger.log('Number of placeholders in the master: ' + master.getPlaceholders().length);
리턴
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상으로 승인이 필요합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getShapes()
getSheetsCharts()
페이지의 SheetsChart
객체 목록을 반환합니다.
리턴
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상으로 승인이 필요합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getSpeakerNotesShape()
getTables()
getVideos()
getWordArts()
replaceAllText(findText, replaceText)
찾기 텍스트와 일치하는 모든 인스턴스를 교체 텍스트로 바꿉니다. 케이스 검색 몰지각하지 않습니다.
매개변수
이름 | 유형 | 설명 |
---|---|---|
findText | String | 찾을 텍스트입니다. |
replaceText | String | 일치하는 텍스트를 대체할 텍스트입니다. |
리턴
Integer
— 일치하는 항목 수가 변경됨
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상으로 승인이 필요합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
replaceAllText(findText, replaceText, matchCase)
찾기 텍스트와 일치하는 모든 인스턴스를 교체 텍스트로 바꿉니다.
매개변수
이름 | 유형 | 설명 |
---|---|---|
findText | String | 찾을 텍스트입니다. |
replaceText | String | 일치하는 텍스트를 대체할 텍스트입니다. |
matchCase | Boolean | true 인 경우 검색에서 대소문자를 구분합니다. false 인 경우 검색:
대소문자를 구분하지 않습니다. |
리턴
Integer
— 일치하는 항목 수가 변경됨
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상으로 승인이 필요합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations