Enum PlaceholderType
Platzhaltertyp
Die Platzhaltertypen. Viele dieser Platzhaltertypen entsprechen Platzhalter-IDs aus dem ECMA-376-Standard. Weitere Informationen zu diesen Formen finden Sie in der Beschreibung des Typs „ST_PlaceholderType“ in Abschnitt 19.7.10 von „Office Open XML File Formats – Fundamentals and Markup Language Reference“, Teil 1 der 5. Auflage von ECMA-376.
Wenn Sie ein Enum aufrufen möchten, rufen Sie die übergeordnete Klasse, den Namen und die Eigenschaft auf. Beispiel:
SlidesApp.PlaceholderType.BODY
.
Attribute
Attribut | Typ | Beschreibung |
UNSUPPORTED | Enum | Ein nicht unterstützter Platzhaltertyp. |
NONE | Enum | Kein Platzhalter. |
BODY | Enum | Aus dem Textkörper. |
CHART | Enum | Diagramm oder Grafik |
CLIP_ART | Enum | Clipart-Bild |
CENTERED_TITLE | Enum | Der Titel ist zentriert. |
DIAGRAM | Enum | Diagramm. |
DATE_AND_TIME | Enum | Datum und Uhrzeit |
FOOTER | Enum | Text in der Fußzeile. |
HEADER | Enum | Text der Überschrift. |
MEDIA | Enum | Multimedia |
OBJECT | Enum | Beliebiger Inhaltstyp |
PICTURE | Enum | Bild. |
SLIDE_NUMBER | Enum | Die Foliennummer. |
SUBTITLE | Enum | Untertitel. |
TABLE | Enum | Tabelle. |
TITLE | Enum | Folientitel. |
SLIDE_IMAGE | Enum | Folienbild |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-12-02 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-12-02 (UTC)."],[[["PlaceholderType is used to specify the type of content a placeholder in Google Slides can hold, like text, images, or charts."],["These types are based on the ECMA-376 standard for Office Open XML file formats, with more details available in the standard's documentation."],["To use a PlaceholderType, refer to its parent class (SlidesApp), name (PlaceholderType), and specific property (e.g., BODY for body text)."],["A comprehensive list of PlaceholderTypes is provided, including common types like TITLE, BODY, CHART, and more specific ones like DATE_AND_TIME or SLIDE_NUMBER."],["If a placeholder type isn't recognized, it falls under the UNSUPPORTED or NONE types."]]],["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"]]