Enum PlaceholderType
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
자리표시자유형
자리표시자 유형입니다. 이러한 자리표시자 유형의 대부분은 ECMA-376 표준의 자리표시자 ID에 해당합니다. 이러한 도형에 관한 자세한 내용은 ECMA-376 5판의 1부인 'Office Open XML 파일 형식 - 기초 및 마크업 언어 참조'의 19.7.10 섹션에 있는 'ST_PlaceholderType' 유형 설명에서 확인할 수 있습니다.
enum을 호출하려면 상위 클래스, 이름, 속성을 호출합니다. 예를 들면
SlidesApp.PlaceholderType.BODY
입니다.
속성
속성 | 유형 | 설명 |
UNSUPPORTED | Enum | 지원되지 않는 자리표시자 유형입니다. |
NONE | Enum | 자리표시자가 아닙니다. |
BODY | Enum | 본문 텍스트. |
CHART | Enum | 차트 또는 그래프 |
CLIP_ART | Enum | 클립 아트 이미지 |
CENTERED_TITLE | Enum | 제목이 가운데에 배치됩니다. |
DIAGRAM | Enum | 다이어그램을 클릭합니다. |
DATE_AND_TIME | Enum | 날짜 및 시간 |
FOOTER | Enum | 바닥글 텍스트 |
HEADER | Enum | 헤더 텍스트 |
MEDIA | Enum | 멀티미디어 |
OBJECT | Enum | 모든 콘텐츠 유형 |
PICTURE | Enum | 사진 |
SLIDE_NUMBER | Enum | 슬라이드 번호입니다. |
SUBTITLE | Enum | 자막 |
TABLE | Enum | 표를 클릭합니다. |
TITLE | Enum | 슬라이드 제목 |
SLIDE_IMAGE | Enum | 슬라이드 이미지 |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[[["\u003cp\u003ePlaceholderType is used to specify the type of content a placeholder in Google Slides can hold, like text, images, or charts.\u003c/p\u003e\n"],["\u003cp\u003eThese types are based on the ECMA-376 standard for Office Open XML file formats, with more details available in the standard's documentation.\u003c/p\u003e\n"],["\u003cp\u003eTo use a PlaceholderType, refer to its parent class (SlidesApp), name (PlaceholderType), and specific property (e.g., BODY for body text).\u003c/p\u003e\n"],["\u003cp\u003eA comprehensive list of PlaceholderTypes is provided, including common types like TITLE, BODY, CHART, and more specific ones like DATE_AND_TIME or SLIDE_NUMBER.\u003c/p\u003e\n"],["\u003cp\u003eIf a placeholder type isn't recognized, it falls under the UNSUPPORTED or NONE types.\u003c/p\u003e\n"]]],["Placeholder types, corresponding to ECMA-376 standard IDs, are accessed via `SlidesApp.PlaceholderType.PROPERTY`. Key types include: `UNSUPPORTED`, `NONE`, `BODY` (text), `CHART`, `CLIP_ART`, `CENTERED_TITLE`, `DIAGRAM`, `DATE_AND_TIME`, `FOOTER`, `HEADER`, `MEDIA`, `OBJECT`, `PICTURE`, `SLIDE_NUMBER`, `SUBTITLE`, `TABLE`, `TITLE`, and `SLIDE_IMAGE`. Each represents a specific content category, like text, visuals, or metadata, within a slide. Refer to the standard for more shape details.\n"],null,["# Enum PlaceholderType\n\nPlaceholderType\n\nThe placeholder types. Many of these placeholder types correspond to placeholder IDs from the\nECMA-376 standard. More information on those shapes can be found in the description of the\n\"ST_PlaceholderType\" type in section 19.7.10 of \"Office Open XML File Formats - Fundamentals and\nMarkup Language Reference\", part 1 of [ECMA-376 5th\nedition](https://ecma-international.org/publications-and-standards/standards/ecma-376/).\n\nTo call an enum, you call its parent class, name, and property. For example, `\nSlidesApp.PlaceholderType.BODY`. \n\n### Properties\n\n| Property | Type | Description |\n|------------------|--------|-------------------------------------------|\n| `UNSUPPORTED` | `Enum` | A placeholder type that is not supported. |\n| `NONE` | `Enum` | Not a Placeholder. |\n| `BODY` | `Enum` | Body text. |\n| `CHART` | `Enum` | Chart or graph. |\n| `CLIP_ART` | `Enum` | Clip art image. |\n| `CENTERED_TITLE` | `Enum` | Title centered. |\n| `DIAGRAM` | `Enum` | Diagram. |\n| `DATE_AND_TIME` | `Enum` | Date and time. |\n| `FOOTER` | `Enum` | Footer text. |\n| `HEADER` | `Enum` | Header text. |\n| `MEDIA` | `Enum` | Multimedia. |\n| `OBJECT` | `Enum` | Any content type. |\n| `PICTURE` | `Enum` | Picture. |\n| `SLIDE_NUMBER` | `Enum` | Number of a slide. |\n| `SUBTITLE` | `Enum` | Subtitle. |\n| `TABLE` | `Enum` | Table. |\n| `TITLE` | `Enum` | Slide title. |\n| `SLIDE_IMAGE` | `Enum` | Slide image. |"]]