Lines Matching full:the

79 <p class="firstline">Gets the latest version of the specified page in the presentation.</p>
82 <p class="firstline">Generates a thumbnail of the latest version of the specified page in the</p>
86 <pre>Gets the latest version of the specified page in the presentation.
89 presentationId: string, The ID of the presentation to retrieve. (required)
90 pageObjectId: string, The object ID of the page to retrieve. (required)
97 An object of the form:
100 …"layoutProperties": { # The properties of Page are only # Layout specific properties. Only set if …
102 … "displayName": "A String", # The human readable name of the layout in the presentation's locale.
103 "name": "A String", # The name of the layout.
104 "masterObjectId": "A String", # The object ID of the master that this layout is based on.
106 "pageElements": [ # The page elements rendered on the page.
110 "renderedText": "A String", # The text rendered as word art.
112 …"description": "A String", # The description of the page element. Combined with title to display a…
114 "objectId": "A String", # The object ID for this page element. Object IDs used by
116 # google.apps.slides.v1.PageElement share the same namespace.
117 … "title": "A String", # The title of the page element. Combined with description to display alt
122 # This URL is tagged with the account of the requester. Anyone with the URL
123 # effectively accesses the image as the original requester. Access to the
124 # image may be lost if the presentation's sharing settings change.
125 "imageProperties": { # The properties of the Image. # The properties of the image.
126 …"outline": { # The outline of a PageElement. # The outline of the image. If not set, the the image…
129 # if it exists. If there is no parent, the fields will default to the value
130 # used for new page elements created in the Slides editor, which may depend on
131 # the page element kind.
132 "outlineFill": { # The fill of the outline. # The fill of the outline.
133 …"solidFill": { # A solid color fill. The page or page element is filled entirely with the # Solid …
138 "color": { # A themeable solid color value. # The color value of the solid fill.
141 "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
142 "green": 3.14, # The green component of the color, from 0.0 to 1.0.
143 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
146 "alpha": 3.14, # The fraction of this `color` that should be applied to the pixel.
147 # That is, the final pixel color is defined by the equation:
155 "propertyState": "A String", # The outline property state.
157 # Updating the the outline on a page element will implicitly update this
158 # field to`RENDERED`, unless another value is specified in the same request.
160 # this case, any other outline fields set in the same request will be
162 "dashStyle": "A String", # The dash style of the outline.
163 …"weight": { # A magnitude in a single direction in the specified units. # The thickness of the out…
164 "magnitude": 3.14, # The magnitude.
165 "unit": "A String", # The units for magnitude.
168 … "brightness": 3.14, # The brightness effect of the image. The value should be in the interval
170 …color": { # A recolor effect applied on an image. # The recolor effect of the image. If not set, t…
172 … "recolorStops": [ # The recolor effect is represented by a gradient, which is a list of color
175 # The colors in the gradient will replace the corresponding colors at
176 # the same position in the color palette and apply to the image. This
179 "color": { # A themeable solid color value. # The color of the gradient stop.
182 "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
183 "green": 3.14, # The green component of the color, from 0.0 to 1.0.
184 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
187 … "alpha": 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0,
189 … "position": 3.14, # The relative position of the color stop in the gradient band measured
190 # in percentage. The value should be in the interval [0.0, 1.0].
193 "name": "A String", # The name of the recolor effect.
195 # The name is determined from the `recolor_stops` by matching the gradient
196 # against the colors in the page's current color scheme. This property is
199 …"link": { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link.
200 … "url": "A String", # If set, indicates this is a link to the external web page at this URL.
201 … "slideIndex": 42, # If set, indicates this is a link to the slide at this zero-based index
202 # in the presentation. There may not be a slide at this index.
203 … "pageObjectId": "A String", # If set, indicates this is a link to the specific page in this
208 … "transparency": 3.14, # The transparency effect of the image. The value should be in the interval
211 …perties": { # The crop properties of an object enclosed in a container. For example, an # The crop…
215 # The crop properties is represented by the offsets of four edges which define
216 # a crop rectangle. The offsets are measured in percentage from the
217 # corresponding edges of the object's original bounding rectangle towards
218 # inside, relative to the object's original dimensions.
220 # - If the offset is in the interval (0, 1), the corresponding edge of crop
221 # rectangle is positioned inside of the object's original bounding rectangle.
222 # - If the offset is negative or greater than 1, the corresponding edge of crop
223 # rectangle is positioned outside of the object's original bounding rectangle.
224 # - If the left edge of the crop rectangle is on the right side of its right
225 # edge, the object will be flipped horizontally.
226 # - If the top edge of the crop rectangle is below its bottom edge, the object
228 # - If all offsets and rotation angle is 0, the object is not cropped.
230 # After cropping, the content in the crop rectangle will be stretched to fit
232 … "leftOffset": 3.14, # The offset specifies the left edge of the crop rectangle that is located to
233 # the right of the original bounding rectangle left edge, relative to the
235 "angle": 3.14, # The rotation angle of the crop window around its center, in radians.
236 # Rotation angle is applied after the offset.
237 … "rightOffset": 3.14, # The offset specifies the right edge of the crop rectangle that is located
238 # to the left of the original bounding rectangle right edge, relative to the
240 … "bottomOffset": 3.14, # The offset specifies the bottom edge of the crop rectangle that is located
241 # above the original bounding rectangle bottom edge, relative to the object's
243 … "topOffset": 3.14, # The offset specifies the top edge of the crop rectangle that is located
244 # below the original bounding rectangle top edge, relative to the object's
247 …"shadow": { # The shadow properties of a page element. # The shadow of the image. If not set, the
251 # if it exists. If there is no parent, the fields will default to the value
252 # used for new page elements created in the Slides editor, which may depend on
253 # the page element kind.
254 "color": { # A themeable solid color value. # The shadow color value.
257 "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
258 "green": 3.14, # The green component of the color, from 0.0 to 1.0.
259 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
262 …an implied last row of [ 0 0 1 ] # Transform that encodes the translate, scale, and skew of the sh…
263 # relative to the alignment position.
276 "translateX": 3.14, # The X coordinate translation element.
277 "translateY": 3.14, # The Y coordinate translation element.
278 "scaleX": 3.14, # The X coordinate scaling element.
279 "scaleY": 3.14, # The Y coordinate scaling element.
280 "shearY": 3.14, # The Y coordinate shearing element.
281 "shearX": 3.14, # The X coordinate shearing element.
282 "unit": "A String", # The units for translate elements.
284 "propertyState": "A String", # The shadow property state.
286 # Updating the the shadow on a page element will implicitly update this field
287 # to `RENDERED`, unless another value is specified in the same request. To
289 # case, any other shadow fields set in the same request will be ignored.
290 …de in a single direction in the specified units. # The radius of the shadow blur. The larger the r…
292 "magnitude": 3.14, # The magnitude.
293 "unit": "A String", # The units for magnitude.
295 "alpha": 3.14, # The alpha of the shadow's color, from 0.0 to 1.0.
296 "type": "A String", # The type of the shadow.
297 … "alignment": "A String", # The alignment point of the shadow, that sets the origin for translate,
298 # scale and skew of the shadow.
299 "rotateWithShape": True or False, # Whether the shadow should rotate with the shape.
301 … "contrast": 3.14, # The contrast effect of the image. The value should be in the interval
305 …ansform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] # The transform of the page elemen…
318 "translateX": 3.14, # The X coordinate translation element.
319 "translateY": 3.14, # The Y coordinate translation element.
320 "scaleX": 3.14, # The X coordinate scaling element.
321 "scaleY": 3.14, # The Y coordinate scaling element.
322 "shearY": 3.14, # The Y coordinate shearing element.
323 "shearX": 3.14, # The X coordinate shearing element.
324 "unit": "A String", # The units for translate elements.
328 …"text": { # The general text content. The text must reside in a compatible shape (e.g. # The text …
330 "lists": { # The bulleted lists contained in this text, keyed by list ID.
331 "a_key": { # A List describes the look and feel of bullets belonging to paragraphs
334 … "nestingLevel": { # A map of nesting levels to the properties of bullets at the associated
335 # level. A list has at most nine levels of nesting, so the possible values
336 # for the keys of this map are 0 through 8, inclusive.
337 … "a_key": { # Contains properties describing the look and feel of a list bullet at a given
339 …"bulletStyle": { # Represents the styling that can be applied to a TextRun. # The style of a bulle…
342 # inherited from the parent. Which text styles are inherited depend on the
346 … # from the the newline character in the paragraph at the 0 nesting level of
347 # the list inside the parent placeholder.
349 # from the newline character in the paragraph at its corresponding nesting
350 # level of the list inside the parent placeholder.
354 … # fields will revert the style to a value matching the defaults in the Slides
356 …that can either be fully opaque or fully transparent. # The color of the text itself. If set, the
357 # transparent, depending on if the `opaque_color` field in it is set.
362 "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
363 "green": 3.14, # The green component of the color, from 0.0 to 1.0.
364 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
368 "bold": True or False, # Whether or not the text is rendered as bold.
369 … "baselineOffset": "A String", # The text's vertical offset from its normal position.
372 … # rendered in a smaller font size, computed based on the `font_size` field.
373 # The `font_size` itself is not affected by changes in this field.
374 "strikethrough": True or False, # Whether or not the text is struck through.
375 …ts a font family and weight used to style a TextRun. # The font family and rendered weight of the
378 … # weights without breaking backwards compatibility. As such, when reading the
379 … # style of a range of text, the value of `weighted_font_family#font_family`
381 # both fields are included in the field mask (either explicitly or through
382 # the wildcard `"*"`), their values are reconciled as follows:
384 … # * If `font_family` is set and `weighted_font_family` is not, the value of
386 # * If both fields are set, the value of `font_family` must match that of
387 … # `weighted_font_family#font_family`. If so, the font family and weight of
390 # * If `weighted_font_family` is set and `font_family` is not, the font
392 … # * If neither field is set, the font family and weight of the text inherit
393 # from the parent. Note that these properties cannot inherit separately
397 # `bold`, the `weighted_font_family` is applied first, then `bold`.
404 "fontFamily": "A String", # The font family of the text.
406 # The font family can be any font from the Font menu in Slides or from
407 # [Google Fonts] (https://fonts.google.com/). If the font name is
408 # unrecognized, the text is rendered in `Arial`.
409 … "weight": 42, # The rendered weight of the text. This field can have any value that is a
411 # corresponds to the numerical values described in the CSS 2.1
414 … # `700` are considered bold, and weights less than `700`are not bold. The
417 … "smallCaps": True or False, # Whether or not the text is in small capital letters.
418 "fontFamily": "A String", # The font family of the text.
420 # The font family can be any font from the Font menu in Slides or from
421 # [Google Fonts] (https://fonts.google.com/). If the font name is
422 # unrecognized, the text is rendered in `Arial`.
424 # Some fonts can affect the weight of the text. If an update request
425 # specifies values for both `font_family` and `bold`, the explicitly-set
427 "italic": True or False, # Whether or not the text is italicized.
428 …"link": { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link.…
431 # Changing the link in an update request causes some other changes to the
432 # text style of the range:
434 # * When setting a link, the text foreground color will be set to
435 # ThemeColorType.HYPERLINK and the text will
436 # be underlined. If these fields are modified in the same
437 # request, those values will be used instead of the link defaults.
439 # also update the existing link to point to the new URL.
442 # will separate the newline character(s) into their own text runs. The
443 … # link will be applied separately to the runs before and after the newline.
444 # * Removing a link will update the text style of the range to match the
445 … # style of the preceding text (or the default text styles if the preceding
446 … # text is another link) unless different styles are being set in the same
448 … "url": "A String", # If set, indicates this is a link to the external web page at this URL.
449 … "slideIndex": 42, # If set, indicates this is a link to the slide at this zero-based index
450 # in the presentation. There may not be a slide at this index.
451 … "pageObjectId": "A String", # If set, indicates this is a link to the specific page in this
456 …at can either be fully opaque or fully transparent. # The background color of the text. If set, th…
457 # transparent, depending on if the `opaque_color` field in it is set.
462 "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
463 "green": 3.14, # The green component of the color, from 0.0 to 1.0.
464 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
468 …: { # A magnitude in a single direction in the specified units. # The size of the text's font. Whe…
470 "magnitude": 3.14, # The magnitude.
471 "unit": "A String", # The units for magnitude.
473 "underline": True or False, # Whether or not the text is underlined.
477 "listId": "A String", # The ID of the list.
480 … "textElements": [ # The text contents broken down into its component parts, including styling
482 { # A TextElement describes the content of a range of indices in the text content
484 …ent kind that represents auto text. # A TextElement representing a spot in the text that is dynami…
486 "content": "A String", # The rendered content of this auto text, if available.
487 …"style": { # Represents the styling that can be applied to a TextRun. # The styling applied to thi…
490 # inherited from the parent. Which text styles are inherited depend on the
494 # from the the newline character in the paragraph at the 0 nesting level of
495 # the list inside the parent placeholder.
497 # from the newline character in the paragraph at its corresponding nesting
498 # level of the list inside the parent placeholder.
502 # fields will revert the style to a value matching the defaults in the Slides
504 …that can either be fully opaque or fully transparent. # The color of the text itself. If set, the
505 # transparent, depending on if the `opaque_color` field in it is set.
510 "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
511 "green": 3.14, # The green component of the color, from 0.0 to 1.0.
512 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
516 "bold": True or False, # Whether or not the text is rendered as bold.
517 … "baselineOffset": "A String", # The text's vertical offset from its normal position.
520 # rendered in a smaller font size, computed based on the `font_size` field.
521 # The `font_size` itself is not affected by changes in this field.
522 "strikethrough": True or False, # Whether or not the text is struck through.
523 …ts a font family and weight used to style a TextRun. # The font family and rendered weight of the
526 … # weights without breaking backwards compatibility. As such, when reading the
527 # style of a range of text, the value of `weighted_font_family#font_family`
529 # both fields are included in the field mask (either explicitly or through
530 # the wildcard `"*"`), their values are reconciled as follows:
532 # * If `font_family` is set and `weighted_font_family` is not, the value of
534 # * If both fields are set, the value of `font_family` must match that of
535 # `weighted_font_family#font_family`. If so, the font family and weight of
538 # * If `weighted_font_family` is set and `font_family` is not, the font
540 # * If neither field is set, the font family and weight of the text inherit
541 # from the parent. Note that these properties cannot inherit separately
545 # `bold`, the `weighted_font_family` is applied first, then `bold`.
552 "fontFamily": "A String", # The font family of the text.
554 # The font family can be any font from the Font menu in Slides or from
555 # [Google Fonts] (https://fonts.google.com/). If the font name is
556 # unrecognized, the text is rendered in `Arial`.
557 … "weight": 42, # The rendered weight of the text. This field can have any value that is a
559 # corresponds to the numerical values described in the CSS 2.1
562 # `700` are considered bold, and weights less than `700`are not bold. The
565 … "smallCaps": True or False, # Whether or not the text is in small capital letters.
566 "fontFamily": "A String", # The font family of the text.
568 # The font family can be any font from the Font menu in Slides or from
569 # [Google Fonts] (https://fonts.google.com/). If the font name is
570 # unrecognized, the text is rendered in `Arial`.
572 # Some fonts can affect the weight of the text. If an update request
573 # specifies values for both `font_family` and `bold`, the explicitly-set
575 "italic": True or False, # Whether or not the text is italicized.
576 …"link": { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link.…
579 # Changing the link in an update request causes some other changes to the
580 # text style of the range:
582 # * When setting a link, the text foreground color will be set to
583 # ThemeColorType.HYPERLINK and the text will
584 # be underlined. If these fields are modified in the same
585 # request, those values will be used instead of the link defaults.
587 # also update the existing link to point to the new URL.
590 # will separate the newline character(s) into their own text runs. The
591 … # link will be applied separately to the runs before and after the newline.
592 # * Removing a link will update the text style of the range to match the
593 # style of the preceding text (or the default text styles if the preceding
594 # text is another link) unless different styles are being set in the same
596 … "url": "A String", # If set, indicates this is a link to the external web page at this URL.
597 … "slideIndex": 42, # If set, indicates this is a link to the slide at this zero-based index
598 # in the presentation. There may not be a slide at this index.
599 … "pageObjectId": "A String", # If set, indicates this is a link to the specific page in this
604 …at can either be fully opaque or fully transparent. # The background color of the text. If set, th…
605 # transparent, depending on if the `opaque_color` field in it is set.
610 "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
611 "green": 3.14, # The green component of the color, from 0.0 to 1.0.
612 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
616 …: { # A magnitude in a single direction in the specified units. # The size of the text's font. Whe…
618 "magnitude": 3.14, # The magnitude.
619 "unit": "A String", # The units for magnitude.
621 "underline": True or False, # Whether or not the text is underlined.
623 "type": "A String", # The type of this auto text.
625 … "endIndex": 42, # The zero-based end index of this text element, exclusive, in Unicode code
627 … "startIndex": 42, # The zero-based start index of this text element, in Unicode code units.
628 …rker": { # A TextElement kind that represents the beginning of a new paragraph. # A marker represe…
630 # The `start_index` and `end_index` of this TextElement represent the
631 # range of the paragraph. Other TextElements with an index range contained
633 # paragraph. The range of indices of two separate paragraphs will never
635 "style": { # Styles that apply to a whole paragraph. # The paragraph's style
638 … # inherited from the parent. Which paragraph styles are inherited depend on the
641 # * A paragraph not in a list will inherit its paragraph style from the
642 … # paragraph at the 0 nesting level of the list inside the parent placeholder.
643 # * A paragraph in a list will inherit its paragraph style from the paragraph
644 # at its corresponding nesting level of the list inside the parent
648 "spacingMode": "A String", # The spacing mode for the paragraph.
649 … "direction": "A String", # The text direction of this paragraph. If unset, the value defaults to
652 …magnitude in a single direction in the specified units. # The amount of extra space above the para…
653 # inherited from the parent.
654 "magnitude": 3.14, # The magnitude.
655 "unit": "A String", # The units for magnitude.
657 … "lineSpacing": 3.14, # The amount of space between lines, as a percentage of normal, where normal
658 # is represented as 100.0. If unset, the value is inherited from the parent.
659 …{ # A magnitude in a single direction in the specified units. # The amount indentation for the par…
660 # the start of the text, based on the current text direction. If unset, the
661 # value is inherited from the parent.
662 "magnitude": 3.14, # The magnitude.
663 "unit": "A String", # The units for magnitude.
665 …magnitude in a single direction in the specified units. # The amount of extra space above the para…
666 # inherited from the parent.
667 "magnitude": 3.14, # The magnitude.
668 "unit": "A String", # The units for magnitude.
670 …{ # A magnitude in a single direction in the specified units. # The amount indentation for the par…
671 # the end of the text, based on the current text direction. If unset, the
672 # value is inherited from the parent.
673 "magnitude": 3.14, # The magnitude.
674 "unit": "A String", # The units for magnitude.
676 …gnitude in a single direction in the specified units. # The amount of indentation for the start of…
677 # If unset, the value is inherited from the parent.
678 "magnitude": 3.14, # The magnitude.
679 "unit": "A String", # The units for magnitude.
681 "alignment": "A String", # The text alignment for this paragraph.
683 …"bullet": { # Describes the bullet of a paragraph. # The bullet for this paragraph. If not present…
685 "nestingLevel": 42, # The nesting level of this paragraph in the list.
686 "listId": "A String", # The ID of the list this paragraph belongs to.
687 …"bulletStyle": { # Represents the styling that can be applied to a TextRun. # The paragraph specif…
690 # inherited from the parent. Which text styles are inherited depend on the
694 … # from the the newline character in the paragraph at the 0 nesting level of
695 # the list inside the parent placeholder.
697 # from the newline character in the paragraph at its corresponding nesting
698 # level of the list inside the parent placeholder.
702 … # fields will revert the style to a value matching the defaults in the Slides
704 …that can either be fully opaque or fully transparent. # The color of the text itself. If set, the
705 # transparent, depending on if the `opaque_color` field in it is set.
710 "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
711 "green": 3.14, # The green component of the color, from 0.0 to 1.0.
712 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
716 "bold": True or False, # Whether or not the text is rendered as bold.
717 … "baselineOffset": "A String", # The text's vertical offset from its normal position.
720 … # rendered in a smaller font size, computed based on the `font_size` field.
721 # The `font_size` itself is not affected by changes in this field.
722 "strikethrough": True or False, # Whether or not the text is struck through.
723 …ts a font family and weight used to style a TextRun. # The font family and rendered weight of the
726 … # weights without breaking backwards compatibility. As such, when reading the
727 … # style of a range of text, the value of `weighted_font_family#font_family`
729 # both fields are included in the field mask (either explicitly or through
730 # the wildcard `"*"`), their values are reconciled as follows:
732 … # * If `font_family` is set and `weighted_font_family` is not, the value of
734 # * If both fields are set, the value of `font_family` must match that of
735 … # `weighted_font_family#font_family`. If so, the font family and weight of
738 # * If `weighted_font_family` is set and `font_family` is not, the font
740 … # * If neither field is set, the font family and weight of the text inherit
741 # from the parent. Note that these properties cannot inherit separately
745 # `bold`, the `weighted_font_family` is applied first, then `bold`.
752 "fontFamily": "A String", # The font family of the text.
754 # The font family can be any font from the Font menu in Slides or from
755 # [Google Fonts] (https://fonts.google.com/). If the font name is
756 # unrecognized, the text is rendered in `Arial`.
757 … "weight": 42, # The rendered weight of the text. This field can have any value that is a
759 # corresponds to the numerical values described in the CSS 2.1
762 … # `700` are considered bold, and weights less than `700`are not bold. The
765 … "smallCaps": True or False, # Whether or not the text is in small capital letters.
766 "fontFamily": "A String", # The font family of the text.
768 # The font family can be any font from the Font menu in Slides or from
769 # [Google Fonts] (https://fonts.google.com/). If the font name is
770 # unrecognized, the text is rendered in `Arial`.
772 # Some fonts can affect the weight of the text. If an update request
773 # specifies values for both `font_family` and `bold`, the explicitly-set
775 "italic": True or False, # Whether or not the text is italicized.
776 …"link": { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link.…
779 # Changing the link in an update request causes some other changes to the
780 # text style of the range:
782 # * When setting a link, the text foreground color will be set to
783 # ThemeColorType.HYPERLINK and the text will
784 # be underlined. If these fields are modified in the same
785 # request, those values will be used instead of the link defaults.
787 # also update the existing link to point to the new URL.
790 # will separate the newline character(s) into their own text runs. The
791 … # link will be applied separately to the runs before and after the newline.
792 # * Removing a link will update the text style of the range to match the
793 … # style of the preceding text (or the default text styles if the preceding
794 … # text is another link) unless different styles are being set in the same
796 … "url": "A String", # If set, indicates this is a link to the external web page at this URL.
797 … "slideIndex": 42, # If set, indicates this is a link to the slide at this zero-based index
798 # in the presentation. There may not be a slide at this index.
799 … "pageObjectId": "A String", # If set, indicates this is a link to the specific page in this
804 …at can either be fully opaque or fully transparent. # The background color of the text. If set, th…
805 # transparent, depending on if the `opaque_color` field in it is set.
810 "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
811 "green": 3.14, # The green component of the color, from 0.0 to 1.0.
812 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
816 …: { # A magnitude in a single direction in the specified units. # The size of the text's font. Whe…
818 "magnitude": 3.14, # The magnitude.
819 "unit": "A String", # The units for magnitude.
821 "underline": True or False, # Whether or not the text is underlined.
823 "glyph": "A String", # The rendered bullet glyph for this paragraph.
826 …hat represents a run of text that all has the same # A TextElement representing a run of text wher…
827 # in the run have the same TextStyle.
829 # The `start_index` and `end_index` of TextRuns will always be fully
830 # contained in the index range of a single `paragraph_marker` TextElement.
833 "content": "A String", # The text of this run.
834 …"style": { # Represents the styling that can be applied to a TextRun. # The styling applied to thi…
837 # inherited from the parent. Which text styles are inherited depend on the
841 # from the the newline character in the paragraph at the 0 nesting level of
842 # the list inside the parent placeholder.
844 # from the newline character in the paragraph at its corresponding nesting
845 # level of the list inside the parent placeholder.
849 # fields will revert the style to a value matching the defaults in the Slides
851 …that can either be fully opaque or fully transparent. # The color of the text itself. If set, the
852 # transparent, depending on if the `opaque_color` field in it is set.
857 "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
858 "green": 3.14, # The green component of the color, from 0.0 to 1.0.
859 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
863 "bold": True or False, # Whether or not the text is rendered as bold.
864 … "baselineOffset": "A String", # The text's vertical offset from its normal position.
867 # rendered in a smaller font size, computed based on the `font_size` field.
868 # The `font_size` itself is not affected by changes in this field.
869 "strikethrough": True or False, # Whether or not the text is struck through.
870 …ts a font family and weight used to style a TextRun. # The font family and rendered weight of the
873 … # weights without breaking backwards compatibility. As such, when reading the
874 # style of a range of text, the value of `weighted_font_family#font_family`
876 # both fields are included in the field mask (either explicitly or through
877 # the wildcard `"*"`), their values are reconciled as follows:
879 # * If `font_family` is set and `weighted_font_family` is not, the value of
881 # * If both fields are set, the value of `font_family` must match that of
882 # `weighted_font_family#font_family`. If so, the font family and weight of
885 # * If `weighted_font_family` is set and `font_family` is not, the font
887 # * If neither field is set, the font family and weight of the text inherit
888 # from the parent. Note that these properties cannot inherit separately
892 # `bold`, the `weighted_font_family` is applied first, then `bold`.
899 "fontFamily": "A String", # The font family of the text.
901 # The font family can be any font from the Font menu in Slides or from
902 # [Google Fonts] (https://fonts.google.com/). If the font name is
903 # unrecognized, the text is rendered in `Arial`.
904 … "weight": 42, # The rendered weight of the text. This field can have any value that is a
906 # corresponds to the numerical values described in the CSS 2.1
909 # `700` are considered bold, and weights less than `700`are not bold. The
912 … "smallCaps": True or False, # Whether or not the text is in small capital letters.
913 "fontFamily": "A String", # The font family of the text.
915 # The font family can be any font from the Font menu in Slides or from
916 # [Google Fonts] (https://fonts.google.com/). If the font name is
917 # unrecognized, the text is rendered in `Arial`.
919 # Some fonts can affect the weight of the text. If an update request
920 # specifies values for both `font_family` and `bold`, the explicitly-set
922 "italic": True or False, # Whether or not the text is italicized.
923 …"link": { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link.…
926 # Changing the link in an update request causes some other changes to the
927 # text style of the range:
929 # * When setting a link, the text foreground color will be set to
930 # ThemeColorType.HYPERLINK and the text will
931 # be underlined. If these fields are modified in the same
932 # request, those values will be used instead of the link defaults.
934 # also update the existing link to point to the new URL.
937 # will separate the newline character(s) into their own text runs. The
938 … # link will be applied separately to the runs before and after the newline.
939 # * Removing a link will update the text style of the range to match the
940 # style of the preceding text (or the default text styles if the preceding
941 # text is another link) unless different styles are being set in the same
943 … "url": "A String", # If set, indicates this is a link to the external web page at this URL.
944 … "slideIndex": 42, # If set, indicates this is a link to the slide at this zero-based index
945 # in the presentation. There may not be a slide at this index.
946 … "pageObjectId": "A String", # If set, indicates this is a link to the specific page in this
951 …at can either be fully opaque or fully transparent. # The background color of the text. If set, th…
952 # transparent, depending on if the `opaque_color` field in it is set.
957 "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
958 "green": 3.14, # The green component of the color, from 0.0 to 1.0.
959 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
963 …: { # A magnitude in a single direction in the specified units. # The size of the text's font. Whe…
965 "magnitude": 3.14, # The magnitude.
966 "unit": "A String", # The units for magnitude.
968 "underline": True or False, # Whether or not the text is underlined.
974 "shapeProperties": { # The properties of a Shape. # The properties of the shape.
976 # If the shape is a placeholder shape as determined by the
979 # Determining the rendered value of the property depends on the corresponding
981 …"shadow": { # The shadow properties of a page element. # The shadow properties of the shape. If un…
982 # a parent placeholder if it exists. If the shape has no parent, then the
983 # default shadow matches the defaults for new shapes created in the Slides
987 # if it exists. If there is no parent, the fields will default to the value
988 # used for new page elements created in the Slides editor, which may depend on
989 # the page element kind.
990 "color": { # A themeable solid color value. # The shadow color value.
993 "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
994 "green": 3.14, # The green component of the color, from 0.0 to 1.0.
995 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
998 …an implied last row of [ 0 0 1 ] # Transform that encodes the translate, scale, and skew of the sh…
999 # relative to the alignment position.
1012 "translateX": 3.14, # The X coordinate translation element.
1013 "translateY": 3.14, # The Y coordinate translation element.
1014 "scaleX": 3.14, # The X coordinate scaling element.
1015 "scaleY": 3.14, # The Y coordinate scaling element.
1016 "shearY": 3.14, # The Y coordinate shearing element.
1017 "shearX": 3.14, # The X coordinate shearing element.
1018 "unit": "A String", # The units for translate elements.
1020 "propertyState": "A String", # The shadow property state.
1022 # Updating the the shadow on a page element will implicitly update this field
1023 # to `RENDERED`, unless another value is specified in the same request. To
1025 # case, any other shadow fields set in the same request will be ignored.
1026 …de in a single direction in the specified units. # The radius of the shadow blur. The larger the r…
1028 "magnitude": 3.14, # The magnitude.
1029 "unit": "A String", # The units for magnitude.
1031 "alpha": 3.14, # The alpha of the shadow's color, from 0.0 to 1.0.
1032 "type": "A String", # The type of the shadow.
1033 … "alignment": "A String", # The alignment point of the shadow, that sets the origin for translate,
1034 # scale and skew of the shadow.
1035 "rotateWithShape": True or False, # Whether the shadow should rotate with the shape.
1037 …"shapeBackgroundFill": { # The shape background fill. # The background fill of the shape. If unset…
1038 # inherited from a parent placeholder if it exists. If the shape has no
1039 # parent, then the default background fill depends on the shape type,
1040 # matching the defaults for new shapes created in the Slides editor.
1041 …"solidFill": { # A solid color fill. The page or page element is filled entirely with the # Solid …
1046 "color": { # A themeable solid color value. # The color value of the solid fill.
1049 "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
1050 "green": 3.14, # The green component of the color, from 0.0 to 1.0.
1051 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
1054 "alpha": 3.14, # The fraction of this `color` that should be applied to the pixel.
1055 # That is, the final pixel color is defined by the equation:
1062 "propertyState": "A String", # The background fill property state.
1064 # Updating the the fill on a shape will implicitly update this field to
1065 # `RENDERED`, unless another value is specified in the same request. To
1067 # any other fill fields set in the same request will be ignored.
1069 …"link": { # A hypertext link. # The hyperlink destination of the shape. If unset, there is no link…
1071 … "url": "A String", # If set, indicates this is a link to the external web page at this URL.
1072 … "slideIndex": 42, # If set, indicates this is a link to the slide at this zero-based index
1073 # in the presentation. There may not be a slide at this index.
1074 … "pageObjectId": "A String", # If set, indicates this is a link to the specific page in this
1079 …"outline": { # The outline of a PageElement. # The outline of the shape. If unset, the outline is …
1080 # parent placeholder if it exists. If the shape has no parent, then the
1081 # default outline depends on the shape type, matching the defaults for
1082 # new shapes created in the Slides editor.
1085 # if it exists. If there is no parent, the fields will default to the value
1086 # used for new page elements created in the Slides editor, which may depend on
1087 # the page element kind.
1088 "outlineFill": { # The fill of the outline. # The fill of the outline.
1089 …"solidFill": { # A solid color fill. The page or page element is filled entirely with the # Solid …
1094 "color": { # A themeable solid color value. # The color value of the solid fill.
1097 "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
1098 "green": 3.14, # The green component of the color, from 0.0 to 1.0.
1099 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
1102 "alpha": 3.14, # The fraction of this `color` that should be applied to the pixel.
1103 # That is, the final pixel color is defined by the equation:
1111 "propertyState": "A String", # The outline property state.
1113 # Updating the the outline on a page element will implicitly update this
1114 # field to`RENDERED`, unless another value is specified in the same request.
1116 # this case, any other outline fields set in the same request will be
1118 "dashStyle": "A String", # The dash style of the outline.
1119 …"weight": { # A magnitude in a single direction in the specified units. # The thickness of the out…
1120 "magnitude": 3.14, # The magnitude.
1121 "unit": "A String", # The units for magnitude.
1125 …"placeholder": { # The placeholder information that uniquely identifies a placeholder shape. # Pla…
1128 # If set, the shape is a placeholder shape and any inherited properties
1129 # can be resolved by looking at the parent placeholder identified by the
1131 "parentObjectId": "A String", # The object ID of this shape's parent placeholder.
1132 # If unset, the parent placeholder shape does not exist, so the shape does
1134 … "index": 42, # The index of the placeholder. If the same placeholder types are present in
1135 # the same page, they would have different index values.
1136 "type": "A String", # The type of the placeholder.
1138 "shapeType": "A String", # The type of the shape.
1143 …"contentUrl": "A String", # The URL of an image of the embedded chart, with a default lifetime of …
1144 # minutes. This URL is tagged with the account of the requester. Anyone with
1145 # the URL effectively accesses the image as the original requester. Access to
1146 # the image may be lost if the presentation's sharing settings change.
1147 …"spreadsheetId": "A String", # The ID of the Google Sheets spreadsheet that contains the source ch…
1148 …"sheetsChartProperties": { # The properties of the SheetsChart. # The properties of the Sheets cha…
1149 …"chartImageProperties": { # The properties of the Image. # The properties of the embedded chart im…
1150 …"outline": { # The outline of a PageElement. # The outline of the image. If not set, the the image…
1153 # if it exists. If there is no parent, the fields will default to the value
1154 # used for new page elements created in the Slides editor, which may depend on
1155 # the page element kind.
1156 "outlineFill": { # The fill of the outline. # The fill of the outline.
1157 …"solidFill": { # A solid color fill. The page or page element is filled entirely with the # Solid …
1162 "color": { # A themeable solid color value. # The color value of the solid fill.
1165 "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
1166 "green": 3.14, # The green component of the color, from 0.0 to 1.0.
1167 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
1170 … "alpha": 3.14, # The fraction of this `color` that should be applied to the pixel.
1171 # That is, the final pixel color is defined by the equation:
1179 "propertyState": "A String", # The outline property state.
1181 # Updating the the outline on a page element will implicitly update this
1182 # field to`RENDERED`, unless another value is specified in the same request.
1184 # this case, any other outline fields set in the same request will be
1186 "dashStyle": "A String", # The dash style of the outline.
1187 …"weight": { # A magnitude in a single direction in the specified units. # The thickness of the out…
1188 "magnitude": 3.14, # The magnitude.
1189 "unit": "A String", # The units for magnitude.
1192 … "brightness": 3.14, # The brightness effect of the image. The value should be in the interval
1194 …color": { # A recolor effect applied on an image. # The recolor effect of the image. If not set, t…
1196 … "recolorStops": [ # The recolor effect is represented by a gradient, which is a list of color
1199 # The colors in the gradient will replace the corresponding colors at
1200 # the same position in the color palette and apply to the image. This
1203 "color": { # A themeable solid color value. # The color of the gradient stop.
1206 "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
1207 "green": 3.14, # The green component of the color, from 0.0 to 1.0.
1208 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
1211 … "alpha": 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0,
1213 … "position": 3.14, # The relative position of the color stop in the gradient band measured
1214 # in percentage. The value should be in the interval [0.0, 1.0].
1217 "name": "A String", # The name of the recolor effect.
1219 # The name is determined from the `recolor_stops` by matching the gradient
1220 # against the colors in the page's current color scheme. This property is
1223 …"link": { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link.
1224 … "url": "A String", # If set, indicates this is a link to the external web page at this URL.
1225 … "slideIndex": 42, # If set, indicates this is a link to the slide at this zero-based index
1226 # in the presentation. There may not be a slide at this index.
1227 … "pageObjectId": "A String", # If set, indicates this is a link to the specific page in this
1232 … "transparency": 3.14, # The transparency effect of the image. The value should be in the interval
1235 …perties": { # The crop properties of an object enclosed in a container. For example, an # The crop…
1239 # The crop properties is represented by the offsets of four edges which define
1240 # a crop rectangle. The offsets are measured in percentage from the
1241 # corresponding edges of the object's original bounding rectangle towards
1242 # inside, relative to the object's original dimensions.
1244 # - If the offset is in the interval (0, 1), the corresponding edge of crop
1245 # rectangle is positioned inside of the object's original bounding rectangle.
1246 # - If the offset is negative or greater than 1, the corresponding edge of crop
1247 # rectangle is positioned outside of the object's original bounding rectangle.
1248 # - If the left edge of the crop rectangle is on the right side of its right
1249 # edge, the object will be flipped horizontally.
1250 # - If the top edge of the crop rectangle is below its bottom edge, the object
1252 # - If all offsets and rotation angle is 0, the object is not cropped.
1254 # After cropping, the content in the crop rectangle will be stretched to fit
1256 … "leftOffset": 3.14, # The offset specifies the left edge of the crop rectangle that is located to
1257 # the right of the original bounding rectangle left edge, relative to the
1259 … "angle": 3.14, # The rotation angle of the crop window around its center, in radians.
1260 # Rotation angle is applied after the offset.
1261 … "rightOffset": 3.14, # The offset specifies the right edge of the crop rectangle that is located
1262 # to the left of the original bounding rectangle right edge, relative to the
1264 … "bottomOffset": 3.14, # The offset specifies the bottom edge of the crop rectangle that is located
1265 # above the original bounding rectangle bottom edge, relative to the object's
1267 … "topOffset": 3.14, # The offset specifies the top edge of the crop rectangle that is located
1268 # below the original bounding rectangle top edge, relative to the object's
1271 …"shadow": { # The shadow properties of a page element. # The shadow of the image. If not set, the
1275 # if it exists. If there is no parent, the fields will default to the value
1276 # used for new page elements created in the Slides editor, which may depend on
1277 # the page element kind.
1278 "color": { # A themeable solid color value. # The shadow color value.
1281 "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
1282 "green": 3.14, # The green component of the color, from 0.0 to 1.0.
1283 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
1286 …an implied last row of [ 0 0 1 ] # Transform that encodes the translate, scale, and skew of the sh…
1287 # relative to the alignment position.
1300 "translateX": 3.14, # The X coordinate translation element.
1301 "translateY": 3.14, # The Y coordinate translation element.
1302 "scaleX": 3.14, # The X coordinate scaling element.
1303 "scaleY": 3.14, # The Y coordinate scaling element.
1304 "shearY": 3.14, # The Y coordinate shearing element.
1305 "shearX": 3.14, # The X coordinate shearing element.
1306 "unit": "A String", # The units for translate elements.
1308 "propertyState": "A String", # The shadow property state.
1310 # Updating the the shadow on a page element will implicitly update this field
1311 # to `RENDERED`, unless another value is specified in the same request. To
1313 # case, any other shadow fields set in the same request will be ignored.
1314 …de in a single direction in the specified units. # The radius of the shadow blur. The larger the r…
1316 "magnitude": 3.14, # The magnitude.
1317 "unit": "A String", # The units for magnitude.
1319 "alpha": 3.14, # The alpha of the shadow's color, from 0.0 to 1.0.
1320 "type": "A String", # The type of the shadow.
1321 … "alignment": "A String", # The alignment point of the shadow, that sets the origin for translate,
1322 # scale and skew of the shadow.
1323 "rotateWithShape": True or False, # Whether the shadow should rotate with the shape.
1325 … "contrast": 3.14, # The contrast effect of the image. The value should be in the interval
1329 "chartId": 42, # The ID of the specific chart in the Google Sheets spreadsheet that is
1334 "url": "A String", # An URL to a video. The URL is valid as long as the source video
1336 "videoProperties": { # The properties of the Video. # The properties of the video.
1337 …"outline": { # The outline of a PageElement. # The outline of the video. The default outline match…
1338 # videos created in the Slides editor.
1341 # if it exists. If there is no parent, the fields will default to the value
1342 # used for new page elements created in the Slides editor, which may depend on
1343 # the page element kind.
1344 "outlineFill": { # The fill of the outline. # The fill of the outline.
1345 …"solidFill": { # A solid color fill. The page or page element is filled entirely with the # Solid …
1350 "color": { # A themeable solid color value. # The color value of the solid fill.
1353 "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
1354 "green": 3.14, # The green component of the color, from 0.0 to 1.0.
1355 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
1358 "alpha": 3.14, # The fraction of this `color` that should be applied to the pixel.
1359 # That is, the final pixel color is defined by the equation:
1367 "propertyState": "A String", # The outline property state.
1369 # Updating the the outline on a page element will implicitly update this
1370 # field to`RENDERED`, unless another value is specified in the same request.
1372 # this case, any other outline fields set in the same request will be
1374 "dashStyle": "A String", # The dash style of the outline.
1375 …"weight": { # A magnitude in a single direction in the specified units. # The thickness of the out…
1376 "magnitude": 3.14, # The magnitude.
1377 "unit": "A String", # The units for magnitude.
1381 "id": "A String", # The video source's unique identifier for this video.
1382 "source": "A String", # The video source.
1386 "children": [ # The collection of elements in the group. The minimum size of a group is 2.
1394 … "columnWidth": { # A magnitude in a single direction in the specified units. # Width of a column.
1395 "magnitude": 3.14, # The magnitude.
1396 "unit": "A String", # The units for magnitude.
1410 # than 1. As a result, the length of this collection does not always match
1411 # the number of columns of the entire table.
1413 …"text": { # The general text content. The text must reside in a compatible shape (e.g. # The text …
1415 "lists": { # The bulleted lists contained in this text, keyed by list ID.
1416 … "a_key": { # A List describes the look and feel of bullets belonging to paragraphs
1419 … "nestingLevel": { # A map of nesting levels to the properties of bullets at the associated
1420 … # level. A list has at most nine levels of nesting, so the possible values
1421 # for the keys of this map are 0 through 8, inclusive.
1422 … "a_key": { # Contains properties describing the look and feel of a list bullet at a given
1424 …"bulletStyle": { # Represents the styling that can be applied to a TextRun. # The style of a bulle…
1427 … # inherited from the parent. Which text styles are inherited depend on the
1431 … # from the the newline character in the paragraph at the 0 nesting level of
1432 # the list inside the parent placeholder.
1434 … # from the newline character in the paragraph at its corresponding nesting
1435 # level of the list inside the parent placeholder.
1439 … # fields will revert the style to a value matching the defaults in the Slides
1441 …that can either be fully opaque or fully transparent. # The color of the text itself. If set, the
1442 … # transparent, depending on if the `opaque_color` field in it is set.
1447 … "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
1448 … "green": 3.14, # The green component of the color, from 0.0 to 1.0.
1449 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
1453 "bold": True or False, # Whether or not the text is rendered as bold.
1454 … "baselineOffset": "A String", # The text's vertical offset from its normal position.
1457 … # rendered in a smaller font size, computed based on the `font_size` field.
1458 # The `font_size` itself is not affected by changes in this field.
1459 … "strikethrough": True or False, # Whether or not the text is struck through.
1460 …ts a font family and weight used to style a TextRun. # The font family and rendered weight of the
1463 … # weights without breaking backwards compatibility. As such, when reading the
1464 … # style of a range of text, the value of `weighted_font_family#font_family`
1466 … # both fields are included in the field mask (either explicitly or through
1467 # the wildcard `"*"`), their values are reconciled as follows:
1469 … # * If `font_family` is set and `weighted_font_family` is not, the value of
1471 … # * If both fields are set, the value of `font_family` must match that of
1472 … # `weighted_font_family#font_family`. If so, the font family and weight of
1475 … # * If `weighted_font_family` is set and `font_family` is not, the font
1477 … # * If neither field is set, the font family and weight of the text inherit
1478 … # from the parent. Note that these properties cannot inherit separately
1482 … # `bold`, the `weighted_font_family` is applied first, then `bold`.
1489 "fontFamily": "A String", # The font family of the text.
1491 … # The font family can be any font from the Font menu in Slides or from
1492 … # [Google Fonts] (https://fonts.google.com/). If the font name is
1493 # unrecognized, the text is rendered in `Arial`.
1494 … "weight": 42, # The rendered weight of the text. This field can have any value that is a
1496 # corresponds to the numerical values described in the CSS 2.1
1499 … # `700` are considered bold, and weights less than `700`are not bold. The
1502 … "smallCaps": True or False, # Whether or not the text is in small capital letters.
1503 "fontFamily": "A String", # The font family of the text.
1505 … # The font family can be any font from the Font menu in Slides or from
1506 # [Google Fonts] (https://fonts.google.com/). If the font name is
1507 # unrecognized, the text is rendered in `Arial`.
1509 … # Some fonts can affect the weight of the text. If an update request
1510 … # specifies values for both `font_family` and `bold`, the explicitly-set
1512 "italic": True or False, # Whether or not the text is italicized.
1513 …"link": { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link.…
1516 … # Changing the link in an update request causes some other changes to the
1517 # text style of the range:
1519 # * When setting a link, the text foreground color will be set to
1520 # ThemeColorType.HYPERLINK and the text will
1521 # be underlined. If these fields are modified in the same
1522 … # request, those values will be used instead of the link defaults.
1524 # also update the existing link to point to the new URL.
1527 … # will separate the newline character(s) into their own text runs. The
1528 … # link will be applied separately to the runs before and after the newline.
1529 … # * Removing a link will update the text style of the range to match the
1530 … # style of the preceding text (or the default text styles if the preceding
1531 … # text is another link) unless different styles are being set in the same
1533 … "url": "A String", # If set, indicates this is a link to the external web page at this URL.
1534 … "slideIndex": 42, # If set, indicates this is a link to the slide at this zero-based index
1535 # in the presentation. There may not be a slide at this index.
1536 … "pageObjectId": "A String", # If set, indicates this is a link to the specific page in this
1541 …at can either be fully opaque or fully transparent. # The background color of the text. If set, th…
1542 … # transparent, depending on if the `opaque_color` field in it is set.
1547 … "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
1548 … "green": 3.14, # The green component of the color, from 0.0 to 1.0.
1549 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
1553 …: { # A magnitude in a single direction in the specified units. # The size of the text's font. Whe…
1555 "magnitude": 3.14, # The magnitude.
1556 "unit": "A String", # The units for magnitude.
1558 "underline": True or False, # Whether or not the text is underlined.
1562 "listId": "A String", # The ID of the list.
1565 … "textElements": [ # The text contents broken down into its component parts, including styling
1567 … { # A TextElement describes the content of a range of indices in the text content
1569 …ent kind that represents auto text. # A TextElement representing a spot in the text that is dynami…
1571 … "content": "A String", # The rendered content of this auto text, if available.
1572 …"style": { # Represents the styling that can be applied to a TextRun. # The styling applied to thi…
1575 … # inherited from the parent. Which text styles are inherited depend on the
1579 … # from the the newline character in the paragraph at the 0 nesting level of
1580 # the list inside the parent placeholder.
1582 … # from the newline character in the paragraph at its corresponding nesting
1583 # level of the list inside the parent placeholder.
1587 … # fields will revert the style to a value matching the defaults in the Slides
1589 …that can either be fully opaque or fully transparent. # The color of the text itself. If set, the
1590 … # transparent, depending on if the `opaque_color` field in it is set.
1595 "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
1596 … "green": 3.14, # The green component of the color, from 0.0 to 1.0.
1597 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
1601 "bold": True or False, # Whether or not the text is rendered as bold.
1602 … "baselineOffset": "A String", # The text's vertical offset from its normal position.
1605 … # rendered in a smaller font size, computed based on the `font_size` field.
1606 # The `font_size` itself is not affected by changes in this field.
1607 … "strikethrough": True or False, # Whether or not the text is struck through.
1608 …ts a font family and weight used to style a TextRun. # The font family and rendered weight of the
1611 … # weights without breaking backwards compatibility. As such, when reading the
1612 … # style of a range of text, the value of `weighted_font_family#font_family`
1614 … # both fields are included in the field mask (either explicitly or through
1615 # the wildcard `"*"`), their values are reconciled as follows:
1617 … # * If `font_family` is set and `weighted_font_family` is not, the value of
1619 … # * If both fields are set, the value of `font_family` must match that of
1620 … # `weighted_font_family#font_family`. If so, the font family and weight of
1623 … # * If `weighted_font_family` is set and `font_family` is not, the font
1625 … # * If neither field is set, the font family and weight of the text inherit
1626 … # from the parent. Note that these properties cannot inherit separately
1630 # `bold`, the `weighted_font_family` is applied first, then `bold`.
1637 "fontFamily": "A String", # The font family of the text.
1639 … # The font family can be any font from the Font menu in Slides or from
1640 # [Google Fonts] (https://fonts.google.com/). If the font name is
1641 # unrecognized, the text is rendered in `Arial`.
1642 … "weight": 42, # The rendered weight of the text. This field can have any value that is a
1644 # corresponds to the numerical values described in the CSS 2.1
1647 … # `700` are considered bold, and weights less than `700`are not bold. The
1650 … "smallCaps": True or False, # Whether or not the text is in small capital letters.
1651 "fontFamily": "A String", # The font family of the text.
1653 … # The font family can be any font from the Font menu in Slides or from
1654 # [Google Fonts] (https://fonts.google.com/). If the font name is
1655 # unrecognized, the text is rendered in `Arial`.
1657 # Some fonts can affect the weight of the text. If an update request
1658 … # specifies values for both `font_family` and `bold`, the explicitly-set
1660 "italic": True or False, # Whether or not the text is italicized.
1661 …"link": { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link.…
1664 … # Changing the link in an update request causes some other changes to the
1665 # text style of the range:
1667 # * When setting a link, the text foreground color will be set to
1668 # ThemeColorType.HYPERLINK and the text will
1669 # be underlined. If these fields are modified in the same
1670 # request, those values will be used instead of the link defaults.
1672 # also update the existing link to point to the new URL.
1675 … # will separate the newline character(s) into their own text runs. The
1676 … # link will be applied separately to the runs before and after the newline.
1677 … # * Removing a link will update the text style of the range to match the
1678 … # style of the preceding text (or the default text styles if the preceding
1679 … # text is another link) unless different styles are being set in the same
1681 … "url": "A String", # If set, indicates this is a link to the external web page at this URL.
1682 … "slideIndex": 42, # If set, indicates this is a link to the slide at this zero-based index
1683 # in the presentation. There may not be a slide at this index.
1684 … "pageObjectId": "A String", # If set, indicates this is a link to the specific page in this
1689 …at can either be fully opaque or fully transparent. # The background color of the text. If set, th…
1690 … # transparent, depending on if the `opaque_color` field in it is set.
1695 "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
1696 … "green": 3.14, # The green component of the color, from 0.0 to 1.0.
1697 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
1701 …: { # A magnitude in a single direction in the specified units. # The size of the text's font. Whe…
1703 "magnitude": 3.14, # The magnitude.
1704 "unit": "A String", # The units for magnitude.
1706 "underline": True or False, # Whether or not the text is underlined.
1708 "type": "A String", # The type of this auto text.
1710 … "endIndex": 42, # The zero-based end index of this text element, exclusive, in Unicode code
1712 … "startIndex": 42, # The zero-based start index of this text element, in Unicode code units.
1713 …rker": { # A TextElement kind that represents the beginning of a new paragraph. # A marker represe…
1715 # The `start_index` and `end_index` of this TextElement represent the
1716 … # range of the paragraph. Other TextElements with an index range contained
1718 # paragraph. The range of indices of two separate paragraphs will never
1720 … "style": { # Styles that apply to a whole paragraph. # The paragraph's style
1723 … # inherited from the parent. Which paragraph styles are inherited depend on the
1726 … # * A paragraph not in a list will inherit its paragraph style from the
1727 … # paragraph at the 0 nesting level of the list inside the parent placeholder.
1728 … # * A paragraph in a list will inherit its paragraph style from the paragraph
1729 # at its corresponding nesting level of the list inside the parent
1733 "spacingMode": "A String", # The spacing mode for the paragraph.
1734 … "direction": "A String", # The text direction of this paragraph. If unset, the value defaults to
1737 …magnitude in a single direction in the specified units. # The amount of extra space above the para…
1738 # inherited from the parent.
1739 "magnitude": 3.14, # The magnitude.
1740 "unit": "A String", # The units for magnitude.
1742 … "lineSpacing": 3.14, # The amount of space between lines, as a percentage of normal, where normal
1743 … # is represented as 100.0. If unset, the value is inherited from the parent.
1744 …{ # A magnitude in a single direction in the specified units. # The amount indentation for the par…
1745 … # the start of the text, based on the current text direction. If unset, the
1746 # value is inherited from the parent.
1747 "magnitude": 3.14, # The magnitude.
1748 "unit": "A String", # The units for magnitude.
1750 …magnitude in a single direction in the specified units. # The amount of extra space above the para…
1751 # inherited from the parent.
1752 "magnitude": 3.14, # The magnitude.
1753 "unit": "A String", # The units for magnitude.
1755 …{ # A magnitude in a single direction in the specified units. # The amount indentation for the par…
1756 … # the end of the text, based on the current text direction. If unset, the
1757 # value is inherited from the parent.
1758 "magnitude": 3.14, # The magnitude.
1759 "unit": "A String", # The units for magnitude.
1761 …gnitude in a single direction in the specified units. # The amount of indentation for the start of…
1762 # If unset, the value is inherited from the parent.
1763 "magnitude": 3.14, # The magnitude.
1764 "unit": "A String", # The units for magnitude.
1766 "alignment": "A String", # The text alignment for this paragraph.
1768 …"bullet": { # Describes the bullet of a paragraph. # The bullet for this paragraph. If not present…
1770 "nestingLevel": 42, # The nesting level of this paragraph in the list.
1771 "listId": "A String", # The ID of the list this paragraph belongs to.
1772 …"bulletStyle": { # Represents the styling that can be applied to a TextRun. # The paragraph specif…
1775 … # inherited from the parent. Which text styles are inherited depend on the
1779 … # from the the newline character in the paragraph at the 0 nesting level of
1780 # the list inside the parent placeholder.
1782 … # from the newline character in the paragraph at its corresponding nesting
1783 # level of the list inside the parent placeholder.
1787 … # fields will revert the style to a value matching the defaults in the Slides
1789 …that can either be fully opaque or fully transparent. # The color of the text itself. If set, the
1790 … # transparent, depending on if the `opaque_color` field in it is set.
1795 … "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
1796 … "green": 3.14, # The green component of the color, from 0.0 to 1.0.
1797 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
1801 "bold": True or False, # Whether or not the text is rendered as bold.
1802 … "baselineOffset": "A String", # The text's vertical offset from its normal position.
1805 … # rendered in a smaller font size, computed based on the `font_size` field.
1806 # The `font_size` itself is not affected by changes in this field.
1807 … "strikethrough": True or False, # Whether or not the text is struck through.
1808 …ts a font family and weight used to style a TextRun. # The font family and rendered weight of the
1811 … # weights without breaking backwards compatibility. As such, when reading the
1812 … # style of a range of text, the value of `weighted_font_family#font_family`
1814 … # both fields are included in the field mask (either explicitly or through
1815 # the wildcard `"*"`), their values are reconciled as follows:
1817 … # * If `font_family` is set and `weighted_font_family` is not, the value of
1819 … # * If both fields are set, the value of `font_family` must match that of
1820 … # `weighted_font_family#font_family`. If so, the font family and weight of
1823 … # * If `weighted_font_family` is set and `font_family` is not, the font
1825 … # * If neither field is set, the font family and weight of the text inherit
1826 … # from the parent. Note that these properties cannot inherit separately
1830 … # `bold`, the `weighted_font_family` is applied first, then `bold`.
1837 "fontFamily": "A String", # The font family of the text.
1839 … # The font family can be any font from the Font menu in Slides or from
1840 … # [Google Fonts] (https://fonts.google.com/). If the font name is
1841 # unrecognized, the text is rendered in `Arial`.
1842 … "weight": 42, # The rendered weight of the text. This field can have any value that is a
1844 # corresponds to the numerical values described in the CSS 2.1
1847 … # `700` are considered bold, and weights less than `700`are not bold. The
1850 … "smallCaps": True or False, # Whether or not the text is in small capital letters.
1851 "fontFamily": "A String", # The font family of the text.
1853 … # The font family can be any font from the Font menu in Slides or from
1854 # [Google Fonts] (https://fonts.google.com/). If the font name is
1855 # unrecognized, the text is rendered in `Arial`.
1857 … # Some fonts can affect the weight of the text. If an update request
1858 … # specifies values for both `font_family` and `bold`, the explicitly-set
1860 "italic": True or False, # Whether or not the text is italicized.
1861 …"link": { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link.…
1864 … # Changing the link in an update request causes some other changes to the
1865 # text style of the range:
1867 # * When setting a link, the text foreground color will be set to
1868 # ThemeColorType.HYPERLINK and the text will
1869 # be underlined. If these fields are modified in the same
1870 … # request, those values will be used instead of the link defaults.
1872 # also update the existing link to point to the new URL.
1875 … # will separate the newline character(s) into their own text runs. The
1876 … # link will be applied separately to the runs before and after the newline.
1877 … # * Removing a link will update the text style of the range to match the
1878 … # style of the preceding text (or the default text styles if the preceding
1879 … # text is another link) unless different styles are being set in the same
1881 … "url": "A String", # If set, indicates this is a link to the external web page at this URL.
1882 … "slideIndex": 42, # If set, indicates this is a link to the slide at this zero-based index
1883 # in the presentation. There may not be a slide at this index.
1884 … "pageObjectId": "A String", # If set, indicates this is a link to the specific page in this
1889 …at can either be fully opaque or fully transparent. # The background color of the text. If set, th…
1890 … # transparent, depending on if the `opaque_color` field in it is set.
1895 … "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
1896 … "green": 3.14, # The green component of the color, from 0.0 to 1.0.
1897 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
1901 …: { # A magnitude in a single direction in the specified units. # The size of the text's font. Whe…
1903 "magnitude": 3.14, # The magnitude.
1904 "unit": "A String", # The units for magnitude.
1906 "underline": True or False, # Whether or not the text is underlined.
1908 "glyph": "A String", # The rendered bullet glyph for this paragraph.
1911 …hat represents a run of text that all has the same # A TextElement representing a run of text wher…
1912 # in the run have the same TextStyle.
1914 # The `start_index` and `end_index` of TextRuns will always be fully
1915 … # contained in the index range of a single `paragraph_marker` TextElement.
1918 "content": "A String", # The text of this run.
1919 …"style": { # Represents the styling that can be applied to a TextRun. # The styling applied to thi…
1922 … # inherited from the parent. Which text styles are inherited depend on the
1926 … # from the the newline character in the paragraph at the 0 nesting level of
1927 # the list inside the parent placeholder.
1929 … # from the newline character in the paragraph at its corresponding nesting
1930 # level of the list inside the parent placeholder.
1934 … # fields will revert the style to a value matching the defaults in the Slides
1936 …that can either be fully opaque or fully transparent. # The color of the text itself. If set, the
1937 … # transparent, depending on if the `opaque_color` field in it is set.
1942 "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
1943 … "green": 3.14, # The green component of the color, from 0.0 to 1.0.
1944 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
1948 "bold": True or False, # Whether or not the text is rendered as bold.
1949 … "baselineOffset": "A String", # The text's vertical offset from its normal position.
1952 … # rendered in a smaller font size, computed based on the `font_size` field.
1953 # The `font_size` itself is not affected by changes in this field.
1954 … "strikethrough": True or False, # Whether or not the text is struck through.
1955 …ts a font family and weight used to style a TextRun. # The font family and rendered weight of the
1958 … # weights without breaking backwards compatibility. As such, when reading the
1959 … # style of a range of text, the value of `weighted_font_family#font_family`
1961 … # both fields are included in the field mask (either explicitly or through
1962 # the wildcard `"*"`), their values are reconciled as follows:
1964 … # * If `font_family` is set and `weighted_font_family` is not, the value of
1966 … # * If both fields are set, the value of `font_family` must match that of
1967 … # `weighted_font_family#font_family`. If so, the font family and weight of
1970 … # * If `weighted_font_family` is set and `font_family` is not, the font
1972 … # * If neither field is set, the font family and weight of the text inherit
1973 … # from the parent. Note that these properties cannot inherit separately
1977 # `bold`, the `weighted_font_family` is applied first, then `bold`.
1984 "fontFamily": "A String", # The font family of the text.
1986 … # The font family can be any font from the Font menu in Slides or from
1987 # [Google Fonts] (https://fonts.google.com/). If the font name is
1988 # unrecognized, the text is rendered in `Arial`.
1989 … "weight": 42, # The rendered weight of the text. This field can have any value that is a
1991 # corresponds to the numerical values described in the CSS 2.1
1994 … # `700` are considered bold, and weights less than `700`are not bold. The
1997 … "smallCaps": True or False, # Whether or not the text is in small capital letters.
1998 "fontFamily": "A String", # The font family of the text.
2000 … # The font family can be any font from the Font menu in Slides or from
2001 # [Google Fonts] (https://fonts.google.com/). If the font name is
2002 # unrecognized, the text is rendered in `Arial`.
2004 # Some fonts can affect the weight of the text. If an update request
2005 … # specifies values for both `font_family` and `bold`, the explicitly-set
2007 "italic": True or False, # Whether or not the text is italicized.
2008 …"link": { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link.…
2011 … # Changing the link in an update request causes some other changes to the
2012 # text style of the range:
2014 # * When setting a link, the text foreground color will be set to
2015 # ThemeColorType.HYPERLINK and the text will
2016 # be underlined. If these fields are modified in the same
2017 # request, those values will be used instead of the link defaults.
2019 # also update the existing link to point to the new URL.
2022 … # will separate the newline character(s) into their own text runs. The
2023 … # link will be applied separately to the runs before and after the newline.
2024 … # * Removing a link will update the text style of the range to match the
2025 … # style of the preceding text (or the default text styles if the preceding
2026 … # text is another link) unless different styles are being set in the same
2028 … "url": "A String", # If set, indicates this is a link to the external web page at this URL.
2029 … "slideIndex": 42, # If set, indicates this is a link to the slide at this zero-based index
2030 # in the presentation. There may not be a slide at this index.
2031 … "pageObjectId": "A String", # If set, indicates this is a link to the specific page in this
2036 …at can either be fully opaque or fully transparent. # The background color of the text. If set, th…
2037 … # transparent, depending on if the `opaque_color` field in it is set.
2042 "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
2043 … "green": 3.14, # The green component of the color, from 0.0 to 1.0.
2044 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
2048 …: { # A magnitude in a single direction in the specified units. # The size of the text's font. Whe…
2050 "magnitude": 3.14, # The magnitude.
2051 "unit": "A String", # The units for magnitude.
2053 "underline": True or False, # Whether or not the text is underlined.
2059 … "tableCellProperties": { # The properties of the TableCell. # The properties of the table cell.
2060 …eCellBackgroundFill": { # The table cell background fill. # The background fill of the table cell.…
2061 # for newly created table cells in the Slides editor.
2062 …"solidFill": { # A solid color fill. The page or page element is filled entirely with the # Solid …
2067 … "color": { # A themeable solid color value. # The color value of the solid fill.
2070 "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
2071 "green": 3.14, # The green component of the color, from 0.0 to 1.0.
2072 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
2075 … "alpha": 3.14, # The fraction of this `color` that should be applied to the pixel.
2076 # That is, the final pixel color is defined by the equation:
2083 "propertyState": "A String", # The background fill property state.
2085 # Updating the the fill on a table cell will implicitly update this field
2086 # to `RENDERED`, unless another value is specified in the same request. To
2088 # case, any other fill fields set in the same request will be ignored.
2091 "rowSpan": 42, # Row span of the cell.
2092 "columnSpan": 42, # Column span of the cell.
2093 …": { # A location of a single table cell within a table. # The location of the cell within the tab…
2094 "rowIndex": 42, # The 0-based row index.
2095 "columnIndex": 42, # The 0-based column index.
2099 … "rowHeight": { # A magnitude in a single direction in the specified units. # Height of a row.
2100 "magnitude": 3.14, # The magnitude.
2101 "unit": "A String", # The units for magnitude.
2105 "rows": 42, # Number of rows in the table.
2106 "columns": 42, # Number of columns in the table.
2110 "lineProperties": { # The properties of the Line. # The properties of the line.
2112 # When unset, these fields default to values that match the appearance of
2113 # new lines created in the Slides editor.
2114 "dashStyle": "A String", # The dash style of the line.
2115 …"weight": { # A magnitude in a single direction in the specified units. # The thickness of the lin…
2116 "magnitude": 3.14, # The magnitude.
2117 "unit": "A String", # The units for magnitude.
2119 "endArrow": "A String", # The style of the arrow at the end of the line.
2120 … "link": { # A hypertext link. # The hyperlink destination of the line. If unset, there is no link.
2121 … "url": "A String", # If set, indicates this is a link to the external web page at this URL.
2122 … "slideIndex": 42, # If set, indicates this is a link to the slide at this zero-based index
2123 # in the presentation. There may not be a slide at this index.
2124 … "pageObjectId": "A String", # If set, indicates this is a link to the specific page in this
2129 …"lineFill": { # The fill of the line. # The fill of the line. The default line fill matches the de…
2130 # lines created in the Slides editor.
2131 …"solidFill": { # A solid color fill. The page or page element is filled entirely with the # Solid …
2136 "color": { # A themeable solid color value. # The color value of the solid fill.
2139 "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
2140 "green": 3.14, # The green component of the color, from 0.0 to 1.0.
2141 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
2144 "alpha": 3.14, # The fraction of this `color` that should be applied to the pixel.
2145 # That is, the final pixel color is defined by the equation:
2153 "startArrow": "A String", # The style of the arrow at the beginning of the line.
2155 "lineType": "A String", # The type of the line.
2157 "size": { # A width and height. # The size of the page element.
2158 … "width": { # A magnitude in a single direction in the specified units. # The width of the object.
2159 "magnitude": 3.14, # The magnitude.
2160 "unit": "A String", # The units for magnitude.
2162 …"height": { # A magnitude in a single direction in the specified units. # The height of the object.
2163 "magnitude": 3.14, # The magnitude.
2164 "unit": "A String", # The units for magnitude.
2169 …"notesProperties": { # The properties of Page that are only # Notes specific properties. Only set …
2171 …"speakerNotesObjectId": "A String", # The object ID of the shape on this notes page that contains
2172 # notes for the corresponding slide.
2173 # The actual shape may not always exist on the notes page. Inserting text
2174 # using this object ID will automatically create the shape. In this case, the
2175 # actual shape may have different object ID. The `GetPresentation` or
2176 # `GetPage` action will always return the latest object ID.
2178 "objectId": "A String", # The object ID for this page. Object IDs used by
2180 # PageElement share the same namespace.
2181 …"revisionId": "A String", # The revision ID of the presentation containing this page. Can be used …
2182 # update requests to assert that the presentation revision hasn't changed
2183 # since the last read operation. Only populated if the user has edit access
2184 # to the presentation.
2186 # The format of the revision ID may change over time, so it should be treated
2188 # hours after it has been returned and cannot be shared across users. If the
2189 # revision ID is unchanged between calls, then the presentation has not
2190 # changed. Conversely, a changed ID (for the same presentation and user)
2191 # usually means the presentation has been updated; however, a changed ID can
2193 "pageProperties": { # The properties of the Page. # The properties of the page.
2195 # The page will inherit properties from the parent page. Depending on the page
2196 # type the hierarchy is defined in either
2199 …"pageBackgroundFill": { # The page background fill. # The background fill of the page. If unset, t…
2200 # from a parent page if it exists. If the page has no parent, then the
2201 # background fill defaults to the corresponding fill in the Slides editor.
2202 …"solidFill": { # A solid color fill. The page or page element is filled entirely with the # Solid …
2207 "color": { # A themeable solid color value. # The color value of the solid fill.
2210 "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
2211 "green": 3.14, # The green component of the color, from 0.0 to 1.0.
2212 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
2215 "alpha": 3.14, # The fraction of this `color` that should be applied to the pixel.
2216 # That is, the final pixel color is defined by the equation:
2223 "propertyState": "A String", # The background fill property state.
2225 # Updating the the fill on a page will implicitly update this field to
2226 # `RENDERED`, unless another value is specified in the same request. To
2228 # any other fill fields set in the same request will be ignored.
2229 …"stretchedPictureFill": { # The stretched picture fill. The page or page element is filled entirel…
2230 # the specified picture. The picture is stretched to fit its container.
2231 "contentUrl": "A String", # Reading the content_url:
2234 # This URL is tagged with the account of the requester. Anyone with the URL
2235 # effectively accesses the picture as the original requester. Access to the
2236 # picture may be lost if the presentation's sharing settings change.
2238 # Writing the content_url:
2240 # The picture is fetched once at insertion time and a copy is stored for
2241 # display inside the presentation. Pictures must be less than 50MB in size,
2244 … "size": { # A width and height. # The original size of the picture fill. This field is read-only.
2245 … "width": { # A magnitude in a single direction in the specified units. # The width of the object.
2246 "magnitude": 3.14, # The magnitude.
2247 "unit": "A String", # The units for magnitude.
2249 …"height": { # A magnitude in a single direction in the specified units. # The height of the object.
2250 "magnitude": 3.14, # The magnitude.
2251 "unit": "A String", # The units for magnitude.
2256 …"colorScheme": { # The palette of predefined colors for a page. # The color scheme of the page. If…
2257 # a parent page. If the page has no parent, the color scheme uses a default
2259 "colors": [ # The ThemeColorType and corresponding concrete color pairs.
2260 { # A pair mapping a theme color type to the concrete color it represents.
2261 … "color": { # An RGB color. # The concrete color corresponding to the theme color type above.
2262 "blue": 3.14, # The blue component of the color, from 0.0 to 1.0.
2263 "green": 3.14, # The green component of the color, from 0.0 to 1.0.
2264 "red": 3.14, # The red component of the color, from 0.0 to 1.0.
2266 "type": "A String", # The type of the theme color.
2271 "pageType": "A String", # The type of the page.
2272 …"slideProperties": { # The properties of Page that are only # Slide specific properties. Only set …
2274 …tesPage": # Object with schema name: Page # The notes page that this slide is associated with. It …
2276 # notes. A notes page inherits properties from the
2278 # The placeholder shape with type BODY on the notes page contains the speaker
2279 # notes for this slide. The ID of this shape is identified by the
2281 # The notes page is read-only except for the text content and styles of the
2283 "masterObjectId": "A String", # The object ID of the master that this slide is based on.
2284 "layoutObjectId": "A String", # The object ID of the layout that this slide is based on.
2291 <pre>Generates a thumbnail of the latest version of the specified page in the
2292 presentation and returns a URL to the thumbnail image.
2295 presentationId: string, The ID of the presentation to retrieve. (required)
2296 pageObjectId: string, The object ID of the page whose thumbnail to retrieve. (required)
2297 thumbnailProperties_mimeType: string, The optional mime type of the thumbnail image.
2299 If you don't specify the mime type, the default mime type will be PNG.
2300 thumbnailProperties_thumbnailSize: string, The optional thumbnail image size.
2302 If you don't specify the size, the server chooses a default size of the
2310 An object of the form:
2312 { # The thumbnail of a page.
2313 "contentUrl": "A String", # The content URL of the thumbnail image.
2315 # The URL to the image has a default lifetime of 30 minutes.
2316 # This URL is tagged with the account of the requester. Anyone with the URL
2317 # effectively accesses the image as the original requester. Access to the
2318 # image may be lost if the presentation's sharing settings change.
2319 # The mime type of the thumbnail image is the same as specified in the
2321 "width": 42, # The positive width in pixels of the thumbnail image.
2322 "height": 42, # The positive height in pixels of the thumbnail image.