Enum PageElementType
StronaElementTyp
Typ elementu strony.
Aby wywołać enum, wywołaj 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 dalej zaklasyfikować. |
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ą całość. |
LINE | Enum | Reprezentuje linię. |
WORD_ART | Enum | Reprezentuje obiekt WordArt. |
SHEETS_CHART | Enum | Reprezentuje połączony wykres umieszczony w Arkuszach Google. |
SPEAKER_SPOTLIGHT | Enum | Oznacza 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-12-03 UTC.
[null,null,["Ostatnia aktualizacja: 2024-12-03 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."]]],[]]