• Home
  • Raw
  • Download

Lines Matching full:the

82 <p class="firstline">Gets the latest version of the specified page in the presentation.</p>
85 …rstline">Generates a thumbnail of the latest version of the specified page in the presentation and…
94 <pre>Gets the latest version of the specified page in the presentation.
97 presentationId: string, The ID of the presentation to retrieve. (required)
98 pageObjectId: string, The object ID of the page to retrieve. (required)
105 An object of the form:
108 …&quot;layoutProperties&quot;: { # The properties of Page are only relevant for pages with page_typ…
109 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the layout.
110 …&quot;masterObjectId&quot;: &quot;A String&quot;, # The object ID of the master that this layout i…
111 &quot;name&quot;: &quot;A String&quot;, # The name of the layout.
113 …&quot;masterProperties&quot;: { # The properties of Page that are only relevant for pages with pag…
114 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the master.
116 …&quot;notesProperties&quot;: { # The properties of Page that are only relevant for pages with page…
117The object ID of the shape on this notes page that contains the speaker notes for the correspondin…
119 …ectId&quot;: &quot;A String&quot;, # The object ID for this page. Object IDs used by Page and Page…
120 &quot;pageElements&quot;: [ # The page elements rendered on the page.
122 …tion&quot;: &quot;A String&quot;, # The description of the page element. Combined with title to di…
124 …&quot;children&quot;: [ # The collection of elements in the group. The minimum size of a group is …
129 …th the account of the requester. Anyone with the URL effectively accesses the image as the origina…
130 &quot;imageProperties&quot;: { # The properties of the Image. # The properties of the image.
131 …&quot;brightness&quot;: 3.14, # The brightness effect of the image. The value should be in the int…
132 …&quot;contrast&quot;: 3.14, # The contrast effect of the image. The value should be in the interva…
133The crop properties of an object enclosed in a container. For example, an Image. The crop properti…
134 …ot;angle&quot;: 3.14, # The rotation angle of the crop window around its center, in radians. Rotat…
135 …14, # The offset specifies the bottom edge of the crop rectangle that is located above the origina…
136 … # The offset specifies the left edge of the crop rectangle that is located to the right of the or…
137 …# The offset specifies the right edge of the crop rectangle that is located to the left of the ori…
138 … 3.14, # The offset specifies the top edge of the crop rectangle that is located below the origina…
140 …&quot;link&quot;: { # A hypertext link. # The hyperlink destination of the image. If unset, there …
141 …bjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in th…
143 …eIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the
144 …&quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page…
146The outline of a PageElement. If these fields are unset, they may be inherited from a parent place…
147 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
148 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
149 …&quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with th…
150 …pha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the
151 … &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
153 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
154 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
155 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
161The outline property state. Updating the outline on a page element will implicitly update this fie…
162 …weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the
163 &quot;magnitude&quot;: 3.14, # The magnitude.
164 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
167 …&quot;: { # A recolor effect applied on an image. # The recolor effect of the image. If not set, t…
168 …g&quot;, # The name of the recolor effect. The name is determined from the `recolor_stops` by matc…
169The recolor effect is represented by a gradient, which is a list of color stops. The colors in the
171 …&quot;alpha&quot;: 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0, fu…
172 … &quot;color&quot;: { # A themeable solid color value. # The color of the gradient stop.
174 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
175 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
176 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
180 …ition&quot;: 3.14, # The relative position of the color stop in the gradient band measured in perc…
184The shadow properties of a page element. If these fields are unset, they may be inherited from a p…
185 …uot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translat…
186 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
187 …de in a single direction in the specified units. # The radius of the shadow blur. The larger the r…
188 &quot;magnitude&quot;: 3.14, # The magnitude.
189 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
191 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
193 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
194 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
195 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
199The shadow property state. Updating the shadow on a page element will implicitly update this field…
200 …&quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. Thi…
201 …six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relati…
202 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
203 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
204 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
205 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
206 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
207 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
208 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
210 … &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
212 …&quot;transparency&quot;: 3.14, # The transparency effect of the image. The value should be in the
214The placeholder information that uniquely identifies a placeholder shape. # Placeholders are page …
215 …&quot;index&quot;: 42, # The index of the placeholder. If the same placeholder types are present i…
216 …A String&quot;, # The object ID of this shape&#x27;s parent placeholder. If unset, the parent plac…
217 &quot;type&quot;: &quot;A String&quot;, # The type of the placeholder.
219 …&quot;sourceUrl&quot;: &quot;A String&quot;, # The source URL is the URL used to insert the image.…
222 …&quot;lineCategory&quot;: &quot;A String&quot;, # The category of the line. It matches the `catego…
223The properties of the Line. When unset, these fields default to values that match the appearance o…
224 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the line.
225 … &quot;endArrow&quot;: &quot;A String&quot;, # The style of the arrow at the end of the line.
226 …&quot;endConnection&quot;: { # The properties for one end of a Line connection. # The connection a…
227 …&quot;connectedObjectId&quot;: &quot;A String&quot;, # The object ID of the connected page element…
228The index of the connection site on the connected page element. In most cases, it corresponds to t…
230 …neFill&quot;: { # The fill of the line. # The fill of the line. The default line fill matches the
231 …&quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with th…
232 …pha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the
233 … &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
235 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
236 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
237 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
243 …&quot;link&quot;: { # A hypertext link. # The hyperlink destination of the line. If unset, there i…
244 …bjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in th…
246 …eIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the
247 …&quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page…
249 …&quot;startArrow&quot;: &quot;A String&quot;, # The style of the arrow at the beginning of the lin…
250 …quot;startConnection&quot;: { # The properties for one end of a Line connection. # The connection …
251 …&quot;connectedObjectId&quot;: &quot;A String&quot;, # The object ID of the connected page element…
252The index of the connection site on the connected page element. In most cases, it corresponds to t…
254 …weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the
255 &quot;magnitude&quot;: 3.14, # The magnitude.
256 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
259 &quot;lineType&quot;: &quot;A String&quot;, # The type of the line.
261 …g&quot;, # The object ID for this page element. Object IDs used by google.apps.slides.v1.Page and …
263The placeholder information that uniquely identifies a placeholder shape. # Placeholders are page …
264 …&quot;index&quot;: 42, # The index of the placeholder. If the same placeholder types are present i…
265 …A String&quot;, # The object ID of this shape&#x27;s parent placeholder. If unset, the parent plac…
266 &quot;type&quot;: &quot;A String&quot;, # The type of the placeholder.
268The properties of a Shape. If the shape is a placeholder shape as determined by the placeholder fi…
269 …&quot;autofit&quot;: { # The autofit properties of a Shape. # The autofit properties of the shape.…
270The autofit type of the shape. If the autofit type is AUTOFIT_TYPE_UNSPECIFIED, the autofit type i…
271The font scale applied to the shape. For shapes with autofit_type NONE or SHAPE_AUTOFIT, this valu…
272The line spacing reduction applied to the shape. For shapes with autofit_type NONE or SHAPE_AUTOFI…
274The alignment of the content in the shape. If unspecified, the alignment is inherited from a paren…
275 …&quot;link&quot;: { # A hypertext link. # The hyperlink destination of the shape. If unset, there …
276 …bjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in th…
278 …eIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the
279 …&quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page…
281The outline of a PageElement. If these fields are unset, they may be inherited from a parent place…
282 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
283 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
284 …&quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with th…
285 …pha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the
286 … &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
288 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
289 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
290 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
296The outline property state. Updating the outline on a page element will implicitly update this fie…
297 …weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the
298 &quot;magnitude&quot;: 3.14, # The magnitude.
299 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
302The shadow properties of a page element. If these fields are unset, they may be inherited from a p…
303 …uot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translat…
304 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
305 …de in a single direction in the specified units. # The radius of the shadow blur. The larger the r…
306 &quot;magnitude&quot;: 3.14, # The magnitude.
307 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
309 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
311 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
312 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
313 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
317The shadow property state. Updating the shadow on a page element will implicitly update this field…
318 …&quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. Thi…
319 …six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relati…
320 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
321 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
322 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
323 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
324 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
325 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
326 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
328 … &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
330The shape background fill. # The background fill of the shape. If unset, the background fill is in…
331The background fill property state. Updating the fill on a shape will implicitly update this field…
332 …&quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with th…
333 …pha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the
334 … &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
336 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
337 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
338 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
345 &quot;shapeType&quot;: &quot;A String&quot;, # The type of the shape.
346The general text content. The text must reside in a compatible shape (e.g. text box or rectangle)…
347 &quot;lists&quot;: { # The bulleted lists contained in this text, keyed by list ID.
348 …&quot;a_key&quot;: { # A List describes the look and feel of bullets belonging to paragraphs assoc…
349 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list.
350 …ing levels to the properties of bullets at the associated level. A list has at most nine levels of…
351 …&quot;a_key&quot;: { # Contains properties describing the look and feel of a list bullet at a give…
352the styling that can be applied to a TextRun. If this text is contained in a shape with a parent p…
353 …or fully transparent. # The background color of the text. If set, the color is either opaque or tr…
356 … &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
357 … &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
358 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
363The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` b…
364 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
365The font family of the text. The font family can be any font from the Font menu in Slides or from …
366 …{ # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. …
367 &quot;magnitude&quot;: 3.14, # The magnitude.
368 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
370 …e or fully transparent. # The color of the text itself. If set, the color is either opaque or tran…
373 … &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
374 … &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
375 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
380 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
381The hyperlink destination of the text. If unset, there is no link. Links are not inherited from pa…
382 …bjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in th…
384 …eIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the
385 …uot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page a…
387 … &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
388 … &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
389 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
390The font family and rendered weight of the text. This field is an extension of `font_family` meant…
391The font family of the text. The font family can be any font from the Font menu in Slides or from …
392The rendered weight of the text. This field can have any value that is a multiple of `100` between…
399 …&quot;textElements&quot;: [ # The text contents broken down into its component parts, including st…
400 …{ # A TextElement describes the content of a range of indices in the text content of a Shape or Ta…
401 …ent kind that represents auto text. # A TextElement representing a spot in the text that is dynami…
402 … &quot;content&quot;: &quot;A String&quot;, # The rendered content of this auto text, if available.
403the styling that can be applied to a TextRun. If this text is contained in a shape with a parent p…
404 …or fully transparent. # The background color of the text. If set, the color is either opaque or tr…
407 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
408 … &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
409 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
414The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` b…
415 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
416The font family of the text. The font family can be any font from the Font menu in Slides or from …
417 …{ # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. …
418 &quot;magnitude&quot;: 3.14, # The magnitude.
419 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
421 …e or fully transparent. # The color of the text itself. If set, the color is either opaque or tran…
424 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
425 … &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
426 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
431 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
432The hyperlink destination of the text. If unset, there is no link. Links are not inherited from pa…
433 …bjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in th…
435 …eIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the
436 …uot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page a…
438 … &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
439 … &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
440 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
441The font family and rendered weight of the text. This field is an extension of `font_family` meant…
442The font family of the text. The font family can be any font from the Font menu in Slides or from …
443The rendered weight of the text. This field can have any value that is a multiple of `100` between…
446 &quot;type&quot;: &quot;A String&quot;, # The type of this auto text.
448 …&quot;endIndex&quot;: 42, # The zero-based end index of this text element, exclusive, in Unicode c…
449the beginning of a new paragraph. # A marker representing the beginning of a new paragraph. The `s…
450 …&quot;bullet&quot;: { # Describes the bullet of a paragraph. # The bullet for this paragraph. If n…
451the styling that can be applied to a TextRun. If this text is contained in a shape with a parent p…
452 …or fully transparent. # The background color of the text. If set, the color is either opaque or tr…
455 … &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
456 … &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
457 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
462The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` b…
463 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
464The font family of the text. The font family can be any font from the Font menu in Slides or from …
465 …{ # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. …
466 &quot;magnitude&quot;: 3.14, # The magnitude.
467 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
469 …e or fully transparent. # The color of the text itself. If set, the color is either opaque or tran…
472 … &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
473 … &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
474 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
479 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
480The hyperlink destination of the text. If unset, there is no link. Links are not inherited from pa…
481 …bjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in th…
483 …eIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the
484 …uot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page a…
486 … &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
487 … &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
488 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
489The font family and rendered weight of the text. This field is an extension of `font_family` meant…
490The font family of the text. The font family can be any font from the Font menu in Slides or from …
491The rendered weight of the text. This field can have any value that is a multiple of `100` between…
494 … &quot;glyph&quot;: &quot;A String&quot;, # The rendered bullet glyph for this paragraph.
495 … &quot;listId&quot;: &quot;A String&quot;, # The ID of the list this paragraph belongs to.
496 &quot;nestingLevel&quot;: 42, # The nesting level of this paragraph in the list.
498the parent. Which paragraph styles are inherited depend on the nesting level of lists: * A paragra…
499 … &quot;alignment&quot;: &quot;A String&quot;, # The text alignment for this paragraph.
500 …&quot;direction&quot;: &quot;A String&quot;, # The text direction of this paragraph. If unset, the
501the specified units. # The amount indentation for the paragraph on the side that corresponds to th…
502 &quot;magnitude&quot;: 3.14, # The magnitude.
503 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
505 …on in the specified units. # The amount of indentation for the start of the first line of the para…
506 &quot;magnitude&quot;: 3.14, # The magnitude.
507 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
509the specified units. # The amount indentation for the paragraph on the side that corresponds to th…
510 &quot;magnitude&quot;: 3.14, # The magnitude.
511 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
513 …14, # The amount of space between lines, as a percentage of normal, where normal is represented as…
514 … single direction in the specified units. # The amount of extra space above the paragraph. If unse…
515 &quot;magnitude&quot;: 3.14, # The magnitude.
516 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
518 … single direction in the specified units. # The amount of extra space below the paragraph. If unse…
519 &quot;magnitude&quot;: 3.14, # The magnitude.
520 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
522 … &quot;spacingMode&quot;: &quot;A String&quot;, # The spacing mode for the paragraph.
525 …&quot;startIndex&quot;: 42, # The zero-based start index of this text element, in Unicode code uni…
526the same styling. # A TextElement representing a run of text where all of the characters in the ru…
527 &quot;content&quot;: &quot;A String&quot;, # The text of this run.
528the styling that can be applied to a TextRun. If this text is contained in a shape with a parent p…
529 …or fully transparent. # The background color of the text. If set, the color is either opaque or tr…
532 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
533 … &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
534 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
539The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` b…
540 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
541The font family of the text. The font family can be any font from the Font menu in Slides or from …
542 …{ # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. …
543 &quot;magnitude&quot;: 3.14, # The magnitude.
544 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
546 …e or fully transparent. # The color of the text itself. If set, the color is either opaque or tran…
549 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
550 … &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
551 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
556 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
557The hyperlink destination of the text. If unset, there is no link. Links are not inherited from pa…
558 …bjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in th…
560 …eIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the
561 …uot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page a…
563 … &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
564 … &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
565 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
566The font family and rendered weight of the text. This field is an extension of `font_family` meant…
567The font family of the text. The font family can be any font from the Font menu in Slides or from …
568The rendered weight of the text. This field can have any value that is a multiple of `100` between…
577 …&quot;chartId&quot;: 42, # The ID of the specific chart in the Google Sheets spreadsheet that is e…
578The URL of an image of the embedded chart, with a default lifetime of 30 minutes. This URL is tagg…
579 …&quot;sheetsChartProperties&quot;: { # The properties of the SheetsChart. # The properties of the
580 …&quot;chartImageProperties&quot;: { # The properties of the Image. # The properties of the embedde…
581 …&quot;brightness&quot;: 3.14, # The brightness effect of the image. The value should be in the int…
582 …&quot;contrast&quot;: 3.14, # The contrast effect of the image. The value should be in the interva…
583The crop properties of an object enclosed in a container. For example, an Image. The crop properti…
584 …ot;angle&quot;: 3.14, # The rotation angle of the crop window around its center, in radians. Rotat…
585 …14, # The offset specifies the bottom edge of the crop rectangle that is located above the origina…
586 … # The offset specifies the left edge of the crop rectangle that is located to the right of the or…
587 …# The offset specifies the right edge of the crop rectangle that is located to the left of the ori…
588 … 3.14, # The offset specifies the top edge of the crop rectangle that is located below the origina…
590 …&quot;link&quot;: { # A hypertext link. # The hyperlink destination of the image. If unset, there …
591 …bjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in th…
593 …eIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the
594 …&quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page…
596The outline of a PageElement. If these fields are unset, they may be inherited from a parent place…
597 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
598 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
599 …&quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with th…
600 …pha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the
601 … &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
603 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
604 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
605 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
611The outline property state. Updating the outline on a page element will implicitly update this fie…
612 …weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the
613 &quot;magnitude&quot;: 3.14, # The magnitude.
614 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
617 …&quot;: { # A recolor effect applied on an image. # The recolor effect of the image. If not set, t…
618 …g&quot;, # The name of the recolor effect. The name is determined from the `recolor_stops` by matc…
619The recolor effect is represented by a gradient, which is a list of color stops. The colors in the
621 …&quot;alpha&quot;: 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0, fu…
622 … &quot;color&quot;: { # A themeable solid color value. # The color of the gradient stop.
624 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
625 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
626 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
630 …ition&quot;: 3.14, # The relative position of the color stop in the gradient band measured in perc…
634The shadow properties of a page element. If these fields are unset, they may be inherited from a p…
635 …uot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translat…
636 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
637 …de in a single direction in the specified units. # The radius of the shadow blur. The larger the r…
638 &quot;magnitude&quot;: 3.14, # The magnitude.
639 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
641 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
643 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
644 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
645 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
649The shadow property state. Updating the shadow on a page element will implicitly update this field…
650 …&quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. Thi…
651 …six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relati…
652 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
653 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
654 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
655 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
656 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
657 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
658 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
660 … &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
662 …&quot;transparency&quot;: 3.14, # The transparency effect of the image. The value should be in the
665 …ot;spreadsheetId&quot;: &quot;A String&quot;, # The ID of the Google Sheets spreadsheet that conta…
667 &quot;size&quot;: { # A width and height. # The size of the page element.
668 …;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the o…
669 &quot;magnitude&quot;: 3.14, # The magnitude.
670 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
672 …ot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the o…
673 &quot;magnitude&quot;: 3.14, # The magnitude.
674 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
678 &quot;columns&quot;: 42, # Number of columns in the table.
679 …d as a grid. The grid has one more row than the number of rows in the table and the same number of…
681 …der cell. When a border&#x27;s adjacent table cells are merged, it is not included in the response.
682 { # The properties of each border cell.
683 …: { # A location of a single table cell within a table. # The location of the border within the bo…
684 &quot;columnIndex&quot;: 42, # The 0-based column index.
685 &quot;rowIndex&quot;: 42, # The 0-based row index.
687 …&quot;tableBorderProperties&quot;: { # The border styling properties of the TableBorderCell. # The
688 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the border.
689 … &quot;tableBorderFill&quot;: { # The fill of the border. # The fill of the table border.
690 …&quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with th…
691 …pha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the
692 … &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
694 … &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
695 … &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
696 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
702 …weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the
703 &quot;magnitude&quot;: 3.14, # The magnitude.
704 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
711 &quot;rows&quot;: 42, # Number of rows in the table.
714 …&quot;columnWidth&quot;: { # A magnitude in a single direction in the specified units. # Width of …
715 &quot;magnitude&quot;: 3.14, # The magnitude.
716 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
722 …&quot;rowHeight&quot;: { # A magnitude in a single direction in the specified units. # Height of a…
723 &quot;magnitude&quot;: 3.14, # The magnitude.
724 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
726 …n_span greater than 1. As a result, the length of this collection does not always match the number…
728 &quot;columnSpan&quot;: 42, # Column span of the cell.
729 …;: { # A location of a single table cell within a table. # The location of the cell within the tab…
730 &quot;columnIndex&quot;: 42, # The 0-based column index.
731 &quot;rowIndex&quot;: 42, # The 0-based row index.
733 &quot;rowSpan&quot;: 42, # Row span of the cell.
734 …&quot;tableCellProperties&quot;: { # The properties of the TableCell. # The properties of the tabl…
735 …ng&quot;, # The alignment of the content in the table cell. The default alignment matches the alig…
736 … { # The table cell background fill. # The background fill of the table cell. The default fill mat…
737The background fill property state. Updating the fill on a table cell will implicitly update this …
738 …&quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with th…
739 …pha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the
740 … &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
742 … &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
743 … &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
744 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
751The general text content. The text must reside in a compatible shape (e.g. text box or rectangle)…
752 … &quot;lists&quot;: { # The bulleted lists contained in this text, keyed by list ID.
753 …&quot;a_key&quot;: { # A List describes the look and feel of bullets belonging to paragraphs assoc…
754 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list.
755 …ing levels to the properties of bullets at the associated level. A list has at most nine levels of…
756 …&quot;a_key&quot;: { # Contains properties describing the look and feel of a list bullet at a give…
757the styling that can be applied to a TextRun. If this text is contained in a shape with a parent p…
758 …or fully transparent. # The background color of the text. If set, the color is either opaque or tr…
761 … &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
762 … &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
763 … &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
768The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` b…
769 … &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
770The font family of the text. The font family can be any font from the Font menu in Slides or from …
771 …{ # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. …
772 &quot;magnitude&quot;: 3.14, # The magnitude.
773 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
775 …e or fully transparent. # The color of the text itself. If set, the color is either opaque or tran…
778 … &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
779 … &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
780 … &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
785 … &quot;italic&quot;: True or False, # Whether or not the text is italicized.
786The hyperlink destination of the text. If unset, there is no link. Links are not inherited from pa…
787 …bjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in th…
789 …eIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the
790 …uot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page a…
792 … &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
793 … &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
794 … &quot;underline&quot;: True or False, # Whether or not the text is underlined.
795The font family and rendered weight of the text. This field is an extension of `font_family` meant…
796The font family of the text. The font family can be any font from the Font menu in Slides or from …
797The rendered weight of the text. This field can have any value that is a multiple of `100` between…
804 …&quot;textElements&quot;: [ # The text contents broken down into its component parts, including st…
805 …{ # A TextElement describes the content of a range of indices in the text content of a Shape or Ta…
806 …ent kind that represents auto text. # A TextElement representing a spot in the text that is dynami…
807 … &quot;content&quot;: &quot;A String&quot;, # The rendered content of this auto text, if available.
808the styling that can be applied to a TextRun. If this text is contained in a shape with a parent p…
809 …or fully transparent. # The background color of the text. If set, the color is either opaque or tr…
812 … &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
813 … &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
814 … &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
819The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` b…
820 … &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
821The font family of the text. The font family can be any font from the Font menu in Slides or from …
822 …{ # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. …
823 &quot;magnitude&quot;: 3.14, # The magnitude.
824 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
826 …e or fully transparent. # The color of the text itself. If set, the color is either opaque or tran…
829 … &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
830 … &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
831 … &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
836 … &quot;italic&quot;: True or False, # Whether or not the text is italicized.
837The hyperlink destination of the text. If unset, there is no link. Links are not inherited from pa…
838 …bjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in th…
840 …eIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the
841 …uot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page a…
843 … &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
844 … &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
845 … &quot;underline&quot;: True or False, # Whether or not the text is underlined.
846The font family and rendered weight of the text. This field is an extension of `font_family` meant…
847The font family of the text. The font family can be any font from the Font menu in Slides or from …
848The rendered weight of the text. This field can have any value that is a multiple of `100` between…
851 &quot;type&quot;: &quot;A String&quot;, # The type of this auto text.
853 …&quot;endIndex&quot;: 42, # The zero-based end index of this text element, exclusive, in Unicode c…
854the beginning of a new paragraph. # A marker representing the beginning of a new paragraph. The `s…
855 …&quot;bullet&quot;: { # Describes the bullet of a paragraph. # The bullet for this paragraph. If n…
856the styling that can be applied to a TextRun. If this text is contained in a shape with a parent p…
857 …or fully transparent. # The background color of the text. If set, the color is either opaque or tr…
860 … &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
861 … &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
862 … &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
867The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` b…
868 … &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
869The font family of the text. The font family can be any font from the Font menu in Slides or from …
870 …{ # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. …
871 &quot;magnitude&quot;: 3.14, # The magnitude.
872 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
874 …e or fully transparent. # The color of the text itself. If set, the color is either opaque or tran…
877 … &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
878 … &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
879 … &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
884 … &quot;italic&quot;: True or False, # Whether or not the text is italicized.
885The hyperlink destination of the text. If unset, there is no link. Links are not inherited from pa…
886 …bjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in th…
888 …eIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the
889 …uot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page a…
891 … &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
892 … &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
893 … &quot;underline&quot;: True or False, # Whether or not the text is underlined.
894The font family and rendered weight of the text. This field is an extension of `font_family` meant…
895The font family of the text. The font family can be any font from the Font menu in Slides or from …
896The rendered weight of the text. This field can have any value that is a multiple of `100` between…
899 … &quot;glyph&quot;: &quot;A String&quot;, # The rendered bullet glyph for this paragraph.
900 … &quot;listId&quot;: &quot;A String&quot;, # The ID of the list this paragraph belongs to.
901 … &quot;nestingLevel&quot;: 42, # The nesting level of this paragraph in the list.
903the parent. Which paragraph styles are inherited depend on the nesting level of lists: * A paragra…
904 … &quot;alignment&quot;: &quot;A String&quot;, # The text alignment for this paragraph.
905 …&quot;direction&quot;: &quot;A String&quot;, # The text direction of this paragraph. If unset, the
906the specified units. # The amount indentation for the paragraph on the side that corresponds to th…
907 &quot;magnitude&quot;: 3.14, # The magnitude.
908 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
910 …on in the specified units. # The amount of indentation for the start of the first line of the para…
911 &quot;magnitude&quot;: 3.14, # The magnitude.
912 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
914the specified units. # The amount indentation for the paragraph on the side that corresponds to th…
915 &quot;magnitude&quot;: 3.14, # The magnitude.
916 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
918 …14, # The amount of space between lines, as a percentage of normal, where normal is represented as…
919 … single direction in the specified units. # The amount of extra space above the paragraph. If unse…
920 &quot;magnitude&quot;: 3.14, # The magnitude.
921 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
923 … single direction in the specified units. # The amount of extra space below the paragraph. If unse…
924 &quot;magnitude&quot;: 3.14, # The magnitude.
925 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
927 … &quot;spacingMode&quot;: &quot;A String&quot;, # The spacing mode for the paragraph.
930 …&quot;startIndex&quot;: 42, # The zero-based start index of this text element, in Unicode code uni…
931the same styling. # A TextElement representing a run of text where all of the characters in the ru…
932 &quot;content&quot;: &quot;A String&quot;, # The text of this run.
933the styling that can be applied to a TextRun. If this text is contained in a shape with a parent p…
934 …or fully transparent. # The background color of the text. If set, the color is either opaque or tr…
937 … &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
938 … &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
939 … &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
944The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` b…
945 … &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
946The font family of the text. The font family can be any font from the Font menu in Slides or from …
947 …{ # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. …
948 &quot;magnitude&quot;: 3.14, # The magnitude.
949 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
951 …e or fully transparent. # The color of the text itself. If set, the color is either opaque or tran…
954 … &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
955 … &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
956 … &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
961 … &quot;italic&quot;: True or False, # Whether or not the text is italicized.
962The hyperlink destination of the text. If unset, there is no link. Links are not inherited from pa…
963 …bjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in th…
965 …eIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the
966 …uot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page a…
968 … &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
969 … &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
970 … &quot;underline&quot;: True or False, # Whether or not the text is underlined.
971The font family and rendered weight of the text. This field is an extension of `font_family` meant…
972The font family of the text. The font family can be any font from the Font menu in Slides or from …
973The rendered weight of the text. This field can have any value that is a multiple of `100` between…
982 … &quot;tableRowProperties&quot;: { # Properties of each row in a table. # Properties of the row.
983the specified units. # Minimum height of the row. The row will be rendered in the Slides editor at…
984 &quot;magnitude&quot;: 3.14, # The magnitude.
985 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
990 …as a grid. The grid has the same number of rows as the table and one more column than the number o…
992 …der cell. When a border&#x27;s adjacent table cells are merged, it is not included in the response.
993 { # The properties of each border cell.
994 …: { # A location of a single table cell within a table. # The location of the border within the bo…
995 &quot;columnIndex&quot;: 42, # The 0-based column index.
996 &quot;rowIndex&quot;: 42, # The 0-based row index.
998 …&quot;tableBorderProperties&quot;: { # The border styling properties of the TableBorderCell. # The
999 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the border.
1000 … &quot;tableBorderFill&quot;: { # The fill of the border. # The fill of the table border.
1001 …&quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with th…
1002 …pha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the
1003 … &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
1005 … &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1006 … &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
1007 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
1013 …weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the
1014 &quot;magnitude&quot;: 3.14, # The magnitude.
1015 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
1023 …itle&quot;: &quot;A String&quot;, # The title of the page element. Combined with description to di…
1024The transform of the page element. The visual appearance of the page element is determined by its …
1025 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
1026 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
1027 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
1028 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
1029 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
1030 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
1031 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
1034 … &quot;id&quot;: &quot;A String&quot;, # The video source&#x27;s unique identifier for this video.
1035 &quot;source&quot;: &quot;A String&quot;, # The video source.
1036 …&quot;url&quot;: &quot;A String&quot;, # An URL to a video. The URL is valid as long as the source…
1037 &quot;videoProperties&quot;: { # The properties of the Video. # The properties of the video.
1038 …&quot;autoPlay&quot;: True or False, # Whether to enable video autoplay when the page is displayed…
1039The time at which to end playback, measured in seconds from the beginning of the video. If set, th…
1040 …&quot;mute&quot;: True or False, # Whether to mute the audio during video playback. Defaults to fa…
1041The outline of a PageElement. If these fields are unset, they may be inherited from a parent place…
1042 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
1043 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
1044 …&quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with th…
1045 …pha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the
1046 … &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
1048 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1049 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
1050 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
1056The outline property state. Updating the outline on a page element will implicitly update this fie…
1057 …weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the
1058 &quot;magnitude&quot;: 3.14, # The magnitude.
1059 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
1062The time at which to start playback, measured in seconds from the beginning of the video. If set,
1066 &quot;renderedText&quot;: &quot;A String&quot;, # The text rendered as word art.
1070The properties of the Page. The page will inherit properties from the parent page. Depending on th…
1071The palette of predefined colors for a page. # The color scheme of the page. If unset, the color s…
1072 &quot;colors&quot;: [ # The ThemeColorType and corresponding concrete color pairs.
1073 { # A pair mapping a theme color type to the concrete color it represents.
1074 …&quot;color&quot;: { # An RGB color. # The concrete color corresponding to the theme color type ab…
1075 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1076 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
1077 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
1079 &quot;type&quot;: &quot;A String&quot;, # The type of the theme color.
1083The page background fill. # The background fill of the page. If unset, the background fill is inhe…
1084The background fill property state. Updating the fill on a page will implicitly update this field …
1085 …&quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with th…
1086 …pha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the
1087 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
1089 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1090 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
1091 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
1096 …edPictureFill&quot;: { # The stretched picture fill. The page or page element is filled entirely w…
1097the content_url: An URL to a picture with a default lifetime of 30 minutes. This URL is tagged wit…
1098 …&quot;size&quot;: { # A width and height. # The original size of the picture fill. This field is r…
1099 …;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the o…
1100 &quot;magnitude&quot;: 3.14, # The magnitude.
1101 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
1103 …ot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the o…
1104 &quot;magnitude&quot;: 3.14, # The magnitude.
1105 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
1111 &quot;pageType&quot;: &quot;A String&quot;, # The type of the page.
1112The revision ID of the presentation containing this page. Can be used in update requests to assert…
1119 …<pre>Generates a thumbnail of the latest version of the specified page in the presentation and ret…
1122 presentationId: string, The ID of the presentation to retrieve. (required)
1123 pageObjectId: string, The object ID of the page whose thumbnail to retrieve. (required)
1124 …ilProperties_mimeType: string, The optional mime type of the thumbnail image. If you don&#x27;t sp…
1126 PNG - The default mime type.
1127 …umbnailSize: string, The optional thumbnail image size. If you don&#x27;t specify the size, the se…
1129The default thumbnail image size. The unspecified thumbnail size implies that the server chooses
1130 LARGE - The thumbnail image width of 1600px.
1131 MEDIUM - The thumbnail image width of 800px.
1132 SMALL - The thumbnail image width of 200px.
1139 An object of the form:
1141 { # The thumbnail of a page.
1142The content URL of the thumbnail image. The URL to the image has a default lifetime of 30 minutes.…
1143 &quot;height&quot;: 42, # The positive height in pixels of the thumbnail image.
1144 &quot;width&quot;: 42, # The positive width in pixels of the thumbnail image.