- 資源:頁面
- JSON 表示法
- PageType
- PageElement
- AffineTransform
- 群組
- 形狀
- 類型
- TextContent
- TextElement
- ParagraphMarker
- ParagraphStyle
- 對齊方式
- TextDirection
- SpacingMode
- Bullet
- TextStyle
- OptionalColor
- OpaqueColor
- RgbColor
- ThemeColorType
- 連結
- RelativeSlideLink
- BaselineOffset
- WeightedFontFamily
- TextRun
- AutoText
- 類型
- 清單
- NestingLevel
- ShapeProperties
- ShapeBackgroundFill
- PropertyState
- SolidFill
- Outline
- OutlineFill
- DashStyle
- 陰影
- 類型
- RectanglePosition
- ContentAlignment
- 自動調整
- AutofitType
- 預留位置
- 類型
- 圖片
- ImageProperties
- CropProperties
- 重新著色
- ColorStop
- 名稱
- 影片
- 資料來源
- VideoProperties
- Line
- LineProperties
- LineFill
- ArrowStyle
- LineConnection
- 類型
- LineCategory
- 資料表
- TableRow
- TableRowProperties
- TableCell
- TableCellLocation
- TableCellProperties
- TableCellBackgroundFill
- TableColumnProperties
- TableBorderRow
- TableBorderCell
- TableBorderProperties
- TableBorderFill
- WordArt
- SheetsChart
- SheetsChartProperties
- SpeakerSpotlight
- SpeakerSpotlightProperties
- SlideProperties
- LayoutProperties
- NotesProperties
- MasterProperties
- PageProperties
- PageBackgroundFill
- StretchedPictureFill
- ColorScheme
- ThemeColorPair
- 方法
資源:網頁
簡報中的頁面。
JSON 表示法 |
---|
{ "objectId": string, "pageType": enum ( |
欄位 | |
---|---|
objectId |
這個頁面的物件 ID。 |
pageType |
頁面類型。 |
pageElements[] |
在網頁上算繪的網頁元素。 |
revisionId |
僅供輸出。簡報的修訂版本 ID。可用於更新要求,用於宣告自上次讀取作業以來,呈現版面版本未變更。只有在使用者擁有簡報的編輯權限時,才會填入這項資料。 修訂版本 ID 不是連續編號,而是不透明字串。修訂版本 ID 的格式可能會隨時間變更。系統傳回的修訂版本 ID 只保證在傳回後的 24 小時內有效,且無法跨使用者共用。如果修訂 ID 在呼叫之間未變更,表示簡報內容並未變更。相反地,如果 ID 有所變更 (針對相同的簡報和使用者),通常表示簡報已更新。不過,ID 變更也可能是因為 ID 格式變更等內部因素造成。 |
pageProperties |
頁面的屬性。 |
聯集欄位 properties 。各頁面類型的專屬屬性。母片不需要任何額外屬性。properties 只能是下列其中一項: |
|
slideProperties |
滑動特定屬性。只有在 pageType = SLIDE 時才會設定。 |
layoutProperties |
版面配置專屬屬性。只有在 pageType = LAYOUT 時才會設定。 |
notesProperties |
附註特定屬性。只有在 pageType = NOTES 時才會設定。 |
masterProperties |
掌握特定資源。只有在 pageType = MASTER 時才需要設定。 |
PageType
頁面類型。
列舉 | |
---|---|
SLIDE |
投影片頁面。 |
MASTER |
主投影片頁面。 |
LAYOUT |
版面配置頁面。 |
NOTES |
記事頁面。 |
NOTES_MASTER |
筆記主頁面。 |
PageElement
在網頁上算繪的視覺元素。
JSON 表示法 |
---|
{ "objectId": string, "size": { object ( |