Enum PageElementType
PageElementType
Typ elementu strony.
Aby wywołać wyliczenie, musisz wywołać jego klasę nadrzędną, nazwę i właściwość. Na przykład:
SlidesApp.PageElementType.SHAPE
.
Właściwości
Właściwość | Typ | Opis |
UNSUPPORTED | Enum | Reprezentuje element strony, który nie jest obsługiwany i nie można go sklasyfikować. |
SHAPE | Enum | Reprezentuje ogólny kształt, który nie ma bardziej szczegółowej klasyfikacji. |
IMAGE | Enum | Reprezentuje obraz. |
VIDEO | Enum | Reprezentuje film. |
TABLE | Enum | Reprezentuje tabelę. |
GROUP | Enum | Reprezentuje zbiór elementów strony połączonych w jedną jednostkę. |
LINE | Enum | Reprezentuje linię. |
WORD_ART | Enum | Reprezentuje tekst WordArt. |
SHEETS_CHART | Enum | Reprezentuje wykres, do którego prowadzi link umieszczony z Arkuszy Google. |
SPEAKER_SPOTLIGHT | Enum | Reprezentuje okienko prezentującego. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-06-28 UTC.
[null,null,["Ostatnia aktualizacja: 2024-06-28 UTC."],[[["`PageElementType` is used to identify the type of element on a Slides page, like a shape, image, or table."],["To reference a specific element type, use the format `SlidesApp.PageElementType.[Element Type]`, for example, `SlidesApp.PageElementType.SHAPE`."],["There are various predefined element types including `UNSUPPORTED`, `SHAPE`, `IMAGE`, `VIDEO`, `TABLE`, `GROUP`, `LINE`, `WORD_ART`, `SHEETS_CHART`, and `SPEAKER_SPOTLIGHT`."],["Each `PageElementType` provides a way to categorize and interact with different components within Google Slides presentations programmatically."]]],[]]