blob: 8f467503c1088873e6ceda25fe58046728990622 [file] [log] [blame]
Jon Wayne Parrott692617a2017-01-06 09:58:29 -08001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="slides_v1.html">Google Slides API</a> . <a href="slides_v1.presentations.html">presentations</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="slides_v1.presentations.pages.html">pages()</a></code>
79</p>
80<p class="firstline">Returns the pages Resource.</p>
81
82<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070083 <code><a href="#batchUpdate">batchUpdate(presentationId, body=None, x__xgafv=None)</a></code></p>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070084<p class="firstline">Applies one or more updates to the presentation. Each request is validated before being applied. If any request is not valid, then the entire request will fail and nothing will be applied. Some requests have replies to give you some information about how they are applied. Other requests do not need to return information; these each return an empty reply. The order of replies matches that of the requests. For example, suppose you call batchUpdate with four updates, and only the third one returns information. The response would have two empty replies: the reply to the third request, and another empty reply, in that order. Because other users may be editing the presentation, the presentation might not exactly reflect your changes: your changes may be altered with respect to collaborator changes. If there are no collaborators, the presentation should reflect your changes. In any case, the updates in your request are guaranteed to be applied together atomically.</p>
85<p class="toc_element">
86 <code><a href="#close">close()</a></code></p>
87<p class="firstline">Close httplib2 connections.</p>
Jon Wayne Parrott692617a2017-01-06 09:58:29 -080088<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070089 <code><a href="#create">create(body=None, x__xgafv=None)</a></code></p>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070090<p class="firstline">Creates a blank presentation using the title given in the request. If a `presentationId` is provided, it is used as the ID of the new presentation. Otherwise, a new ID is generated. Other fields in the request, including any provided content, are ignored. Returns the created presentation.</p>
Jon Wayne Parrott692617a2017-01-06 09:58:29 -080091<p class="toc_element">
92 <code><a href="#get">get(presentationId, x__xgafv=None)</a></code></p>
93<p class="firstline">Gets the latest version of the specified presentation.</p>
94<h3>Method Details</h3>
95<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -070096 <code class="details" id="batchUpdate">batchUpdate(presentationId, body=None, x__xgafv=None)</code>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070097 <pre>Applies one or more updates to the presentation. Each request is validated before being applied. If any request is not valid, then the entire request will fail and nothing will be applied. Some requests have replies to give you some information about how they are applied. Other requests do not need to return information; these each return an empty reply. The order of replies matches that of the requests. For example, suppose you call batchUpdate with four updates, and only the third one returns information. The response would have two empty replies: the reply to the third request, and another empty reply, in that order. Because other users may be editing the presentation, the presentation might not exactly reflect your changes: your changes may be altered with respect to collaborator changes. If there are no collaborators, the presentation should reflect your changes. In any case, the updates in your request are guaranteed to be applied together atomically.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -080098
99Args:
100 presentationId: string, The presentation to apply the updates to. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700101 body: object, The request body.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800102 The object takes the form of:
103
104{ # Request message for PresentationsService.BatchUpdatePresentation.
Bu Sun Kim65020912020-05-20 12:08:20 -0700105 &quot;requests&quot;: [ # A list of updates to apply to the presentation.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800106 { # A single kind of update to apply to a presentation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800107 &quot;updateShapeProperties&quot;: { # Update the properties of a Shape. # Updates the properties of a Shape.
108 &quot;fields&quot;: &quot;A String&quot;, # The fields that should be updated. At least one field must be specified. The root `shapeProperties` is implied and should not be specified. A single `&quot;*&quot;` can be used as short-hand for listing every field. For example to update the shape background solid fill color, set `fields` to `&quot;shapeBackgroundFill.solidFill.color&quot;`. To reset a property to its default value, include its field name in the field mask but leave the field itself unset.
109 &quot;shapeProperties&quot;: { # The properties of a Shape. If the shape is a placeholder shape as determined by the placeholder field, then these properties may be inherited from a parent placeholder shape. Determining the rendered value of the property depends on the corresponding property_state field value. # The shape properties to update.
110 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the shape. If unset, there is no link. Links are not inherited from parent placeholders.
111 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
112 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
113 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
114 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
115 },
116 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the shape. If unset, the outline is inherited from a parent placeholder if it exists. If the shape has no parent, then the default outline depends on the shape type, matching the defaults for new shapes created in the Slides editor.
117 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
118 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
119 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
120 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
121 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
122 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
123 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
124 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
125 },
126 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
127 },
128 },
129 },
130 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
131 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
132 &quot;magnitude&quot;: 3.14, # The magnitude.
133 },
134 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
135 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
136 },
137 &quot;contentAlignment&quot;: &quot;A String&quot;, # The alignment of the content in the shape. If unspecified, the alignment is inherited from a parent placeholder if it exists. If the shape has no parent, the default alignment matches the alignment for new shapes created in the Slides editor.
138 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow properties of the shape. If unset, the shadow is inherited from a parent placeholder if it exists. If the shape has no parent, then the default shadow matches the defaults for new shapes created in the Slides editor. This property is read-only.
139 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
140 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
141 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
142 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
143 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
144 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
145 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
146 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
147 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
148 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
149 },
150 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
151 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
152 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
153 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
154 &quot;magnitude&quot;: 3.14, # The magnitude.
155 },
156 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
157 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
158 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
159 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
160 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
161 },
162 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
163 },
164 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
165 },
166 &quot;shapeBackgroundFill&quot;: { # The shape background fill. # The background fill of the shape. If unset, the background fill is inherited from a parent placeholder if it exists. If the shape has no parent, then the default background fill depends on the shape type, matching the defaults for new shapes created in the Slides editor.
167 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a shape will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a shape, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
168 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
169 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
170 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
171 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
172 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
173 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
174 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
175 },
176 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
177 },
178 },
179 },
180 },
181 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the shape the updates are applied to.
182 },
183 &quot;createSlide&quot;: { # Creates a new slide. # Creates a new slide.
184 &quot;insertionIndex&quot;: 42, # The optional zero-based index indicating where to insert the slides. If you don&#x27;t specify an index, the new slide is created at the end.
185 &quot;objectId&quot;: &quot;A String&quot;, # A user-supplied object ID. If you specify an ID, it must be unique among all pages and page elements in the presentation. The ID must start with an alphanumeric character or an underscore (matches regex `[a-zA-Z0-9_]`); remaining characters may include those as well as a hyphen or colon (matches regex `[a-zA-Z0-9_-:]`). The length of the ID must not be less than 5 or greater than 50. If you don&#x27;t specify an ID, a unique one is generated.
186 &quot;placeholderIdMappings&quot;: [ # An optional list of object ID mappings from the placeholder(s) on the layout to the placeholder(s) that will be created on the new slide from that specified layout. Can only be used when `slide_layout_reference` is specified.
187 { # The user-specified ID mapping for a placeholder that will be created on a slide from a specified layout.
188 &quot;objectId&quot;: &quot;A String&quot;, # A user-supplied object ID for the placeholder identified above that to be created onto a slide. If you specify an ID, it must be unique among all pages and page elements in the presentation. The ID must start with an alphanumeric character or an underscore (matches regex `[a-zA-Z0-9_]`); remaining characters may include those as well as a hyphen or colon (matches regex `[a-zA-Z0-9_-:]`). The length of the ID must not be less than 5 or greater than 50. If you don&#x27;t specify an ID, a unique one is generated.
189 &quot;layoutPlaceholderObjectId&quot;: &quot;A String&quot;, # The object ID of the placeholder on a layout that will be applied to a slide.
190 &quot;layoutPlaceholder&quot;: { # The placeholder information that uniquely identifies a placeholder shape. # The placeholder on a layout that will be applied to a slide. Only type and index are needed. For example, a predefined `TITLE_AND_BODY` layout may usually have a TITLE placeholder with index 0 and a BODY placeholder with index 0.
191 &quot;parentObjectId&quot;: &quot;A String&quot;, # The object ID of this shape&#x27;s parent placeholder. If unset, the parent placeholder shape does not exist, so the shape does not inherit properties from any other shape.
192 &quot;index&quot;: 42, # The index of the placeholder. If the same placeholder types are present in the same page, they would have different index values.
193 &quot;type&quot;: &quot;A String&quot;, # The type of the placeholder.
194 },
195 },
196 ],
197 &quot;slideLayoutReference&quot;: { # Slide layout reference. This may reference either: - A predefined layout - One of the layouts in the presentation. # Layout reference of the slide to be inserted, based on the *current master*, which is one of the following: - The master of the previous slide index. - The master of the first slide, if the insertion_index is zero. - The first master in the presentation, if there are no slides. If the LayoutReference is not found in the current master, a 400 bad request error is returned. If you don&#x27;t specify a layout reference, then the new slide will use the predefined layout `BLANK`.
198 &quot;predefinedLayout&quot;: &quot;A String&quot;, # Predefined layout.
199 &quot;layoutId&quot;: &quot;A String&quot;, # Layout ID: the object ID of one of the layouts in the presentation.
200 },
201 },
202 &quot;updateImageProperties&quot;: { # Update the properties of an Image. # Updates the properties of an Image.
203 &quot;imageProperties&quot;: { # The properties of the Image. # The image properties to update.
204 &quot;recolor&quot;: { # A recolor effect applied on an image. # The recolor effect of the image. If not set, the image is not recolored. This property is read-only.
205 &quot;recolorStops&quot;: [ # The recolor effect is represented by a gradient, which is a list of color stops. The colors in the gradient will replace the corresponding colors at the same position in the color palette and apply to the image. This property is read-only.
206 { # A color and position in a gradient band.
207 &quot;position&quot;: 3.14, # The relative position of the color stop in the gradient band measured in percentage. The value should be in the interval [0.0, 1.0].
208 &quot;alpha&quot;: 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0, fully opaque.
209 &quot;color&quot;: { # A themeable solid color value. # The color of the gradient stop.
210 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
211 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
212 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
213 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
214 },
215 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
216 },
217 },
218 ],
219 &quot;name&quot;: &quot;A String&quot;, # The name of the recolor effect. The name is determined from the `recolor_stops` by matching the gradient against the colors in the page&#x27;s current color scheme. This property is read-only.
220 },
221 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link.
222 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
223 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
224 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
225 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
226 },
227 &quot;contrast&quot;: 3.14, # The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
228 &quot;brightness&quot;: 3.14, # The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
229 &quot;transparency&quot;: 3.14, # The transparency effect of the image. The value should be in the interval [0.0, 1.0], where 0 means no effect and 1 means completely transparent. This property is read-only.
230 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow of the image. If not set, the image has no shadow. This property is read-only.
231 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
232 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
233 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
234 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
235 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
236 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
237 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
238 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
239 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
240 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
241 },
242 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
243 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
244 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
245 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
246 &quot;magnitude&quot;: 3.14, # The magnitude.
247 },
248 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
249 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
250 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
251 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
252 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
253 },
254 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
255 },
256 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
257 },
258 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the image. If not set, the image has no outline.
259 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
260 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
261 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
262 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
263 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
264 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
265 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
266 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
267 },
268 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
269 },
270 },
271 },
272 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
273 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
274 &quot;magnitude&quot;: 3.14, # The magnitude.
275 },
276 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
277 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
278 },
279 &quot;cropProperties&quot;: { # The crop properties of an object enclosed in a container. For example, an Image. The crop properties is represented by the offsets of four edges which define a crop rectangle. The offsets are measured in percentage from the corresponding edges of the object&#x27;s original bounding rectangle towards inside, relative to the object&#x27;s original dimensions. - If the offset is in the interval (0, 1), the corresponding edge of crop rectangle is positioned inside of the object&#x27;s original bounding rectangle. - If the offset is negative or greater than 1, the corresponding edge of crop rectangle is positioned outside of the object&#x27;s original bounding rectangle. - If the left edge of the crop rectangle is on the right side of its right edge, the object will be flipped horizontally. - If the top edge of the crop rectangle is below its bottom edge, the object will be flipped vertically. - If all offsets and rotation angle is 0, the object is not cropped. After cropping, the content in the crop rectangle will be stretched to fit its container. # The crop properties of the image. If not set, the image is not cropped. This property is read-only.
280 &quot;leftOffset&quot;: 3.14, # The offset specifies the left edge of the crop rectangle that is located to the right of the original bounding rectangle left edge, relative to the object&#x27;s original width.
281 &quot;rightOffset&quot;: 3.14, # The offset specifies the right edge of the crop rectangle that is located to the left of the original bounding rectangle right edge, relative to the object&#x27;s original width.
282 &quot;angle&quot;: 3.14, # The rotation angle of the crop window around its center, in radians. Rotation angle is applied after the offset.
283 &quot;bottomOffset&quot;: 3.14, # The offset specifies the bottom edge of the crop rectangle that is located above the original bounding rectangle bottom edge, relative to the object&#x27;s original height.
284 &quot;topOffset&quot;: 3.14, # The offset specifies the top edge of the crop rectangle that is located below the original bounding rectangle top edge, relative to the object&#x27;s original height.
285 },
286 },
287 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the image the updates are applied to.
288 &quot;fields&quot;: &quot;A String&quot;, # The fields that should be updated. At least one field must be specified. The root `imageProperties` is implied and should not be specified. A single `&quot;*&quot;` can be used as short-hand for listing every field. For example to update the image outline color, set `fields` to `&quot;outline.outlineFill.solidFill.color&quot;`. To reset a property to its default value, include its field name in the field mask but leave the field itself unset.
289 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700290 &quot;updateTextStyle&quot;: { # Update the styling of text in a Shape or Table. # Updates the styling of text within a Shape or Table.
291 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the shape or table with the text to be styled.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800292 &quot;cellLocation&quot;: { # A location of a single table cell within a table. # The location of the cell in the table containing the text to style. If `object_id` refers to a table, `cell_location` must have a value. Otherwise, it must not.
293 &quot;rowIndex&quot;: 42, # The 0-based row index.
294 &quot;columnIndex&quot;: 42, # The 0-based column index.
295 },
296 &quot;textRange&quot;: { # Specifies a contiguous range of an indexed collection, such as characters in text. # The range of text to style. The range may be extended to include adjacent newlines. If the range fully contains a paragraph belonging to a list, the paragraph&#x27;s bullet is also updated with the matching text style.
297 &quot;type&quot;: &quot;A String&quot;, # The type of range.
298 &quot;startIndex&quot;: 42, # The optional zero-based index of the beginning of the collection. Required for `FIXED_RANGE` and `FROM_START_INDEX` ranges.
299 &quot;endIndex&quot;: 42, # The optional zero-based index of the end of the collection. Required for `FIXED_RANGE` ranges.
300 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700301 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The style(s) to set on the text. If the value for a particular style matches that of the parent, that style will be set to inherit. Certain text style changes may cause other changes meant to mirror the behavior of the Slides editor. See the documentation of TextStyle for more information.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800302 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
303 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
304 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
305 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
306 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700307 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800308 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
309 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
310 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
311 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
312 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
313 &quot;magnitude&quot;: 3.14, # The magnitude.
314 },
315 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
316 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
317 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
318 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
319 },
320 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700321 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
322 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
323 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
324 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
325 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
326 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700327 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800328 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700329 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700330 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700331 },
332 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700333 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
334 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
335 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
336 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700337 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800338 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700339 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700340 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700341 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700342 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700343 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800344 &quot;fields&quot;: &quot;A String&quot;, # The fields that should be updated. At least one field must be specified. The root `style` is implied and should not be specified. A single `&quot;*&quot;` can be used as short-hand for listing every field. For example, to update the text style to bold, set `fields` to `&quot;bold&quot;`. To reset a property to its default value, include its field name in the field mask but leave the field itself unset.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700345 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800346 &quot;refreshSheetsChart&quot;: { # Refreshes an embedded Google Sheets chart by replacing it with the latest version of the chart from Google Sheets. NOTE: Refreshing charts requires at least one of the spreadsheets.readonly, spreadsheets, drive.readonly, or drive OAuth scopes. # Refreshes a Google Sheets chart.
347 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the chart to refresh.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700348 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800349 &quot;createLine&quot;: { # Creates a line. # Creates a line.
350 &quot;lineCategory&quot;: &quot;A String&quot;, # The category of the line to be created. *Deprecated*: use `category` instead. The exact line type created is determined based on the category and how it&#x27;s routed to connect to other page elements. If you specify both a `category` and a `line_category`, the `category` takes precedence.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700351 &quot;objectId&quot;: &quot;A String&quot;, # A user-supplied object ID. If you specify an ID, it must be unique among all pages and page elements in the presentation. The ID must start with an alphanumeric character or an underscore (matches regex `[a-zA-Z0-9_]`); remaining characters may include those as well as a hyphen or colon (matches regex `[a-zA-Z0-9_-:]`). The length of the ID must not be less than 5 or greater than 50. If you don&#x27;t specify an ID, a unique one is generated.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800352 &quot;category&quot;: &quot;A String&quot;, # The category of the line to be created. The exact line type created is determined based on the category and how it&#x27;s routed to connect to other page elements. If you specify both a `category` and a `line_category`, the `category` takes precedence. If you do not specify a value for `category`, but specify a value for `line_category`, then the specified `line_category` value is used. If you do not specify either, then STRAIGHT is used.
353 &quot;elementProperties&quot;: { # Common properties for a page element. Note: When you initially create a PageElement, the API may modify the values of both `size` and `transform`, but the visual size will be unchanged. # The element properties for the line.
354 &quot;pageObjectId&quot;: &quot;A String&quot;, # The object ID of the page where the element is located.
355 &quot;size&quot;: { # A width and height. # The size of the element.
356 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
357 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
358 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700359 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800360 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
361 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
362 &quot;magnitude&quot;: 3.14, # The magnitude.
363 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700364 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800365 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # The transform for the element.
366 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
367 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
368 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
369 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
370 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
371 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
372 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700373 },
374 },
375 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800376 &quot;updatePageElementTransform&quot;: { # Updates the transform of a page element. Updating the transform of a group will change the absolute transform of the page elements in that group, which can change their visual appearance. See the documentation for PageElement.transform for more details. # Updates the transform of a page element.
377 &quot;applyMode&quot;: &quot;A String&quot;, # The apply mode of the transform update.
378 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the page element to update.
379 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # The input transform matrix used to update the page element.
380 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
381 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
382 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
383 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
384 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
385 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
386 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
387 },
388 },
389 &quot;updateVideoProperties&quot;: { # Update the properties of a Video. # Updates the properties of a Video.
390 &quot;videoProperties&quot;: { # The properties of the Video. # The video properties to update.
391 &quot;autoPlay&quot;: True or False, # Whether to enable video autoplay when the page is displayed in present mode. Defaults to false.
392 &quot;start&quot;: 42, # The time at which to start playback, measured in seconds from the beginning of the video. If set, the start time should be before the end time. If you set this to a value that exceeds the video&#x27;s length in seconds, the video will be played from the last second. If not set, the video will be played from the beginning.
393 &quot;mute&quot;: True or False, # Whether to mute the audio during video playback. Defaults to false.
394 &quot;end&quot;: 42, # The time at which to end playback, measured in seconds from the beginning of the video. If set, the end time should be after the start time. If not set or if you set this to a value that exceeds the video&#x27;s length, the video will be played until its end.
395 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the video. The default outline matches the defaults for new videos created in the Slides editor.
396 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
397 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
398 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
399 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
400 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
401 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
402 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
403 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
404 },
405 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700406 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700407 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700408 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800409 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
410 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
411 &quot;magnitude&quot;: 3.14, # The magnitude.
412 },
413 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
414 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700415 },
416 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800417 &quot;fields&quot;: &quot;A String&quot;, # The fields that should be updated. At least one field must be specified. The root `videoProperties` is implied and should not be specified. A single `&quot;*&quot;` can be used as short-hand for listing every field. For example to update the video outline color, set `fields` to `&quot;outline.outlineFill.solidFill.color&quot;`. To reset a property to its default value, include its field name in the field mask but leave the field itself unset.
418 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the video the updates are applied to.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700419 },
420 &quot;updateSlidesPosition&quot;: { # Updates the position of slides in the presentation. # Updates the position of a set of slides in the presentation.
421 &quot;insertionIndex&quot;: 42, # The index where the slides should be inserted, based on the slide arrangement before the move takes place. Must be between zero and the number of slides in the presentation, inclusive.
422 &quot;slideObjectIds&quot;: [ # The IDs of the slides in the presentation that should be moved. The slides in this list must be in existing presentation order, without duplicates.
423 &quot;A String&quot;,
424 ],
425 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800426 &quot;deleteTableColumn&quot;: { # Deletes a column from a table. # Deletes a column from a table.
427 &quot;tableObjectId&quot;: &quot;A String&quot;, # The table to delete columns from.
428 &quot;cellLocation&quot;: { # A location of a single table cell within a table. # The reference table cell location from which a column will be deleted. The column this cell spans will be deleted. If this is a merged cell, multiple columns will be deleted. If no columns remain in the table after this deletion, the whole table is deleted.
429 &quot;rowIndex&quot;: 42, # The 0-based row index.
430 &quot;columnIndex&quot;: 42, # The 0-based column index.
431 },
432 },
433 &quot;replaceImage&quot;: { # Replaces an existing image with a new image. Replacing an image removes some image effects from the existing image. # Replaces an existing image with a new image.
434 &quot;imageReplaceMethod&quot;: &quot;A String&quot;, # The replacement method.
435 &quot;url&quot;: &quot;A String&quot;, # The image URL. The image is fetched once at insertion time and a copy is stored for display inside the presentation. Images must be less than 50MB in size, cannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF format. The provided URL can be at most 2 kB in length. The URL itself is saved with the image, and exposed via the Image.source_url field.
436 &quot;imageObjectId&quot;: &quot;A String&quot;, # The ID of the existing image that will be replaced.
437 },
438 &quot;replaceAllShapesWithImage&quot;: { # Replaces all shapes that match the given criteria with the provided image. The images replacing the shapes are rectangular after being inserted into the presentation and do not take on the forms of the shapes. # Replaces all shapes matching some criteria with an image.
439 &quot;imageReplaceMethod&quot;: &quot;A String&quot;, # The image replace method. If you specify both a `replace_method` and an `image_replace_method`, the `image_replace_method` takes precedence. If you do not specify a value for `image_replace_method`, but specify a value for `replace_method`, then the specified `replace_method` value is used. If you do not specify either, then CENTER_INSIDE is used.
440 &quot;imageUrl&quot;: &quot;A String&quot;, # The image URL. The image is fetched once at insertion time and a copy is stored for display inside the presentation. Images must be less than 50MB in size, cannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF format. The provided URL can be at most 2 kB in length. The URL itself is saved with the image, and exposed via the Image.source_url field.
441 &quot;containsText&quot;: { # A criteria that matches a specific string of text in a shape or table. # If set, this request will replace all of the shapes that contain the given text.
442 &quot;matchCase&quot;: True or False, # Indicates whether the search should respect case: - `True`: the search is case sensitive. - `False`: the search is case insensitive.
443 &quot;text&quot;: &quot;A String&quot;, # The text to search for in the shape or table.
444 },
445 &quot;replaceMethod&quot;: &quot;A String&quot;, # The replace method. *Deprecated*: use `image_replace_method` instead. If you specify both a `replace_method` and an `image_replace_method`, the `image_replace_method` takes precedence.
446 &quot;pageObjectIds&quot;: [ # If non-empty, limits the matches to page elements only on the given pages. Returns a 400 bad request error if given the page object ID of a notes page or a notes master, or if a page with that object ID doesn&#x27;t exist in the presentation.
447 &quot;A String&quot;,
448 ],
449 },
450 &quot;updateTableCellProperties&quot;: { # Update the properties of a TableCell. # Updates the properties of a TableCell.
451 &quot;tableRange&quot;: { # A table range represents a reference to a subset of a table. It&#x27;s important to note that the cells specified by a table range do not necessarily form a rectangle. For example, let&#x27;s say we have a 3 x 3 table where all the cells of the last row are merged together. The table looks like this: [ ] A table range with location = (0, 0), row span = 3 and column span = 2 specifies the following cells: x x [ x x x ] # The table range representing the subset of the table to which the updates are applied. If a table range is not specified, the updates will apply to the entire table.
452 &quot;rowSpan&quot;: 42, # The row span of the table range.
453 &quot;columnSpan&quot;: 42, # The column span of the table range.
454 &quot;location&quot;: { # A location of a single table cell within a table. # The starting location of the table range.
455 &quot;rowIndex&quot;: 42, # The 0-based row index.
456 &quot;columnIndex&quot;: 42, # The 0-based column index.
457 },
458 },
459 &quot;tableCellProperties&quot;: { # The properties of the TableCell. # The table cell properties to update.
460 &quot;contentAlignment&quot;: &quot;A String&quot;, # The alignment of the content in the table cell. The default alignment matches the alignment for newly created table cells in the Slides editor.
461 &quot;tableCellBackgroundFill&quot;: { # The table cell background fill. # The background fill of the table cell. The default fill matches the fill for newly created table cells in the Slides editor.
462 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a table cell will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a table cell, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
463 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
464 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
465 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
466 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
467 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
468 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
469 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
470 },
471 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
472 },
473 },
474 },
475 },
476 &quot;fields&quot;: &quot;A String&quot;, # The fields that should be updated. At least one field must be specified. The root `tableCellProperties` is implied and should not be specified. A single `&quot;*&quot;` can be used as short-hand for listing every field. For example to update the table cell background solid fill color, set `fields` to `&quot;tableCellBackgroundFill.solidFill.color&quot;`. To reset a property to its default value, include its field name in the field mask but leave the field itself unset.
477 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the table.
478 },
479 &quot;updateLineProperties&quot;: { # Updates the properties of a Line. # Updates the properties of a Line.
480 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the line the update is applied to.
481 &quot;lineProperties&quot;: { # The properties of the Line. When unset, these fields default to values that match the appearance of new lines created in the Slides editor. # The line properties to update.
482 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the line. If unset, there is no link.
483 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
484 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
485 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
486 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
487 },
488 &quot;lineFill&quot;: { # The fill of the line. # The fill of the line. The default line fill matches the defaults for new lines created in the Slides editor.
489 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
490 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
491 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
492 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
493 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
494 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
495 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
496 },
497 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
498 },
499 },
500 },
501 &quot;startArrow&quot;: &quot;A String&quot;, # The style of the arrow at the beginning of the line.
502 &quot;startConnection&quot;: { # The properties for one end of a Line connection. # The connection at the beginning of the line. If unset, there is no connection. Only lines with a Type indicating it is a &quot;connector&quot; can have a `start_connection`.
503 &quot;connectedObjectId&quot;: &quot;A String&quot;, # The object ID of the connected page element. Some page elements, such as groups, tables, and lines do not have connection sites and therefore cannot be connected to a connector line.
504 &quot;connectionSiteIndex&quot;: 42, # The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in the description of the &quot;cnx&quot; attribute in section 20.1.9.9 and Annex H. &quot;Predefined DrawingML Shape and Text Geometries&quot; of &quot;Office Open XML File Formats-Fundamentals and Markup Language Reference&quot;, part 1 of [ECMA-376 5th edition] (http://www.ecma-international.org/publications/standards/Ecma-376.htm). The position of each connection site can also be viewed from Slides editor.
505 },
506 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the line.
507 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
508 &quot;magnitude&quot;: 3.14, # The magnitude.
509 },
510 &quot;endArrow&quot;: &quot;A String&quot;, # The style of the arrow at the end of the line.
511 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the line.
512 &quot;endConnection&quot;: { # The properties for one end of a Line connection. # The connection at the end of the line. If unset, there is no connection. Only lines with a Type indicating it is a &quot;connector&quot; can have an `end_connection`.
513 &quot;connectedObjectId&quot;: &quot;A String&quot;, # The object ID of the connected page element. Some page elements, such as groups, tables, and lines do not have connection sites and therefore cannot be connected to a connector line.
514 &quot;connectionSiteIndex&quot;: 42, # The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in the description of the &quot;cnx&quot; attribute in section 20.1.9.9 and Annex H. &quot;Predefined DrawingML Shape and Text Geometries&quot; of &quot;Office Open XML File Formats-Fundamentals and Markup Language Reference&quot;, part 1 of [ECMA-376 5th edition] (http://www.ecma-international.org/publications/standards/Ecma-376.htm). The position of each connection site can also be viewed from Slides editor.
515 },
516 },
517 &quot;fields&quot;: &quot;A String&quot;, # The fields that should be updated. At least one field must be specified. The root `lineProperties` is implied and should not be specified. A single `&quot;*&quot;` can be used as short-hand for listing every field. For example to update the line solid fill color, set `fields` to `&quot;lineFill.solidFill.color&quot;`. To reset a property to its default value, include its field name in the field mask but leave the field itself unset.
518 },
519 &quot;createSheetsChart&quot;: { # Creates an embedded Google Sheets chart. NOTE: Chart creation requires at least one of the spreadsheets.readonly, spreadsheets, drive.readonly, drive.file, or drive OAuth scopes. # Creates an embedded Google Sheets chart.
520 &quot;objectId&quot;: &quot;A String&quot;, # A user-supplied object ID. If specified, the ID must be unique among all pages and page elements in the presentation. The ID should start with a word character [a-zA-Z0-9_] and then followed by any number of the following characters [a-zA-Z0-9_-:]. The length of the ID should not be less than 5 or greater than 50. If empty, a unique identifier will be generated.
521 &quot;spreadsheetId&quot;: &quot;A String&quot;, # The ID of the Google Sheets spreadsheet that contains the chart.
522 &quot;chartId&quot;: 42, # The ID of the specific chart in the Google Sheets spreadsheet.
523 &quot;elementProperties&quot;: { # Common properties for a page element. Note: When you initially create a PageElement, the API may modify the values of both `size` and `transform`, but the visual size will be unchanged. # The element properties for the chart. When the aspect ratio of the provided size does not match the chart aspect ratio, the chart is scaled and centered with respect to the size in order to maintain aspect ratio. The provided transform is applied after this operation.
524 &quot;pageObjectId&quot;: &quot;A String&quot;, # The object ID of the page where the element is located.
525 &quot;size&quot;: { # A width and height. # The size of the element.
526 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
527 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
528 &quot;magnitude&quot;: 3.14, # The magnitude.
529 },
530 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
531 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
532 &quot;magnitude&quot;: 3.14, # The magnitude.
533 },
534 },
535 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # The transform for the element.
536 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
537 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
538 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
539 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
540 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
541 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
542 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
543 },
544 },
545 &quot;linkingMode&quot;: &quot;A String&quot;, # The mode with which the chart is linked to the source spreadsheet. When not specified, the chart will be an image that is not linked.
546 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700547 &quot;updatePageElementsZOrder&quot;: { # Updates the Z-order of page elements. Z-order is an ordering of the elements on the page from back to front. The page element in the front may cover the elements that are behind it. # Updates the Z-order of page elements.
548 &quot;operation&quot;: &quot;A String&quot;, # The Z-order operation to apply on the page elements. When applying the operation on multiple page elements, the relative Z-orders within these page elements before the operation is maintained.
549 &quot;pageElementObjectIds&quot;: [ # The object IDs of the page elements to update. All the page elements must be on the same page and must not be grouped.
550 &quot;A String&quot;,
551 ],
552 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800553 &quot;createShape&quot;: { # Creates a new shape. # Creates a new shape.
554 &quot;elementProperties&quot;: { # Common properties for a page element. Note: When you initially create a PageElement, the API may modify the values of both `size` and `transform`, but the visual size will be unchanged. # The element properties for the shape.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700555 &quot;pageObjectId&quot;: &quot;A String&quot;, # The object ID of the page where the element is located.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700556 &quot;size&quot;: { # A width and height. # The size of the element.
557 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700558 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800559 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700560 },
561 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700562 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800563 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700564 },
565 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800566 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # The transform for the element.
567 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
568 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
569 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
570 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
571 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
572 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
573 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
574 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700575 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800576 &quot;objectId&quot;: &quot;A String&quot;, # A user-supplied object ID. If you specify an ID, it must be unique among all pages and page elements in the presentation. The ID must start with an alphanumeric character or an underscore (matches regex `[a-zA-Z0-9_]`); remaining characters may include those as well as a hyphen or colon (matches regex `[a-zA-Z0-9_-:]`). The length of the ID must not be less than 5 or greater than 50. If empty, a unique identifier will be generated.
577 &quot;shapeType&quot;: &quot;A String&quot;, # The shape type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700578 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800579 &quot;unmergeTableCells&quot;: { # Unmerges cells in a Table. # Unmerges cells in a Table.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700580 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the table.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800581 &quot;tableRange&quot;: { # A table range represents a reference to a subset of a table. It&#x27;s important to note that the cells specified by a table range do not necessarily form a rectangle. For example, let&#x27;s say we have a 3 x 3 table where all the cells of the last row are merged together. The table looks like this: [ ] A table range with location = (0, 0), row span = 3 and column span = 2 specifies the following cells: x x [ x x x ] # The table range specifying which cells of the table to unmerge. All merged cells in this range will be unmerged, and cells that are already unmerged will not be affected. If the range has no merged cells, the request will do nothing. If there is text in any of the merged cells, the text will remain in the upper-left (&quot;head&quot;) cell of the resulting block of unmerged cells.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700582 &quot;rowSpan&quot;: 42, # The row span of the table range.
583 &quot;columnSpan&quot;: 42, # The column span of the table range.
584 &quot;location&quot;: { # A location of a single table cell within a table. # The starting location of the table range.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700585 &quot;rowIndex&quot;: 42, # The 0-based row index.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800586 &quot;columnIndex&quot;: 42, # The 0-based column index.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700587 },
588 },
589 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800590 &quot;createImage&quot;: { # Creates an image. # Creates an image.
591 &quot;elementProperties&quot;: { # Common properties for a page element. Note: When you initially create a PageElement, the API may modify the values of both `size` and `transform`, but the visual size will be unchanged. # The element properties for the image. When the aspect ratio of the provided size does not match the image aspect ratio, the image is scaled and centered with respect to the size in order to maintain aspect ratio. The provided transform is applied after this operation. The PageElementProperties.size property is optional. If you don&#x27;t specify the size, the default size of the image is used. The PageElementProperties.transform property is optional. If you don&#x27;t specify a transform, the image will be placed at the top left corner of the page.
592 &quot;pageObjectId&quot;: &quot;A String&quot;, # The object ID of the page where the element is located.
593 &quot;size&quot;: { # A width and height. # The size of the element.
594 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700595 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700596 &quot;magnitude&quot;: 3.14, # The magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800597 },
598 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700599 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800600 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700601 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800602 },
603 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # The transform for the element.
604 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
605 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
606 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
607 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
608 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
609 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
610 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700611 },
612 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800613 &quot;objectId&quot;: &quot;A String&quot;, # A user-supplied object ID. If you specify an ID, it must be unique among all pages and page elements in the presentation. The ID must start with an alphanumeric character or an underscore (matches regex `[a-zA-Z0-9_]`); remaining characters may include those as well as a hyphen or colon (matches regex `[a-zA-Z0-9_-:]`). The length of the ID must not be less than 5 or greater than 50. If you don&#x27;t specify an ID, a unique one is generated.
614 &quot;url&quot;: &quot;A String&quot;, # The image URL. The image is fetched once at insertion time and a copy is stored for display inside the presentation. Images must be less than 50MB in size, cannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF format. The provided URL can be at most 2 kB in length. The URL itself is saved with the image, and exposed via the Image.source_url field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700615 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800616 &quot;groupObjects&quot;: { # Groups objects to create an object group. For example, groups PageElements to create a Group on the same page as all the children. # Groups objects, such as page elements.
617 &quot;groupObjectId&quot;: &quot;A String&quot;, # A user-supplied object ID for the group to be created. If you specify an ID, it must be unique among all pages and page elements in the presentation. The ID must start with an alphanumeric character or an underscore (matches regex `[a-zA-Z0-9_]`); remaining characters may include those as well as a hyphen or colon (matches regex `[a-zA-Z0-9_-:]`). The length of the ID must not be less than 5 or greater than 50. If you don&#x27;t specify an ID, a unique one is generated.
618 &quot;childrenObjectIds&quot;: [ # The object IDs of the objects to group. Only page elements can be grouped. There should be at least two page elements on the same page that are not already in another group. Some page elements, such as videos, tables and placeholder shapes cannot be grouped.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700619 &quot;A String&quot;,
620 ],
621 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800622 &quot;rerouteLine&quot;: { # Reroutes a line such that it&#x27;s connected at the two closest connection sites on the connected page elements. # Reroutes a line such that it&#x27;s connected at the two closest connection sites on the connected page elements.
623 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the line to reroute. Only a line with a category indicating it is a &quot;connector&quot; can be rerouted. The start and end connections of the line must be on different page elements.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700624 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800625 &quot;updateLineCategory&quot;: { # Updates the category of a line. # Updates the category of a line.
626 &quot;lineCategory&quot;: &quot;A String&quot;, # The line category to update to. The exact line type is determined based on the category to update to and how it&#x27;s routed to connect to other page elements.
627 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the line the update is applied to. Only a line with a category indicating it is a &quot;connector&quot; can be updated. The line may be rerouted after updating its category.
628 },
629 &quot;updateTableRowProperties&quot;: { # Updates the properties of a Table row. # Updates the properties of a Table row.
630 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the table.
631 &quot;rowIndices&quot;: [ # The list of zero-based indices specifying which rows to update. If no indices are provided, all rows in the table will be updated.
632 42,
633 ],
634 &quot;tableRowProperties&quot;: { # Properties of each row in a table. # The table row properties to update.
635 &quot;minRowHeight&quot;: { # A magnitude in a single direction in the specified units. # Minimum height of the row. The row will be rendered in the Slides editor at a height equal to or greater than this value in order to show all the text in the row&#x27;s cell(s).
636 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
637 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700638 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800639 },
640 &quot;fields&quot;: &quot;A String&quot;, # The fields that should be updated. At least one field must be specified. The root `tableRowProperties` is implied and should not be specified. A single `&quot;*&quot;` can be used as short-hand for listing every field. For example to update the minimum row height, set `fields` to `&quot;min_row_height&quot;`. If &#x27;&quot;min_row_height&quot;&#x27; is included in the field mask but the property is left unset, the minimum row height will default to 0.
641 },
642 &quot;insertTableColumns&quot;: { # Inserts columns into a table. Other columns in the table will be resized to fit the new column. # Inserts columns into a table.
643 &quot;cellLocation&quot;: { # A location of a single table cell within a table. # The reference table cell location from which columns will be inserted. A new column will be inserted to the left (or right) of the column where the reference cell is. If the reference cell is a merged cell, a new column will be inserted to the left (or right) of the merged cell.
644 &quot;rowIndex&quot;: 42, # The 0-based row index.
645 &quot;columnIndex&quot;: 42, # The 0-based column index.
646 },
647 &quot;number&quot;: 42, # The number of columns to be inserted. Maximum 20 per request.
648 &quot;tableObjectId&quot;: &quot;A String&quot;, # The table to insert columns into.
649 &quot;insertRight&quot;: True or False, # Whether to insert new columns to the right of the reference cell location. - `True`: insert to the right. - `False`: insert to the left.
650 },
651 &quot;deleteObject&quot;: { # Deletes an object, either pages or page elements, from the presentation. # Deletes a page or page element from the presentation.
652 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the page or page element to delete. If after a delete operation a group contains only 1 or no page elements, the group is also deleted. If a placeholder is deleted on a layout, any empty inheriting shapes are also deleted.
653 },
654 &quot;insertTableRows&quot;: { # Inserts rows into a table. # Inserts rows into a table.
655 &quot;tableObjectId&quot;: &quot;A String&quot;, # The table to insert rows into.
656 &quot;cellLocation&quot;: { # A location of a single table cell within a table. # The reference table cell location from which rows will be inserted. A new row will be inserted above (or below) the row where the reference cell is. If the reference cell is a merged cell, a new row will be inserted above (or below) the merged cell.
657 &quot;rowIndex&quot;: 42, # The 0-based row index.
658 &quot;columnIndex&quot;: 42, # The 0-based column index.
659 },
660 &quot;insertBelow&quot;: True or False, # Whether to insert new rows below the reference cell location. - `True`: insert below the cell. - `False`: insert above the cell.
661 &quot;number&quot;: 42, # The number of rows to be inserted. Maximum 20 per request.
662 },
663 &quot;updateParagraphStyle&quot;: { # Updates the styling for all of the paragraphs within a Shape or Table that overlap with the given text index range. # Updates the styling of paragraphs within a Shape or Table.
664 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the shape or table with the text to be styled.
665 &quot;fields&quot;: &quot;A String&quot;, # The fields that should be updated. At least one field must be specified. The root `style` is implied and should not be specified. A single `&quot;*&quot;` can be used as short-hand for listing every field. For example, to update the paragraph alignment, set `fields` to `&quot;alignment&quot;`. To reset a property to its default value, include its field name in the field mask but leave the field itself unset.
666 &quot;textRange&quot;: { # Specifies a contiguous range of an indexed collection, such as characters in text. # The range of text containing the paragraph(s) to style.
667 &quot;type&quot;: &quot;A String&quot;, # The type of range.
668 &quot;startIndex&quot;: 42, # The optional zero-based index of the beginning of the collection. Required for `FIXED_RANGE` and `FROM_START_INDEX` ranges.
669 &quot;endIndex&quot;: 42, # The optional zero-based index of the end of the collection. Required for `FIXED_RANGE` ranges.
670 },
671 &quot;style&quot;: { # Styles that apply to a whole paragraph. If this text is contained in a shape with a parent placeholder, then these paragraph styles may be inherited from the parent. Which paragraph styles are inherited depend on the nesting level of lists: * A paragraph not in a list will inherit its paragraph style from the paragraph at the 0 nesting level of the list inside the parent placeholder. * A paragraph in a list will inherit its paragraph style from the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited paragraph styles are represented as unset fields in this message. # The paragraph&#x27;s style.
672 &quot;spaceBelow&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space below the paragraph. If unset, the value is inherited from the parent.
673 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
674 &quot;magnitude&quot;: 3.14, # The magnitude.
675 },
676 &quot;spaceAbove&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space above the paragraph. If unset, the value is inherited from the parent.
677 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
678 &quot;magnitude&quot;: 3.14, # The magnitude.
679 },
680 &quot;indentFirstLine&quot;: { # A magnitude in a single direction in the specified units. # The amount of indentation for the start of the first line of the paragraph. If unset, the value is inherited from the parent.
681 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
682 &quot;magnitude&quot;: 3.14, # The magnitude.
683 },
684 &quot;lineSpacing&quot;: 3.14, # The amount of space between lines, as a percentage of normal, where normal is represented as 100.0. If unset, the value is inherited from the parent.
685 &quot;direction&quot;: &quot;A String&quot;, # The text direction of this paragraph. If unset, the value defaults to LEFT_TO_RIGHT since text direction is not inherited.
686 &quot;indentEnd&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the end of the text, based on the current text direction. If unset, the value is inherited from the parent.
687 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
688 &quot;magnitude&quot;: 3.14, # The magnitude.
689 },
690 &quot;indentStart&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the start of the text, based on the current text direction. If unset, the value is inherited from the parent.
691 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
692 &quot;magnitude&quot;: 3.14, # The magnitude.
693 },
694 &quot;alignment&quot;: &quot;A String&quot;, # The text alignment for this paragraph.
695 &quot;spacingMode&quot;: &quot;A String&quot;, # The spacing mode for the paragraph.
696 },
697 &quot;cellLocation&quot;: { # A location of a single table cell within a table. # The location of the cell in the table containing the paragraph(s) to style. If `object_id` refers to a table, `cell_location` must have a value. Otherwise, it must not.
698 &quot;rowIndex&quot;: 42, # The 0-based row index.
699 &quot;columnIndex&quot;: 42, # The 0-based column index.
700 },
701 },
702 &quot;createParagraphBullets&quot;: { # Creates bullets for all of the paragraphs that overlap with the given text index range. The nesting level of each paragraph will be determined by counting leading tabs in front of each paragraph. To avoid excess space between the bullet and the corresponding paragraph, these leading tabs are removed by this request. This may change the indices of parts of the text. If the paragraph immediately before paragraphs being updated is in a list with a matching preset, the paragraphs being updated are added to that preceding list. # Creates bullets for paragraphs.
703 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the shape or table containing the text to add bullets to.
704 &quot;cellLocation&quot;: { # A location of a single table cell within a table. # The optional table cell location if the text to be modified is in a table cell. If present, the object_id must refer to a table.
705 &quot;rowIndex&quot;: 42, # The 0-based row index.
706 &quot;columnIndex&quot;: 42, # The 0-based column index.
707 },
708 &quot;textRange&quot;: { # Specifies a contiguous range of an indexed collection, such as characters in text. # The range of text to apply the bullet presets to, based on TextElement indexes.
709 &quot;type&quot;: &quot;A String&quot;, # The type of range.
710 &quot;startIndex&quot;: 42, # The optional zero-based index of the beginning of the collection. Required for `FIXED_RANGE` and `FROM_START_INDEX` ranges.
711 &quot;endIndex&quot;: 42, # The optional zero-based index of the end of the collection. Required for `FIXED_RANGE` ranges.
712 },
713 &quot;bulletPreset&quot;: &quot;A String&quot;, # The kinds of bullet glyphs to be used. Defaults to the `BULLET_DISC_CIRCLE_SQUARE` preset.
714 },
715 &quot;createVideo&quot;: { # Creates a video. NOTE: Creating a video from Google Drive requires that the requesting app have at least one of the drive, drive.readonly, or drive.file OAuth scopes. # Creates a video.
716 &quot;elementProperties&quot;: { # Common properties for a page element. Note: When you initially create a PageElement, the API may modify the values of both `size` and `transform`, but the visual size will be unchanged. # The element properties for the video. The PageElementProperties.size property is optional. If you don&#x27;t specify a size, a default size is chosen by the server. The PageElementProperties.transform property is optional. The transform must not have shear components. If you don&#x27;t specify a transform, the video will be placed at the top left corner of the page.
717 &quot;pageObjectId&quot;: &quot;A String&quot;, # The object ID of the page where the element is located.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700718 &quot;size&quot;: { # A width and height. # The size of the element.
719 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700720 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800721 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700722 },
723 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700724 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800725 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700726 },
727 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800728 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # The transform for the element.
729 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
730 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
731 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
732 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
733 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
734 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
735 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
736 },
737 },
738 &quot;objectId&quot;: &quot;A String&quot;, # A user-supplied object ID. If you specify an ID, it must be unique among all pages and page elements in the presentation. The ID must start with an alphanumeric character or an underscore (matches regex `[a-zA-Z0-9_]`); remaining characters may include those as well as a hyphen or colon (matches regex `[a-zA-Z0-9_-:]`). The length of the ID must not be less than 5 or greater than 50. If you don&#x27;t specify an ID, a unique one is generated.
739 &quot;id&quot;: &quot;A String&quot;, # The video source&#x27;s unique identifier for this video. e.g. For YouTube video https://www.youtube.com/watch?v=7U3axjORYZ0, the ID is 7U3axjORYZ0. For a Google Drive video https://drive.google.com/file/d/1xCgQLFTJi5_Xl8DgW_lcUYq5e-q6Hi5Q the ID is 1xCgQLFTJi5_Xl8DgW_lcUYq5e-q6Hi5Q.
740 &quot;source&quot;: &quot;A String&quot;, # The video source.
741 },
742 &quot;mergeTableCells&quot;: { # Merges cells in a Table. # Merges cells in a Table.
743 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the table.
744 &quot;tableRange&quot;: { # A table range represents a reference to a subset of a table. It&#x27;s important to note that the cells specified by a table range do not necessarily form a rectangle. For example, let&#x27;s say we have a 3 x 3 table where all the cells of the last row are merged together. The table looks like this: [ ] A table range with location = (0, 0), row span = 3 and column span = 2 specifies the following cells: x x [ x x x ] # The table range specifying which cells of the table to merge. Any text in the cells being merged will be concatenated and stored in the upper-left (&quot;head&quot;) cell of the range. If the range is non-rectangular (which can occur in some cases where the range covers cells that are already merged), a 400 bad request error is returned.
745 &quot;rowSpan&quot;: 42, # The row span of the table range.
746 &quot;columnSpan&quot;: 42, # The column span of the table range.
747 &quot;location&quot;: { # A location of a single table cell within a table. # The starting location of the table range.
748 &quot;rowIndex&quot;: 42, # The 0-based row index.
749 &quot;columnIndex&quot;: 42, # The 0-based column index.
750 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700751 },
752 },
753 &quot;duplicateObject&quot;: { # Duplicates a slide or page element. When duplicating a slide, the duplicate slide will be created immediately following the specified slide. When duplicating a page element, the duplicate will be placed on the same page at the same position as the original. # Duplicates a slide or page element.
754 &quot;objectIds&quot;: { # The object being duplicated may contain other objects, for example when duplicating a slide or a group page element. This map defines how the IDs of duplicated objects are generated: the keys are the IDs of the original objects and its values are the IDs that will be assigned to the corresponding duplicate object. The ID of the source object&#x27;s duplicate may be specified in this map as well, using the same value of the `object_id` field as a key and the newly desired ID as the value. All keys must correspond to existing IDs in the presentation. All values must be unique in the presentation and must start with an alphanumeric character or an underscore (matches regex `[a-zA-Z0-9_]`); remaining characters may include those as well as a hyphen or colon (matches regex `[a-zA-Z0-9_-:]`). The length of the new ID must not be less than 5 or greater than 50. If any IDs of source objects are omitted from the map, a new random ID will be assigned. If the map is empty or unset, all duplicate objects will receive a new random ID.
755 &quot;a_key&quot;: &quot;A String&quot;,
756 },
757 &quot;objectId&quot;: &quot;A String&quot;, # The ID of the object to duplicate.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700758 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800759 &quot;replaceAllText&quot;: { # Replaces all instances of text matching a criteria with replace text. # Replaces all instances of specified text.
760 &quot;pageObjectIds&quot;: [ # If non-empty, limits the matches to page elements only on the given pages. Returns a 400 bad request error if given the page object ID of a notes master, or if a page with that object ID doesn&#x27;t exist in the presentation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700761 &quot;A String&quot;,
762 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700763 &quot;containsText&quot;: { # A criteria that matches a specific string of text in a shape or table. # Finds text in a shape matching this substring.
764 &quot;matchCase&quot;: True or False, # Indicates whether the search should respect case: - `True`: the search is case sensitive. - `False`: the search is case insensitive.
765 &quot;text&quot;: &quot;A String&quot;, # The text to search for in the shape or table.
766 },
767 &quot;replaceText&quot;: &quot;A String&quot;, # The text that will replace the matched text.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700768 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800769 &quot;updateTableColumnProperties&quot;: { # Updates the properties of a Table column. # Updates the properties of a Table column.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700770 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the table.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800771 &quot;tableColumnProperties&quot;: { # Properties of each column in a table. # The table column properties to update. If the value of `table_column_properties#column_width` in the request is less than 406,400 EMU (32 points), a 400 bad request error is returned.
772 &quot;columnWidth&quot;: { # A magnitude in a single direction in the specified units. # Width of a column.
773 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
774 &quot;magnitude&quot;: 3.14, # The magnitude.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700775 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700776 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800777 &quot;fields&quot;: &quot;A String&quot;, # The fields that should be updated. At least one field must be specified. The root `tableColumnProperties` is implied and should not be specified. A single `&quot;*&quot;` can be used as short-hand for listing every field. For example to update the column width, set `fields` to `&quot;column_width&quot;`. If &#x27;&quot;column_width&quot;&#x27; is included in the field mask but the property is left unset, the column width will default to 406,400 EMU (32 points).
778 &quot;columnIndices&quot;: [ # The list of zero-based indices specifying which columns to update. If no indices are provided, all columns in the table will be updated.
779 42,
780 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700781 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700782 &quot;deleteTableRow&quot;: { # Deletes a row from a table. # Deletes a row from a table.
783 &quot;cellLocation&quot;: { # A location of a single table cell within a table. # The reference table cell location from which a row will be deleted. The row this cell spans will be deleted. If this is a merged cell, multiple rows will be deleted. If no rows remain in the table after this deletion, the whole table is deleted.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700784 &quot;rowIndex&quot;: 42, # The 0-based row index.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800785 &quot;columnIndex&quot;: 42, # The 0-based column index.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700786 },
787 &quot;tableObjectId&quot;: &quot;A String&quot;, # The table to delete rows from.
788 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800789 &quot;ungroupObjects&quot;: { # Ungroups objects, such as groups. # Ungroups objects, such as groups.
790 &quot;objectIds&quot;: [ # The object IDs of the objects to ungroup. Only groups that are not inside other groups can be ungrouped. All the groups should be on the same page. The group itself is deleted. The visual sizes and positions of all the children are preserved.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700791 &quot;A String&quot;,
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700792 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800793 },
794 &quot;updatePageProperties&quot;: { # Updates the properties of a Page. # Updates the properties of a Page.
795 &quot;pageProperties&quot;: { # The properties of the Page. The page will inherit properties from the parent page. Depending on the page type the hierarchy is defined in either SlideProperties or LayoutProperties. # The page properties to update.
796 &quot;pageBackgroundFill&quot;: { # The page background fill. # The background fill of the page. If unset, the background fill is inherited from a parent page if it exists. If the page has no parent, then the background fill defaults to the corresponding fill in the Slides editor.
797 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a page will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a page, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
798 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
799 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
800 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
801 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
802 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
803 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
804 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
805 },
806 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
807 },
808 },
809 &quot;stretchedPictureFill&quot;: { # The stretched picture fill. The page or page element is filled entirely with the specified picture. The picture is stretched to fit its container. # Stretched picture fill.
810 &quot;contentUrl&quot;: &quot;A String&quot;, # Reading the content_url: An URL to a picture with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the picture as the original requester. Access to the picture may be lost if the presentation&#x27;s sharing settings change. Writing the content_url: The picture is fetched once at insertion time and a copy is stored for display inside the presentation. Pictures must be less than 50MB in size, cannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF format. The provided URL can be at most 2 kB in length.
811 &quot;size&quot;: { # A width and height. # The original size of the picture fill. This field is read-only.
812 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
813 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
814 &quot;magnitude&quot;: 3.14, # The magnitude.
815 },
816 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
817 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
818 &quot;magnitude&quot;: 3.14, # The magnitude.
819 },
820 },
821 },
822 },
823 &quot;colorScheme&quot;: { # The palette of predefined colors for a page. # The color scheme of the page. If unset, the color scheme is inherited from a parent page. If the page has no parent, the color scheme uses a default Slides color scheme, matching the defaults in the Slides editor. Only the concrete colors of the first 12 ThemeColorTypes are editable. In addition, only the color scheme on `Master` pages can be updated. To update the field, a color scheme containing mappings from all the first 12 ThemeColorTypes to their concrete colors must be provided. Colors for the remaining ThemeColorTypes will be ignored.
824 &quot;colors&quot;: [ # The ThemeColorType and corresponding concrete color pairs.
825 { # A pair mapping a theme color type to the concrete color it represents.
826 &quot;type&quot;: &quot;A String&quot;, # The type of the theme color.
827 &quot;color&quot;: { # An RGB color. # The concrete color corresponding to the theme color type above.
828 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
829 &quot;red&quot;: 3.14, # The red 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 },
832 },
833 ],
834 },
835 },
836 &quot;fields&quot;: &quot;A String&quot;, # The fields that should be updated. At least one field must be specified. The root `pageProperties` is implied and should not be specified. A single `&quot;*&quot;` can be used as short-hand for listing every field. For example to update the page background solid fill color, set `fields` to `&quot;pageBackgroundFill.solidFill.color&quot;`. To reset a property to its default value, include its field name in the field mask but leave the field itself unset.
837 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the page the update is applied to.
838 },
839 &quot;replaceAllShapesWithSheetsChart&quot;: { # Replaces all shapes that match the given criteria with the provided Google Sheets chart. The chart will be scaled and centered to fit within the bounds of the original shape. NOTE: Replacing shapes with a chart requires at least one of the spreadsheets.readonly, spreadsheets, drive.readonly, or drive OAuth scopes. # Replaces all shapes matching some criteria with a Google Sheets chart.
840 &quot;linkingMode&quot;: &quot;A String&quot;, # The mode with which the chart is linked to the source spreadsheet. When not specified, the chart will be an image that is not linked.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700841 &quot;chartId&quot;: 42, # The ID of the specific chart in the Google Sheets spreadsheet.
842 &quot;containsText&quot;: { # A criteria that matches a specific string of text in a shape or table. # The criteria that the shapes must match in order to be replaced. The request will replace all of the shapes that contain the given text.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700843 &quot;matchCase&quot;: True or False, # Indicates whether the search should respect case: - `True`: the search is case sensitive. - `False`: the search is case insensitive.
844 &quot;text&quot;: &quot;A String&quot;, # The text to search for in the shape or table.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700845 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700846 &quot;spreadsheetId&quot;: &quot;A String&quot;, # The ID of the Google Sheets spreadsheet that contains the chart.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800847 &quot;pageObjectIds&quot;: [ # If non-empty, limits the matches to page elements only on the given pages. Returns a 400 bad request error if given the page object ID of a notes page or a notes master, or if a page with that object ID doesn&#x27;t exist in the presentation.
848 &quot;A String&quot;,
849 ],
850 },
851 &quot;deleteParagraphBullets&quot;: { # Deletes bullets from all of the paragraphs that overlap with the given text index range. The nesting level of each paragraph will be visually preserved by adding indent to the start of the corresponding paragraph. # Deletes bullets from paragraphs.
852 &quot;cellLocation&quot;: { # A location of a single table cell within a table. # The optional table cell location if the text to be modified is in a table cell. If present, the object_id must refer to a table.
853 &quot;rowIndex&quot;: 42, # The 0-based row index.
854 &quot;columnIndex&quot;: 42, # The 0-based column index.
855 },
856 &quot;textRange&quot;: { # Specifies a contiguous range of an indexed collection, such as characters in text. # The range of text to delete bullets from, based on TextElement indexes.
857 &quot;type&quot;: &quot;A String&quot;, # The type of range.
858 &quot;startIndex&quot;: 42, # The optional zero-based index of the beginning of the collection. Required for `FIXED_RANGE` and `FROM_START_INDEX` ranges.
859 &quot;endIndex&quot;: 42, # The optional zero-based index of the end of the collection. Required for `FIXED_RANGE` ranges.
860 },
861 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the shape or table containing the text to delete bullets from.
862 },
863 &quot;createTable&quot;: { # Creates a new table. # Creates a new table.
864 &quot;objectId&quot;: &quot;A String&quot;, # A user-supplied object ID. If you specify an ID, it must be unique among all pages and page elements in the presentation. The ID must start with an alphanumeric character or an underscore (matches regex `[a-zA-Z0-9_]`); remaining characters may include those as well as a hyphen or colon (matches regex `[a-zA-Z0-9_-:]`). The length of the ID must not be less than 5 or greater than 50. If you don&#x27;t specify an ID, a unique one is generated.
865 &quot;rows&quot;: 42, # Number of rows in the table.
866 &quot;columns&quot;: 42, # Number of columns in the table.
867 &quot;elementProperties&quot;: { # Common properties for a page element. Note: When you initially create a PageElement, the API may modify the values of both `size` and `transform`, but the visual size will be unchanged. # The element properties for the table. The table will be created at the provided size, subject to a minimum size. If no size is provided, the table will be automatically sized. Table transforms must have a scale of 1 and no shear components. If no transform is provided, the table will be centered on the page.
868 &quot;pageObjectId&quot;: &quot;A String&quot;, # The object ID of the page where the element is located.
869 &quot;size&quot;: { # A width and height. # The size of the element.
870 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
871 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
872 &quot;magnitude&quot;: 3.14, # The magnitude.
873 },
874 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
875 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
876 &quot;magnitude&quot;: 3.14, # The magnitude.
877 },
878 },
879 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # The transform for the element.
880 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
881 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
882 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
883 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
884 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
885 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
886 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
887 },
888 },
889 },
890 &quot;deleteText&quot;: { # Deletes text from a shape or a table cell. # Deletes text from a shape or a table cell.
891 &quot;cellLocation&quot;: { # A location of a single table cell within a table. # The optional table cell location if the text is to be deleted from a table cell. If present, the object_id must refer to a table.
892 &quot;rowIndex&quot;: 42, # The 0-based row index.
893 &quot;columnIndex&quot;: 42, # The 0-based column index.
894 },
895 &quot;textRange&quot;: { # Specifies a contiguous range of an indexed collection, such as characters in text. # The range of text to delete, based on TextElement indexes. There is always an implicit newline character at the end of a shape&#x27;s or table cell&#x27;s text that cannot be deleted. `Range.Type.ALL` will use the correct bounds, but care must be taken when specifying explicit bounds for range types `FROM_START_INDEX` and `FIXED_RANGE`. For example, if the text is &quot;ABC&quot;, followed by an implicit newline, then the maximum value is 2 for `text_range.start_index` and 3 for `text_range.end_index`. Deleting text that crosses a paragraph boundary may result in changes to paragraph styles and lists as the two paragraphs are merged. Ranges that include only one code unit of a surrogate pair are expanded to include both code units.
896 &quot;type&quot;: &quot;A String&quot;, # The type of range.
897 &quot;startIndex&quot;: 42, # The optional zero-based index of the beginning of the collection. Required for `FIXED_RANGE` and `FROM_START_INDEX` ranges.
898 &quot;endIndex&quot;: 42, # The optional zero-based index of the end of the collection. Required for `FIXED_RANGE` ranges.
899 },
900 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the shape or table from which the text will be deleted.
901 },
902 &quot;insertText&quot;: { # Inserts text into a shape or a table cell. # Inserts text into a shape or table cell.
903 &quot;cellLocation&quot;: { # A location of a single table cell within a table. # The optional table cell location if the text is to be inserted into a table cell. If present, the object_id must refer to a table.
904 &quot;rowIndex&quot;: 42, # The 0-based row index.
905 &quot;columnIndex&quot;: 42, # The 0-based column index.
906 },
907 &quot;insertionIndex&quot;: 42, # The index where the text will be inserted, in Unicode code units, based on TextElement indexes. The index is zero-based and is computed from the start of the string. The index may be adjusted to prevent insertions inside Unicode grapheme clusters. In these cases, the text will be inserted immediately after the grapheme cluster.
908 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the shape or table where the text will be inserted.
909 &quot;text&quot;: &quot;A String&quot;, # The text to be inserted. Inserting a newline character will implicitly create a new ParagraphMarker at that index. The paragraph style of the new paragraph will be copied from the paragraph at the current insertion index, including lists and bullets. Text styles for inserted text will be determined automatically, generally preserving the styling of neighboring text. In most cases, the text will be added to the TextRun that exists at the insertion index. Some control characters (U+0000-U+0008, U+000C-U+001F) and characters from the Unicode Basic Multilingual Plane Private Use Area (U+E000-U+F8FF) will be stripped out of the inserted text.
910 },
911 &quot;updateTableBorderProperties&quot;: { # Updates the properties of the table borders in a Table. # Updates the properties of the table borders in a Table.
912 &quot;fields&quot;: &quot;A String&quot;, # The fields that should be updated. At least one field must be specified. The root `tableBorderProperties` is implied and should not be specified. A single `&quot;*&quot;` can be used as short-hand for listing every field. For example to update the table border solid fill color, set `fields` to `&quot;tableBorderFill.solidFill.color&quot;`. To reset a property to its default value, include its field name in the field mask but leave the field itself unset.
913 &quot;tableBorderProperties&quot;: { # The border styling properties of the TableBorderCell. # The table border properties to update.
914 &quot;tableBorderFill&quot;: { # The fill of the border. # The fill of the table border.
915 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid fill.
916 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
917 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
918 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
919 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
920 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
921 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
922 },
923 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
924 },
925 },
926 },
927 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the border.
928 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
929 &quot;magnitude&quot;: 3.14, # The magnitude.
930 },
931 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the border.
932 },
933 &quot;tableRange&quot;: { # A table range represents a reference to a subset of a table. It&#x27;s important to note that the cells specified by a table range do not necessarily form a rectangle. For example, let&#x27;s say we have a 3 x 3 table where all the cells of the last row are merged together. The table looks like this: [ ] A table range with location = (0, 0), row span = 3 and column span = 2 specifies the following cells: x x [ x x x ] # The table range representing the subset of the table to which the updates are applied. If a table range is not specified, the updates will apply to the entire table.
934 &quot;rowSpan&quot;: 42, # The row span of the table range.
935 &quot;columnSpan&quot;: 42, # The column span of the table range.
936 &quot;location&quot;: { # A location of a single table cell within a table. # The starting location of the table range.
937 &quot;rowIndex&quot;: 42, # The 0-based row index.
938 &quot;columnIndex&quot;: 42, # The 0-based column index.
939 },
940 },
941 &quot;borderPosition&quot;: &quot;A String&quot;, # The border position in the table range the updates should apply to. If a border position is not specified, the updates will apply to all borders in the table range.
942 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the table.
943 },
944 &quot;updatePageElementAltText&quot;: { # Updates the alt text title and/or description of a page element. # Updates the alt text title and/or description of a page element.
945 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the page element the updates are applied to.
946 &quot;title&quot;: &quot;A String&quot;, # The updated alt text title of the page element. If unset the existing value will be maintained. The title is exposed to screen readers and other accessibility interfaces. Only use human readable values related to the content of the page element.
947 &quot;description&quot;: &quot;A String&quot;, # The updated alt text description of the page element. If unset the existing value will be maintained. The description is exposed to screen readers and other accessibility interfaces. Only use human readable values related to the content of the page element.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700948 },
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400949 },
950 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700951 &quot;writeControl&quot;: { # Provides control over how write requests are executed. # Provides control over how write requests are executed.
952 &quot;requiredRevisionId&quot;: &quot;A String&quot;, # The revision ID of the presentation required for the write request. If specified and the `required_revision_id` doesn&#x27;t exactly match the presentation&#x27;s current `revision_id`, the request will not be processed and will return a 400 bad request error.
953 },
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400954 }
955
956 x__xgafv: string, V1 error format.
957 Allowed values
958 1 - v1 error format
959 2 - v2 error format
960
961Returns:
962 An object of the form:
963
964 { # Response message from a batch update.
Bu Sun Kim65020912020-05-20 12:08:20 -0700965 &quot;writeControl&quot;: { # Provides control over how write requests are executed. # The updated write control after applying the request.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700966 &quot;requiredRevisionId&quot;: &quot;A String&quot;, # The revision ID of the presentation required for the write request. If specified and the `required_revision_id` doesn&#x27;t exactly match the presentation&#x27;s current `revision_id`, the request will not be processed and will return a 400 bad request error.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700967 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700968 &quot;replies&quot;: [ # The reply of the updates. This maps 1:1 with the updates, although replies to some requests may be empty.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400969 { # A single response from an update.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700970 &quot;createTable&quot;: { # The result of creating a table. # The result of creating a table.
971 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the created table.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700972 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700973 &quot;createLine&quot;: { # The result of creating a line. # The result of creating a line.
974 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the created line.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700975 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800976 &quot;replaceAllShapesWithImage&quot;: { # The result of replacing shapes with an image. # The result of replacing all shapes matching some criteria with an image.
977 &quot;occurrencesChanged&quot;: 42, # The number of shapes replaced with images.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700978 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800979 &quot;replaceAllShapesWithSheetsChart&quot;: { # The result of replacing shapes with a Google Sheets chart. # The result of replacing all shapes matching some criteria with a Google Sheets chart.
980 &quot;occurrencesChanged&quot;: 42, # The number of shapes replaced with charts.
981 },
982 &quot;createImage&quot;: { # The result of creating an image. # The result of creating an image.
983 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the created image.
984 },
985 &quot;replaceAllText&quot;: { # The result of replacing text. # The result of replacing text.
986 &quot;occurrencesChanged&quot;: 42, # The number of occurrences changed by replacing all text.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700987 },
988 &quot;groupObjects&quot;: { # The result of grouping objects. # The result of grouping objects.
989 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the created group.
990 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800991 &quot;createSlide&quot;: { # The result of creating a slide. # The result of creating a slide.
992 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the created slide.
993 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700994 &quot;duplicateObject&quot;: { # The response of duplicating an object. # The result of duplicating an object.
995 &quot;objectId&quot;: &quot;A String&quot;, # The ID of the new duplicate object.
996 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800997 &quot;createSheetsChart&quot;: { # The result of creating an embedded Google Sheets chart. # The result of creating a Google Sheets chart.
998 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the created chart.
999 },
1000 &quot;createShape&quot;: { # The result of creating a shape. # The result of creating a shape.
1001 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the created shape.
1002 },
1003 &quot;createVideo&quot;: { # The result of creating a video. # The result of creating a video.
1004 &quot;objectId&quot;: &quot;A String&quot;, # The object ID of the created video.
1005 },
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -04001006 },
1007 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001008 &quot;presentationId&quot;: &quot;A String&quot;, # The presentation the updates were applied to.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -04001009 }</pre>
1010</div>
1011
1012<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001013 <code class="details" id="close">close()</code>
1014 <pre>Close httplib2 connections.</pre>
1015</div>
1016
1017<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -07001018 <code class="details" id="create">create(body=None, x__xgafv=None)</code>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001019 <pre>Creates a blank presentation using the title given in the request. If a `presentationId` is provided, it is used as the ID of the new presentation. Otherwise, a new ID is generated. Other fields in the request, including any provided content, are ignored. Returns the created presentation.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -04001020
1021Args:
Dan O'Mearadd494642020-05-01 07:42:23 -07001022 body: object, The request body.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -04001023 The object takes the form of:
1024
1025{ # A Google Slides presentation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001026 &quot;slides&quot;: [ # The slides in the presentation. A slide inherits properties from a slide layout.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001027 { # A page in a presentation.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001028 &quot;slideProperties&quot;: { # The properties of Page that are only relevant for pages with page_type SLIDE. # Slide specific properties. Only set if page_type = SLIDE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001029 &quot;masterObjectId&quot;: &quot;A String&quot;, # The object ID of the master that this slide is based on. This property is read-only.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001030 &quot;notesPage&quot;: # Object with schema name: Page # The notes page that this slide is associated with. It defines the visual appearance of a notes page when printing or exporting slides with speaker notes. A notes page inherits properties from the notes master. The placeholder shape with type BODY on the notes page contains the speaker notes for this slide. The ID of this shape is identified by the speakerNotesObjectId field. The notes page is read-only except for the text content and styles of the speaker notes shape. This property is read-only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001031 &quot;layoutObjectId&quot;: &quot;A String&quot;, # The object ID of the layout that this slide is based on. This property is read-only.
1032 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001033 &quot;masterProperties&quot;: { # The properties of Page that are only relevant for pages with page_type MASTER. # Master specific properties. Only set if page_type = MASTER.
1034 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the master.
1035 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001036 &quot;layoutProperties&quot;: { # The properties of Page are only relevant for pages with page_type LAYOUT. # Layout specific properties. Only set if page_type = LAYOUT.
1037 &quot;name&quot;: &quot;A String&quot;, # The name of the layout.
1038 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the layout.
1039 &quot;masterObjectId&quot;: &quot;A String&quot;, # The object ID of the master that this layout is based on.
1040 },
1041 &quot;pageType&quot;: &quot;A String&quot;, # The type of the page.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001042 &quot;pageElements&quot;: [ # The page elements rendered on the page.
1043 { # A visual element rendered on a page.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001044 &quot;objectId&quot;: &quot;A String&quot;, # The object ID for this page element. Object IDs used by google.apps.slides.v1.Page and google.apps.slides.v1.PageElement share the same namespace.
1045 &quot;video&quot;: { # A PageElement kind representing a video. # A video page element.
1046 &quot;source&quot;: &quot;A String&quot;, # The video source.
1047 &quot;url&quot;: &quot;A String&quot;, # An URL to a video. The URL is valid as long as the source video exists and sharing settings do not change.
1048 &quot;id&quot;: &quot;A String&quot;, # The video source&#x27;s unique identifier for this video.
1049 &quot;videoProperties&quot;: { # The properties of the Video. # The properties of the video.
1050 &quot;autoPlay&quot;: True or False, # Whether to enable video autoplay when the page is displayed in present mode. Defaults to false.
1051 &quot;start&quot;: 42, # The time at which to start playback, measured in seconds from the beginning of the video. If set, the start time should be before the end time. If you set this to a value that exceeds the video&#x27;s length in seconds, the video will be played from the last second. If not set, the video will be played from the beginning.
1052 &quot;mute&quot;: True or False, # Whether to mute the audio during video playback. Defaults to false.
1053 &quot;end&quot;: 42, # The time at which to end playback, measured in seconds from the beginning of the video. If set, the end time should be after the start time. If not set or if you set this to a value that exceeds the video&#x27;s length, the video will be played until its end.
1054 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the video. The default outline matches the defaults for new videos created in the Slides editor.
1055 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
1056 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
1057 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
1058 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
1059 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1060 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1061 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
1062 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
1063 },
1064 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
1065 },
1066 },
1067 },
1068 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
1069 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
1070 &quot;magnitude&quot;: 3.14, # The magnitude.
1071 },
1072 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
1073 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
1074 },
1075 },
1076 },
1077 &quot;description&quot;: &quot;A String&quot;, # The description of the page element. Combined with title to display alt text. The field is not supported for Group elements.
1078 &quot;title&quot;: &quot;A String&quot;, # The title of the page element. Combined with description to display alt text. The field is not supported for Group elements.
1079 &quot;shape&quot;: { # A PageElement kind representing a generic shape that does not have a more specific classification. # A generic shape.
1080 &quot;placeholder&quot;: { # The placeholder information that uniquely identifies a placeholder shape. # Placeholders are shapes that are inherit from corresponding placeholders on layouts and masters. If set, the shape is a placeholder shape and any inherited properties can be resolved by looking at the parent placeholder identified by the Placeholder.parent_object_id field.
1081 &quot;parentObjectId&quot;: &quot;A String&quot;, # The object ID of this shape&#x27;s parent placeholder. If unset, the parent placeholder shape does not exist, so the shape does not inherit properties from any other shape.
1082 &quot;index&quot;: 42, # The index of the placeholder. If the same placeholder types are present in the same page, they would have different index values.
1083 &quot;type&quot;: &quot;A String&quot;, # The type of the placeholder.
1084 },
1085 &quot;shapeType&quot;: &quot;A String&quot;, # The type of the shape.
1086 &quot;shapeProperties&quot;: { # The properties of a Shape. If the shape is a placeholder shape as determined by the placeholder field, then these properties may be inherited from a parent placeholder shape. Determining the rendered value of the property depends on the corresponding property_state field value. # The properties of the shape.
1087 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the shape. If unset, there is no link. Links are not inherited from parent placeholders.
1088 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
1089 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
1090 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
1091 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
1092 },
1093 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the shape. If unset, the outline is inherited from a parent placeholder if it exists. If the shape has no parent, then the default outline depends on the shape type, matching the defaults for new shapes created in the Slides editor.
1094 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
1095 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
1096 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
1097 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
1098 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1099 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1100 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
1101 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
1102 },
1103 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
1104 },
1105 },
1106 },
1107 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
1108 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
1109 &quot;magnitude&quot;: 3.14, # The magnitude.
1110 },
1111 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
1112 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
1113 },
1114 &quot;contentAlignment&quot;: &quot;A String&quot;, # The alignment of the content in the shape. If unspecified, the alignment is inherited from a parent placeholder if it exists. If the shape has no parent, the default alignment matches the alignment for new shapes created in the Slides editor.
1115 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow properties of the shape. If unset, the shadow is inherited from a parent placeholder if it exists. If the shape has no parent, then the default shadow matches the defaults for new shapes created in the Slides editor. This property is read-only.
1116 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
1117 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
1118 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
1119 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
1120 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
1121 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
1122 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
1123 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
1124 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
1125 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
1126 },
1127 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
1128 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
1129 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
1130 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
1131 &quot;magnitude&quot;: 3.14, # The magnitude.
1132 },
1133 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
1134 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1135 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1136 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
1137 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
1138 },
1139 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
1140 },
1141 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
1142 },
1143 &quot;shapeBackgroundFill&quot;: { # The shape background fill. # The background fill of the shape. If unset, the background fill is inherited from a parent placeholder if it exists. If the shape has no parent, then the default background fill depends on the shape type, matching the defaults for new shapes created in the Slides editor.
1144 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a shape will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a shape, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
1145 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
1146 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
1147 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
1148 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1149 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1150 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
1151 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
1152 },
1153 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
1154 },
1155 },
1156 },
1157 },
1158 &quot;text&quot;: { # The general text content. The text must reside in a compatible shape (e.g. text box or rectangle) or a table cell in a page. # The text content of the shape.
1159 &quot;textElements&quot;: [ # The text contents broken down into its component parts, including styling information. This property is read-only.
1160 { # A TextElement describes the content of a range of indices in the text content of a Shape or TableCell.
1161 &quot;autoText&quot;: { # A TextElement kind that represents auto text. # A TextElement representing a spot in the text that is dynamically replaced with content that can change over time.
1162 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this auto text.
1163 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
1164 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
1165 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
1166 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
1167 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
1168 },
1169 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
1170 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
1171 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
1172 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
1173 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
1174 &quot;magnitude&quot;: 3.14, # The magnitude.
1175 },
1176 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
1177 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
1178 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
1179 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
1180 },
1181 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
1182 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
1183 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
1184 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
1185 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
1186 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1187 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1188 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
1189 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
1190 },
1191 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
1192 },
1193 },
1194 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
1195 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
1196 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1197 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1198 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
1199 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
1200 },
1201 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
1202 },
1203 },
1204 },
1205 &quot;content&quot;: &quot;A String&quot;, # The rendered content of this auto text, if available.
1206 &quot;type&quot;: &quot;A String&quot;, # The type of this auto text.
1207 },
1208 &quot;textRun&quot;: { # A TextElement kind that represents a run of text that all has the same styling. # A TextElement representing a run of text where all of the characters in the run have the same TextStyle. The `start_index` and `end_index` of TextRuns will always be fully contained in the index range of a single `paragraph_marker` TextElement. In other words, a TextRun will never span multiple paragraphs.
1209 &quot;content&quot;: &quot;A String&quot;, # The text of this run.
1210 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this run.
1211 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
1212 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
1213 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
1214 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
1215 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
1216 },
1217 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
1218 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
1219 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
1220 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
1221 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
1222 &quot;magnitude&quot;: 3.14, # The magnitude.
1223 },
1224 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
1225 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
1226 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
1227 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
1228 },
1229 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
1230 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
1231 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
1232 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
1233 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
1234 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1235 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1236 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
1237 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
1238 },
1239 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
1240 },
1241 },
1242 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
1243 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
1244 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1245 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1246 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
1247 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
1248 },
1249 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
1250 },
1251 },
1252 },
1253 },
1254 &quot;startIndex&quot;: 42, # The zero-based start index of this text element, in Unicode code units.
1255 &quot;paragraphMarker&quot;: { # A TextElement kind that represents the beginning of a new paragraph. # A marker representing the beginning of a new paragraph. The `start_index` and `end_index` of this TextElement represent the range of the paragraph. Other TextElements with an index range contained inside this paragraph&#x27;s range are considered to be part of this paragraph. The range of indices of two separate paragraphs will never overlap.
1256 &quot;style&quot;: { # Styles that apply to a whole paragraph. If this text is contained in a shape with a parent placeholder, then these paragraph styles may be inherited from the parent. Which paragraph styles are inherited depend on the nesting level of lists: * A paragraph not in a list will inherit its paragraph style from the paragraph at the 0 nesting level of the list inside the parent placeholder. * A paragraph in a list will inherit its paragraph style from the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited paragraph styles are represented as unset fields in this message. # The paragraph&#x27;s style
1257 &quot;spaceBelow&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space below the paragraph. If unset, the value is inherited from the parent.
1258 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
1259 &quot;magnitude&quot;: 3.14, # The magnitude.
1260 },
1261 &quot;spaceAbove&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space above the paragraph. If unset, the value is inherited from the parent.
1262 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
1263 &quot;magnitude&quot;: 3.14, # The magnitude.
1264 },
1265 &quot;indentFirstLine&quot;: { # A magnitude in a single direction in the specified units. # The amount of indentation for the start of the first line of the paragraph. If unset, the value is inherited from the parent.
1266 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
1267 &quot;magnitude&quot;: 3.14, # The magnitude.
1268 },
1269 &quot;lineSpacing&quot;: 3.14, # The amount of space between lines, as a percentage of normal, where normal is represented as 100.0. If unset, the value is inherited from the parent.
1270 &quot;direction&quot;: &quot;A String&quot;, # The text direction of this paragraph. If unset, the value defaults to LEFT_TO_RIGHT since text direction is not inherited.
1271 &quot;indentEnd&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the end of the text, based on the current text direction. If unset, the value is inherited from the parent.
1272 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
1273 &quot;magnitude&quot;: 3.14, # The magnitude.
1274 },
1275 &quot;indentStart&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the start of the text, based on the current text direction. If unset, the value is inherited from the parent.
1276 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
1277 &quot;magnitude&quot;: 3.14, # The magnitude.
1278 },
1279 &quot;alignment&quot;: &quot;A String&quot;, # The text alignment for this paragraph.
1280 &quot;spacingMode&quot;: &quot;A String&quot;, # The spacing mode for the paragraph.
1281 },
1282 &quot;bullet&quot;: { # Describes the bullet of a paragraph. # The bullet for this paragraph. If not present, the paragraph does not belong to a list.
1283 &quot;glyph&quot;: &quot;A String&quot;, # The rendered bullet glyph for this paragraph.
1284 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list this paragraph belongs to.
1285 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The paragraph specific text style applied to this bullet.
1286 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
1287 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
1288 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
1289 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
1290 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
1291 },
1292 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
1293 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
1294 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
1295 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
1296 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
1297 &quot;magnitude&quot;: 3.14, # The magnitude.
1298 },
1299 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
1300 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
1301 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
1302 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
1303 },
1304 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
1305 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
1306 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
1307 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
1308 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
1309 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1310 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1311 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
1312 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
1313 },
1314 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
1315 },
1316 },
1317 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
1318 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
1319 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1320 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1321 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
1322 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
1323 },
1324 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
1325 },
1326 },
1327 },
1328 &quot;nestingLevel&quot;: 42, # The nesting level of this paragraph in the list.
1329 },
1330 },
1331 &quot;endIndex&quot;: 42, # The zero-based end index of this text element, exclusive, in Unicode code units.
1332 },
1333 ],
1334 &quot;lists&quot;: { # The bulleted lists contained in this text, keyed by list ID.
1335 &quot;a_key&quot;: { # A List describes the look and feel of bullets belonging to paragraphs associated with a list. A paragraph that is part of a list has an implicit reference to that list&#x27;s ID.
1336 &quot;nestingLevel&quot;: { # A map of nesting levels to the properties of bullets at the associated level. A list has at most nine levels of nesting, so the possible values for the keys of this map are 0 through 8, inclusive.
1337 &quot;a_key&quot;: { # Contains properties describing the look and feel of a list bullet at a given level of nesting.
1338 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The style of a bullet at this level of nesting.
1339 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
1340 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
1341 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
1342 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
1343 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
1344 },
1345 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
1346 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
1347 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
1348 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
1349 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
1350 &quot;magnitude&quot;: 3.14, # The magnitude.
1351 },
1352 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
1353 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
1354 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
1355 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
1356 },
1357 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
1358 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
1359 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
1360 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
1361 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
1362 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1363 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1364 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
1365 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
1366 },
1367 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
1368 },
1369 },
1370 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
1371 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
1372 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1373 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1374 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
1375 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
1376 },
1377 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
1378 },
1379 },
1380 },
1381 },
1382 },
1383 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list.
1384 },
1385 },
1386 },
1387 },
1388 &quot;line&quot;: { # A PageElement kind representing a non-connector line, straight connector, curved connector, or bent connector. # A line page element.
1389 &quot;lineProperties&quot;: { # The properties of the Line. When unset, these fields default to values that match the appearance of new lines created in the Slides editor. # The properties of the line.
1390 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the line. If unset, there is no link.
1391 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
1392 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
1393 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
1394 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
1395 },
1396 &quot;lineFill&quot;: { # The fill of the line. # The fill of the line. The default line fill matches the defaults for new lines created in the Slides editor.
1397 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
1398 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
1399 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
1400 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1401 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1402 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
1403 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
1404 },
1405 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
1406 },
1407 },
1408 },
1409 &quot;startArrow&quot;: &quot;A String&quot;, # The style of the arrow at the beginning of the line.
1410 &quot;startConnection&quot;: { # The properties for one end of a Line connection. # The connection at the beginning of the line. If unset, there is no connection. Only lines with a Type indicating it is a &quot;connector&quot; can have a `start_connection`.
1411 &quot;connectedObjectId&quot;: &quot;A String&quot;, # The object ID of the connected page element. Some page elements, such as groups, tables, and lines do not have connection sites and therefore cannot be connected to a connector line.
1412 &quot;connectionSiteIndex&quot;: 42, # The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in the description of the &quot;cnx&quot; attribute in section 20.1.9.9 and Annex H. &quot;Predefined DrawingML Shape and Text Geometries&quot; of &quot;Office Open XML File Formats-Fundamentals and Markup Language Reference&quot;, part 1 of [ECMA-376 5th edition] (http://www.ecma-international.org/publications/standards/Ecma-376.htm). The position of each connection site can also be viewed from Slides editor.
1413 },
1414 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the line.
1415 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
1416 &quot;magnitude&quot;: 3.14, # The magnitude.
1417 },
1418 &quot;endArrow&quot;: &quot;A String&quot;, # The style of the arrow at the end of the line.
1419 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the line.
1420 &quot;endConnection&quot;: { # The properties for one end of a Line connection. # The connection at the end of the line. If unset, there is no connection. Only lines with a Type indicating it is a &quot;connector&quot; can have an `end_connection`.
1421 &quot;connectedObjectId&quot;: &quot;A String&quot;, # The object ID of the connected page element. Some page elements, such as groups, tables, and lines do not have connection sites and therefore cannot be connected to a connector line.
1422 &quot;connectionSiteIndex&quot;: 42, # The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in the description of the &quot;cnx&quot; attribute in section 20.1.9.9 and Annex H. &quot;Predefined DrawingML Shape and Text Geometries&quot; of &quot;Office Open XML File Formats-Fundamentals and Markup Language Reference&quot;, part 1 of [ECMA-376 5th edition] (http://www.ecma-international.org/publications/standards/Ecma-376.htm). The position of each connection site can also be viewed from Slides editor.
1423 },
1424 },
1425 &quot;lineType&quot;: &quot;A String&quot;, # The type of the line.
1426 &quot;lineCategory&quot;: &quot;A String&quot;, # The category of the line. It matches the `category` specified in CreateLineRequest, and can be updated with UpdateLineCategoryRequest.
1427 },
1428 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # The transform of the page element. The visual appearance of the page element is determined by its absolute transform. To compute the absolute transform, preconcatenate a page element&#x27;s transform with the transforms of all of its parent groups. If the page element is not in a group, its absolute transform is the same as the value in this field. The initial transform for the newly created Group is always the identity transform.
1429 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
1430 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
1431 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
1432 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
1433 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
1434 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
1435 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
1436 },
1437 &quot;wordArt&quot;: { # A PageElement kind representing word art. # A word art page element.
1438 &quot;renderedText&quot;: &quot;A String&quot;, # The text rendered as word art.
1439 },
1440 &quot;image&quot;: { # A PageElement kind representing an image. # An image page element.
1441 &quot;contentUrl&quot;: &quot;A String&quot;, # An URL to an image with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation&#x27;s sharing settings change.
1442 &quot;imageProperties&quot;: { # The properties of the Image. # The properties of the image.
1443 &quot;recolor&quot;: { # A recolor effect applied on an image. # The recolor effect of the image. If not set, the image is not recolored. This property is read-only.
1444 &quot;recolorStops&quot;: [ # The recolor effect is represented by a gradient, which is a list of color stops. The colors in the gradient will replace the corresponding colors at the same position in the color palette and apply to the image. This property is read-only.
1445 { # A color and position in a gradient band.
1446 &quot;position&quot;: 3.14, # The relative position of the color stop in the gradient band measured in percentage. The value should be in the interval [0.0, 1.0].
1447 &quot;alpha&quot;: 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0, fully opaque.
1448 &quot;color&quot;: { # A themeable solid color value. # The color of the gradient stop.
1449 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1450 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1451 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
1452 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
1453 },
1454 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
1455 },
1456 },
1457 ],
1458 &quot;name&quot;: &quot;A String&quot;, # The name of the recolor effect. The name is determined from the `recolor_stops` by matching the gradient against the colors in the page&#x27;s current color scheme. This property is read-only.
1459 },
1460 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link.
1461 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
1462 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
1463 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
1464 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
1465 },
1466 &quot;contrast&quot;: 3.14, # The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
1467 &quot;brightness&quot;: 3.14, # The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
1468 &quot;transparency&quot;: 3.14, # The transparency effect of the image. The value should be in the interval [0.0, 1.0], where 0 means no effect and 1 means completely transparent. This property is read-only.
1469 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow of the image. If not set, the image has no shadow. This property is read-only.
1470 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
1471 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
1472 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
1473 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
1474 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
1475 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
1476 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
1477 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
1478 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
1479 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
1480 },
1481 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
1482 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
1483 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
1484 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
1485 &quot;magnitude&quot;: 3.14, # The magnitude.
1486 },
1487 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
1488 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1489 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1490 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
1491 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
1492 },
1493 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
1494 },
1495 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
1496 },
1497 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the image. If not set, the image has no outline.
1498 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
1499 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
1500 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
1501 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
1502 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1503 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1504 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
1505 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
1506 },
1507 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
1508 },
1509 },
1510 },
1511 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
1512 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
1513 &quot;magnitude&quot;: 3.14, # The magnitude.
1514 },
1515 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
1516 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
1517 },
1518 &quot;cropProperties&quot;: { # The crop properties of an object enclosed in a container. For example, an Image. The crop properties is represented by the offsets of four edges which define a crop rectangle. The offsets are measured in percentage from the corresponding edges of the object&#x27;s original bounding rectangle towards inside, relative to the object&#x27;s original dimensions. - If the offset is in the interval (0, 1), the corresponding edge of crop rectangle is positioned inside of the object&#x27;s original bounding rectangle. - If the offset is negative or greater than 1, the corresponding edge of crop rectangle is positioned outside of the object&#x27;s original bounding rectangle. - If the left edge of the crop rectangle is on the right side of its right edge, the object will be flipped horizontally. - If the top edge of the crop rectangle is below its bottom edge, the object will be flipped vertically. - If all offsets and rotation angle is 0, the object is not cropped. After cropping, the content in the crop rectangle will be stretched to fit its container. # The crop properties of the image. If not set, the image is not cropped. This property is read-only.
1519 &quot;leftOffset&quot;: 3.14, # The offset specifies the left edge of the crop rectangle that is located to the right of the original bounding rectangle left edge, relative to the object&#x27;s original width.
1520 &quot;rightOffset&quot;: 3.14, # The offset specifies the right edge of the crop rectangle that is located to the left of the original bounding rectangle right edge, relative to the object&#x27;s original width.
1521 &quot;angle&quot;: 3.14, # The rotation angle of the crop window around its center, in radians. Rotation angle is applied after the offset.
1522 &quot;bottomOffset&quot;: 3.14, # The offset specifies the bottom edge of the crop rectangle that is located above the original bounding rectangle bottom edge, relative to the object&#x27;s original height.
1523 &quot;topOffset&quot;: 3.14, # The offset specifies the top edge of the crop rectangle that is located below the original bounding rectangle top edge, relative to the object&#x27;s original height.
1524 },
1525 },
1526 &quot;sourceUrl&quot;: &quot;A String&quot;, # The source URL is the URL used to insert the image. The source URL can be empty.
1527 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001528 &quot;table&quot;: { # A PageElement kind representing a table. # A table page element.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001529 &quot;tableRows&quot;: [ # Properties and contents of each row. Cells that span multiple rows are contained in only one of these rows and have a row_span greater than 1.
1530 { # Properties and contents of each row in a table.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001531 &quot;tableRowProperties&quot;: { # Properties of each row in a table. # Properties of the row.
1532 &quot;minRowHeight&quot;: { # A magnitude in a single direction in the specified units. # Minimum height of the row. The row will be rendered in the Slides editor at a height equal to or greater than this value in order to show all the text in the row&#x27;s cell(s).
1533 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
1534 &quot;magnitude&quot;: 3.14, # The magnitude.
1535 },
1536 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001537 &quot;rowHeight&quot;: { # A magnitude in a single direction in the specified units. # Height of a row.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001538 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001539 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001540 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001541 &quot;tableCells&quot;: [ # Properties and contents of each cell. Cells that span multiple columns are represented only once with a column_span greater than 1. As a result, the length of this collection does not always match the number of columns of the entire table.
1542 { # Properties and contents of each table cell.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001543 &quot;tableCellProperties&quot;: { # The properties of the TableCell. # The properties of the table cell.
1544 &quot;contentAlignment&quot;: &quot;A String&quot;, # The alignment of the content in the table cell. The default alignment matches the alignment for newly created table cells in the Slides editor.
1545 &quot;tableCellBackgroundFill&quot;: { # The table cell background fill. # The background fill of the table cell. The default fill matches the fill for newly created table cells in the Slides editor.
1546 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a table cell will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a table cell, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
1547 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
1548 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
1549 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
1550 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1551 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1552 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
1553 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
1554 },
1555 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
1556 },
1557 },
1558 },
1559 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001560 &quot;rowSpan&quot;: 42, # Row span of the cell.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001561 &quot;text&quot;: { # The general text content. The text must reside in a compatible shape (e.g. text box or rectangle) or a table cell in a page. # The text content of the cell.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001562 &quot;textElements&quot;: [ # The text contents broken down into its component parts, including styling information. This property is read-only.
1563 { # A TextElement describes the content of a range of indices in the text content of a Shape or TableCell.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001564 &quot;autoText&quot;: { # A TextElement kind that represents auto text. # A TextElement representing a spot in the text that is dynamically replaced with content that can change over time.
1565 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this auto text.
1566 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
1567 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
1568 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
1569 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
1570 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001571 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001572 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
1573 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
1574 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
1575 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
1576 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
1577 &quot;magnitude&quot;: 3.14, # The magnitude.
1578 },
1579 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
1580 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
1581 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
1582 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
1583 },
1584 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001585 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
1586 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
1587 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
1588 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
1589 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1590 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001591 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001592 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001593 },
1594 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
1595 },
1596 },
1597 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
1598 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
1599 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1600 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001601 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001602 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001603 },
1604 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
1605 },
1606 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001607 },
1608 &quot;content&quot;: &quot;A String&quot;, # The rendered content of this auto text, if available.
1609 &quot;type&quot;: &quot;A String&quot;, # The type of this auto text.
1610 },
1611 &quot;textRun&quot;: { # A TextElement kind that represents a run of text that all has the same styling. # A TextElement representing a run of text where all of the characters in the run have the same TextStyle. The `start_index` and `end_index` of TextRuns will always be fully contained in the index range of a single `paragraph_marker` TextElement. In other words, a TextRun will never span multiple paragraphs.
1612 &quot;content&quot;: &quot;A String&quot;, # The text of this run.
1613 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this run.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001614 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001615 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001616 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
1617 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
1618 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001619 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001620 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001621 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001622 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
1623 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001624 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001625 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001626 },
1627 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001628 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
1629 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
1630 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
1631 },
1632 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
1633 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
1634 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
1635 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
1636 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
1637 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1638 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1639 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
1640 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
1641 },
1642 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
1643 },
1644 },
1645 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
1646 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
1647 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1648 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1649 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
1650 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
1651 },
1652 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
1653 },
1654 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001655 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001656 },
1657 &quot;startIndex&quot;: 42, # The zero-based start index of this text element, in Unicode code units.
1658 &quot;paragraphMarker&quot;: { # A TextElement kind that represents the beginning of a new paragraph. # A marker representing the beginning of a new paragraph. The `start_index` and `end_index` of this TextElement represent the range of the paragraph. Other TextElements with an index range contained inside this paragraph&#x27;s range are considered to be part of this paragraph. The range of indices of two separate paragraphs will never overlap.
1659 &quot;style&quot;: { # Styles that apply to a whole paragraph. If this text is contained in a shape with a parent placeholder, then these paragraph styles may be inherited from the parent. Which paragraph styles are inherited depend on the nesting level of lists: * A paragraph not in a list will inherit its paragraph style from the paragraph at the 0 nesting level of the list inside the parent placeholder. * A paragraph in a list will inherit its paragraph style from the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited paragraph styles are represented as unset fields in this message. # The paragraph&#x27;s style
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001660 &quot;spaceBelow&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space below the paragraph. If unset, the value is inherited from the parent.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001661 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001662 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001663 },
1664 &quot;spaceAbove&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space above the paragraph. If unset, the value is inherited from the parent.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001665 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001666 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001667 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001668 &quot;indentFirstLine&quot;: { # A magnitude in a single direction in the specified units. # The amount of indentation for the start of the first line of the paragraph. If unset, the value is inherited from the parent.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001669 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001670 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001671 },
1672 &quot;lineSpacing&quot;: 3.14, # The amount of space between lines, as a percentage of normal, where normal is represented as 100.0. If unset, the value is inherited from the parent.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001673 &quot;direction&quot;: &quot;A String&quot;, # The text direction of this paragraph. If unset, the value defaults to LEFT_TO_RIGHT since text direction is not inherited.
1674 &quot;indentEnd&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the end of the text, based on the current text direction. If unset, the value is inherited from the parent.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001675 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001676 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001677 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001678 &quot;indentStart&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the start of the text, based on the current text direction. If unset, the value is inherited from the parent.
1679 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
1680 &quot;magnitude&quot;: 3.14, # The magnitude.
1681 },
1682 &quot;alignment&quot;: &quot;A String&quot;, # The text alignment for this paragraph.
1683 &quot;spacingMode&quot;: &quot;A String&quot;, # The spacing mode for the paragraph.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001684 },
1685 &quot;bullet&quot;: { # Describes the bullet of a paragraph. # The bullet for this paragraph. If not present, the paragraph does not belong to a list.
1686 &quot;glyph&quot;: &quot;A String&quot;, # The rendered bullet glyph for this paragraph.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001687 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list this paragraph belongs to.
1688 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The paragraph specific text style applied to this bullet.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001689 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
1690 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
1691 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
1692 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
1693 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001694 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001695 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
1696 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
1697 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
1698 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
1699 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
1700 &quot;magnitude&quot;: 3.14, # The magnitude.
1701 },
1702 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
1703 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
1704 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
1705 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
1706 },
1707 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001708 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
1709 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
1710 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
1711 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
1712 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1713 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001714 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001715 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001716 },
1717 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
1718 },
1719 },
1720 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
1721 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
1722 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1723 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001724 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001725 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001726 },
1727 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
1728 },
1729 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001730 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001731 &quot;nestingLevel&quot;: 42, # The nesting level of this paragraph in the list.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001732 },
1733 },
1734 &quot;endIndex&quot;: 42, # The zero-based end index of this text element, exclusive, in Unicode code units.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001735 },
1736 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001737 &quot;lists&quot;: { # The bulleted lists contained in this text, keyed by list ID.
1738 &quot;a_key&quot;: { # A List describes the look and feel of bullets belonging to paragraphs associated with a list. A paragraph that is part of a list has an implicit reference to that list&#x27;s ID.
1739 &quot;nestingLevel&quot;: { # A map of nesting levels to the properties of bullets at the associated level. A list has at most nine levels of nesting, so the possible values for the keys of this map are 0 through 8, inclusive.
1740 &quot;a_key&quot;: { # Contains properties describing the look and feel of a list bullet at a given level of nesting.
1741 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The style of a bullet at this level of nesting.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001742 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
1743 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
1744 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
1745 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
1746 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001747 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001748 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
1749 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
1750 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
1751 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
1752 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
1753 &quot;magnitude&quot;: 3.14, # The magnitude.
1754 },
1755 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
1756 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
1757 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
1758 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
1759 },
1760 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001761 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001762 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001763 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
1764 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001765 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001766 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1767 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001768 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001769 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001770 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001771 },
1772 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001773 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
1774 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
1775 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1776 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001777 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001778 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001779 },
1780 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
1781 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001782 },
1783 },
1784 },
1785 },
1786 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list.
1787 },
1788 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001789 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001790 &quot;columnSpan&quot;: 42, # Column span of the cell.
1791 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the cell within the table.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001792 &quot;rowIndex&quot;: 42, # The 0-based row index.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001793 &quot;columnIndex&quot;: 42, # The 0-based column index.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001794 },
1795 },
1796 ],
1797 },
1798 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001799 &quot;horizontalBorderRows&quot;: [ # Properties of horizontal cell borders. A table&#x27;s horizontal cell borders are represented as a grid. The grid has one more row than the number of rows in the table and the same number of columns as the table. For example, if the table is 3 x 3, its horizontal borders will be represented as a grid with 4 rows and 3 columns.
1800 { # Contents of each border row in a table.
1801 &quot;tableBorderCells&quot;: [ # Properties of each border cell. When a border&#x27;s adjacent table cells are merged, it is not included in the response.
1802 { # The properties of each border cell.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001803 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the border within the border table.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001804 &quot;rowIndex&quot;: 42, # The 0-based row index.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001805 &quot;columnIndex&quot;: 42, # The 0-based column index.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001806 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001807 &quot;tableBorderProperties&quot;: { # The border styling properties of the TableBorderCell. # The border properties.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001808 &quot;tableBorderFill&quot;: { # The fill of the border. # The fill of the table border.
1809 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid fill.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001810 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001811 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001812 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001813 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1814 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001815 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001816 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001817 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001818 },
1819 },
1820 },
1821 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the border.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001822 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001823 &quot;magnitude&quot;: 3.14, # The magnitude.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001824 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001825 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the border.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001826 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001827 },
1828 ],
1829 },
1830 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001831 &quot;verticalBorderRows&quot;: [ # Properties of vertical cell borders. A table&#x27;s vertical cell borders are represented as a grid. The grid has the same number of rows as the table and one more column than the number of columns in the table. For example, if the table is 3 x 3, its vertical borders will be represented as a grid with 3 rows and 4 columns.
1832 { # Contents of each border row in a table.
1833 &quot;tableBorderCells&quot;: [ # Properties of each border cell. When a border&#x27;s adjacent table cells are merged, it is not included in the response.
1834 { # The properties of each border cell.
1835 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the border within the border table.
1836 &quot;rowIndex&quot;: 42, # The 0-based row index.
1837 &quot;columnIndex&quot;: 42, # The 0-based column index.
1838 },
1839 &quot;tableBorderProperties&quot;: { # The border styling properties of the TableBorderCell. # The border properties.
1840 &quot;tableBorderFill&quot;: { # The fill of the border. # The fill of the table border.
1841 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid fill.
1842 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
1843 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
1844 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1845 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1846 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
1847 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
1848 },
1849 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
1850 },
1851 },
1852 },
1853 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the border.
1854 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
1855 &quot;magnitude&quot;: 3.14, # The magnitude.
1856 },
1857 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the border.
1858 },
1859 },
1860 ],
1861 },
1862 ],
1863 &quot;rows&quot;: 42, # Number of rows in the table.
1864 &quot;columns&quot;: 42, # Number of columns in the table.
1865 &quot;tableColumns&quot;: [ # Properties of each column.
1866 { # Properties of each column in a table.
1867 &quot;columnWidth&quot;: { # A magnitude in a single direction in the specified units. # Width of a column.
1868 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
1869 &quot;magnitude&quot;: 3.14, # The magnitude.
1870 },
1871 },
1872 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001873 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001874 &quot;size&quot;: { # A width and height. # The size of the page element.
1875 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001876 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001877 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001878 },
1879 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001880 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001881 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001882 },
1883 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001884 &quot;elementGroup&quot;: { # A PageElement kind representing a joined collection of PageElements. # A collection of page elements joined as a single unit.
1885 &quot;children&quot;: [ # The collection of elements in the group. The minimum size of a group is 2.
1886 # Object with schema name: PageElement
1887 ],
1888 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001889 &quot;sheetsChart&quot;: { # A PageElement kind representing a linked chart embedded from Google Sheets. # A linked chart embedded from Google Sheets. Unlinked charts are represented as images.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001890 &quot;sheetsChartProperties&quot;: { # The properties of the SheetsChart. # The properties of the Sheets chart.
1891 &quot;chartImageProperties&quot;: { # The properties of the Image. # The properties of the embedded chart image.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001892 &quot;recolor&quot;: { # A recolor effect applied on an image. # The recolor effect of the image. If not set, the image is not recolored. This property is read-only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001893 &quot;recolorStops&quot;: [ # The recolor effect is represented by a gradient, which is a list of color stops. The colors in the gradient will replace the corresponding colors at the same position in the color palette and apply to the image. This property is read-only.
1894 { # A color and position in a gradient band.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001895 &quot;position&quot;: 3.14, # The relative position of the color stop in the gradient band measured in percentage. The value should be in the interval [0.0, 1.0].
1896 &quot;alpha&quot;: 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0, fully opaque.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001897 &quot;color&quot;: { # A themeable solid color value. # The color of the gradient stop.
1898 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1899 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001900 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001901 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001902 },
1903 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001904 },
1905 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001906 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001907 &quot;name&quot;: &quot;A String&quot;, # The name of the recolor effect. The name is determined from the `recolor_stops` by matching the gradient against the colors in the page&#x27;s current color scheme. This property is read-only.
1908 },
1909 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link.
1910 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
1911 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
1912 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
1913 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
1914 },
1915 &quot;contrast&quot;: 3.14, # The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
1916 &quot;brightness&quot;: 3.14, # The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
1917 &quot;transparency&quot;: 3.14, # The transparency effect of the image. The value should be in the interval [0.0, 1.0], where 0 means no effect and 1 means completely transparent. This property is read-only.
1918 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow of the image. If not set, the image has no shadow. This property is read-only.
1919 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
1920 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
1921 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
1922 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
1923 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
1924 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
1925 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
1926 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
1927 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
1928 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
1929 },
1930 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
1931 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
1932 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
1933 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
1934 &quot;magnitude&quot;: 3.14, # The magnitude.
1935 },
1936 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
1937 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1938 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1939 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
1940 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
1941 },
1942 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
1943 },
1944 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
1945 },
1946 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the image. If not set, the image has no outline.
1947 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
1948 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
1949 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
1950 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
1951 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1952 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1953 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
1954 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
1955 },
1956 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
1957 },
1958 },
1959 },
1960 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
1961 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
1962 &quot;magnitude&quot;: 3.14, # The magnitude.
1963 },
1964 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
1965 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001966 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001967 &quot;cropProperties&quot;: { # The crop properties of an object enclosed in a container. For example, an Image. The crop properties is represented by the offsets of four edges which define a crop rectangle. The offsets are measured in percentage from the corresponding edges of the object&#x27;s original bounding rectangle towards inside, relative to the object&#x27;s original dimensions. - If the offset is in the interval (0, 1), the corresponding edge of crop rectangle is positioned inside of the object&#x27;s original bounding rectangle. - If the offset is negative or greater than 1, the corresponding edge of crop rectangle is positioned outside of the object&#x27;s original bounding rectangle. - If the left edge of the crop rectangle is on the right side of its right edge, the object will be flipped horizontally. - If the top edge of the crop rectangle is below its bottom edge, the object will be flipped vertically. - If all offsets and rotation angle is 0, the object is not cropped. After cropping, the content in the crop rectangle will be stretched to fit its container. # The crop properties of the image. If not set, the image is not cropped. This property is read-only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001968 &quot;leftOffset&quot;: 3.14, # The offset specifies the left edge of the crop rectangle that is located to the right of the original bounding rectangle left edge, relative to the object&#x27;s original width.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001969 &quot;rightOffset&quot;: 3.14, # The offset specifies the right edge of the crop rectangle that is located to the left of the original bounding rectangle right edge, relative to the object&#x27;s original width.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001970 &quot;angle&quot;: 3.14, # The rotation angle of the crop window around its center, in radians. Rotation angle is applied after the offset.
1971 &quot;bottomOffset&quot;: 3.14, # The offset specifies the bottom edge of the crop rectangle that is located above the original bounding rectangle bottom edge, relative to the object&#x27;s original height.
1972 &quot;topOffset&quot;: 3.14, # The offset specifies the top edge of the crop rectangle that is located below the original bounding rectangle top edge, relative to the object&#x27;s original height.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001973 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001974 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001975 },
1976 &quot;contentUrl&quot;: &quot;A String&quot;, # The URL of an image of the embedded chart, with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation&#x27;s sharing settings change.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001977 &quot;spreadsheetId&quot;: &quot;A String&quot;, # The ID of the Google Sheets spreadsheet that contains the source chart.
1978 &quot;chartId&quot;: 42, # The ID of the specific chart in the Google Sheets spreadsheet that is embedded.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001979 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001980 },
1981 ],
1982 &quot;objectId&quot;: &quot;A String&quot;, # The object ID for this page. Object IDs used by Page and PageElement share the same namespace.
1983 &quot;pageProperties&quot;: { # The properties of the Page. The page will inherit properties from the parent page. Depending on the page type the hierarchy is defined in either SlideProperties or LayoutProperties. # The properties of the page.
1984 &quot;pageBackgroundFill&quot;: { # The page background fill. # The background fill of the page. If unset, the background fill is inherited from a parent page if it exists. If the page has no parent, then the background fill defaults to the corresponding fill in the Slides editor.
1985 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a page will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a page, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
1986 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
1987 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
1988 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
1989 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
1990 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
1991 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
1992 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001993 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001994 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001995 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001996 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001997 &quot;stretchedPictureFill&quot;: { # The stretched picture fill. The page or page element is filled entirely with the specified picture. The picture is stretched to fit its container. # Stretched picture fill.
1998 &quot;contentUrl&quot;: &quot;A String&quot;, # Reading the content_url: An URL to a picture with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the picture as the original requester. Access to the picture may be lost if the presentation&#x27;s sharing settings change. Writing the content_url: The picture is fetched once at insertion time and a copy is stored for display inside the presentation. Pictures must be less than 50MB in size, cannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF format. The provided URL can be at most 2 kB in length.
1999 &quot;size&quot;: { # A width and height. # The original size of the picture fill. This field is read-only.
2000 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
2001 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2002 &quot;magnitude&quot;: 3.14, # The magnitude.
2003 },
2004 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
2005 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2006 &quot;magnitude&quot;: 3.14, # The magnitude.
2007 },
2008 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002009 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002010 },
2011 &quot;colorScheme&quot;: { # The palette of predefined colors for a page. # The color scheme of the page. If unset, the color scheme is inherited from a parent page. If the page has no parent, the color scheme uses a default Slides color scheme, matching the defaults in the Slides editor. Only the concrete colors of the first 12 ThemeColorTypes are editable. In addition, only the color scheme on `Master` pages can be updated. To update the field, a color scheme containing mappings from all the first 12 ThemeColorTypes to their concrete colors must be provided. Colors for the remaining ThemeColorTypes will be ignored.
2012 &quot;colors&quot;: [ # The ThemeColorType and corresponding concrete color pairs.
2013 { # A pair mapping a theme color type to the concrete color it represents.
2014 &quot;type&quot;: &quot;A String&quot;, # The type of the theme color.
2015 &quot;color&quot;: { # An RGB color. # The concrete color corresponding to the theme color type above.
2016 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
2017 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
2018 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002019 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002020 },
2021 ],
2022 },
2023 },
2024 &quot;revisionId&quot;: &quot;A String&quot;, # The revision ID of the presentation containing this page. Can be used in update requests to assert that the presentation revision hasn&#x27;t changed since the last read operation. Only populated if the user has edit access to the presentation. The format of the revision ID may change over time, so it should be treated opaquely. A returned revision ID is only guaranteed to be valid for 24 hours after it has been returned and cannot be shared across users. If the revision ID is unchanged between calls, then the presentation has not changed. Conversely, a changed ID (for the same presentation and user) usually means the presentation has been updated; however, a changed ID can also be due to internal factors such as ID format changes.
2025 &quot;notesProperties&quot;: { # The properties of Page that are only relevant for pages with page_type NOTES. # Notes specific properties. Only set if page_type = NOTES.
2026 &quot;speakerNotesObjectId&quot;: &quot;A String&quot;, # The object ID of the shape on this notes page that contains the speaker notes for the corresponding slide. The actual shape may not always exist on the notes page. Inserting text using this object ID will automatically create the shape. In this case, the actual shape may have different object ID. The `GetPresentation` or `GetPage` action will always return the latest object ID.
2027 },
2028 },
2029 ],
2030 &quot;layouts&quot;: [ # The layouts in the presentation. A layout is a template that determines how content is arranged and styled on the slides that inherit from that layout.
2031 { # A page in a presentation.
2032 &quot;slideProperties&quot;: { # The properties of Page that are only relevant for pages with page_type SLIDE. # Slide specific properties. Only set if page_type = SLIDE.
2033 &quot;masterObjectId&quot;: &quot;A String&quot;, # The object ID of the master that this slide is based on. This property is read-only.
2034 &quot;notesPage&quot;: # Object with schema name: Page # The notes page that this slide is associated with. It defines the visual appearance of a notes page when printing or exporting slides with speaker notes. A notes page inherits properties from the notes master. The placeholder shape with type BODY on the notes page contains the speaker notes for this slide. The ID of this shape is identified by the speakerNotesObjectId field. The notes page is read-only except for the text content and styles of the speaker notes shape. This property is read-only.
2035 &quot;layoutObjectId&quot;: &quot;A String&quot;, # The object ID of the layout that this slide is based on. This property is read-only.
2036 },
2037 &quot;masterProperties&quot;: { # The properties of Page that are only relevant for pages with page_type MASTER. # Master specific properties. Only set if page_type = MASTER.
2038 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the master.
2039 },
2040 &quot;layoutProperties&quot;: { # The properties of Page are only relevant for pages with page_type LAYOUT. # Layout specific properties. Only set if page_type = LAYOUT.
2041 &quot;name&quot;: &quot;A String&quot;, # The name of the layout.
2042 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the layout.
2043 &quot;masterObjectId&quot;: &quot;A String&quot;, # The object ID of the master that this layout is based on.
2044 },
2045 &quot;pageType&quot;: &quot;A String&quot;, # The type of the page.
2046 &quot;pageElements&quot;: [ # The page elements rendered on the page.
2047 { # A visual element rendered on a page.
2048 &quot;objectId&quot;: &quot;A String&quot;, # The object ID for this page element. Object IDs used by google.apps.slides.v1.Page and google.apps.slides.v1.PageElement share the same namespace.
2049 &quot;video&quot;: { # A PageElement kind representing a video. # A video page element.
2050 &quot;source&quot;: &quot;A String&quot;, # The video source.
2051 &quot;url&quot;: &quot;A String&quot;, # An URL to a video. The URL is valid as long as the source video exists and sharing settings do not change.
2052 &quot;id&quot;: &quot;A String&quot;, # The video source&#x27;s unique identifier for this video.
2053 &quot;videoProperties&quot;: { # The properties of the Video. # The properties of the video.
2054 &quot;autoPlay&quot;: True or False, # Whether to enable video autoplay when the page is displayed in present mode. Defaults to false.
2055 &quot;start&quot;: 42, # The time at which to start playback, measured in seconds from the beginning of the video. If set, the start time should be before the end time. If you set this to a value that exceeds the video&#x27;s length in seconds, the video will be played from the last second. If not set, the video will be played from the beginning.
2056 &quot;mute&quot;: True or False, # Whether to mute the audio during video playback. Defaults to false.
2057 &quot;end&quot;: 42, # The time at which to end playback, measured in seconds from the beginning of the video. If set, the end time should be after the start time. If not set or if you set this to a value that exceeds the video&#x27;s length, the video will be played until its end.
2058 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the video. The default outline matches the defaults for new videos created in the Slides editor.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002059 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
2060 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002061 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002062 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
2063 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2064 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002065 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002066 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002067 },
2068 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
2069 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002070 },
2071 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002072 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
2073 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2074 &quot;magnitude&quot;: 3.14, # The magnitude.
2075 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002076 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002077 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002078 },
2079 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002080 },
2081 &quot;description&quot;: &quot;A String&quot;, # The description of the page element. Combined with title to display alt text. The field is not supported for Group elements.
2082 &quot;title&quot;: &quot;A String&quot;, # The title of the page element. Combined with description to display alt text. The field is not supported for Group elements.
2083 &quot;shape&quot;: { # A PageElement kind representing a generic shape that does not have a more specific classification. # A generic shape.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002084 &quot;placeholder&quot;: { # The placeholder information that uniquely identifies a placeholder shape. # Placeholders are shapes that are inherit from corresponding placeholders on layouts and masters. If set, the shape is a placeholder shape and any inherited properties can be resolved by looking at the parent placeholder identified by the Placeholder.parent_object_id field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002085 &quot;parentObjectId&quot;: &quot;A String&quot;, # The object ID of this shape&#x27;s parent placeholder. If unset, the parent placeholder shape does not exist, so the shape does not inherit properties from any other shape.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002086 &quot;index&quot;: 42, # The index of the placeholder. If the same placeholder types are present in the same page, they would have different index values.
2087 &quot;type&quot;: &quot;A String&quot;, # The type of the placeholder.
2088 },
2089 &quot;shapeType&quot;: &quot;A String&quot;, # The type of the shape.
2090 &quot;shapeProperties&quot;: { # The properties of a Shape. If the shape is a placeholder shape as determined by the placeholder field, then these properties may be inherited from a parent placeholder shape. Determining the rendered value of the property depends on the corresponding property_state field value. # The properties of the shape.
2091 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the shape. If unset, there is no link. Links are not inherited from parent placeholders.
2092 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
2093 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
2094 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
2095 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
2096 },
2097 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the shape. If unset, the outline is inherited from a parent placeholder if it exists. If the shape has no parent, then the default outline depends on the shape type, matching the defaults for new shapes created in the Slides editor.
2098 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
2099 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
2100 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
2101 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
2102 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2103 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
2104 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
2105 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
2106 },
2107 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
2108 },
2109 },
2110 },
2111 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
2112 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2113 &quot;magnitude&quot;: 3.14, # The magnitude.
2114 },
2115 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
2116 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
2117 },
2118 &quot;contentAlignment&quot;: &quot;A String&quot;, # The alignment of the content in the shape. If unspecified, the alignment is inherited from a parent placeholder if it exists. If the shape has no parent, the default alignment matches the alignment for new shapes created in the Slides editor.
2119 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow properties of the shape. If unset, the shadow is inherited from a parent placeholder if it exists. If the shape has no parent, then the default shadow matches the defaults for new shapes created in the Slides editor. This property is read-only.
2120 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
2121 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
2122 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
2123 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
2124 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
2125 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
2126 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
2127 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
2128 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
2129 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
2130 },
2131 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
2132 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
2133 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
2134 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2135 &quot;magnitude&quot;: 3.14, # The magnitude.
2136 },
2137 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
2138 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2139 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
2140 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
2141 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
2142 },
2143 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
2144 },
2145 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
2146 },
2147 &quot;shapeBackgroundFill&quot;: { # The shape background fill. # The background fill of the shape. If unset, the background fill is inherited from a parent placeholder if it exists. If the shape has no parent, then the default background fill depends on the shape type, matching the defaults for new shapes created in the Slides editor.
2148 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a shape will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a shape, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
2149 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
2150 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
2151 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
2152 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2153 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
2154 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
2155 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
2156 },
2157 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
2158 },
2159 },
2160 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002161 },
2162 &quot;text&quot;: { # The general text content. The text must reside in a compatible shape (e.g. text box or rectangle) or a table cell in a page. # The text content of the shape.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002163 &quot;textElements&quot;: [ # The text contents broken down into its component parts, including styling information. This property is read-only.
2164 { # A TextElement describes the content of a range of indices in the text content of a Shape or TableCell.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002165 &quot;autoText&quot;: { # A TextElement kind that represents auto text. # A TextElement representing a spot in the text that is dynamically replaced with content that can change over time.
2166 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this auto text.
2167 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
2168 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
2169 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
2170 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
2171 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002172 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002173 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
2174 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
2175 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
2176 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
2177 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2178 &quot;magnitude&quot;: 3.14, # The magnitude.
2179 },
2180 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
2181 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
2182 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
2183 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
2184 },
2185 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002186 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
2187 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
2188 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
2189 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
2190 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2191 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002192 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002193 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002194 },
2195 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
2196 },
2197 },
2198 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
2199 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
2200 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2201 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002202 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002203 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002204 },
2205 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
2206 },
2207 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002208 },
2209 &quot;content&quot;: &quot;A String&quot;, # The rendered content of this auto text, if available.
2210 &quot;type&quot;: &quot;A String&quot;, # The type of this auto text.
2211 },
2212 &quot;textRun&quot;: { # A TextElement kind that represents a run of text that all has the same styling. # A TextElement representing a run of text where all of the characters in the run have the same TextStyle. The `start_index` and `end_index` of TextRuns will always be fully contained in the index range of a single `paragraph_marker` TextElement. In other words, a TextRun will never span multiple paragraphs.
2213 &quot;content&quot;: &quot;A String&quot;, # The text of this run.
2214 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this run.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002215 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002216 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002217 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
2218 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
2219 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002220 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002221 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002222 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002223 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
2224 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002225 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002226 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002227 },
2228 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002229 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
2230 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
2231 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
2232 },
2233 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
2234 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
2235 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
2236 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
2237 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
2238 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2239 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
2240 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
2241 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
2242 },
2243 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
2244 },
2245 },
2246 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
2247 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
2248 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2249 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
2250 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
2251 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
2252 },
2253 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
2254 },
2255 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002256 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002257 },
2258 &quot;startIndex&quot;: 42, # The zero-based start index of this text element, in Unicode code units.
2259 &quot;paragraphMarker&quot;: { # A TextElement kind that represents the beginning of a new paragraph. # A marker representing the beginning of a new paragraph. The `start_index` and `end_index` of this TextElement represent the range of the paragraph. Other TextElements with an index range contained inside this paragraph&#x27;s range are considered to be part of this paragraph. The range of indices of two separate paragraphs will never overlap.
2260 &quot;style&quot;: { # Styles that apply to a whole paragraph. If this text is contained in a shape with a parent placeholder, then these paragraph styles may be inherited from the parent. Which paragraph styles are inherited depend on the nesting level of lists: * A paragraph not in a list will inherit its paragraph style from the paragraph at the 0 nesting level of the list inside the parent placeholder. * A paragraph in a list will inherit its paragraph style from the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited paragraph styles are represented as unset fields in this message. # The paragraph&#x27;s style
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002261 &quot;spaceBelow&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space below the paragraph. If unset, the value is inherited from the parent.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002262 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002263 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002264 },
2265 &quot;spaceAbove&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space above the paragraph. If unset, the value is inherited from the parent.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002266 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002267 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002268 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002269 &quot;indentFirstLine&quot;: { # A magnitude in a single direction in the specified units. # The amount of indentation for the start of the first line of the paragraph. If unset, the value is inherited from the parent.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002270 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002271 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002272 },
2273 &quot;lineSpacing&quot;: 3.14, # The amount of space between lines, as a percentage of normal, where normal is represented as 100.0. If unset, the value is inherited from the parent.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002274 &quot;direction&quot;: &quot;A String&quot;, # The text direction of this paragraph. If unset, the value defaults to LEFT_TO_RIGHT since text direction is not inherited.
2275 &quot;indentEnd&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the end of the text, based on the current text direction. If unset, the value is inherited from the parent.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002276 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002277 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002278 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002279 &quot;indentStart&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the start of the text, based on the current text direction. If unset, the value is inherited from the parent.
2280 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2281 &quot;magnitude&quot;: 3.14, # The magnitude.
2282 },
2283 &quot;alignment&quot;: &quot;A String&quot;, # The text alignment for this paragraph.
2284 &quot;spacingMode&quot;: &quot;A String&quot;, # The spacing mode for the paragraph.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002285 },
2286 &quot;bullet&quot;: { # Describes the bullet of a paragraph. # The bullet for this paragraph. If not present, the paragraph does not belong to a list.
2287 &quot;glyph&quot;: &quot;A String&quot;, # The rendered bullet glyph for this paragraph.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002288 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list this paragraph belongs to.
2289 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The paragraph specific text style applied to this bullet.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002290 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
2291 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
2292 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
2293 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
2294 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002295 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002296 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
2297 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
2298 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
2299 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
2300 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2301 &quot;magnitude&quot;: 3.14, # The magnitude.
2302 },
2303 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
2304 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
2305 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
2306 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
2307 },
2308 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002309 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
2310 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
2311 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
2312 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
2313 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2314 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002315 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002316 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002317 },
2318 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
2319 },
2320 },
2321 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
2322 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
2323 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2324 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002325 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002326 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002327 },
2328 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
2329 },
2330 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002331 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002332 &quot;nestingLevel&quot;: 42, # The nesting level of this paragraph in the list.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002333 },
2334 },
2335 &quot;endIndex&quot;: 42, # The zero-based end index of this text element, exclusive, in Unicode code units.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002336 },
2337 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002338 &quot;lists&quot;: { # The bulleted lists contained in this text, keyed by list ID.
2339 &quot;a_key&quot;: { # A List describes the look and feel of bullets belonging to paragraphs associated with a list. A paragraph that is part of a list has an implicit reference to that list&#x27;s ID.
2340 &quot;nestingLevel&quot;: { # A map of nesting levels to the properties of bullets at the associated level. A list has at most nine levels of nesting, so the possible values for the keys of this map are 0 through 8, inclusive.
2341 &quot;a_key&quot;: { # Contains properties describing the look and feel of a list bullet at a given level of nesting.
2342 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The style of a bullet at this level of nesting.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002343 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
2344 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
2345 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
2346 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
2347 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002348 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002349 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
2350 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
2351 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
2352 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
2353 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2354 &quot;magnitude&quot;: 3.14, # The magnitude.
2355 },
2356 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
2357 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
2358 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
2359 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
2360 },
2361 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002362 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002363 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002364 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
2365 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002366 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002367 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
2368 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002369 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002370 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002371 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002372 },
2373 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002374 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
2375 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
2376 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2377 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002378 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002379 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002380 },
2381 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
2382 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002383 },
2384 },
2385 },
2386 },
2387 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list.
2388 },
2389 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002390 },
2391 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002392 &quot;line&quot;: { # A PageElement kind representing a non-connector line, straight connector, curved connector, or bent connector. # A line page element.
2393 &quot;lineProperties&quot;: { # The properties of the Line. When unset, these fields default to values that match the appearance of new lines created in the Slides editor. # The properties of the line.
2394 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the line. If unset, there is no link.
2395 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
2396 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
2397 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
2398 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
2399 },
2400 &quot;lineFill&quot;: { # The fill of the line. # The fill of the line. The default line fill matches the defaults for new lines created in the Slides editor.
2401 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
2402 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
2403 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
2404 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2405 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
2406 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
2407 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002408 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002409 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002410 },
2411 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002412 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002413 &quot;startArrow&quot;: &quot;A String&quot;, # The style of the arrow at the beginning of the line.
2414 &quot;startConnection&quot;: { # The properties for one end of a Line connection. # The connection at the beginning of the line. If unset, there is no connection. Only lines with a Type indicating it is a &quot;connector&quot; can have a `start_connection`.
2415 &quot;connectedObjectId&quot;: &quot;A String&quot;, # The object ID of the connected page element. Some page elements, such as groups, tables, and lines do not have connection sites and therefore cannot be connected to a connector line.
2416 &quot;connectionSiteIndex&quot;: 42, # The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in the description of the &quot;cnx&quot; attribute in section 20.1.9.9 and Annex H. &quot;Predefined DrawingML Shape and Text Geometries&quot; of &quot;Office Open XML File Formats-Fundamentals and Markup Language Reference&quot;, part 1 of [ECMA-376 5th edition] (http://www.ecma-international.org/publications/standards/Ecma-376.htm). The position of each connection site can also be viewed from Slides editor.
2417 },
2418 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the line.
2419 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2420 &quot;magnitude&quot;: 3.14, # The magnitude.
2421 },
2422 &quot;endArrow&quot;: &quot;A String&quot;, # The style of the arrow at the end of the line.
2423 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the line.
2424 &quot;endConnection&quot;: { # The properties for one end of a Line connection. # The connection at the end of the line. If unset, there is no connection. Only lines with a Type indicating it is a &quot;connector&quot; can have an `end_connection`.
2425 &quot;connectedObjectId&quot;: &quot;A String&quot;, # The object ID of the connected page element. Some page elements, such as groups, tables, and lines do not have connection sites and therefore cannot be connected to a connector line.
2426 &quot;connectionSiteIndex&quot;: 42, # The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in the description of the &quot;cnx&quot; attribute in section 20.1.9.9 and Annex H. &quot;Predefined DrawingML Shape and Text Geometries&quot; of &quot;Office Open XML File Formats-Fundamentals and Markup Language Reference&quot;, part 1 of [ECMA-376 5th edition] (http://www.ecma-international.org/publications/standards/Ecma-376.htm). The position of each connection site can also be viewed from Slides editor.
2427 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002428 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002429 &quot;lineType&quot;: &quot;A String&quot;, # The type of the line.
2430 &quot;lineCategory&quot;: &quot;A String&quot;, # The category of the line. It matches the `category` specified in CreateLineRequest, and can be updated with UpdateLineCategoryRequest.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002431 },
2432 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # The transform of the page element. The visual appearance of the page element is determined by its absolute transform. To compute the absolute transform, preconcatenate a page element&#x27;s transform with the transforms of all of its parent groups. If the page element is not in a group, its absolute transform is the same as the value in this field. The initial transform for the newly created Group is always the identity transform.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002433 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002434 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
2435 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002436 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
2437 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002438 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
2439 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002440 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002441 &quot;wordArt&quot;: { # A PageElement kind representing word art. # A word art page element.
2442 &quot;renderedText&quot;: &quot;A String&quot;, # The text rendered as word art.
2443 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002444 &quot;image&quot;: { # A PageElement kind representing an image. # An image page element.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002445 &quot;contentUrl&quot;: &quot;A String&quot;, # An URL to an image with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation&#x27;s sharing settings change.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002446 &quot;imageProperties&quot;: { # The properties of the Image. # The properties of the image.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002447 &quot;recolor&quot;: { # A recolor effect applied on an image. # The recolor effect of the image. If not set, the image is not recolored. This property is read-only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002448 &quot;recolorStops&quot;: [ # The recolor effect is represented by a gradient, which is a list of color stops. The colors in the gradient will replace the corresponding colors at the same position in the color palette and apply to the image. This property is read-only.
2449 { # A color and position in a gradient band.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002450 &quot;position&quot;: 3.14, # The relative position of the color stop in the gradient band measured in percentage. The value should be in the interval [0.0, 1.0].
2451 &quot;alpha&quot;: 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0, fully opaque.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002452 &quot;color&quot;: { # A themeable solid color value. # The color of the gradient stop.
2453 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2454 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002455 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002456 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002457 },
2458 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
2459 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002460 },
2461 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002462 &quot;name&quot;: &quot;A String&quot;, # The name of the recolor effect. The name is determined from the `recolor_stops` by matching the gradient against the colors in the page&#x27;s current color scheme. This property is read-only.
2463 },
2464 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link.
2465 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
2466 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
2467 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
2468 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
2469 },
2470 &quot;contrast&quot;: 3.14, # The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
2471 &quot;brightness&quot;: 3.14, # The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
2472 &quot;transparency&quot;: 3.14, # The transparency effect of the image. The value should be in the interval [0.0, 1.0], where 0 means no effect and 1 means completely transparent. This property is read-only.
2473 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow of the image. If not set, the image has no shadow. This property is read-only.
2474 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
2475 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
2476 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
2477 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
2478 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
2479 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
2480 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
2481 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
2482 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
2483 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
2484 },
2485 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
2486 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
2487 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
2488 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2489 &quot;magnitude&quot;: 3.14, # The magnitude.
2490 },
2491 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
2492 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2493 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
2494 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
2495 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
2496 },
2497 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
2498 },
2499 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
2500 },
2501 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the image. If not set, the image has no outline.
2502 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
2503 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
2504 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
2505 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
2506 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2507 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
2508 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
2509 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
2510 },
2511 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
2512 },
2513 },
2514 },
2515 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
2516 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2517 &quot;magnitude&quot;: 3.14, # The magnitude.
2518 },
2519 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
2520 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002521 },
2522 &quot;cropProperties&quot;: { # The crop properties of an object enclosed in a container. For example, an Image. The crop properties is represented by the offsets of four edges which define a crop rectangle. The offsets are measured in percentage from the corresponding edges of the object&#x27;s original bounding rectangle towards inside, relative to the object&#x27;s original dimensions. - If the offset is in the interval (0, 1), the corresponding edge of crop rectangle is positioned inside of the object&#x27;s original bounding rectangle. - If the offset is negative or greater than 1, the corresponding edge of crop rectangle is positioned outside of the object&#x27;s original bounding rectangle. - If the left edge of the crop rectangle is on the right side of its right edge, the object will be flipped horizontally. - If the top edge of the crop rectangle is below its bottom edge, the object will be flipped vertically. - If all offsets and rotation angle is 0, the object is not cropped. After cropping, the content in the crop rectangle will be stretched to fit its container. # The crop properties of the image. If not set, the image is not cropped. This property is read-only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002523 &quot;leftOffset&quot;: 3.14, # The offset specifies the left edge of the crop rectangle that is located to the right of the original bounding rectangle left edge, relative to the object&#x27;s original width.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002524 &quot;rightOffset&quot;: 3.14, # The offset specifies the right edge of the crop rectangle that is located to the left of the original bounding rectangle right edge, relative to the object&#x27;s original width.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002525 &quot;angle&quot;: 3.14, # The rotation angle of the crop window around its center, in radians. Rotation angle is applied after the offset.
2526 &quot;bottomOffset&quot;: 3.14, # The offset specifies the bottom edge of the crop rectangle that is located above the original bounding rectangle bottom edge, relative to the object&#x27;s original height.
2527 &quot;topOffset&quot;: 3.14, # The offset specifies the top edge of the crop rectangle that is located below the original bounding rectangle top edge, relative to the object&#x27;s original height.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002528 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002529 },
2530 &quot;sourceUrl&quot;: &quot;A String&quot;, # The source URL is the URL used to insert the image. The source URL can be empty.
2531 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002532 &quot;table&quot;: { # A PageElement kind representing a table. # A table page element.
2533 &quot;tableRows&quot;: [ # Properties and contents of each row. Cells that span multiple rows are contained in only one of these rows and have a row_span greater than 1.
2534 { # Properties and contents of each row in a table.
2535 &quot;tableRowProperties&quot;: { # Properties of each row in a table. # Properties of the row.
2536 &quot;minRowHeight&quot;: { # A magnitude in a single direction in the specified units. # Minimum height of the row. The row will be rendered in the Slides editor at a height equal to or greater than this value in order to show all the text in the row&#x27;s cell(s).
2537 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2538 &quot;magnitude&quot;: 3.14, # The magnitude.
2539 },
2540 },
2541 &quot;rowHeight&quot;: { # A magnitude in a single direction in the specified units. # Height of a row.
2542 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2543 &quot;magnitude&quot;: 3.14, # The magnitude.
2544 },
2545 &quot;tableCells&quot;: [ # Properties and contents of each cell. Cells that span multiple columns are represented only once with a column_span greater than 1. As a result, the length of this collection does not always match the number of columns of the entire table.
2546 { # Properties and contents of each table cell.
2547 &quot;tableCellProperties&quot;: { # The properties of the TableCell. # The properties of the table cell.
2548 &quot;contentAlignment&quot;: &quot;A String&quot;, # The alignment of the content in the table cell. The default alignment matches the alignment for newly created table cells in the Slides editor.
2549 &quot;tableCellBackgroundFill&quot;: { # The table cell background fill. # The background fill of the table cell. The default fill matches the fill for newly created table cells in the Slides editor.
2550 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a table cell will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a table cell, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
2551 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
2552 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
2553 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
2554 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2555 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
2556 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
2557 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002558 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002559 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002560 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002561 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002562 },
2563 },
2564 &quot;rowSpan&quot;: 42, # Row span of the cell.
2565 &quot;text&quot;: { # The general text content. The text must reside in a compatible shape (e.g. text box or rectangle) or a table cell in a page. # The text content of the cell.
2566 &quot;textElements&quot;: [ # The text contents broken down into its component parts, including styling information. This property is read-only.
2567 { # A TextElement describes the content of a range of indices in the text content of a Shape or TableCell.
2568 &quot;autoText&quot;: { # A TextElement kind that represents auto text. # A TextElement representing a spot in the text that is dynamically replaced with content that can change over time.
2569 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this auto text.
2570 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
2571 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
2572 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
2573 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
2574 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002575 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002576 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
2577 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
2578 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
2579 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
2580 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2581 &quot;magnitude&quot;: 3.14, # The magnitude.
2582 },
2583 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
2584 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
2585 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
2586 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
2587 },
2588 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002589 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
2590 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
2591 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
2592 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
2593 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2594 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002595 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002596 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002597 },
2598 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
2599 },
2600 },
2601 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
2602 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
2603 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2604 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002605 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002606 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002607 },
2608 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
2609 },
2610 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002611 },
2612 &quot;content&quot;: &quot;A String&quot;, # The rendered content of this auto text, if available.
2613 &quot;type&quot;: &quot;A String&quot;, # The type of this auto text.
2614 },
2615 &quot;textRun&quot;: { # A TextElement kind that represents a run of text that all has the same styling. # A TextElement representing a run of text where all of the characters in the run have the same TextStyle. The `start_index` and `end_index` of TextRuns will always be fully contained in the index range of a single `paragraph_marker` TextElement. In other words, a TextRun will never span multiple paragraphs.
2616 &quot;content&quot;: &quot;A String&quot;, # The text of this run.
2617 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this run.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002618 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002619 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002620 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
2621 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
2622 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002623 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002624 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002625 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002626 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
2627 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002628 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002629 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002630 },
2631 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002632 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
2633 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
2634 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
2635 },
2636 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
2637 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
2638 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
2639 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
2640 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
2641 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2642 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
2643 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
2644 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
2645 },
2646 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
2647 },
2648 },
2649 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
2650 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
2651 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2652 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
2653 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
2654 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
2655 },
2656 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
2657 },
2658 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002659 },
2660 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002661 &quot;startIndex&quot;: 42, # The zero-based start index of this text element, in Unicode code units.
2662 &quot;paragraphMarker&quot;: { # A TextElement kind that represents the beginning of a new paragraph. # A marker representing the beginning of a new paragraph. The `start_index` and `end_index` of this TextElement represent the range of the paragraph. Other TextElements with an index range contained inside this paragraph&#x27;s range are considered to be part of this paragraph. The range of indices of two separate paragraphs will never overlap.
2663 &quot;style&quot;: { # Styles that apply to a whole paragraph. If this text is contained in a shape with a parent placeholder, then these paragraph styles may be inherited from the parent. Which paragraph styles are inherited depend on the nesting level of lists: * A paragraph not in a list will inherit its paragraph style from the paragraph at the 0 nesting level of the list inside the parent placeholder. * A paragraph in a list will inherit its paragraph style from the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited paragraph styles are represented as unset fields in this message. # The paragraph&#x27;s style
2664 &quot;spaceBelow&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space below the paragraph. If unset, the value is inherited from the parent.
2665 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2666 &quot;magnitude&quot;: 3.14, # The magnitude.
2667 },
2668 &quot;spaceAbove&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space above the paragraph. If unset, the value is inherited from the parent.
2669 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2670 &quot;magnitude&quot;: 3.14, # The magnitude.
2671 },
2672 &quot;indentFirstLine&quot;: { # A magnitude in a single direction in the specified units. # The amount of indentation for the start of the first line of the paragraph. If unset, the value is inherited from the parent.
2673 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2674 &quot;magnitude&quot;: 3.14, # The magnitude.
2675 },
2676 &quot;lineSpacing&quot;: 3.14, # The amount of space between lines, as a percentage of normal, where normal is represented as 100.0. If unset, the value is inherited from the parent.
2677 &quot;direction&quot;: &quot;A String&quot;, # The text direction of this paragraph. If unset, the value defaults to LEFT_TO_RIGHT since text direction is not inherited.
2678 &quot;indentEnd&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the end of the text, based on the current text direction. If unset, the value is inherited from the parent.
2679 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2680 &quot;magnitude&quot;: 3.14, # The magnitude.
2681 },
2682 &quot;indentStart&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the start of the text, based on the current text direction. If unset, the value is inherited from the parent.
2683 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2684 &quot;magnitude&quot;: 3.14, # The magnitude.
2685 },
2686 &quot;alignment&quot;: &quot;A String&quot;, # The text alignment for this paragraph.
2687 &quot;spacingMode&quot;: &quot;A String&quot;, # The spacing mode for the paragraph.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002688 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002689 &quot;bullet&quot;: { # Describes the bullet of a paragraph. # The bullet for this paragraph. If not present, the paragraph does not belong to a list.
2690 &quot;glyph&quot;: &quot;A String&quot;, # The rendered bullet glyph for this paragraph.
2691 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list this paragraph belongs to.
2692 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The paragraph specific text style applied to this bullet.
2693 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
2694 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
2695 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
2696 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
2697 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
2698 },
2699 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
2700 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
2701 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
2702 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
2703 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2704 &quot;magnitude&quot;: 3.14, # The magnitude.
2705 },
2706 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
2707 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
2708 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
2709 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
2710 },
2711 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
2712 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
2713 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
2714 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
2715 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
2716 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2717 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
2718 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
2719 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
2720 },
2721 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
2722 },
2723 },
2724 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
2725 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
2726 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2727 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
2728 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
2729 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
2730 },
2731 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
2732 },
2733 },
2734 },
2735 &quot;nestingLevel&quot;: 42, # The nesting level of this paragraph in the list.
2736 },
2737 },
2738 &quot;endIndex&quot;: 42, # The zero-based end index of this text element, exclusive, in Unicode code units.
2739 },
2740 ],
2741 &quot;lists&quot;: { # The bulleted lists contained in this text, keyed by list ID.
2742 &quot;a_key&quot;: { # A List describes the look and feel of bullets belonging to paragraphs associated with a list. A paragraph that is part of a list has an implicit reference to that list&#x27;s ID.
2743 &quot;nestingLevel&quot;: { # A map of nesting levels to the properties of bullets at the associated level. A list has at most nine levels of nesting, so the possible values for the keys of this map are 0 through 8, inclusive.
2744 &quot;a_key&quot;: { # Contains properties describing the look and feel of a list bullet at a given level of nesting.
2745 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The style of a bullet at this level of nesting.
2746 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
2747 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
2748 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
2749 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
2750 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
2751 },
2752 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
2753 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
2754 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
2755 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
2756 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2757 &quot;magnitude&quot;: 3.14, # The magnitude.
2758 },
2759 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
2760 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
2761 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
2762 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
2763 },
2764 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
2765 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
2766 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
2767 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
2768 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
2769 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2770 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
2771 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
2772 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
2773 },
2774 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
2775 },
2776 },
2777 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
2778 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
2779 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2780 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
2781 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
2782 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
2783 },
2784 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
2785 },
2786 },
2787 },
2788 },
2789 },
2790 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list.
2791 },
2792 },
2793 },
2794 &quot;columnSpan&quot;: 42, # Column span of the cell.
2795 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the cell within the table.
2796 &quot;rowIndex&quot;: 42, # The 0-based row index.
2797 &quot;columnIndex&quot;: 42, # The 0-based column index.
2798 },
2799 },
2800 ],
2801 },
2802 ],
2803 &quot;horizontalBorderRows&quot;: [ # Properties of horizontal cell borders. A table&#x27;s horizontal cell borders are represented as a grid. The grid has one more row than the number of rows in the table and the same number of columns as the table. For example, if the table is 3 x 3, its horizontal borders will be represented as a grid with 4 rows and 3 columns.
2804 { # Contents of each border row in a table.
2805 &quot;tableBorderCells&quot;: [ # Properties of each border cell. When a border&#x27;s adjacent table cells are merged, it is not included in the response.
2806 { # The properties of each border cell.
2807 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the border within the border table.
2808 &quot;rowIndex&quot;: 42, # The 0-based row index.
2809 &quot;columnIndex&quot;: 42, # The 0-based column index.
2810 },
2811 &quot;tableBorderProperties&quot;: { # The border styling properties of the TableBorderCell. # The border properties.
2812 &quot;tableBorderFill&quot;: { # The fill of the border. # The fill of the table border.
2813 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid fill.
2814 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
2815 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
2816 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2817 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
2818 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
2819 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
2820 },
2821 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
2822 },
2823 },
2824 },
2825 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the border.
2826 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2827 &quot;magnitude&quot;: 3.14, # The magnitude.
2828 },
2829 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the border.
2830 },
2831 },
2832 ],
2833 },
2834 ],
2835 &quot;verticalBorderRows&quot;: [ # Properties of vertical cell borders. A table&#x27;s vertical cell borders are represented as a grid. The grid has the same number of rows as the table and one more column than the number of columns in the table. For example, if the table is 3 x 3, its vertical borders will be represented as a grid with 3 rows and 4 columns.
2836 { # Contents of each border row in a table.
2837 &quot;tableBorderCells&quot;: [ # Properties of each border cell. When a border&#x27;s adjacent table cells are merged, it is not included in the response.
2838 { # The properties of each border cell.
2839 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the border within the border table.
2840 &quot;rowIndex&quot;: 42, # The 0-based row index.
2841 &quot;columnIndex&quot;: 42, # The 0-based column index.
2842 },
2843 &quot;tableBorderProperties&quot;: { # The border styling properties of the TableBorderCell. # The border properties.
2844 &quot;tableBorderFill&quot;: { # The fill of the border. # The fill of the table border.
2845 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid fill.
2846 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
2847 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
2848 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2849 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
2850 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
2851 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
2852 },
2853 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
2854 },
2855 },
2856 },
2857 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the border.
2858 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2859 &quot;magnitude&quot;: 3.14, # The magnitude.
2860 },
2861 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the border.
2862 },
2863 },
2864 ],
2865 },
2866 ],
2867 &quot;rows&quot;: 42, # Number of rows in the table.
2868 &quot;columns&quot;: 42, # Number of columns in the table.
2869 &quot;tableColumns&quot;: [ # Properties of each column.
2870 { # Properties of each column in a table.
2871 &quot;columnWidth&quot;: { # A magnitude in a single direction in the specified units. # Width of a column.
2872 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2873 &quot;magnitude&quot;: 3.14, # The magnitude.
2874 },
2875 },
2876 ],
2877 },
2878 &quot;size&quot;: { # A width and height. # The size of the page element.
2879 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
2880 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2881 &quot;magnitude&quot;: 3.14, # The magnitude.
2882 },
2883 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
2884 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2885 &quot;magnitude&quot;: 3.14, # The magnitude.
2886 },
2887 },
2888 &quot;elementGroup&quot;: { # A PageElement kind representing a joined collection of PageElements. # A collection of page elements joined as a single unit.
2889 &quot;children&quot;: [ # The collection of elements in the group. The minimum size of a group is 2.
2890 # Object with schema name: PageElement
2891 ],
2892 },
2893 &quot;sheetsChart&quot;: { # A PageElement kind representing a linked chart embedded from Google Sheets. # A linked chart embedded from Google Sheets. Unlinked charts are represented as images.
2894 &quot;sheetsChartProperties&quot;: { # The properties of the SheetsChart. # The properties of the Sheets chart.
2895 &quot;chartImageProperties&quot;: { # The properties of the Image. # The properties of the embedded chart image.
2896 &quot;recolor&quot;: { # A recolor effect applied on an image. # The recolor effect of the image. If not set, the image is not recolored. This property is read-only.
2897 &quot;recolorStops&quot;: [ # The recolor effect is represented by a gradient, which is a list of color stops. The colors in the gradient will replace the corresponding colors at the same position in the color palette and apply to the image. This property is read-only.
2898 { # A color and position in a gradient band.
2899 &quot;position&quot;: 3.14, # The relative position of the color stop in the gradient band measured in percentage. The value should be in the interval [0.0, 1.0].
2900 &quot;alpha&quot;: 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0, fully opaque.
2901 &quot;color&quot;: { # A themeable solid color value. # The color of the gradient stop.
2902 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2903 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
2904 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
2905 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
2906 },
2907 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
2908 },
2909 },
2910 ],
2911 &quot;name&quot;: &quot;A String&quot;, # The name of the recolor effect. The name is determined from the `recolor_stops` by matching the gradient against the colors in the page&#x27;s current color scheme. This property is read-only.
2912 },
2913 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link.
2914 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
2915 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
2916 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
2917 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
2918 },
2919 &quot;contrast&quot;: 3.14, # The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
2920 &quot;brightness&quot;: 3.14, # The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
2921 &quot;transparency&quot;: 3.14, # The transparency effect of the image. The value should be in the interval [0.0, 1.0], where 0 means no effect and 1 means completely transparent. This property is read-only.
2922 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow of the image. If not set, the image has no shadow. This property is read-only.
2923 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
2924 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
2925 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
2926 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
2927 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
2928 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
2929 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
2930 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
2931 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
2932 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
2933 },
2934 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
2935 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
2936 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
2937 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2938 &quot;magnitude&quot;: 3.14, # The magnitude.
2939 },
2940 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
2941 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2942 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
2943 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
2944 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
2945 },
2946 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
2947 },
2948 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
2949 },
2950 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the image. If not set, the image has no outline.
2951 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
2952 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
2953 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
2954 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
2955 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2956 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
2957 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
2958 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
2959 },
2960 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
2961 },
2962 },
2963 },
2964 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
2965 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
2966 &quot;magnitude&quot;: 3.14, # The magnitude.
2967 },
2968 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
2969 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
2970 },
2971 &quot;cropProperties&quot;: { # The crop properties of an object enclosed in a container. For example, an Image. The crop properties is represented by the offsets of four edges which define a crop rectangle. The offsets are measured in percentage from the corresponding edges of the object&#x27;s original bounding rectangle towards inside, relative to the object&#x27;s original dimensions. - If the offset is in the interval (0, 1), the corresponding edge of crop rectangle is positioned inside of the object&#x27;s original bounding rectangle. - If the offset is negative or greater than 1, the corresponding edge of crop rectangle is positioned outside of the object&#x27;s original bounding rectangle. - If the left edge of the crop rectangle is on the right side of its right edge, the object will be flipped horizontally. - If the top edge of the crop rectangle is below its bottom edge, the object will be flipped vertically. - If all offsets and rotation angle is 0, the object is not cropped. After cropping, the content in the crop rectangle will be stretched to fit its container. # The crop properties of the image. If not set, the image is not cropped. This property is read-only.
2972 &quot;leftOffset&quot;: 3.14, # The offset specifies the left edge of the crop rectangle that is located to the right of the original bounding rectangle left edge, relative to the object&#x27;s original width.
2973 &quot;rightOffset&quot;: 3.14, # The offset specifies the right edge of the crop rectangle that is located to the left of the original bounding rectangle right edge, relative to the object&#x27;s original width.
2974 &quot;angle&quot;: 3.14, # The rotation angle of the crop window around its center, in radians. Rotation angle is applied after the offset.
2975 &quot;bottomOffset&quot;: 3.14, # The offset specifies the bottom edge of the crop rectangle that is located above the original bounding rectangle bottom edge, relative to the object&#x27;s original height.
2976 &quot;topOffset&quot;: 3.14, # The offset specifies the top edge of the crop rectangle that is located below the original bounding rectangle top edge, relative to the object&#x27;s original height.
2977 },
2978 },
2979 },
2980 &quot;contentUrl&quot;: &quot;A String&quot;, # The URL of an image of the embedded chart, with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation&#x27;s sharing settings change.
2981 &quot;spreadsheetId&quot;: &quot;A String&quot;, # The ID of the Google Sheets spreadsheet that contains the source chart.
2982 &quot;chartId&quot;: 42, # The ID of the specific chart in the Google Sheets spreadsheet that is embedded.
2983 },
2984 },
2985 ],
2986 &quot;objectId&quot;: &quot;A String&quot;, # The object ID for this page. Object IDs used by Page and PageElement share the same namespace.
2987 &quot;pageProperties&quot;: { # The properties of the Page. The page will inherit properties from the parent page. Depending on the page type the hierarchy is defined in either SlideProperties or LayoutProperties. # The properties of the page.
2988 &quot;pageBackgroundFill&quot;: { # The page background fill. # The background fill of the page. If unset, the background fill is inherited from a parent page if it exists. If the page has no parent, then the background fill defaults to the corresponding fill in the Slides editor.
2989 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a page will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a page, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
2990 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
2991 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
2992 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
2993 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
2994 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
2995 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
2996 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
2997 },
2998 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
2999 },
3000 },
3001 &quot;stretchedPictureFill&quot;: { # The stretched picture fill. The page or page element is filled entirely with the specified picture. The picture is stretched to fit its container. # Stretched picture fill.
3002 &quot;contentUrl&quot;: &quot;A String&quot;, # Reading the content_url: An URL to a picture with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the picture as the original requester. Access to the picture may be lost if the presentation&#x27;s sharing settings change. Writing the content_url: The picture is fetched once at insertion time and a copy is stored for display inside the presentation. Pictures must be less than 50MB in size, cannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF format. The provided URL can be at most 2 kB in length.
3003 &quot;size&quot;: { # A width and height. # The original size of the picture fill. This field is read-only.
3004 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
3005 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3006 &quot;magnitude&quot;: 3.14, # The magnitude.
3007 },
3008 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
3009 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3010 &quot;magnitude&quot;: 3.14, # The magnitude.
3011 },
3012 },
3013 },
3014 },
3015 &quot;colorScheme&quot;: { # The palette of predefined colors for a page. # The color scheme of the page. If unset, the color scheme is inherited from a parent page. If the page has no parent, the color scheme uses a default Slides color scheme, matching the defaults in the Slides editor. Only the concrete colors of the first 12 ThemeColorTypes are editable. In addition, only the color scheme on `Master` pages can be updated. To update the field, a color scheme containing mappings from all the first 12 ThemeColorTypes to their concrete colors must be provided. Colors for the remaining ThemeColorTypes will be ignored.
3016 &quot;colors&quot;: [ # The ThemeColorType and corresponding concrete color pairs.
3017 { # A pair mapping a theme color type to the concrete color it represents.
3018 &quot;type&quot;: &quot;A String&quot;, # The type of the theme color.
3019 &quot;color&quot;: { # An RGB color. # The concrete color corresponding to the theme color type above.
3020 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3021 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3022 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3023 },
3024 },
3025 ],
3026 },
3027 },
3028 &quot;revisionId&quot;: &quot;A String&quot;, # The revision ID of the presentation containing this page. Can be used in update requests to assert that the presentation revision hasn&#x27;t changed since the last read operation. Only populated if the user has edit access to the presentation. The format of the revision ID may change over time, so it should be treated opaquely. A returned revision ID is only guaranteed to be valid for 24 hours after it has been returned and cannot be shared across users. If the revision ID is unchanged between calls, then the presentation has not changed. Conversely, a changed ID (for the same presentation and user) usually means the presentation has been updated; however, a changed ID can also be due to internal factors such as ID format changes.
3029 &quot;notesProperties&quot;: { # The properties of Page that are only relevant for pages with page_type NOTES. # Notes specific properties. Only set if page_type = NOTES.
3030 &quot;speakerNotesObjectId&quot;: &quot;A String&quot;, # The object ID of the shape on this notes page that contains the speaker notes for the corresponding slide. The actual shape may not always exist on the notes page. Inserting text using this object ID will automatically create the shape. In this case, the actual shape may have different object ID. The `GetPresentation` or `GetPage` action will always return the latest object ID.
3031 },
3032 },
3033 ],
3034 &quot;revisionId&quot;: &quot;A String&quot;, # The revision ID of the presentation. Can be used in update requests to assert that the presentation revision hasn&#x27;t changed since the last read operation. Only populated if the user has edit access to the presentation. The format of the revision ID may change over time, so it should be treated opaquely. A returned revision ID is only guaranteed to be valid for 24 hours after it has been returned and cannot be shared across users. If the revision ID is unchanged between calls, then the presentation has not changed. Conversely, a changed ID (for the same presentation and user) usually means the presentation has been updated; however, a changed ID can also be due to internal factors such as ID format changes.
3035 &quot;presentationId&quot;: &quot;A String&quot;, # The ID of the presentation.
3036 &quot;pageSize&quot;: { # A width and height. # The size of pages in the presentation.
3037 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
3038 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3039 &quot;magnitude&quot;: 3.14, # The magnitude.
3040 },
3041 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
3042 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3043 &quot;magnitude&quot;: 3.14, # The magnitude.
3044 },
3045 },
3046 &quot;masters&quot;: [ # The slide masters in the presentation. A slide master contains all common page elements and the common properties for a set of layouts. They serve three purposes: - Placeholder shapes on a master contain the default text styles and shape properties of all placeholder shapes on pages that use that master. - The master page properties define the common page properties inherited by its layouts. - Any other shapes on the master slide appear on all slides using that master, regardless of their layout.
3047 { # A page in a presentation.
3048 &quot;slideProperties&quot;: { # The properties of Page that are only relevant for pages with page_type SLIDE. # Slide specific properties. Only set if page_type = SLIDE.
3049 &quot;masterObjectId&quot;: &quot;A String&quot;, # The object ID of the master that this slide is based on. This property is read-only.
3050 &quot;notesPage&quot;: # Object with schema name: Page # The notes page that this slide is associated with. It defines the visual appearance of a notes page when printing or exporting slides with speaker notes. A notes page inherits properties from the notes master. The placeholder shape with type BODY on the notes page contains the speaker notes for this slide. The ID of this shape is identified by the speakerNotesObjectId field. The notes page is read-only except for the text content and styles of the speaker notes shape. This property is read-only.
3051 &quot;layoutObjectId&quot;: &quot;A String&quot;, # The object ID of the layout that this slide is based on. This property is read-only.
3052 },
3053 &quot;masterProperties&quot;: { # The properties of Page that are only relevant for pages with page_type MASTER. # Master specific properties. Only set if page_type = MASTER.
3054 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the master.
3055 },
3056 &quot;layoutProperties&quot;: { # The properties of Page are only relevant for pages with page_type LAYOUT. # Layout specific properties. Only set if page_type = LAYOUT.
3057 &quot;name&quot;: &quot;A String&quot;, # The name of the layout.
3058 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the layout.
3059 &quot;masterObjectId&quot;: &quot;A String&quot;, # The object ID of the master that this layout is based on.
3060 },
3061 &quot;pageType&quot;: &quot;A String&quot;, # The type of the page.
3062 &quot;pageElements&quot;: [ # The page elements rendered on the page.
3063 { # A visual element rendered on a page.
3064 &quot;objectId&quot;: &quot;A String&quot;, # The object ID for this page element. Object IDs used by google.apps.slides.v1.Page and google.apps.slides.v1.PageElement share the same namespace.
3065 &quot;video&quot;: { # A PageElement kind representing a video. # A video page element.
3066 &quot;source&quot;: &quot;A String&quot;, # The video source.
3067 &quot;url&quot;: &quot;A String&quot;, # An URL to a video. The URL is valid as long as the source video exists and sharing settings do not change.
3068 &quot;id&quot;: &quot;A String&quot;, # The video source&#x27;s unique identifier for this video.
3069 &quot;videoProperties&quot;: { # The properties of the Video. # The properties of the video.
3070 &quot;autoPlay&quot;: True or False, # Whether to enable video autoplay when the page is displayed in present mode. Defaults to false.
3071 &quot;start&quot;: 42, # The time at which to start playback, measured in seconds from the beginning of the video. If set, the start time should be before the end time. If you set this to a value that exceeds the video&#x27;s length in seconds, the video will be played from the last second. If not set, the video will be played from the beginning.
3072 &quot;mute&quot;: True or False, # Whether to mute the audio during video playback. Defaults to false.
3073 &quot;end&quot;: 42, # The time at which to end playback, measured in seconds from the beginning of the video. If set, the end time should be after the start time. If not set or if you set this to a value that exceeds the video&#x27;s length, the video will be played until its end.
3074 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the video. The default outline matches the defaults for new videos created in the Slides editor.
3075 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
3076 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
3077 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
3078 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
3079 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3080 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3081 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3082 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3083 },
3084 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3085 },
3086 },
3087 },
3088 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
3089 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3090 &quot;magnitude&quot;: 3.14, # The magnitude.
3091 },
3092 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
3093 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
3094 },
3095 },
3096 },
3097 &quot;description&quot;: &quot;A String&quot;, # The description of the page element. Combined with title to display alt text. The field is not supported for Group elements.
3098 &quot;title&quot;: &quot;A String&quot;, # The title of the page element. Combined with description to display alt text. The field is not supported for Group elements.
3099 &quot;shape&quot;: { # A PageElement kind representing a generic shape that does not have a more specific classification. # A generic shape.
3100 &quot;placeholder&quot;: { # The placeholder information that uniquely identifies a placeholder shape. # Placeholders are shapes that are inherit from corresponding placeholders on layouts and masters. If set, the shape is a placeholder shape and any inherited properties can be resolved by looking at the parent placeholder identified by the Placeholder.parent_object_id field.
3101 &quot;parentObjectId&quot;: &quot;A String&quot;, # The object ID of this shape&#x27;s parent placeholder. If unset, the parent placeholder shape does not exist, so the shape does not inherit properties from any other shape.
3102 &quot;index&quot;: 42, # The index of the placeholder. If the same placeholder types are present in the same page, they would have different index values.
3103 &quot;type&quot;: &quot;A String&quot;, # The type of the placeholder.
3104 },
3105 &quot;shapeType&quot;: &quot;A String&quot;, # The type of the shape.
3106 &quot;shapeProperties&quot;: { # The properties of a Shape. If the shape is a placeholder shape as determined by the placeholder field, then these properties may be inherited from a parent placeholder shape. Determining the rendered value of the property depends on the corresponding property_state field value. # The properties of the shape.
3107 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the shape. If unset, there is no link. Links are not inherited from parent placeholders.
3108 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
3109 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
3110 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
3111 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
3112 },
3113 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the shape. If unset, the outline is inherited from a parent placeholder if it exists. If the shape has no parent, then the default outline depends on the shape type, matching the defaults for new shapes created in the Slides editor.
3114 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
3115 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
3116 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
3117 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
3118 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3119 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3120 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3121 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3122 },
3123 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3124 },
3125 },
3126 },
3127 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
3128 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3129 &quot;magnitude&quot;: 3.14, # The magnitude.
3130 },
3131 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
3132 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
3133 },
3134 &quot;contentAlignment&quot;: &quot;A String&quot;, # The alignment of the content in the shape. If unspecified, the alignment is inherited from a parent placeholder if it exists. If the shape has no parent, the default alignment matches the alignment for new shapes created in the Slides editor.
3135 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow properties of the shape. If unset, the shadow is inherited from a parent placeholder if it exists. If the shape has no parent, then the default shadow matches the defaults for new shapes created in the Slides editor. This property is read-only.
3136 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
3137 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
3138 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
3139 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
3140 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
3141 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
3142 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
3143 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
3144 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
3145 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
3146 },
3147 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
3148 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
3149 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
3150 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3151 &quot;magnitude&quot;: 3.14, # The magnitude.
3152 },
3153 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
3154 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3155 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3156 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3157 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3158 },
3159 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3160 },
3161 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
3162 },
3163 &quot;shapeBackgroundFill&quot;: { # The shape background fill. # The background fill of the shape. If unset, the background fill is inherited from a parent placeholder if it exists. If the shape has no parent, then the default background fill depends on the shape type, matching the defaults for new shapes created in the Slides editor.
3164 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a shape will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a shape, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
3165 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
3166 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
3167 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
3168 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3169 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3170 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3171 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3172 },
3173 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3174 },
3175 },
3176 },
3177 },
3178 &quot;text&quot;: { # The general text content. The text must reside in a compatible shape (e.g. text box or rectangle) or a table cell in a page. # The text content of the shape.
3179 &quot;textElements&quot;: [ # The text contents broken down into its component parts, including styling information. This property is read-only.
3180 { # A TextElement describes the content of a range of indices in the text content of a Shape or TableCell.
3181 &quot;autoText&quot;: { # A TextElement kind that represents auto text. # A TextElement representing a spot in the text that is dynamically replaced with content that can change over time.
3182 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this auto text.
3183 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
3184 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
3185 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
3186 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
3187 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
3188 },
3189 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
3190 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
3191 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
3192 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
3193 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3194 &quot;magnitude&quot;: 3.14, # The magnitude.
3195 },
3196 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
3197 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
3198 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
3199 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
3200 },
3201 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
3202 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
3203 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
3204 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
3205 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
3206 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3207 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3208 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3209 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3210 },
3211 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3212 },
3213 },
3214 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
3215 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
3216 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3217 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3218 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3219 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3220 },
3221 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3222 },
3223 },
3224 },
3225 &quot;content&quot;: &quot;A String&quot;, # The rendered content of this auto text, if available.
3226 &quot;type&quot;: &quot;A String&quot;, # The type of this auto text.
3227 },
3228 &quot;textRun&quot;: { # A TextElement kind that represents a run of text that all has the same styling. # A TextElement representing a run of text where all of the characters in the run have the same TextStyle. The `start_index` and `end_index` of TextRuns will always be fully contained in the index range of a single `paragraph_marker` TextElement. In other words, a TextRun will never span multiple paragraphs.
3229 &quot;content&quot;: &quot;A String&quot;, # The text of this run.
3230 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this run.
3231 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
3232 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
3233 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
3234 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
3235 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
3236 },
3237 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
3238 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
3239 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
3240 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
3241 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3242 &quot;magnitude&quot;: 3.14, # The magnitude.
3243 },
3244 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
3245 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
3246 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
3247 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
3248 },
3249 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
3250 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
3251 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
3252 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
3253 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
3254 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3255 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3256 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3257 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3258 },
3259 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3260 },
3261 },
3262 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
3263 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
3264 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3265 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3266 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3267 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3268 },
3269 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3270 },
3271 },
3272 },
3273 },
3274 &quot;startIndex&quot;: 42, # The zero-based start index of this text element, in Unicode code units.
3275 &quot;paragraphMarker&quot;: { # A TextElement kind that represents the beginning of a new paragraph. # A marker representing the beginning of a new paragraph. The `start_index` and `end_index` of this TextElement represent the range of the paragraph. Other TextElements with an index range contained inside this paragraph&#x27;s range are considered to be part of this paragraph. The range of indices of two separate paragraphs will never overlap.
3276 &quot;style&quot;: { # Styles that apply to a whole paragraph. If this text is contained in a shape with a parent placeholder, then these paragraph styles may be inherited from the parent. Which paragraph styles are inherited depend on the nesting level of lists: * A paragraph not in a list will inherit its paragraph style from the paragraph at the 0 nesting level of the list inside the parent placeholder. * A paragraph in a list will inherit its paragraph style from the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited paragraph styles are represented as unset fields in this message. # The paragraph&#x27;s style
3277 &quot;spaceBelow&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space below the paragraph. If unset, the value is inherited from the parent.
3278 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3279 &quot;magnitude&quot;: 3.14, # The magnitude.
3280 },
3281 &quot;spaceAbove&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space above the paragraph. If unset, the value is inherited from the parent.
3282 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3283 &quot;magnitude&quot;: 3.14, # The magnitude.
3284 },
3285 &quot;indentFirstLine&quot;: { # A magnitude in a single direction in the specified units. # The amount of indentation for the start of the first line of the paragraph. If unset, the value is inherited from the parent.
3286 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3287 &quot;magnitude&quot;: 3.14, # The magnitude.
3288 },
3289 &quot;lineSpacing&quot;: 3.14, # The amount of space between lines, as a percentage of normal, where normal is represented as 100.0. If unset, the value is inherited from the parent.
3290 &quot;direction&quot;: &quot;A String&quot;, # The text direction of this paragraph. If unset, the value defaults to LEFT_TO_RIGHT since text direction is not inherited.
3291 &quot;indentEnd&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the end of the text, based on the current text direction. If unset, the value is inherited from the parent.
3292 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3293 &quot;magnitude&quot;: 3.14, # The magnitude.
3294 },
3295 &quot;indentStart&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the start of the text, based on the current text direction. If unset, the value is inherited from the parent.
3296 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3297 &quot;magnitude&quot;: 3.14, # The magnitude.
3298 },
3299 &quot;alignment&quot;: &quot;A String&quot;, # The text alignment for this paragraph.
3300 &quot;spacingMode&quot;: &quot;A String&quot;, # The spacing mode for the paragraph.
3301 },
3302 &quot;bullet&quot;: { # Describes the bullet of a paragraph. # The bullet for this paragraph. If not present, the paragraph does not belong to a list.
3303 &quot;glyph&quot;: &quot;A String&quot;, # The rendered bullet glyph for this paragraph.
3304 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list this paragraph belongs to.
3305 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The paragraph specific text style applied to this bullet.
3306 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
3307 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
3308 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
3309 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
3310 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
3311 },
3312 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
3313 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
3314 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
3315 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
3316 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3317 &quot;magnitude&quot;: 3.14, # The magnitude.
3318 },
3319 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
3320 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
3321 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
3322 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
3323 },
3324 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
3325 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
3326 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
3327 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
3328 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
3329 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3330 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3331 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3332 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3333 },
3334 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3335 },
3336 },
3337 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
3338 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
3339 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3340 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3341 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3342 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3343 },
3344 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3345 },
3346 },
3347 },
3348 &quot;nestingLevel&quot;: 42, # The nesting level of this paragraph in the list.
3349 },
3350 },
3351 &quot;endIndex&quot;: 42, # The zero-based end index of this text element, exclusive, in Unicode code units.
3352 },
3353 ],
3354 &quot;lists&quot;: { # The bulleted lists contained in this text, keyed by list ID.
3355 &quot;a_key&quot;: { # A List describes the look and feel of bullets belonging to paragraphs associated with a list. A paragraph that is part of a list has an implicit reference to that list&#x27;s ID.
3356 &quot;nestingLevel&quot;: { # A map of nesting levels to the properties of bullets at the associated level. A list has at most nine levels of nesting, so the possible values for the keys of this map are 0 through 8, inclusive.
3357 &quot;a_key&quot;: { # Contains properties describing the look and feel of a list bullet at a given level of nesting.
3358 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The style of a bullet at this level of nesting.
3359 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
3360 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
3361 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
3362 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
3363 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
3364 },
3365 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
3366 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
3367 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
3368 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
3369 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3370 &quot;magnitude&quot;: 3.14, # The magnitude.
3371 },
3372 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
3373 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
3374 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
3375 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
3376 },
3377 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
3378 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
3379 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
3380 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
3381 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
3382 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3383 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3384 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3385 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3386 },
3387 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3388 },
3389 },
3390 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
3391 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
3392 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3393 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3394 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3395 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3396 },
3397 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3398 },
3399 },
3400 },
3401 },
3402 },
3403 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list.
3404 },
3405 },
3406 },
3407 },
3408 &quot;line&quot;: { # A PageElement kind representing a non-connector line, straight connector, curved connector, or bent connector. # A line page element.
3409 &quot;lineProperties&quot;: { # The properties of the Line. When unset, these fields default to values that match the appearance of new lines created in the Slides editor. # The properties of the line.
3410 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the line. If unset, there is no link.
3411 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
3412 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
3413 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
3414 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
3415 },
3416 &quot;lineFill&quot;: { # The fill of the line. # The fill of the line. The default line fill matches the defaults for new lines created in the Slides editor.
3417 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
3418 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
3419 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
3420 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3421 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3422 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3423 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3424 },
3425 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3426 },
3427 },
3428 },
3429 &quot;startArrow&quot;: &quot;A String&quot;, # The style of the arrow at the beginning of the line.
3430 &quot;startConnection&quot;: { # The properties for one end of a Line connection. # The connection at the beginning of the line. If unset, there is no connection. Only lines with a Type indicating it is a &quot;connector&quot; can have a `start_connection`.
3431 &quot;connectedObjectId&quot;: &quot;A String&quot;, # The object ID of the connected page element. Some page elements, such as groups, tables, and lines do not have connection sites and therefore cannot be connected to a connector line.
3432 &quot;connectionSiteIndex&quot;: 42, # The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in the description of the &quot;cnx&quot; attribute in section 20.1.9.9 and Annex H. &quot;Predefined DrawingML Shape and Text Geometries&quot; of &quot;Office Open XML File Formats-Fundamentals and Markup Language Reference&quot;, part 1 of [ECMA-376 5th edition] (http://www.ecma-international.org/publications/standards/Ecma-376.htm). The position of each connection site can also be viewed from Slides editor.
3433 },
3434 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the line.
3435 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3436 &quot;magnitude&quot;: 3.14, # The magnitude.
3437 },
3438 &quot;endArrow&quot;: &quot;A String&quot;, # The style of the arrow at the end of the line.
3439 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the line.
3440 &quot;endConnection&quot;: { # The properties for one end of a Line connection. # The connection at the end of the line. If unset, there is no connection. Only lines with a Type indicating it is a &quot;connector&quot; can have an `end_connection`.
3441 &quot;connectedObjectId&quot;: &quot;A String&quot;, # The object ID of the connected page element. Some page elements, such as groups, tables, and lines do not have connection sites and therefore cannot be connected to a connector line.
3442 &quot;connectionSiteIndex&quot;: 42, # The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in the description of the &quot;cnx&quot; attribute in section 20.1.9.9 and Annex H. &quot;Predefined DrawingML Shape and Text Geometries&quot; of &quot;Office Open XML File Formats-Fundamentals and Markup Language Reference&quot;, part 1 of [ECMA-376 5th edition] (http://www.ecma-international.org/publications/standards/Ecma-376.htm). The position of each connection site can also be viewed from Slides editor.
3443 },
3444 },
3445 &quot;lineType&quot;: &quot;A String&quot;, # The type of the line.
3446 &quot;lineCategory&quot;: &quot;A String&quot;, # The category of the line. It matches the `category` specified in CreateLineRequest, and can be updated with UpdateLineCategoryRequest.
3447 },
3448 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # The transform of the page element. The visual appearance of the page element is determined by its absolute transform. To compute the absolute transform, preconcatenate a page element&#x27;s transform with the transforms of all of its parent groups. If the page element is not in a group, its absolute transform is the same as the value in this field. The initial transform for the newly created Group is always the identity transform.
3449 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
3450 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
3451 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
3452 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
3453 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
3454 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
3455 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
3456 },
3457 &quot;wordArt&quot;: { # A PageElement kind representing word art. # A word art page element.
3458 &quot;renderedText&quot;: &quot;A String&quot;, # The text rendered as word art.
3459 },
3460 &quot;image&quot;: { # A PageElement kind representing an image. # An image page element.
3461 &quot;contentUrl&quot;: &quot;A String&quot;, # An URL to an image with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation&#x27;s sharing settings change.
3462 &quot;imageProperties&quot;: { # The properties of the Image. # The properties of the image.
3463 &quot;recolor&quot;: { # A recolor effect applied on an image. # The recolor effect of the image. If not set, the image is not recolored. This property is read-only.
3464 &quot;recolorStops&quot;: [ # The recolor effect is represented by a gradient, which is a list of color stops. The colors in the gradient will replace the corresponding colors at the same position in the color palette and apply to the image. This property is read-only.
3465 { # A color and position in a gradient band.
3466 &quot;position&quot;: 3.14, # The relative position of the color stop in the gradient band measured in percentage. The value should be in the interval [0.0, 1.0].
3467 &quot;alpha&quot;: 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0, fully opaque.
3468 &quot;color&quot;: { # A themeable solid color value. # The color of the gradient stop.
3469 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3470 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3471 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3472 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3473 },
3474 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3475 },
3476 },
3477 ],
3478 &quot;name&quot;: &quot;A String&quot;, # The name of the recolor effect. The name is determined from the `recolor_stops` by matching the gradient against the colors in the page&#x27;s current color scheme. This property is read-only.
3479 },
3480 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link.
3481 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
3482 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
3483 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
3484 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
3485 },
3486 &quot;contrast&quot;: 3.14, # The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
3487 &quot;brightness&quot;: 3.14, # The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
3488 &quot;transparency&quot;: 3.14, # The transparency effect of the image. The value should be in the interval [0.0, 1.0], where 0 means no effect and 1 means completely transparent. This property is read-only.
3489 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow of the image. If not set, the image has no shadow. This property is read-only.
3490 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
3491 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
3492 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
3493 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
3494 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
3495 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
3496 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
3497 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
3498 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
3499 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
3500 },
3501 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
3502 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
3503 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
3504 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3505 &quot;magnitude&quot;: 3.14, # The magnitude.
3506 },
3507 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
3508 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3509 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3510 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3511 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3512 },
3513 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3514 },
3515 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
3516 },
3517 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the image. If not set, the image has no outline.
3518 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
3519 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
3520 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
3521 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
3522 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3523 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3524 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3525 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3526 },
3527 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3528 },
3529 },
3530 },
3531 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
3532 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3533 &quot;magnitude&quot;: 3.14, # The magnitude.
3534 },
3535 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
3536 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
3537 },
3538 &quot;cropProperties&quot;: { # The crop properties of an object enclosed in a container. For example, an Image. The crop properties is represented by the offsets of four edges which define a crop rectangle. The offsets are measured in percentage from the corresponding edges of the object&#x27;s original bounding rectangle towards inside, relative to the object&#x27;s original dimensions. - If the offset is in the interval (0, 1), the corresponding edge of crop rectangle is positioned inside of the object&#x27;s original bounding rectangle. - If the offset is negative or greater than 1, the corresponding edge of crop rectangle is positioned outside of the object&#x27;s original bounding rectangle. - If the left edge of the crop rectangle is on the right side of its right edge, the object will be flipped horizontally. - If the top edge of the crop rectangle is below its bottom edge, the object will be flipped vertically. - If all offsets and rotation angle is 0, the object is not cropped. After cropping, the content in the crop rectangle will be stretched to fit its container. # The crop properties of the image. If not set, the image is not cropped. This property is read-only.
3539 &quot;leftOffset&quot;: 3.14, # The offset specifies the left edge of the crop rectangle that is located to the right of the original bounding rectangle left edge, relative to the object&#x27;s original width.
3540 &quot;rightOffset&quot;: 3.14, # The offset specifies the right edge of the crop rectangle that is located to the left of the original bounding rectangle right edge, relative to the object&#x27;s original width.
3541 &quot;angle&quot;: 3.14, # The rotation angle of the crop window around its center, in radians. Rotation angle is applied after the offset.
3542 &quot;bottomOffset&quot;: 3.14, # The offset specifies the bottom edge of the crop rectangle that is located above the original bounding rectangle bottom edge, relative to the object&#x27;s original height.
3543 &quot;topOffset&quot;: 3.14, # The offset specifies the top edge of the crop rectangle that is located below the original bounding rectangle top edge, relative to the object&#x27;s original height.
3544 },
3545 },
3546 &quot;sourceUrl&quot;: &quot;A String&quot;, # The source URL is the URL used to insert the image. The source URL can be empty.
3547 },
3548 &quot;table&quot;: { # A PageElement kind representing a table. # A table page element.
3549 &quot;tableRows&quot;: [ # Properties and contents of each row. Cells that span multiple rows are contained in only one of these rows and have a row_span greater than 1.
3550 { # Properties and contents of each row in a table.
3551 &quot;tableRowProperties&quot;: { # Properties of each row in a table. # Properties of the row.
3552 &quot;minRowHeight&quot;: { # A magnitude in a single direction in the specified units. # Minimum height of the row. The row will be rendered in the Slides editor at a height equal to or greater than this value in order to show all the text in the row&#x27;s cell(s).
3553 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3554 &quot;magnitude&quot;: 3.14, # The magnitude.
3555 },
3556 },
3557 &quot;rowHeight&quot;: { # A magnitude in a single direction in the specified units. # Height of a row.
3558 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3559 &quot;magnitude&quot;: 3.14, # The magnitude.
3560 },
3561 &quot;tableCells&quot;: [ # Properties and contents of each cell. Cells that span multiple columns are represented only once with a column_span greater than 1. As a result, the length of this collection does not always match the number of columns of the entire table.
3562 { # Properties and contents of each table cell.
3563 &quot;tableCellProperties&quot;: { # The properties of the TableCell. # The properties of the table cell.
3564 &quot;contentAlignment&quot;: &quot;A String&quot;, # The alignment of the content in the table cell. The default alignment matches the alignment for newly created table cells in the Slides editor.
3565 &quot;tableCellBackgroundFill&quot;: { # The table cell background fill. # The background fill of the table cell. The default fill matches the fill for newly created table cells in the Slides editor.
3566 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a table cell will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a table cell, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
3567 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
3568 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
3569 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
3570 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3571 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3572 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3573 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3574 },
3575 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3576 },
3577 },
3578 },
3579 },
3580 &quot;rowSpan&quot;: 42, # Row span of the cell.
3581 &quot;text&quot;: { # The general text content. The text must reside in a compatible shape (e.g. text box or rectangle) or a table cell in a page. # The text content of the cell.
3582 &quot;textElements&quot;: [ # The text contents broken down into its component parts, including styling information. This property is read-only.
3583 { # A TextElement describes the content of a range of indices in the text content of a Shape or TableCell.
3584 &quot;autoText&quot;: { # A TextElement kind that represents auto text. # A TextElement representing a spot in the text that is dynamically replaced with content that can change over time.
3585 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this auto text.
3586 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
3587 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
3588 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
3589 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
3590 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
3591 },
3592 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
3593 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
3594 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
3595 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
3596 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3597 &quot;magnitude&quot;: 3.14, # The magnitude.
3598 },
3599 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
3600 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
3601 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
3602 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
3603 },
3604 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
3605 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
3606 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
3607 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
3608 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
3609 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3610 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3611 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3612 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3613 },
3614 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3615 },
3616 },
3617 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
3618 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
3619 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3620 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3621 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3622 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3623 },
3624 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3625 },
3626 },
3627 },
3628 &quot;content&quot;: &quot;A String&quot;, # The rendered content of this auto text, if available.
3629 &quot;type&quot;: &quot;A String&quot;, # The type of this auto text.
3630 },
3631 &quot;textRun&quot;: { # A TextElement kind that represents a run of text that all has the same styling. # A TextElement representing a run of text where all of the characters in the run have the same TextStyle. The `start_index` and `end_index` of TextRuns will always be fully contained in the index range of a single `paragraph_marker` TextElement. In other words, a TextRun will never span multiple paragraphs.
3632 &quot;content&quot;: &quot;A String&quot;, # The text of this run.
3633 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this run.
3634 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
3635 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
3636 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
3637 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
3638 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
3639 },
3640 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
3641 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
3642 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
3643 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
3644 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3645 &quot;magnitude&quot;: 3.14, # The magnitude.
3646 },
3647 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
3648 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
3649 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
3650 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
3651 },
3652 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
3653 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
3654 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
3655 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
3656 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
3657 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3658 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3659 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3660 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3661 },
3662 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3663 },
3664 },
3665 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
3666 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
3667 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3668 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3669 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3670 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3671 },
3672 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3673 },
3674 },
3675 },
3676 },
3677 &quot;startIndex&quot;: 42, # The zero-based start index of this text element, in Unicode code units.
3678 &quot;paragraphMarker&quot;: { # A TextElement kind that represents the beginning of a new paragraph. # A marker representing the beginning of a new paragraph. The `start_index` and `end_index` of this TextElement represent the range of the paragraph. Other TextElements with an index range contained inside this paragraph&#x27;s range are considered to be part of this paragraph. The range of indices of two separate paragraphs will never overlap.
3679 &quot;style&quot;: { # Styles that apply to a whole paragraph. If this text is contained in a shape with a parent placeholder, then these paragraph styles may be inherited from the parent. Which paragraph styles are inherited depend on the nesting level of lists: * A paragraph not in a list will inherit its paragraph style from the paragraph at the 0 nesting level of the list inside the parent placeholder. * A paragraph in a list will inherit its paragraph style from the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited paragraph styles are represented as unset fields in this message. # The paragraph&#x27;s style
3680 &quot;spaceBelow&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space below the paragraph. If unset, the value is inherited from the parent.
3681 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3682 &quot;magnitude&quot;: 3.14, # The magnitude.
3683 },
3684 &quot;spaceAbove&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space above the paragraph. If unset, the value is inherited from the parent.
3685 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3686 &quot;magnitude&quot;: 3.14, # The magnitude.
3687 },
3688 &quot;indentFirstLine&quot;: { # A magnitude in a single direction in the specified units. # The amount of indentation for the start of the first line of the paragraph. If unset, the value is inherited from the parent.
3689 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3690 &quot;magnitude&quot;: 3.14, # The magnitude.
3691 },
3692 &quot;lineSpacing&quot;: 3.14, # The amount of space between lines, as a percentage of normal, where normal is represented as 100.0. If unset, the value is inherited from the parent.
3693 &quot;direction&quot;: &quot;A String&quot;, # The text direction of this paragraph. If unset, the value defaults to LEFT_TO_RIGHT since text direction is not inherited.
3694 &quot;indentEnd&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the end of the text, based on the current text direction. If unset, the value is inherited from the parent.
3695 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3696 &quot;magnitude&quot;: 3.14, # The magnitude.
3697 },
3698 &quot;indentStart&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the start of the text, based on the current text direction. If unset, the value is inherited from the parent.
3699 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3700 &quot;magnitude&quot;: 3.14, # The magnitude.
3701 },
3702 &quot;alignment&quot;: &quot;A String&quot;, # The text alignment for this paragraph.
3703 &quot;spacingMode&quot;: &quot;A String&quot;, # The spacing mode for the paragraph.
3704 },
3705 &quot;bullet&quot;: { # Describes the bullet of a paragraph. # The bullet for this paragraph. If not present, the paragraph does not belong to a list.
3706 &quot;glyph&quot;: &quot;A String&quot;, # The rendered bullet glyph for this paragraph.
3707 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list this paragraph belongs to.
3708 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The paragraph specific text style applied to this bullet.
3709 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
3710 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
3711 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
3712 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
3713 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
3714 },
3715 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
3716 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
3717 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
3718 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
3719 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3720 &quot;magnitude&quot;: 3.14, # The magnitude.
3721 },
3722 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
3723 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
3724 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
3725 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
3726 },
3727 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
3728 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
3729 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
3730 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
3731 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
3732 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3733 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3734 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3735 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3736 },
3737 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3738 },
3739 },
3740 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
3741 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
3742 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3743 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3744 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3745 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3746 },
3747 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3748 },
3749 },
3750 },
3751 &quot;nestingLevel&quot;: 42, # The nesting level of this paragraph in the list.
3752 },
3753 },
3754 &quot;endIndex&quot;: 42, # The zero-based end index of this text element, exclusive, in Unicode code units.
3755 },
3756 ],
3757 &quot;lists&quot;: { # The bulleted lists contained in this text, keyed by list ID.
3758 &quot;a_key&quot;: { # A List describes the look and feel of bullets belonging to paragraphs associated with a list. A paragraph that is part of a list has an implicit reference to that list&#x27;s ID.
3759 &quot;nestingLevel&quot;: { # A map of nesting levels to the properties of bullets at the associated level. A list has at most nine levels of nesting, so the possible values for the keys of this map are 0 through 8, inclusive.
3760 &quot;a_key&quot;: { # Contains properties describing the look and feel of a list bullet at a given level of nesting.
3761 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The style of a bullet at this level of nesting.
3762 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
3763 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
3764 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
3765 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
3766 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
3767 },
3768 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
3769 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
3770 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
3771 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
3772 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3773 &quot;magnitude&quot;: 3.14, # The magnitude.
3774 },
3775 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
3776 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
3777 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
3778 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
3779 },
3780 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
3781 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
3782 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
3783 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
3784 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
3785 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3786 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3787 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3788 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3789 },
3790 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3791 },
3792 },
3793 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
3794 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
3795 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3796 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3797 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3798 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3799 },
3800 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3801 },
3802 },
3803 },
3804 },
3805 },
3806 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list.
3807 },
3808 },
3809 },
3810 &quot;columnSpan&quot;: 42, # Column span of the cell.
3811 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the cell within the table.
3812 &quot;rowIndex&quot;: 42, # The 0-based row index.
3813 &quot;columnIndex&quot;: 42, # The 0-based column index.
3814 },
3815 },
3816 ],
3817 },
3818 ],
3819 &quot;horizontalBorderRows&quot;: [ # Properties of horizontal cell borders. A table&#x27;s horizontal cell borders are represented as a grid. The grid has one more row than the number of rows in the table and the same number of columns as the table. For example, if the table is 3 x 3, its horizontal borders will be represented as a grid with 4 rows and 3 columns.
3820 { # Contents of each border row in a table.
3821 &quot;tableBorderCells&quot;: [ # Properties of each border cell. When a border&#x27;s adjacent table cells are merged, it is not included in the response.
3822 { # The properties of each border cell.
3823 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the border within the border table.
3824 &quot;rowIndex&quot;: 42, # The 0-based row index.
3825 &quot;columnIndex&quot;: 42, # The 0-based column index.
3826 },
3827 &quot;tableBorderProperties&quot;: { # The border styling properties of the TableBorderCell. # The border properties.
3828 &quot;tableBorderFill&quot;: { # The fill of the border. # The fill of the table border.
3829 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid fill.
3830 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
3831 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
3832 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3833 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3834 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3835 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3836 },
3837 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3838 },
3839 },
3840 },
3841 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the border.
3842 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3843 &quot;magnitude&quot;: 3.14, # The magnitude.
3844 },
3845 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the border.
3846 },
3847 },
3848 ],
3849 },
3850 ],
3851 &quot;verticalBorderRows&quot;: [ # Properties of vertical cell borders. A table&#x27;s vertical cell borders are represented as a grid. The grid has the same number of rows as the table and one more column than the number of columns in the table. For example, if the table is 3 x 3, its vertical borders will be represented as a grid with 3 rows and 4 columns.
3852 { # Contents of each border row in a table.
3853 &quot;tableBorderCells&quot;: [ # Properties of each border cell. When a border&#x27;s adjacent table cells are merged, it is not included in the response.
3854 { # The properties of each border cell.
3855 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the border within the border table.
3856 &quot;rowIndex&quot;: 42, # The 0-based row index.
3857 &quot;columnIndex&quot;: 42, # The 0-based column index.
3858 },
3859 &quot;tableBorderProperties&quot;: { # The border styling properties of the TableBorderCell. # The border properties.
3860 &quot;tableBorderFill&quot;: { # The fill of the border. # The fill of the table border.
3861 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid fill.
3862 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
3863 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
3864 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3865 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3866 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3867 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3868 },
3869 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3870 },
3871 },
3872 },
3873 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the border.
3874 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3875 &quot;magnitude&quot;: 3.14, # The magnitude.
3876 },
3877 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the border.
3878 },
3879 },
3880 ],
3881 },
3882 ],
3883 &quot;rows&quot;: 42, # Number of rows in the table.
3884 &quot;columns&quot;: 42, # Number of columns in the table.
3885 &quot;tableColumns&quot;: [ # Properties of each column.
3886 { # Properties of each column in a table.
3887 &quot;columnWidth&quot;: { # A magnitude in a single direction in the specified units. # Width of a column.
3888 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3889 &quot;magnitude&quot;: 3.14, # The magnitude.
3890 },
3891 },
3892 ],
3893 },
3894 &quot;size&quot;: { # A width and height. # The size of the page element.
3895 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
3896 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3897 &quot;magnitude&quot;: 3.14, # The magnitude.
3898 },
3899 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
3900 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3901 &quot;magnitude&quot;: 3.14, # The magnitude.
3902 },
3903 },
3904 &quot;elementGroup&quot;: { # A PageElement kind representing a joined collection of PageElements. # A collection of page elements joined as a single unit.
3905 &quot;children&quot;: [ # The collection of elements in the group. The minimum size of a group is 2.
3906 # Object with schema name: PageElement
3907 ],
3908 },
3909 &quot;sheetsChart&quot;: { # A PageElement kind representing a linked chart embedded from Google Sheets. # A linked chart embedded from Google Sheets. Unlinked charts are represented as images.
3910 &quot;sheetsChartProperties&quot;: { # The properties of the SheetsChart. # The properties of the Sheets chart.
3911 &quot;chartImageProperties&quot;: { # The properties of the Image. # The properties of the embedded chart image.
3912 &quot;recolor&quot;: { # A recolor effect applied on an image. # The recolor effect of the image. If not set, the image is not recolored. This property is read-only.
3913 &quot;recolorStops&quot;: [ # The recolor effect is represented by a gradient, which is a list of color stops. The colors in the gradient will replace the corresponding colors at the same position in the color palette and apply to the image. This property is read-only.
3914 { # A color and position in a gradient band.
3915 &quot;position&quot;: 3.14, # The relative position of the color stop in the gradient band measured in percentage. The value should be in the interval [0.0, 1.0].
3916 &quot;alpha&quot;: 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0, fully opaque.
3917 &quot;color&quot;: { # A themeable solid color value. # The color of the gradient stop.
3918 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3919 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3920 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3921 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3922 },
3923 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3924 },
3925 },
3926 ],
3927 &quot;name&quot;: &quot;A String&quot;, # The name of the recolor effect. The name is determined from the `recolor_stops` by matching the gradient against the colors in the page&#x27;s current color scheme. This property is read-only.
3928 },
3929 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link.
3930 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
3931 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
3932 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
3933 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
3934 },
3935 &quot;contrast&quot;: 3.14, # The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
3936 &quot;brightness&quot;: 3.14, # The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
3937 &quot;transparency&quot;: 3.14, # The transparency effect of the image. The value should be in the interval [0.0, 1.0], where 0 means no effect and 1 means completely transparent. This property is read-only.
3938 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow of the image. If not set, the image has no shadow. This property is read-only.
3939 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
3940 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
3941 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
3942 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
3943 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
3944 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
3945 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
3946 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
3947 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
3948 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
3949 },
3950 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
3951 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
3952 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
3953 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3954 &quot;magnitude&quot;: 3.14, # The magnitude.
3955 },
3956 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
3957 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3958 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3959 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3960 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3961 },
3962 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3963 },
3964 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
3965 },
3966 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the image. If not set, the image has no outline.
3967 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
3968 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
3969 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
3970 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
3971 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
3972 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
3973 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
3974 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
3975 },
3976 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
3977 },
3978 },
3979 },
3980 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
3981 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
3982 &quot;magnitude&quot;: 3.14, # The magnitude.
3983 },
3984 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
3985 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
3986 },
3987 &quot;cropProperties&quot;: { # The crop properties of an object enclosed in a container. For example, an Image. The crop properties is represented by the offsets of four edges which define a crop rectangle. The offsets are measured in percentage from the corresponding edges of the object&#x27;s original bounding rectangle towards inside, relative to the object&#x27;s original dimensions. - If the offset is in the interval (0, 1), the corresponding edge of crop rectangle is positioned inside of the object&#x27;s original bounding rectangle. - If the offset is negative or greater than 1, the corresponding edge of crop rectangle is positioned outside of the object&#x27;s original bounding rectangle. - If the left edge of the crop rectangle is on the right side of its right edge, the object will be flipped horizontally. - If the top edge of the crop rectangle is below its bottom edge, the object will be flipped vertically. - If all offsets and rotation angle is 0, the object is not cropped. After cropping, the content in the crop rectangle will be stretched to fit its container. # The crop properties of the image. If not set, the image is not cropped. This property is read-only.
3988 &quot;leftOffset&quot;: 3.14, # The offset specifies the left edge of the crop rectangle that is located to the right of the original bounding rectangle left edge, relative to the object&#x27;s original width.
3989 &quot;rightOffset&quot;: 3.14, # The offset specifies the right edge of the crop rectangle that is located to the left of the original bounding rectangle right edge, relative to the object&#x27;s original width.
3990 &quot;angle&quot;: 3.14, # The rotation angle of the crop window around its center, in radians. Rotation angle is applied after the offset.
3991 &quot;bottomOffset&quot;: 3.14, # The offset specifies the bottom edge of the crop rectangle that is located above the original bounding rectangle bottom edge, relative to the object&#x27;s original height.
3992 &quot;topOffset&quot;: 3.14, # The offset specifies the top edge of the crop rectangle that is located below the original bounding rectangle top edge, relative to the object&#x27;s original height.
3993 },
3994 },
3995 },
3996 &quot;contentUrl&quot;: &quot;A String&quot;, # The URL of an image of the embedded chart, with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation&#x27;s sharing settings change.
3997 &quot;spreadsheetId&quot;: &quot;A String&quot;, # The ID of the Google Sheets spreadsheet that contains the source chart.
3998 &quot;chartId&quot;: 42, # The ID of the specific chart in the Google Sheets spreadsheet that is embedded.
3999 },
4000 },
4001 ],
4002 &quot;objectId&quot;: &quot;A String&quot;, # The object ID for this page. Object IDs used by Page and PageElement share the same namespace.
4003 &quot;pageProperties&quot;: { # The properties of the Page. The page will inherit properties from the parent page. Depending on the page type the hierarchy is defined in either SlideProperties or LayoutProperties. # The properties of the page.
4004 &quot;pageBackgroundFill&quot;: { # The page background fill. # The background fill of the page. If unset, the background fill is inherited from a parent page if it exists. If the page has no parent, then the background fill defaults to the corresponding fill in the Slides editor.
4005 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a page will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a page, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
4006 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
4007 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
4008 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
4009 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4010 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
4011 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
4012 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
4013 },
4014 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4015 },
4016 },
4017 &quot;stretchedPictureFill&quot;: { # The stretched picture fill. The page or page element is filled entirely with the specified picture. The picture is stretched to fit its container. # Stretched picture fill.
4018 &quot;contentUrl&quot;: &quot;A String&quot;, # Reading the content_url: An URL to a picture with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the picture as the original requester. Access to the picture may be lost if the presentation&#x27;s sharing settings change. Writing the content_url: The picture is fetched once at insertion time and a copy is stored for display inside the presentation. Pictures must be less than 50MB in size, cannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF format. The provided URL can be at most 2 kB in length.
4019 &quot;size&quot;: { # A width and height. # The original size of the picture fill. This field is read-only.
4020 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
4021 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4022 &quot;magnitude&quot;: 3.14, # The magnitude.
4023 },
4024 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
4025 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4026 &quot;magnitude&quot;: 3.14, # The magnitude.
4027 },
4028 },
4029 },
4030 },
4031 &quot;colorScheme&quot;: { # The palette of predefined colors for a page. # The color scheme of the page. If unset, the color scheme is inherited from a parent page. If the page has no parent, the color scheme uses a default Slides color scheme, matching the defaults in the Slides editor. Only the concrete colors of the first 12 ThemeColorTypes are editable. In addition, only the color scheme on `Master` pages can be updated. To update the field, a color scheme containing mappings from all the first 12 ThemeColorTypes to their concrete colors must be provided. Colors for the remaining ThemeColorTypes will be ignored.
4032 &quot;colors&quot;: [ # The ThemeColorType and corresponding concrete color pairs.
4033 { # A pair mapping a theme color type to the concrete color it represents.
4034 &quot;type&quot;: &quot;A String&quot;, # The type of the theme color.
4035 &quot;color&quot;: { # An RGB color. # The concrete color corresponding to the theme color type above.
4036 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
4037 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
4038 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
4039 },
4040 },
4041 ],
4042 },
4043 },
4044 &quot;revisionId&quot;: &quot;A String&quot;, # The revision ID of the presentation containing this page. Can be used in update requests to assert that the presentation revision hasn&#x27;t changed since the last read operation. Only populated if the user has edit access to the presentation. The format of the revision ID may change over time, so it should be treated opaquely. A returned revision ID is only guaranteed to be valid for 24 hours after it has been returned and cannot be shared across users. If the revision ID is unchanged between calls, then the presentation has not changed. Conversely, a changed ID (for the same presentation and user) usually means the presentation has been updated; however, a changed ID can also be due to internal factors such as ID format changes.
4045 &quot;notesProperties&quot;: { # The properties of Page that are only relevant for pages with page_type NOTES. # Notes specific properties. Only set if page_type = NOTES.
4046 &quot;speakerNotesObjectId&quot;: &quot;A String&quot;, # The object ID of the shape on this notes page that contains the speaker notes for the corresponding slide. The actual shape may not always exist on the notes page. Inserting text using this object ID will automatically create the shape. In this case, the actual shape may have different object ID. The `GetPresentation` or `GetPage` action will always return the latest object ID.
4047 },
4048 },
4049 ],
4050 &quot;title&quot;: &quot;A String&quot;, # The title of the presentation.
4051 &quot;locale&quot;: &quot;A String&quot;, # The locale of the presentation, as an IETF BCP 47 language tag.
4052 &quot;notesMaster&quot;: { # A page in a presentation. # The notes master in the presentation. It serves three purposes: - Placeholder shapes on a notes master contain the default text styles and shape properties of all placeholder shapes on notes pages. Specifically, a `SLIDE_IMAGE` placeholder shape contains the slide thumbnail, and a `BODY` placeholder shape contains the speaker notes. - The notes master page properties define the common page properties inherited by all notes pages. - Any other shapes on the notes master appears on all notes pages. The notes master is read-only.
4053 &quot;slideProperties&quot;: { # The properties of Page that are only relevant for pages with page_type SLIDE. # Slide specific properties. Only set if page_type = SLIDE.
4054 &quot;masterObjectId&quot;: &quot;A String&quot;, # The object ID of the master that this slide is based on. This property is read-only.
4055 &quot;notesPage&quot;: # Object with schema name: Page # The notes page that this slide is associated with. It defines the visual appearance of a notes page when printing or exporting slides with speaker notes. A notes page inherits properties from the notes master. The placeholder shape with type BODY on the notes page contains the speaker notes for this slide. The ID of this shape is identified by the speakerNotesObjectId field. The notes page is read-only except for the text content and styles of the speaker notes shape. This property is read-only.
4056 &quot;layoutObjectId&quot;: &quot;A String&quot;, # The object ID of the layout that this slide is based on. This property is read-only.
4057 },
4058 &quot;masterProperties&quot;: { # The properties of Page that are only relevant for pages with page_type MASTER. # Master specific properties. Only set if page_type = MASTER.
4059 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the master.
4060 },
4061 &quot;layoutProperties&quot;: { # The properties of Page are only relevant for pages with page_type LAYOUT. # Layout specific properties. Only set if page_type = LAYOUT.
4062 &quot;name&quot;: &quot;A String&quot;, # The name of the layout.
4063 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the layout.
4064 &quot;masterObjectId&quot;: &quot;A String&quot;, # The object ID of the master that this layout is based on.
4065 },
4066 &quot;pageType&quot;: &quot;A String&quot;, # The type of the page.
4067 &quot;pageElements&quot;: [ # The page elements rendered on the page.
4068 { # A visual element rendered on a page.
4069 &quot;objectId&quot;: &quot;A String&quot;, # The object ID for this page element. Object IDs used by google.apps.slides.v1.Page and google.apps.slides.v1.PageElement share the same namespace.
4070 &quot;video&quot;: { # A PageElement kind representing a video. # A video page element.
4071 &quot;source&quot;: &quot;A String&quot;, # The video source.
4072 &quot;url&quot;: &quot;A String&quot;, # An URL to a video. The URL is valid as long as the source video exists and sharing settings do not change.
4073 &quot;id&quot;: &quot;A String&quot;, # The video source&#x27;s unique identifier for this video.
4074 &quot;videoProperties&quot;: { # The properties of the Video. # The properties of the video.
4075 &quot;autoPlay&quot;: True or False, # Whether to enable video autoplay when the page is displayed in present mode. Defaults to false.
4076 &quot;start&quot;: 42, # The time at which to start playback, measured in seconds from the beginning of the video. If set, the start time should be before the end time. If you set this to a value that exceeds the video&#x27;s length in seconds, the video will be played from the last second. If not set, the video will be played from the beginning.
4077 &quot;mute&quot;: True or False, # Whether to mute the audio during video playback. Defaults to false.
4078 &quot;end&quot;: 42, # The time at which to end playback, measured in seconds from the beginning of the video. If set, the end time should be after the start time. If not set or if you set this to a value that exceeds the video&#x27;s length, the video will be played until its end.
4079 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the video. The default outline matches the defaults for new videos created in the Slides editor.
4080 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
4081 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
4082 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
4083 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
4084 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4085 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
4086 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
4087 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
4088 },
4089 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4090 },
4091 },
4092 },
4093 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
4094 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4095 &quot;magnitude&quot;: 3.14, # The magnitude.
4096 },
4097 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
4098 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
4099 },
4100 },
4101 },
4102 &quot;description&quot;: &quot;A String&quot;, # The description of the page element. Combined with title to display alt text. The field is not supported for Group elements.
4103 &quot;title&quot;: &quot;A String&quot;, # The title of the page element. Combined with description to display alt text. The field is not supported for Group elements.
4104 &quot;shape&quot;: { # A PageElement kind representing a generic shape that does not have a more specific classification. # A generic shape.
4105 &quot;placeholder&quot;: { # The placeholder information that uniquely identifies a placeholder shape. # Placeholders are shapes that are inherit from corresponding placeholders on layouts and masters. If set, the shape is a placeholder shape and any inherited properties can be resolved by looking at the parent placeholder identified by the Placeholder.parent_object_id field.
4106 &quot;parentObjectId&quot;: &quot;A String&quot;, # The object ID of this shape&#x27;s parent placeholder. If unset, the parent placeholder shape does not exist, so the shape does not inherit properties from any other shape.
4107 &quot;index&quot;: 42, # The index of the placeholder. If the same placeholder types are present in the same page, they would have different index values.
4108 &quot;type&quot;: &quot;A String&quot;, # The type of the placeholder.
4109 },
4110 &quot;shapeType&quot;: &quot;A String&quot;, # The type of the shape.
4111 &quot;shapeProperties&quot;: { # The properties of a Shape. If the shape is a placeholder shape as determined by the placeholder field, then these properties may be inherited from a parent placeholder shape. Determining the rendered value of the property depends on the corresponding property_state field value. # The properties of the shape.
4112 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the shape. If unset, there is no link. Links are not inherited from parent placeholders.
4113 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
4114 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
4115 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
4116 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
4117 },
4118 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the shape. If unset, the outline is inherited from a parent placeholder if it exists. If the shape has no parent, then the default outline depends on the shape type, matching the defaults for new shapes created in the Slides editor.
4119 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
4120 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
4121 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
4122 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
4123 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4124 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
4125 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
4126 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
4127 },
4128 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4129 },
4130 },
4131 },
4132 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
4133 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4134 &quot;magnitude&quot;: 3.14, # The magnitude.
4135 },
4136 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
4137 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
4138 },
4139 &quot;contentAlignment&quot;: &quot;A String&quot;, # The alignment of the content in the shape. If unspecified, the alignment is inherited from a parent placeholder if it exists. If the shape has no parent, the default alignment matches the alignment for new shapes created in the Slides editor.
4140 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow properties of the shape. If unset, the shadow is inherited from a parent placeholder if it exists. If the shape has no parent, then the default shadow matches the defaults for new shapes created in the Slides editor. This property is read-only.
4141 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
4142 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
4143 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
4144 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
4145 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
4146 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
4147 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
4148 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
4149 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
4150 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
4151 },
4152 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
4153 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
4154 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
4155 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4156 &quot;magnitude&quot;: 3.14, # The magnitude.
4157 },
4158 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
4159 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4160 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
4161 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
4162 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
4163 },
4164 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4165 },
4166 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
4167 },
4168 &quot;shapeBackgroundFill&quot;: { # The shape background fill. # The background fill of the shape. If unset, the background fill is inherited from a parent placeholder if it exists. If the shape has no parent, then the default background fill depends on the shape type, matching the defaults for new shapes created in the Slides editor.
4169 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a shape will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a shape, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
4170 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
4171 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
4172 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
4173 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4174 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
4175 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
4176 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
4177 },
4178 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4179 },
4180 },
4181 },
4182 },
4183 &quot;text&quot;: { # The general text content. The text must reside in a compatible shape (e.g. text box or rectangle) or a table cell in a page. # The text content of the shape.
4184 &quot;textElements&quot;: [ # The text contents broken down into its component parts, including styling information. This property is read-only.
4185 { # A TextElement describes the content of a range of indices in the text content of a Shape or TableCell.
4186 &quot;autoText&quot;: { # A TextElement kind that represents auto text. # A TextElement representing a spot in the text that is dynamically replaced with content that can change over time.
4187 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this auto text.
4188 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
4189 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
4190 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
4191 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
4192 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
4193 },
4194 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
4195 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
4196 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
4197 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
4198 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4199 &quot;magnitude&quot;: 3.14, # The magnitude.
4200 },
4201 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
4202 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
4203 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
4204 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
4205 },
4206 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
4207 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
4208 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
4209 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
4210 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
4211 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4212 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
4213 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
4214 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
4215 },
4216 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4217 },
4218 },
4219 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
4220 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
4221 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4222 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
4223 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
4224 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
4225 },
4226 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4227 },
4228 },
4229 },
4230 &quot;content&quot;: &quot;A String&quot;, # The rendered content of this auto text, if available.
4231 &quot;type&quot;: &quot;A String&quot;, # The type of this auto text.
4232 },
4233 &quot;textRun&quot;: { # A TextElement kind that represents a run of text that all has the same styling. # A TextElement representing a run of text where all of the characters in the run have the same TextStyle. The `start_index` and `end_index` of TextRuns will always be fully contained in the index range of a single `paragraph_marker` TextElement. In other words, a TextRun will never span multiple paragraphs.
4234 &quot;content&quot;: &quot;A String&quot;, # The text of this run.
4235 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this run.
4236 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
4237 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
4238 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
4239 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
4240 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
4241 },
4242 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
4243 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
4244 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
4245 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
4246 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4247 &quot;magnitude&quot;: 3.14, # The magnitude.
4248 },
4249 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
4250 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
4251 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
4252 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
4253 },
4254 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
4255 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
4256 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
4257 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
4258 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
4259 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4260 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
4261 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
4262 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
4263 },
4264 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4265 },
4266 },
4267 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
4268 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
4269 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4270 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
4271 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
4272 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
4273 },
4274 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4275 },
4276 },
4277 },
4278 },
4279 &quot;startIndex&quot;: 42, # The zero-based start index of this text element, in Unicode code units.
4280 &quot;paragraphMarker&quot;: { # A TextElement kind that represents the beginning of a new paragraph. # A marker representing the beginning of a new paragraph. The `start_index` and `end_index` of this TextElement represent the range of the paragraph. Other TextElements with an index range contained inside this paragraph&#x27;s range are considered to be part of this paragraph. The range of indices of two separate paragraphs will never overlap.
4281 &quot;style&quot;: { # Styles that apply to a whole paragraph. If this text is contained in a shape with a parent placeholder, then these paragraph styles may be inherited from the parent. Which paragraph styles are inherited depend on the nesting level of lists: * A paragraph not in a list will inherit its paragraph style from the paragraph at the 0 nesting level of the list inside the parent placeholder. * A paragraph in a list will inherit its paragraph style from the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited paragraph styles are represented as unset fields in this message. # The paragraph&#x27;s style
4282 &quot;spaceBelow&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space below the paragraph. If unset, the value is inherited from the parent.
4283 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4284 &quot;magnitude&quot;: 3.14, # The magnitude.
4285 },
4286 &quot;spaceAbove&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space above the paragraph. If unset, the value is inherited from the parent.
4287 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4288 &quot;magnitude&quot;: 3.14, # The magnitude.
4289 },
4290 &quot;indentFirstLine&quot;: { # A magnitude in a single direction in the specified units. # The amount of indentation for the start of the first line of the paragraph. If unset, the value is inherited from the parent.
4291 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4292 &quot;magnitude&quot;: 3.14, # The magnitude.
4293 },
4294 &quot;lineSpacing&quot;: 3.14, # The amount of space between lines, as a percentage of normal, where normal is represented as 100.0. If unset, the value is inherited from the parent.
4295 &quot;direction&quot;: &quot;A String&quot;, # The text direction of this paragraph. If unset, the value defaults to LEFT_TO_RIGHT since text direction is not inherited.
4296 &quot;indentEnd&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the end of the text, based on the current text direction. If unset, the value is inherited from the parent.
4297 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4298 &quot;magnitude&quot;: 3.14, # The magnitude.
4299 },
4300 &quot;indentStart&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the start of the text, based on the current text direction. If unset, the value is inherited from the parent.
4301 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4302 &quot;magnitude&quot;: 3.14, # The magnitude.
4303 },
4304 &quot;alignment&quot;: &quot;A String&quot;, # The text alignment for this paragraph.
4305 &quot;spacingMode&quot;: &quot;A String&quot;, # The spacing mode for the paragraph.
4306 },
4307 &quot;bullet&quot;: { # Describes the bullet of a paragraph. # The bullet for this paragraph. If not present, the paragraph does not belong to a list.
4308 &quot;glyph&quot;: &quot;A String&quot;, # The rendered bullet glyph for this paragraph.
4309 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list this paragraph belongs to.
4310 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The paragraph specific text style applied to this bullet.
4311 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
4312 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
4313 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
4314 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
4315 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
4316 },
4317 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
4318 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
4319 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
4320 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
4321 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4322 &quot;magnitude&quot;: 3.14, # The magnitude.
4323 },
4324 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
4325 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
4326 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
4327 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
4328 },
4329 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
4330 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
4331 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
4332 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
4333 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
4334 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4335 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
4336 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
4337 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
4338 },
4339 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4340 },
4341 },
4342 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
4343 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
4344 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4345 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
4346 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
4347 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
4348 },
4349 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4350 },
4351 },
4352 },
4353 &quot;nestingLevel&quot;: 42, # The nesting level of this paragraph in the list.
4354 },
4355 },
4356 &quot;endIndex&quot;: 42, # The zero-based end index of this text element, exclusive, in Unicode code units.
4357 },
4358 ],
4359 &quot;lists&quot;: { # The bulleted lists contained in this text, keyed by list ID.
4360 &quot;a_key&quot;: { # A List describes the look and feel of bullets belonging to paragraphs associated with a list. A paragraph that is part of a list has an implicit reference to that list&#x27;s ID.
4361 &quot;nestingLevel&quot;: { # A map of nesting levels to the properties of bullets at the associated level. A list has at most nine levels of nesting, so the possible values for the keys of this map are 0 through 8, inclusive.
4362 &quot;a_key&quot;: { # Contains properties describing the look and feel of a list bullet at a given level of nesting.
4363 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The style of a bullet at this level of nesting.
4364 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
4365 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
4366 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
4367 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
4368 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
4369 },
4370 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
4371 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
4372 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
4373 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
4374 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4375 &quot;magnitude&quot;: 3.14, # The magnitude.
4376 },
4377 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
4378 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
4379 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
4380 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
4381 },
4382 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
4383 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
4384 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
4385 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
4386 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
4387 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4388 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
4389 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
4390 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
4391 },
4392 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4393 },
4394 },
4395 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
4396 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
4397 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4398 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
4399 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
4400 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
4401 },
4402 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4403 },
4404 },
4405 },
4406 },
4407 },
4408 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list.
4409 },
4410 },
4411 },
4412 },
4413 &quot;line&quot;: { # A PageElement kind representing a non-connector line, straight connector, curved connector, or bent connector. # A line page element.
4414 &quot;lineProperties&quot;: { # The properties of the Line. When unset, these fields default to values that match the appearance of new lines created in the Slides editor. # The properties of the line.
4415 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the line. If unset, there is no link.
4416 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
4417 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
4418 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
4419 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
4420 },
4421 &quot;lineFill&quot;: { # The fill of the line. # The fill of the line. The default line fill matches the defaults for new lines created in the Slides editor.
4422 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
4423 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
4424 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
4425 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4426 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
4427 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
4428 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
4429 },
4430 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4431 },
4432 },
4433 },
4434 &quot;startArrow&quot;: &quot;A String&quot;, # The style of the arrow at the beginning of the line.
4435 &quot;startConnection&quot;: { # The properties for one end of a Line connection. # The connection at the beginning of the line. If unset, there is no connection. Only lines with a Type indicating it is a &quot;connector&quot; can have a `start_connection`.
4436 &quot;connectedObjectId&quot;: &quot;A String&quot;, # The object ID of the connected page element. Some page elements, such as groups, tables, and lines do not have connection sites and therefore cannot be connected to a connector line.
4437 &quot;connectionSiteIndex&quot;: 42, # The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in the description of the &quot;cnx&quot; attribute in section 20.1.9.9 and Annex H. &quot;Predefined DrawingML Shape and Text Geometries&quot; of &quot;Office Open XML File Formats-Fundamentals and Markup Language Reference&quot;, part 1 of [ECMA-376 5th edition] (http://www.ecma-international.org/publications/standards/Ecma-376.htm). The position of each connection site can also be viewed from Slides editor.
4438 },
4439 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the line.
4440 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4441 &quot;magnitude&quot;: 3.14, # The magnitude.
4442 },
4443 &quot;endArrow&quot;: &quot;A String&quot;, # The style of the arrow at the end of the line.
4444 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the line.
4445 &quot;endConnection&quot;: { # The properties for one end of a Line connection. # The connection at the end of the line. If unset, there is no connection. Only lines with a Type indicating it is a &quot;connector&quot; can have an `end_connection`.
4446 &quot;connectedObjectId&quot;: &quot;A String&quot;, # The object ID of the connected page element. Some page elements, such as groups, tables, and lines do not have connection sites and therefore cannot be connected to a connector line.
4447 &quot;connectionSiteIndex&quot;: 42, # The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in the description of the &quot;cnx&quot; attribute in section 20.1.9.9 and Annex H. &quot;Predefined DrawingML Shape and Text Geometries&quot; of &quot;Office Open XML File Formats-Fundamentals and Markup Language Reference&quot;, part 1 of [ECMA-376 5th edition] (http://www.ecma-international.org/publications/standards/Ecma-376.htm). The position of each connection site can also be viewed from Slides editor.
4448 },
4449 },
4450 &quot;lineType&quot;: &quot;A String&quot;, # The type of the line.
4451 &quot;lineCategory&quot;: &quot;A String&quot;, # The category of the line. It matches the `category` specified in CreateLineRequest, and can be updated with UpdateLineCategoryRequest.
4452 },
4453 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # The transform of the page element. The visual appearance of the page element is determined by its absolute transform. To compute the absolute transform, preconcatenate a page element&#x27;s transform with the transforms of all of its parent groups. If the page element is not in a group, its absolute transform is the same as the value in this field. The initial transform for the newly created Group is always the identity transform.
4454 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
4455 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
4456 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
4457 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
4458 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
4459 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
4460 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
4461 },
4462 &quot;wordArt&quot;: { # A PageElement kind representing word art. # A word art page element.
4463 &quot;renderedText&quot;: &quot;A String&quot;, # The text rendered as word art.
4464 },
4465 &quot;image&quot;: { # A PageElement kind representing an image. # An image page element.
4466 &quot;contentUrl&quot;: &quot;A String&quot;, # An URL to an image with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation&#x27;s sharing settings change.
4467 &quot;imageProperties&quot;: { # The properties of the Image. # The properties of the image.
4468 &quot;recolor&quot;: { # A recolor effect applied on an image. # The recolor effect of the image. If not set, the image is not recolored. This property is read-only.
4469 &quot;recolorStops&quot;: [ # The recolor effect is represented by a gradient, which is a list of color stops. The colors in the gradient will replace the corresponding colors at the same position in the color palette and apply to the image. This property is read-only.
4470 { # A color and position in a gradient band.
4471 &quot;position&quot;: 3.14, # The relative position of the color stop in the gradient band measured in percentage. The value should be in the interval [0.0, 1.0].
4472 &quot;alpha&quot;: 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0, fully opaque.
4473 &quot;color&quot;: { # A themeable solid color value. # The color of the gradient stop.
4474 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4475 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
4476 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
4477 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
4478 },
4479 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4480 },
4481 },
4482 ],
4483 &quot;name&quot;: &quot;A String&quot;, # The name of the recolor effect. The name is determined from the `recolor_stops` by matching the gradient against the colors in the page&#x27;s current color scheme. This property is read-only.
4484 },
4485 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link.
4486 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
4487 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
4488 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
4489 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
4490 },
4491 &quot;contrast&quot;: 3.14, # The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
4492 &quot;brightness&quot;: 3.14, # The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
4493 &quot;transparency&quot;: 3.14, # The transparency effect of the image. The value should be in the interval [0.0, 1.0], where 0 means no effect and 1 means completely transparent. This property is read-only.
4494 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow of the image. If not set, the image has no shadow. This property is read-only.
4495 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
4496 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
4497 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
4498 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
4499 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
4500 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
4501 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
4502 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
4503 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
4504 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
4505 },
4506 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
4507 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
4508 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
4509 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4510 &quot;magnitude&quot;: 3.14, # The magnitude.
4511 },
4512 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
4513 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4514 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
4515 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
4516 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
4517 },
4518 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4519 },
4520 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
4521 },
4522 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the image. If not set, the image has no outline.
4523 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
4524 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
4525 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
4526 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
4527 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4528 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
4529 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
4530 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
4531 },
4532 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4533 },
4534 },
4535 },
4536 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
4537 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4538 &quot;magnitude&quot;: 3.14, # The magnitude.
4539 },
4540 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
4541 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
4542 },
4543 &quot;cropProperties&quot;: { # The crop properties of an object enclosed in a container. For example, an Image. The crop properties is represented by the offsets of four edges which define a crop rectangle. The offsets are measured in percentage from the corresponding edges of the object&#x27;s original bounding rectangle towards inside, relative to the object&#x27;s original dimensions. - If the offset is in the interval (0, 1), the corresponding edge of crop rectangle is positioned inside of the object&#x27;s original bounding rectangle. - If the offset is negative or greater than 1, the corresponding edge of crop rectangle is positioned outside of the object&#x27;s original bounding rectangle. - If the left edge of the crop rectangle is on the right side of its right edge, the object will be flipped horizontally. - If the top edge of the crop rectangle is below its bottom edge, the object will be flipped vertically. - If all offsets and rotation angle is 0, the object is not cropped. After cropping, the content in the crop rectangle will be stretched to fit its container. # The crop properties of the image. If not set, the image is not cropped. This property is read-only.
4544 &quot;leftOffset&quot;: 3.14, # The offset specifies the left edge of the crop rectangle that is located to the right of the original bounding rectangle left edge, relative to the object&#x27;s original width.
4545 &quot;rightOffset&quot;: 3.14, # The offset specifies the right edge of the crop rectangle that is located to the left of the original bounding rectangle right edge, relative to the object&#x27;s original width.
4546 &quot;angle&quot;: 3.14, # The rotation angle of the crop window around its center, in radians. Rotation angle is applied after the offset.
4547 &quot;bottomOffset&quot;: 3.14, # The offset specifies the bottom edge of the crop rectangle that is located above the original bounding rectangle bottom edge, relative to the object&#x27;s original height.
4548 &quot;topOffset&quot;: 3.14, # The offset specifies the top edge of the crop rectangle that is located below the original bounding rectangle top edge, relative to the object&#x27;s original height.
4549 },
4550 },
4551 &quot;sourceUrl&quot;: &quot;A String&quot;, # The source URL is the URL used to insert the image. The source URL can be empty.
4552 },
4553 &quot;table&quot;: { # A PageElement kind representing a table. # A table page element.
4554 &quot;tableRows&quot;: [ # Properties and contents of each row. Cells that span multiple rows are contained in only one of these rows and have a row_span greater than 1.
4555 { # Properties and contents of each row in a table.
4556 &quot;tableRowProperties&quot;: { # Properties of each row in a table. # Properties of the row.
4557 &quot;minRowHeight&quot;: { # A magnitude in a single direction in the specified units. # Minimum height of the row. The row will be rendered in the Slides editor at a height equal to or greater than this value in order to show all the text in the row&#x27;s cell(s).
4558 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4559 &quot;magnitude&quot;: 3.14, # The magnitude.
4560 },
4561 },
4562 &quot;rowHeight&quot;: { # A magnitude in a single direction in the specified units. # Height of a row.
4563 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4564 &quot;magnitude&quot;: 3.14, # The magnitude.
4565 },
4566 &quot;tableCells&quot;: [ # Properties and contents of each cell. Cells that span multiple columns are represented only once with a column_span greater than 1. As a result, the length of this collection does not always match the number of columns of the entire table.
4567 { # Properties and contents of each table cell.
4568 &quot;tableCellProperties&quot;: { # The properties of the TableCell. # The properties of the table cell.
4569 &quot;contentAlignment&quot;: &quot;A String&quot;, # The alignment of the content in the table cell. The default alignment matches the alignment for newly created table cells in the Slides editor.
4570 &quot;tableCellBackgroundFill&quot;: { # The table cell background fill. # The background fill of the table cell. The default fill matches the fill for newly created table cells in the Slides editor.
4571 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a table cell will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a table cell, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
4572 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
4573 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
4574 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
4575 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4576 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
4577 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
4578 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
4579 },
4580 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4581 },
4582 },
4583 },
4584 },
4585 &quot;rowSpan&quot;: 42, # Row span of the cell.
4586 &quot;text&quot;: { # The general text content. The text must reside in a compatible shape (e.g. text box or rectangle) or a table cell in a page. # The text content of the cell.
4587 &quot;textElements&quot;: [ # The text contents broken down into its component parts, including styling information. This property is read-only.
4588 { # A TextElement describes the content of a range of indices in the text content of a Shape or TableCell.
4589 &quot;autoText&quot;: { # A TextElement kind that represents auto text. # A TextElement representing a spot in the text that is dynamically replaced with content that can change over time.
4590 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this auto text.
4591 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
4592 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
4593 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
4594 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
4595 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
4596 },
4597 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
4598 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
4599 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
4600 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
4601 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4602 &quot;magnitude&quot;: 3.14, # The magnitude.
4603 },
4604 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
4605 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
4606 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
4607 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
4608 },
4609 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004610 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
4611 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
4612 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
4613 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
4614 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4615 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004616 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004617 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004618 },
4619 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4620 },
4621 },
4622 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
4623 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
4624 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4625 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004626 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004627 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004628 },
4629 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4630 },
4631 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004632 },
4633 &quot;content&quot;: &quot;A String&quot;, # The rendered content of this auto text, if available.
4634 &quot;type&quot;: &quot;A String&quot;, # The type of this auto text.
4635 },
4636 &quot;textRun&quot;: { # A TextElement kind that represents a run of text that all has the same styling. # A TextElement representing a run of text where all of the characters in the run have the same TextStyle. The `start_index` and `end_index` of TextRuns will always be fully contained in the index range of a single `paragraph_marker` TextElement. In other words, a TextRun will never span multiple paragraphs.
4637 &quot;content&quot;: &quot;A String&quot;, # The text of this run.
4638 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this run.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004639 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004640 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004641 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
4642 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
4643 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004644 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004645 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004646 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004647 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
4648 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004649 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004650 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004651 },
4652 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004653 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
4654 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
4655 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
4656 },
4657 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
4658 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
4659 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
4660 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
4661 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
4662 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4663 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
4664 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
4665 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
4666 },
4667 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4668 },
4669 },
4670 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
4671 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
4672 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4673 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
4674 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
4675 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
4676 },
4677 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4678 },
4679 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004680 },
4681 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004682 &quot;startIndex&quot;: 42, # The zero-based start index of this text element, in Unicode code units.
4683 &quot;paragraphMarker&quot;: { # A TextElement kind that represents the beginning of a new paragraph. # A marker representing the beginning of a new paragraph. The `start_index` and `end_index` of this TextElement represent the range of the paragraph. Other TextElements with an index range contained inside this paragraph&#x27;s range are considered to be part of this paragraph. The range of indices of two separate paragraphs will never overlap.
4684 &quot;style&quot;: { # Styles that apply to a whole paragraph. If this text is contained in a shape with a parent placeholder, then these paragraph styles may be inherited from the parent. Which paragraph styles are inherited depend on the nesting level of lists: * A paragraph not in a list will inherit its paragraph style from the paragraph at the 0 nesting level of the list inside the parent placeholder. * A paragraph in a list will inherit its paragraph style from the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited paragraph styles are represented as unset fields in this message. # The paragraph&#x27;s style
4685 &quot;spaceBelow&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space below the paragraph. If unset, the value is inherited from the parent.
4686 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4687 &quot;magnitude&quot;: 3.14, # The magnitude.
4688 },
4689 &quot;spaceAbove&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space above the paragraph. If unset, the value is inherited from the parent.
4690 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4691 &quot;magnitude&quot;: 3.14, # The magnitude.
4692 },
4693 &quot;indentFirstLine&quot;: { # A magnitude in a single direction in the specified units. # The amount of indentation for the start of the first line of the paragraph. If unset, the value is inherited from the parent.
4694 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4695 &quot;magnitude&quot;: 3.14, # The magnitude.
4696 },
4697 &quot;lineSpacing&quot;: 3.14, # The amount of space between lines, as a percentage of normal, where normal is represented as 100.0. If unset, the value is inherited from the parent.
4698 &quot;direction&quot;: &quot;A String&quot;, # The text direction of this paragraph. If unset, the value defaults to LEFT_TO_RIGHT since text direction is not inherited.
4699 &quot;indentEnd&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the end of the text, based on the current text direction. If unset, the value is inherited from the parent.
4700 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4701 &quot;magnitude&quot;: 3.14, # The magnitude.
4702 },
4703 &quot;indentStart&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the start of the text, based on the current text direction. If unset, the value is inherited from the parent.
4704 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4705 &quot;magnitude&quot;: 3.14, # The magnitude.
4706 },
4707 &quot;alignment&quot;: &quot;A String&quot;, # The text alignment for this paragraph.
4708 &quot;spacingMode&quot;: &quot;A String&quot;, # The spacing mode for the paragraph.
4709 },
4710 &quot;bullet&quot;: { # Describes the bullet of a paragraph. # The bullet for this paragraph. If not present, the paragraph does not belong to a list.
4711 &quot;glyph&quot;: &quot;A String&quot;, # The rendered bullet glyph for this paragraph.
4712 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list this paragraph belongs to.
4713 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The paragraph specific text style applied to this bullet.
4714 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
4715 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
4716 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
4717 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
4718 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
4719 },
4720 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
4721 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
4722 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
4723 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
4724 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4725 &quot;magnitude&quot;: 3.14, # The magnitude.
4726 },
4727 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
4728 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
4729 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
4730 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
4731 },
4732 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
4733 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
4734 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
4735 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
4736 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
4737 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4738 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
4739 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
4740 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
4741 },
4742 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4743 },
4744 },
4745 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
4746 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
4747 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4748 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
4749 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
4750 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
4751 },
4752 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4753 },
4754 },
4755 },
4756 &quot;nestingLevel&quot;: 42, # The nesting level of this paragraph in the list.
4757 },
4758 },
4759 &quot;endIndex&quot;: 42, # The zero-based end index of this text element, exclusive, in Unicode code units.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004760 },
4761 ],
4762 &quot;lists&quot;: { # The bulleted lists contained in this text, keyed by list ID.
4763 &quot;a_key&quot;: { # A List describes the look and feel of bullets belonging to paragraphs associated with a list. A paragraph that is part of a list has an implicit reference to that list&#x27;s ID.
4764 &quot;nestingLevel&quot;: { # A map of nesting levels to the properties of bullets at the associated level. A list has at most nine levels of nesting, so the possible values for the keys of this map are 0 through 8, inclusive.
4765 &quot;a_key&quot;: { # Contains properties describing the look and feel of a list bullet at a given level of nesting.
4766 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The style of a bullet at this level of nesting.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004767 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
4768 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
4769 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
4770 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
4771 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004772 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004773 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
4774 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
4775 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
4776 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
4777 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4778 &quot;magnitude&quot;: 3.14, # The magnitude.
4779 },
4780 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
4781 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
4782 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
4783 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
4784 },
4785 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004786 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
4787 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
4788 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
4789 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
4790 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4791 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004792 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004793 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004794 },
4795 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4796 },
4797 },
4798 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
4799 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
4800 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4801 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004802 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004803 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004804 },
4805 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4806 },
4807 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004808 },
4809 },
4810 },
4811 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list.
4812 },
4813 },
4814 },
4815 &quot;columnSpan&quot;: 42, # Column span of the cell.
4816 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the cell within the table.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004817 &quot;rowIndex&quot;: 42, # The 0-based row index.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004818 &quot;columnIndex&quot;: 42, # The 0-based column index.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004819 },
4820 },
4821 ],
4822 },
4823 ],
4824 &quot;horizontalBorderRows&quot;: [ # Properties of horizontal cell borders. A table&#x27;s horizontal cell borders are represented as a grid. The grid has one more row than the number of rows in the table and the same number of columns as the table. For example, if the table is 3 x 3, its horizontal borders will be represented as a grid with 4 rows and 3 columns.
4825 { # Contents of each border row in a table.
4826 &quot;tableBorderCells&quot;: [ # Properties of each border cell. When a border&#x27;s adjacent table cells are merged, it is not included in the response.
4827 { # The properties of each border cell.
4828 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the border within the border table.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004829 &quot;rowIndex&quot;: 42, # The 0-based row index.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004830 &quot;columnIndex&quot;: 42, # The 0-based column index.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004831 },
4832 &quot;tableBorderProperties&quot;: { # The border styling properties of the TableBorderCell. # The border properties.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004833 &quot;tableBorderFill&quot;: { # The fill of the border. # The fill of the table border.
4834 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid fill.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004835 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004836 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
4837 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4838 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004839 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004840 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004841 },
4842 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4843 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004844 },
4845 },
4846 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the border.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004847 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004848 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004849 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004850 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the border.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004851 },
4852 },
4853 ],
4854 },
4855 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004856 &quot;verticalBorderRows&quot;: [ # Properties of vertical cell borders. A table&#x27;s vertical cell borders are represented as a grid. The grid has the same number of rows as the table and one more column than the number of columns in the table. For example, if the table is 3 x 3, its vertical borders will be represented as a grid with 3 rows and 4 columns.
4857 { # Contents of each border row in a table.
4858 &quot;tableBorderCells&quot;: [ # Properties of each border cell. When a border&#x27;s adjacent table cells are merged, it is not included in the response.
4859 { # The properties of each border cell.
4860 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the border within the border table.
4861 &quot;rowIndex&quot;: 42, # The 0-based row index.
4862 &quot;columnIndex&quot;: 42, # The 0-based column index.
4863 },
4864 &quot;tableBorderProperties&quot;: { # The border styling properties of the TableBorderCell. # The border properties.
4865 &quot;tableBorderFill&quot;: { # The fill of the border. # The fill of the table border.
4866 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid fill.
4867 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
4868 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
4869 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4870 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
4871 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
4872 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
4873 },
4874 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4875 },
4876 },
4877 },
4878 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the border.
4879 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4880 &quot;magnitude&quot;: 3.14, # The magnitude.
4881 },
4882 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the border.
4883 },
4884 },
4885 ],
4886 },
4887 ],
4888 &quot;rows&quot;: 42, # Number of rows in the table.
4889 &quot;columns&quot;: 42, # Number of columns in the table.
4890 &quot;tableColumns&quot;: [ # Properties of each column.
4891 { # Properties of each column in a table.
4892 &quot;columnWidth&quot;: { # A magnitude in a single direction in the specified units. # Width of a column.
4893 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4894 &quot;magnitude&quot;: 3.14, # The magnitude.
4895 },
4896 },
4897 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004898 },
4899 &quot;size&quot;: { # A width and height. # The size of the page element.
4900 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004901 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004902 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004903 },
4904 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004905 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004906 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004907 },
4908 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004909 &quot;elementGroup&quot;: { # A PageElement kind representing a joined collection of PageElements. # A collection of page elements joined as a single unit.
4910 &quot;children&quot;: [ # The collection of elements in the group. The minimum size of a group is 2.
4911 # Object with schema name: PageElement
4912 ],
4913 },
4914 &quot;sheetsChart&quot;: { # A PageElement kind representing a linked chart embedded from Google Sheets. # A linked chart embedded from Google Sheets. Unlinked charts are represented as images.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004915 &quot;sheetsChartProperties&quot;: { # The properties of the SheetsChart. # The properties of the Sheets chart.
4916 &quot;chartImageProperties&quot;: { # The properties of the Image. # The properties of the embedded chart image.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004917 &quot;recolor&quot;: { # A recolor effect applied on an image. # The recolor effect of the image. If not set, the image is not recolored. This property is read-only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004918 &quot;recolorStops&quot;: [ # The recolor effect is represented by a gradient, which is a list of color stops. The colors in the gradient will replace the corresponding colors at the same position in the color palette and apply to the image. This property is read-only.
4919 { # A color and position in a gradient band.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004920 &quot;position&quot;: 3.14, # The relative position of the color stop in the gradient band measured in percentage. The value should be in the interval [0.0, 1.0].
4921 &quot;alpha&quot;: 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0, fully opaque.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004922 &quot;color&quot;: { # A themeable solid color value. # The color of the gradient stop.
4923 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4924 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004925 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004926 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004927 },
4928 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4929 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004930 },
4931 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004932 &quot;name&quot;: &quot;A String&quot;, # The name of the recolor effect. The name is determined from the `recolor_stops` by matching the gradient against the colors in the page&#x27;s current color scheme. This property is read-only.
4933 },
4934 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link.
4935 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
4936 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
4937 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
4938 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
4939 },
4940 &quot;contrast&quot;: 3.14, # The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
4941 &quot;brightness&quot;: 3.14, # The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
4942 &quot;transparency&quot;: 3.14, # The transparency effect of the image. The value should be in the interval [0.0, 1.0], where 0 means no effect and 1 means completely transparent. This property is read-only.
4943 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow of the image. If not set, the image has no shadow. This property is read-only.
4944 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
4945 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
4946 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
4947 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
4948 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
4949 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
4950 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
4951 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
4952 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
4953 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
4954 },
4955 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
4956 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
4957 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
4958 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4959 &quot;magnitude&quot;: 3.14, # The magnitude.
4960 },
4961 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
4962 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4963 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
4964 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
4965 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
4966 },
4967 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4968 },
4969 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
4970 },
4971 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the image. If not set, the image has no outline.
4972 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
4973 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
4974 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
4975 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
4976 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
4977 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
4978 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
4979 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
4980 },
4981 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
4982 },
4983 },
4984 },
4985 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
4986 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
4987 &quot;magnitude&quot;: 3.14, # The magnitude.
4988 },
4989 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
4990 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004991 },
4992 &quot;cropProperties&quot;: { # The crop properties of an object enclosed in a container. For example, an Image. The crop properties is represented by the offsets of four edges which define a crop rectangle. The offsets are measured in percentage from the corresponding edges of the object&#x27;s original bounding rectangle towards inside, relative to the object&#x27;s original dimensions. - If the offset is in the interval (0, 1), the corresponding edge of crop rectangle is positioned inside of the object&#x27;s original bounding rectangle. - If the offset is negative or greater than 1, the corresponding edge of crop rectangle is positioned outside of the object&#x27;s original bounding rectangle. - If the left edge of the crop rectangle is on the right side of its right edge, the object will be flipped horizontally. - If the top edge of the crop rectangle is below its bottom edge, the object will be flipped vertically. - If all offsets and rotation angle is 0, the object is not cropped. After cropping, the content in the crop rectangle will be stretched to fit its container. # The crop properties of the image. If not set, the image is not cropped. This property is read-only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004993 &quot;leftOffset&quot;: 3.14, # The offset specifies the left edge of the crop rectangle that is located to the right of the original bounding rectangle left edge, relative to the object&#x27;s original width.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004994 &quot;rightOffset&quot;: 3.14, # The offset specifies the right edge of the crop rectangle that is located to the left of the original bounding rectangle right edge, relative to the object&#x27;s original width.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004995 &quot;angle&quot;: 3.14, # The rotation angle of the crop window around its center, in radians. Rotation angle is applied after the offset.
4996 &quot;bottomOffset&quot;: 3.14, # The offset specifies the bottom edge of the crop rectangle that is located above the original bounding rectangle bottom edge, relative to the object&#x27;s original height.
4997 &quot;topOffset&quot;: 3.14, # The offset specifies the top edge of the crop rectangle that is located below the original bounding rectangle top edge, relative to the object&#x27;s original height.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004998 },
4999 },
5000 },
5001 &quot;contentUrl&quot;: &quot;A String&quot;, # The URL of an image of the embedded chart, with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation&#x27;s sharing settings change.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005002 &quot;spreadsheetId&quot;: &quot;A String&quot;, # The ID of the Google Sheets spreadsheet that contains the source chart.
5003 &quot;chartId&quot;: 42, # The ID of the specific chart in the Google Sheets spreadsheet that is embedded.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005004 },
5005 },
5006 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005007 &quot;objectId&quot;: &quot;A String&quot;, # The object ID for this page. Object IDs used by Page and PageElement share the same namespace.
5008 &quot;pageProperties&quot;: { # The properties of the Page. The page will inherit properties from the parent page. Depending on the page type the hierarchy is defined in either SlideProperties or LayoutProperties. # The properties of the page.
5009 &quot;pageBackgroundFill&quot;: { # The page background fill. # The background fill of the page. If unset, the background fill is inherited from a parent page if it exists. If the page has no parent, then the background fill defaults to the corresponding fill in the Slides editor.
5010 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a page will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a page, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
5011 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
5012 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
5013 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
5014 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5015 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
5016 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
5017 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
5018 },
5019 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
5020 },
5021 },
5022 &quot;stretchedPictureFill&quot;: { # The stretched picture fill. The page or page element is filled entirely with the specified picture. The picture is stretched to fit its container. # Stretched picture fill.
5023 &quot;contentUrl&quot;: &quot;A String&quot;, # Reading the content_url: An URL to a picture with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the picture as the original requester. Access to the picture may be lost if the presentation&#x27;s sharing settings change. Writing the content_url: The picture is fetched once at insertion time and a copy is stored for display inside the presentation. Pictures must be less than 50MB in size, cannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF format. The provided URL can be at most 2 kB in length.
5024 &quot;size&quot;: { # A width and height. # The original size of the picture fill. This field is read-only.
5025 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
5026 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
5027 &quot;magnitude&quot;: 3.14, # The magnitude.
5028 },
5029 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
5030 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
5031 &quot;magnitude&quot;: 3.14, # The magnitude.
5032 },
5033 },
5034 },
5035 },
5036 &quot;colorScheme&quot;: { # The palette of predefined colors for a page. # The color scheme of the page. If unset, the color scheme is inherited from a parent page. If the page has no parent, the color scheme uses a default Slides color scheme, matching the defaults in the Slides editor. Only the concrete colors of the first 12 ThemeColorTypes are editable. In addition, only the color scheme on `Master` pages can be updated. To update the field, a color scheme containing mappings from all the first 12 ThemeColorTypes to their concrete colors must be provided. Colors for the remaining ThemeColorTypes will be ignored.
5037 &quot;colors&quot;: [ # The ThemeColorType and corresponding concrete color pairs.
5038 { # A pair mapping a theme color type to the concrete color it represents.
5039 &quot;type&quot;: &quot;A String&quot;, # The type of the theme color.
5040 &quot;color&quot;: { # An RGB color. # The concrete color corresponding to the theme color type above.
5041 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
5042 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
5043 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
5044 },
5045 },
5046 ],
5047 },
5048 },
5049 &quot;revisionId&quot;: &quot;A String&quot;, # The revision ID of the presentation containing this page. Can be used in update requests to assert that the presentation revision hasn&#x27;t changed since the last read operation. Only populated if the user has edit access to the presentation. The format of the revision ID may change over time, so it should be treated opaquely. A returned revision ID is only guaranteed to be valid for 24 hours after it has been returned and cannot be shared across users. If the revision ID is unchanged between calls, then the presentation has not changed. Conversely, a changed ID (for the same presentation and user) usually means the presentation has been updated; however, a changed ID can also be due to internal factors such as ID format changes.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005050 &quot;notesProperties&quot;: { # The properties of Page that are only relevant for pages with page_type NOTES. # Notes specific properties. Only set if page_type = NOTES.
5051 &quot;speakerNotesObjectId&quot;: &quot;A String&quot;, # The object ID of the shape on this notes page that contains the speaker notes for the corresponding slide. The actual shape may not always exist on the notes page. Inserting text using this object ID will automatically create the shape. In this case, the actual shape may have different object ID. The `GetPresentation` or `GetPage` action will always return the latest object ID.
5052 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005053 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005054}
Jon Wayne Parrott692617a2017-01-06 09:58:29 -08005055
5056 x__xgafv: string, V1 error format.
5057 Allowed values
5058 1 - v1 error format
5059 2 - v2 error format
5060
5061Returns:
5062 An object of the form:
5063
5064 { # A Google Slides presentation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005065 &quot;slides&quot;: [ # The slides in the presentation. A slide inherits properties from a slide layout.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005066 { # A page in a presentation.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005067 &quot;slideProperties&quot;: { # The properties of Page that are only relevant for pages with page_type SLIDE. # Slide specific properties. Only set if page_type = SLIDE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005068 &quot;masterObjectId&quot;: &quot;A String&quot;, # The object ID of the master that this slide is based on. This property is read-only.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005069 &quot;notesPage&quot;: # Object with schema name: Page # The notes page that this slide is associated with. It defines the visual appearance of a notes page when printing or exporting slides with speaker notes. A notes page inherits properties from the notes master. The placeholder shape with type BODY on the notes page contains the speaker notes for this slide. The ID of this shape is identified by the speakerNotesObjectId field. The notes page is read-only except for the text content and styles of the speaker notes shape. This property is read-only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005070 &quot;layoutObjectId&quot;: &quot;A String&quot;, # The object ID of the layout that this slide is based on. This property is read-only.
5071 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005072 &quot;masterProperties&quot;: { # The properties of Page that are only relevant for pages with page_type MASTER. # Master specific properties. Only set if page_type = MASTER.
5073 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the master.
5074 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005075 &quot;layoutProperties&quot;: { # The properties of Page are only relevant for pages with page_type LAYOUT. # Layout specific properties. Only set if page_type = LAYOUT.
5076 &quot;name&quot;: &quot;A String&quot;, # The name of the layout.
5077 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the layout.
5078 &quot;masterObjectId&quot;: &quot;A String&quot;, # The object ID of the master that this layout is based on.
5079 },
5080 &quot;pageType&quot;: &quot;A String&quot;, # The type of the page.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005081 &quot;pageElements&quot;: [ # The page elements rendered on the page.
5082 { # A visual element rendered on a page.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005083 &quot;objectId&quot;: &quot;A String&quot;, # The object ID for this page element. Object IDs used by google.apps.slides.v1.Page and google.apps.slides.v1.PageElement share the same namespace.
5084 &quot;video&quot;: { # A PageElement kind representing a video. # A video page element.
5085 &quot;source&quot;: &quot;A String&quot;, # The video source.
5086 &quot;url&quot;: &quot;A String&quot;, # An URL to a video. The URL is valid as long as the source video exists and sharing settings do not change.
5087 &quot;id&quot;: &quot;A String&quot;, # The video source&#x27;s unique identifier for this video.
5088 &quot;videoProperties&quot;: { # The properties of the Video. # The properties of the video.
5089 &quot;autoPlay&quot;: True or False, # Whether to enable video autoplay when the page is displayed in present mode. Defaults to false.
5090 &quot;start&quot;: 42, # The time at which to start playback, measured in seconds from the beginning of the video. If set, the start time should be before the end time. If you set this to a value that exceeds the video&#x27;s length in seconds, the video will be played from the last second. If not set, the video will be played from the beginning.
5091 &quot;mute&quot;: True or False, # Whether to mute the audio during video playback. Defaults to false.
5092 &quot;end&quot;: 42, # The time at which to end playback, measured in seconds from the beginning of the video. If set, the end time should be after the start time. If not set or if you set this to a value that exceeds the video&#x27;s length, the video will be played until its end.
5093 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the video. The default outline matches the defaults for new videos created in the Slides editor.
5094 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
5095 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
5096 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
5097 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
5098 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5099 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
5100 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
5101 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
5102 },
5103 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
5104 },
5105 },
5106 },
5107 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
5108 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
5109 &quot;magnitude&quot;: 3.14, # The magnitude.
5110 },
5111 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
5112 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
5113 },
5114 },
5115 },
5116 &quot;description&quot;: &quot;A String&quot;, # The description of the page element. Combined with title to display alt text. The field is not supported for Group elements.
5117 &quot;title&quot;: &quot;A String&quot;, # The title of the page element. Combined with description to display alt text. The field is not supported for Group elements.
5118 &quot;shape&quot;: { # A PageElement kind representing a generic shape that does not have a more specific classification. # A generic shape.
5119 &quot;placeholder&quot;: { # The placeholder information that uniquely identifies a placeholder shape. # Placeholders are shapes that are inherit from corresponding placeholders on layouts and masters. If set, the shape is a placeholder shape and any inherited properties can be resolved by looking at the parent placeholder identified by the Placeholder.parent_object_id field.
5120 &quot;parentObjectId&quot;: &quot;A String&quot;, # The object ID of this shape&#x27;s parent placeholder. If unset, the parent placeholder shape does not exist, so the shape does not inherit properties from any other shape.
5121 &quot;index&quot;: 42, # The index of the placeholder. If the same placeholder types are present in the same page, they would have different index values.
5122 &quot;type&quot;: &quot;A String&quot;, # The type of the placeholder.
5123 },
5124 &quot;shapeType&quot;: &quot;A String&quot;, # The type of the shape.
5125 &quot;shapeProperties&quot;: { # The properties of a Shape. If the shape is a placeholder shape as determined by the placeholder field, then these properties may be inherited from a parent placeholder shape. Determining the rendered value of the property depends on the corresponding property_state field value. # The properties of the shape.
5126 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the shape. If unset, there is no link. Links are not inherited from parent placeholders.
5127 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
5128 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
5129 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
5130 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
5131 },
5132 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the shape. If unset, the outline is inherited from a parent placeholder if it exists. If the shape has no parent, then the default outline depends on the shape type, matching the defaults for new shapes created in the Slides editor.
5133 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
5134 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
5135 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
5136 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
5137 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5138 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
5139 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
5140 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
5141 },
5142 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
5143 },
5144 },
5145 },
5146 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
5147 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
5148 &quot;magnitude&quot;: 3.14, # The magnitude.
5149 },
5150 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
5151 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
5152 },
5153 &quot;contentAlignment&quot;: &quot;A String&quot;, # The alignment of the content in the shape. If unspecified, the alignment is inherited from a parent placeholder if it exists. If the shape has no parent, the default alignment matches the alignment for new shapes created in the Slides editor.
5154 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow properties of the shape. If unset, the shadow is inherited from a parent placeholder if it exists. If the shape has no parent, then the default shadow matches the defaults for new shapes created in the Slides editor. This property is read-only.
5155 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
5156 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
5157 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
5158 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
5159 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
5160 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
5161 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
5162 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
5163 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
5164 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
5165 },
5166 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
5167 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
5168 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
5169 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
5170 &quot;magnitude&quot;: 3.14, # The magnitude.
5171 },
5172 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
5173 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5174 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
5175 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
5176 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
5177 },
5178 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
5179 },
5180 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
5181 },
5182 &quot;shapeBackgroundFill&quot;: { # The shape background fill. # The background fill of the shape. If unset, the background fill is inherited from a parent placeholder if it exists. If the shape has no parent, then the default background fill depends on the shape type, matching the defaults for new shapes created in the Slides editor.
5183 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a shape will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a shape, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
5184 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
5185 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
5186 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
5187 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5188 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
5189 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
5190 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
5191 },
5192 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
5193 },
5194 },
5195 },
5196 },
5197 &quot;text&quot;: { # The general text content. The text must reside in a compatible shape (e.g. text box or rectangle) or a table cell in a page. # The text content of the shape.
5198 &quot;textElements&quot;: [ # The text contents broken down into its component parts, including styling information. This property is read-only.
5199 { # A TextElement describes the content of a range of indices in the text content of a Shape or TableCell.
5200 &quot;autoText&quot;: { # A TextElement kind that represents auto text. # A TextElement representing a spot in the text that is dynamically replaced with content that can change over time.
5201 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this auto text.
5202 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
5203 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
5204 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
5205 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
5206 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
5207 },
5208 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
5209 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
5210 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
5211 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
5212 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
5213 &quot;magnitude&quot;: 3.14, # The magnitude.
5214 },
5215 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
5216 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
5217 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
5218 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
5219 },
5220 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
5221 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
5222 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
5223 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
5224 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
5225 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5226 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
5227 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
5228 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
5229 },
5230 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
5231 },
5232 },
5233 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
5234 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
5235 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5236 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
5237 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
5238 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
5239 },
5240 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
5241 },
5242 },
5243 },
5244 &quot;content&quot;: &quot;A String&quot;, # The rendered content of this auto text, if available.
5245 &quot;type&quot;: &quot;A String&quot;, # The type of this auto text.
5246 },
5247 &quot;textRun&quot;: { # A TextElement kind that represents a run of text that all has the same styling. # A TextElement representing a run of text where all of the characters in the run have the same TextStyle. The `start_index` and `end_index` of TextRuns will always be fully contained in the index range of a single `paragraph_marker` TextElement. In other words, a TextRun will never span multiple paragraphs.
5248 &quot;content&quot;: &quot;A String&quot;, # The text of this run.
5249 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this run.
5250 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
5251 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
5252 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
5253 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
5254 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
5255 },
5256 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
5257 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
5258 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
5259 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
5260 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
5261 &quot;magnitude&quot;: 3.14, # The magnitude.
5262 },
5263 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
5264 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
5265 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
5266 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
5267 },
5268 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
5269 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
5270 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
5271 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
5272 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
5273 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5274 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
5275 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
5276 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
5277 },
5278 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
5279 },
5280 },
5281 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
5282 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
5283 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5284 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
5285 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
5286 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
5287 },
5288 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
5289 },
5290 },
5291 },
5292 },
5293 &quot;startIndex&quot;: 42, # The zero-based start index of this text element, in Unicode code units.
5294 &quot;paragraphMarker&quot;: { # A TextElement kind that represents the beginning of a new paragraph. # A marker representing the beginning of a new paragraph. The `start_index` and `end_index` of this TextElement represent the range of the paragraph. Other TextElements with an index range contained inside this paragraph&#x27;s range are considered to be part of this paragraph. The range of indices of two separate paragraphs will never overlap.
5295 &quot;style&quot;: { # Styles that apply to a whole paragraph. If this text is contained in a shape with a parent placeholder, then these paragraph styles may be inherited from the parent. Which paragraph styles are inherited depend on the nesting level of lists: * A paragraph not in a list will inherit its paragraph style from the paragraph at the 0 nesting level of the list inside the parent placeholder. * A paragraph in a list will inherit its paragraph style from the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited paragraph styles are represented as unset fields in this message. # The paragraph&#x27;s style
5296 &quot;spaceBelow&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space below the paragraph. If unset, the value is inherited from the parent.
5297 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
5298 &quot;magnitude&quot;: 3.14, # The magnitude.
5299 },
5300 &quot;spaceAbove&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space above the paragraph. If unset, the value is inherited from the parent.
5301 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
5302 &quot;magnitude&quot;: 3.14, # The magnitude.
5303 },
5304 &quot;indentFirstLine&quot;: { # A magnitude in a single direction in the specified units. # The amount of indentation for the start of the first line of the paragraph. If unset, the value is inherited from the parent.
5305 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
5306 &quot;magnitude&quot;: 3.14, # The magnitude.
5307 },
5308 &quot;lineSpacing&quot;: 3.14, # The amount of space between lines, as a percentage of normal, where normal is represented as 100.0. If unset, the value is inherited from the parent.
5309 &quot;direction&quot;: &quot;A String&quot;, # The text direction of this paragraph. If unset, the value defaults to LEFT_TO_RIGHT since text direction is not inherited.
5310 &quot;indentEnd&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the end of the text, based on the current text direction. If unset, the value is inherited from the parent.
5311 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
5312 &quot;magnitude&quot;: 3.14, # The magnitude.
5313 },
5314 &quot;indentStart&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the start of the text, based on the current text direction. If unset, the value is inherited from the parent.
5315 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
5316 &quot;magnitude&quot;: 3.14, # The magnitude.
5317 },
5318 &quot;alignment&quot;: &quot;A String&quot;, # The text alignment for this paragraph.
5319 &quot;spacingMode&quot;: &quot;A String&quot;, # The spacing mode for the paragraph.
5320 },
5321 &quot;bullet&quot;: { # Describes the bullet of a paragraph. # The bullet for this paragraph. If not present, the paragraph does not belong to a list.
5322 &quot;glyph&quot;: &quot;A String&quot;, # The rendered bullet glyph for this paragraph.
5323 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list this paragraph belongs to.
5324 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The paragraph specific text style applied to this bullet.
5325 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
5326 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
5327 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
5328 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
5329 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
5330 },
5331 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
5332 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
5333 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
5334 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
5335 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
5336 &quot;magnitude&quot;: 3.14, # The magnitude.
5337 },
5338 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
5339 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
5340 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
5341 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
5342 },
5343 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
5344 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
5345 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
5346 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
5347 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
5348 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5349 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
5350 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
5351 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
5352 },
5353 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
5354 },
5355 },
5356 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
5357 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
5358 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5359 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
5360 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
5361 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
5362 },
5363 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
5364 },
5365 },
5366 },
5367 &quot;nestingLevel&quot;: 42, # The nesting level of this paragraph in the list.
5368 },
5369 },
5370 &quot;endIndex&quot;: 42, # The zero-based end index of this text element, exclusive, in Unicode code units.
5371 },
5372 ],
5373 &quot;lists&quot;: { # The bulleted lists contained in this text, keyed by list ID.
5374 &quot;a_key&quot;: { # A List describes the look and feel of bullets belonging to paragraphs associated with a list. A paragraph that is part of a list has an implicit reference to that list&#x27;s ID.
5375 &quot;nestingLevel&quot;: { # A map of nesting levels to the properties of bullets at the associated level. A list has at most nine levels of nesting, so the possible values for the keys of this map are 0 through 8, inclusive.
5376 &quot;a_key&quot;: { # Contains properties describing the look and feel of a list bullet at a given level of nesting.
5377 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The style of a bullet at this level of nesting.
5378 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
5379 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
5380 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
5381 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
5382 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
5383 },
5384 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
5385 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
5386 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
5387 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
5388 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
5389 &quot;magnitude&quot;: 3.14, # The magnitude.
5390 },
5391 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
5392 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
5393 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
5394 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
5395 },
5396 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
5397 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
5398 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
5399 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
5400 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
5401 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5402 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
5403 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
5404 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
5405 },
5406 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
5407 },
5408 },
5409 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
5410 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
5411 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5412 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
5413 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
5414 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
5415 },
5416 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
5417 },
5418 },
5419 },
5420 },
5421 },
5422 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list.
5423 },
5424 },
5425 },
5426 },
5427 &quot;line&quot;: { # A PageElement kind representing a non-connector line, straight connector, curved connector, or bent connector. # A line page element.
5428 &quot;lineProperties&quot;: { # The properties of the Line. When unset, these fields default to values that match the appearance of new lines created in the Slides editor. # The properties of the line.
5429 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the line. If unset, there is no link.
5430 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
5431 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
5432 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
5433 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
5434 },
5435 &quot;lineFill&quot;: { # The fill of the line. # The fill of the line. The default line fill matches the defaults for new lines created in the Slides editor.
5436 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
5437 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
5438 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
5439 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5440 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
5441 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
5442 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
5443 },
5444 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
5445 },
5446 },
5447 },
5448 &quot;startArrow&quot;: &quot;A String&quot;, # The style of the arrow at the beginning of the line.
5449 &quot;startConnection&quot;: { # The properties for one end of a Line connection. # The connection at the beginning of the line. If unset, there is no connection. Only lines with a Type indicating it is a &quot;connector&quot; can have a `start_connection`.
5450 &quot;connectedObjectId&quot;: &quot;A String&quot;, # The object ID of the connected page element. Some page elements, such as groups, tables, and lines do not have connection sites and therefore cannot be connected to a connector line.
5451 &quot;connectionSiteIndex&quot;: 42, # The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in the description of the &quot;cnx&quot; attribute in section 20.1.9.9 and Annex H. &quot;Predefined DrawingML Shape and Text Geometries&quot; of &quot;Office Open XML File Formats-Fundamentals and Markup Language Reference&quot;, part 1 of [ECMA-376 5th edition] (http://www.ecma-international.org/publications/standards/Ecma-376.htm). The position of each connection site can also be viewed from Slides editor.
5452 },
5453 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the line.
5454 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
5455 &quot;magnitude&quot;: 3.14, # The magnitude.
5456 },
5457 &quot;endArrow&quot;: &quot;A String&quot;, # The style of the arrow at the end of the line.
5458 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the line.
5459 &quot;endConnection&quot;: { # The properties for one end of a Line connection. # The connection at the end of the line. If unset, there is no connection. Only lines with a Type indicating it is a &quot;connector&quot; can have an `end_connection`.
5460 &quot;connectedObjectId&quot;: &quot;A String&quot;, # The object ID of the connected page element. Some page elements, such as groups, tables, and lines do not have connection sites and therefore cannot be connected to a connector line.
5461 &quot;connectionSiteIndex&quot;: 42, # The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in the description of the &quot;cnx&quot; attribute in section 20.1.9.9 and Annex H. &quot;Predefined DrawingML Shape and Text Geometries&quot; of &quot;Office Open XML File Formats-Fundamentals and Markup Language Reference&quot;, part 1 of [ECMA-376 5th edition] (http://www.ecma-international.org/publications/standards/Ecma-376.htm). The position of each connection site can also be viewed from Slides editor.
5462 },
5463 },
5464 &quot;lineType&quot;: &quot;A String&quot;, # The type of the line.
5465 &quot;lineCategory&quot;: &quot;A String&quot;, # The category of the line. It matches the `category` specified in CreateLineRequest, and can be updated with UpdateLineCategoryRequest.
5466 },
5467 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # The transform of the page element. The visual appearance of the page element is determined by its absolute transform. To compute the absolute transform, preconcatenate a page element&#x27;s transform with the transforms of all of its parent groups. If the page element is not in a group, its absolute transform is the same as the value in this field. The initial transform for the newly created Group is always the identity transform.
5468 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
5469 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
5470 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
5471 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
5472 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
5473 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
5474 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
5475 },
5476 &quot;wordArt&quot;: { # A PageElement kind representing word art. # A word art page element.
5477 &quot;renderedText&quot;: &quot;A String&quot;, # The text rendered as word art.
5478 },
5479 &quot;image&quot;: { # A PageElement kind representing an image. # An image page element.
5480 &quot;contentUrl&quot;: &quot;A String&quot;, # An URL to an image with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation&#x27;s sharing settings change.
5481 &quot;imageProperties&quot;: { # The properties of the Image. # The properties of the image.
5482 &quot;recolor&quot;: { # A recolor effect applied on an image. # The recolor effect of the image. If not set, the image is not recolored. This property is read-only.
5483 &quot;recolorStops&quot;: [ # The recolor effect is represented by a gradient, which is a list of color stops. The colors in the gradient will replace the corresponding colors at the same position in the color palette and apply to the image. This property is read-only.
5484 { # A color and position in a gradient band.
5485 &quot;position&quot;: 3.14, # The relative position of the color stop in the gradient band measured in percentage. The value should be in the interval [0.0, 1.0].
5486 &quot;alpha&quot;: 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0, fully opaque.
5487 &quot;color&quot;: { # A themeable solid color value. # The color of the gradient stop.
5488 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5489 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
5490 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
5491 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
5492 },
5493 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
5494 },
5495 },
5496 ],
5497 &quot;name&quot;: &quot;A String&quot;, # The name of the recolor effect. The name is determined from the `recolor_stops` by matching the gradient against the colors in the page&#x27;s current color scheme. This property is read-only.
5498 },
5499 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link.
5500 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
5501 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
5502 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
5503 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
5504 },
5505 &quot;contrast&quot;: 3.14, # The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
5506 &quot;brightness&quot;: 3.14, # The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
5507 &quot;transparency&quot;: 3.14, # The transparency effect of the image. The value should be in the interval [0.0, 1.0], where 0 means no effect and 1 means completely transparent. This property is read-only.
5508 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow of the image. If not set, the image has no shadow. This property is read-only.
5509 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
5510 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
5511 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
5512 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
5513 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
5514 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
5515 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
5516 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
5517 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
5518 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
5519 },
5520 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
5521 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
5522 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
5523 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
5524 &quot;magnitude&quot;: 3.14, # The magnitude.
5525 },
5526 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
5527 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5528 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
5529 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
5530 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
5531 },
5532 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
5533 },
5534 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
5535 },
5536 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the image. If not set, the image has no outline.
5537 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
5538 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
5539 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
5540 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
5541 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5542 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
5543 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
5544 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
5545 },
5546 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
5547 },
5548 },
5549 },
5550 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
5551 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
5552 &quot;magnitude&quot;: 3.14, # The magnitude.
5553 },
5554 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
5555 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
5556 },
5557 &quot;cropProperties&quot;: { # The crop properties of an object enclosed in a container. For example, an Image. The crop properties is represented by the offsets of four edges which define a crop rectangle. The offsets are measured in percentage from the corresponding edges of the object&#x27;s original bounding rectangle towards inside, relative to the object&#x27;s original dimensions. - If the offset is in the interval (0, 1), the corresponding edge of crop rectangle is positioned inside of the object&#x27;s original bounding rectangle. - If the offset is negative or greater than 1, the corresponding edge of crop rectangle is positioned outside of the object&#x27;s original bounding rectangle. - If the left edge of the crop rectangle is on the right side of its right edge, the object will be flipped horizontally. - If the top edge of the crop rectangle is below its bottom edge, the object will be flipped vertically. - If all offsets and rotation angle is 0, the object is not cropped. After cropping, the content in the crop rectangle will be stretched to fit its container. # The crop properties of the image. If not set, the image is not cropped. This property is read-only.
5558 &quot;leftOffset&quot;: 3.14, # The offset specifies the left edge of the crop rectangle that is located to the right of the original bounding rectangle left edge, relative to the object&#x27;s original width.
5559 &quot;rightOffset&quot;: 3.14, # The offset specifies the right edge of the crop rectangle that is located to the left of the original bounding rectangle right edge, relative to the object&#x27;s original width.
5560 &quot;angle&quot;: 3.14, # The rotation angle of the crop window around its center, in radians. Rotation angle is applied after the offset.
5561 &quot;bottomOffset&quot;: 3.14, # The offset specifies the bottom edge of the crop rectangle that is located above the original bounding rectangle bottom edge, relative to the object&#x27;s original height.
5562 &quot;topOffset&quot;: 3.14, # The offset specifies the top edge of the crop rectangle that is located below the original bounding rectangle top edge, relative to the object&#x27;s original height.
5563 },
5564 },
5565 &quot;sourceUrl&quot;: &quot;A String&quot;, # The source URL is the URL used to insert the image. The source URL can be empty.
5566 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005567 &quot;table&quot;: { # A PageElement kind representing a table. # A table page element.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005568 &quot;tableRows&quot;: [ # Properties and contents of each row. Cells that span multiple rows are contained in only one of these rows and have a row_span greater than 1.
5569 { # Properties and contents of each row in a table.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005570 &quot;tableRowProperties&quot;: { # Properties of each row in a table. # Properties of the row.
5571 &quot;minRowHeight&quot;: { # A magnitude in a single direction in the specified units. # Minimum height of the row. The row will be rendered in the Slides editor at a height equal to or greater than this value in order to show all the text in the row&#x27;s cell(s).
5572 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
5573 &quot;magnitude&quot;: 3.14, # The magnitude.
5574 },
5575 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005576 &quot;rowHeight&quot;: { # A magnitude in a single direction in the specified units. # Height of a row.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005577 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005578 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005579 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005580 &quot;tableCells&quot;: [ # Properties and contents of each cell. Cells that span multiple columns are represented only once with a column_span greater than 1. As a result, the length of this collection does not always match the number of columns of the entire table.
5581 { # Properties and contents of each table cell.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005582 &quot;tableCellProperties&quot;: { # The properties of the TableCell. # The properties of the table cell.
5583 &quot;contentAlignment&quot;: &quot;A String&quot;, # The alignment of the content in the table cell. The default alignment matches the alignment for newly created table cells in the Slides editor.
5584 &quot;tableCellBackgroundFill&quot;: { # The table cell background fill. # The background fill of the table cell. The default fill matches the fill for newly created table cells in the Slides editor.
5585 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a table cell will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a table cell, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
5586 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
5587 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
5588 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
5589 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5590 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
5591 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
5592 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
5593 },
5594 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
5595 },
5596 },
5597 },
5598 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005599 &quot;rowSpan&quot;: 42, # Row span of the cell.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005600 &quot;text&quot;: { # The general text content. The text must reside in a compatible shape (e.g. text box or rectangle) or a table cell in a page. # The text content of the cell.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005601 &quot;textElements&quot;: [ # The text contents broken down into its component parts, including styling information. This property is read-only.
5602 { # A TextElement describes the content of a range of indices in the text content of a Shape or TableCell.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005603 &quot;autoText&quot;: { # A TextElement kind that represents auto text. # A TextElement representing a spot in the text that is dynamically replaced with content that can change over time.
5604 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this auto text.
5605 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
5606 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
5607 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
5608 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
5609 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005610 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005611 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
5612 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
5613 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
5614 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
5615 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
5616 &quot;magnitude&quot;: 3.14, # The magnitude.
5617 },
5618 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
5619 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
5620 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
5621 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
5622 },
5623 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005624 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
5625 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
5626 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
5627 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
5628 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5629 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005630 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005631 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005632 },
5633 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
5634 },
5635 },
5636 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
5637 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
5638 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5639 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005640 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005641 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005642 },
5643 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
5644 },
5645 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005646 },
5647 &quot;content&quot;: &quot;A String&quot;, # The rendered content of this auto text, if available.
5648 &quot;type&quot;: &quot;A String&quot;, # The type of this auto text.
5649 },
5650 &quot;textRun&quot;: { # A TextElement kind that represents a run of text that all has the same styling. # A TextElement representing a run of text where all of the characters in the run have the same TextStyle. The `start_index` and `end_index` of TextRuns will always be fully contained in the index range of a single `paragraph_marker` TextElement. In other words, a TextRun will never span multiple paragraphs.
5651 &quot;content&quot;: &quot;A String&quot;, # The text of this run.
5652 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this run.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005653 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005654 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005655 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
5656 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
5657 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005658 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005659 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005660 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005661 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
5662 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005663 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005664 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005665 },
5666 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005667 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
5668 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
5669 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
5670 },
5671 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
5672 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
5673 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
5674 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
5675 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
5676 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5677 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
5678 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
5679 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
5680 },
5681 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
5682 },
5683 },
5684 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
5685 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
5686 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5687 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
5688 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
5689 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
5690 },
5691 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
5692 },
5693 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005694 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005695 },
5696 &quot;startIndex&quot;: 42, # The zero-based start index of this text element, in Unicode code units.
5697 &quot;paragraphMarker&quot;: { # A TextElement kind that represents the beginning of a new paragraph. # A marker representing the beginning of a new paragraph. The `start_index` and `end_index` of this TextElement represent the range of the paragraph. Other TextElements with an index range contained inside this paragraph&#x27;s range are considered to be part of this paragraph. The range of indices of two separate paragraphs will never overlap.
5698 &quot;style&quot;: { # Styles that apply to a whole paragraph. If this text is contained in a shape with a parent placeholder, then these paragraph styles may be inherited from the parent. Which paragraph styles are inherited depend on the nesting level of lists: * A paragraph not in a list will inherit its paragraph style from the paragraph at the 0 nesting level of the list inside the parent placeholder. * A paragraph in a list will inherit its paragraph style from the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited paragraph styles are represented as unset fields in this message. # The paragraph&#x27;s style
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005699 &quot;spaceBelow&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space below the paragraph. If unset, the value is inherited from the parent.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005700 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005701 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005702 },
5703 &quot;spaceAbove&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space above the paragraph. If unset, the value is inherited from the parent.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005704 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005705 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005706 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005707 &quot;indentFirstLine&quot;: { # A magnitude in a single direction in the specified units. # The amount of indentation for the start of the first line of the paragraph. If unset, the value is inherited from the parent.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005708 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005709 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005710 },
5711 &quot;lineSpacing&quot;: 3.14, # The amount of space between lines, as a percentage of normal, where normal is represented as 100.0. If unset, the value is inherited from the parent.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005712 &quot;direction&quot;: &quot;A String&quot;, # The text direction of this paragraph. If unset, the value defaults to LEFT_TO_RIGHT since text direction is not inherited.
5713 &quot;indentEnd&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the end of the text, based on the current text direction. If unset, the value is inherited from the parent.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005714 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005715 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005716 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005717 &quot;indentStart&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the start of the text, based on the current text direction. If unset, the value is inherited from the parent.
5718 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
5719 &quot;magnitude&quot;: 3.14, # The magnitude.
5720 },
5721 &quot;alignment&quot;: &quot;A String&quot;, # The text alignment for this paragraph.
5722 &quot;spacingMode&quot;: &quot;A String&quot;, # The spacing mode for the paragraph.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005723 },
5724 &quot;bullet&quot;: { # Describes the bullet of a paragraph. # The bullet for this paragraph. If not present, the paragraph does not belong to a list.
5725 &quot;glyph&quot;: &quot;A String&quot;, # The rendered bullet glyph for this paragraph.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005726 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list this paragraph belongs to.
5727 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The paragraph specific text style applied to this bullet.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005728 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
5729 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
5730 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
5731 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
5732 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005733 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005734 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
5735 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
5736 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
5737 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
5738 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
5739 &quot;magnitude&quot;: 3.14, # The magnitude.
5740 },
5741 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
5742 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
5743 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
5744 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
5745 },
5746 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005747 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
5748 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
5749 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
5750 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
5751 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5752 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005753 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005754 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005755 },
5756 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
5757 },
5758 },
5759 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
5760 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
5761 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5762 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005763 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005764 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005765 },
5766 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
5767 },
5768 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005769 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005770 &quot;nestingLevel&quot;: 42, # The nesting level of this paragraph in the list.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005771 },
5772 },
5773 &quot;endIndex&quot;: 42, # The zero-based end index of this text element, exclusive, in Unicode code units.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005774 },
5775 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005776 &quot;lists&quot;: { # The bulleted lists contained in this text, keyed by list ID.
5777 &quot;a_key&quot;: { # A List describes the look and feel of bullets belonging to paragraphs associated with a list. A paragraph that is part of a list has an implicit reference to that list&#x27;s ID.
5778 &quot;nestingLevel&quot;: { # A map of nesting levels to the properties of bullets at the associated level. A list has at most nine levels of nesting, so the possible values for the keys of this map are 0 through 8, inclusive.
5779 &quot;a_key&quot;: { # Contains properties describing the look and feel of a list bullet at a given level of nesting.
5780 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The style of a bullet at this level of nesting.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005781 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
5782 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
5783 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
5784 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
5785 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005786 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005787 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
5788 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
5789 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
5790 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
5791 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
5792 &quot;magnitude&quot;: 3.14, # The magnitude.
5793 },
5794 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
5795 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
5796 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
5797 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
5798 },
5799 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005800 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005801 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005802 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
5803 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005804 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005805 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
5806 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005807 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005808 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005809 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005810 },
5811 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005812 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
5813 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
5814 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5815 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005816 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005817 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005818 },
5819 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
5820 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005821 },
5822 },
5823 },
5824 },
5825 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list.
5826 },
5827 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005828 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005829 &quot;columnSpan&quot;: 42, # Column span of the cell.
5830 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the cell within the table.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005831 &quot;rowIndex&quot;: 42, # The 0-based row index.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005832 &quot;columnIndex&quot;: 42, # The 0-based column index.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005833 },
5834 },
5835 ],
5836 },
5837 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005838 &quot;horizontalBorderRows&quot;: [ # Properties of horizontal cell borders. A table&#x27;s horizontal cell borders are represented as a grid. The grid has one more row than the number of rows in the table and the same number of columns as the table. For example, if the table is 3 x 3, its horizontal borders will be represented as a grid with 4 rows and 3 columns.
5839 { # Contents of each border row in a table.
5840 &quot;tableBorderCells&quot;: [ # Properties of each border cell. When a border&#x27;s adjacent table cells are merged, it is not included in the response.
5841 { # The properties of each border cell.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005842 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the border within the border table.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005843 &quot;rowIndex&quot;: 42, # The 0-based row index.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005844 &quot;columnIndex&quot;: 42, # The 0-based column index.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005845 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005846 &quot;tableBorderProperties&quot;: { # The border styling properties of the TableBorderCell. # The border properties.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005847 &quot;tableBorderFill&quot;: { # The fill of the border. # The fill of the table border.
5848 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid fill.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005849 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005850 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005851 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005852 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
5853 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005854 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005855 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005856 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005857 },
5858 },
5859 },
5860 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the border.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005861 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005862 &quot;magnitude&quot;: 3.14, # The magnitude.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005863 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005864 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the border.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005865 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005866 },
5867 ],
5868 },
5869 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005870 &quot;verticalBorderRows&quot;: [ # Properties of vertical cell borders. A table&#x27;s vertical cell borders are represented as a grid. The grid has the same number of rows as the table and one more column than the number of columns in the table. For example, if the table is 3 x 3, its vertical borders will be represented as a grid with 3 rows and 4 columns.
5871 { # Contents of each border row in a table.
5872 &quot;tableBorderCells&quot;: [ # Properties of each border cell. When a border&#x27;s adjacent table cells are merged, it is not included in the response.
5873 { # The properties of each border cell.
5874 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the border within the border table.
5875 &quot;rowIndex&quot;: 42, # The 0-based row index.
5876 &quot;columnIndex&quot;: 42, # The 0-based column index.
5877 },
5878 &quot;tableBorderProperties&quot;: { # The border styling properties of the TableBorderCell. # The border properties.
5879 &quot;tableBorderFill&quot;: { # The fill of the border. # The fill of the table border.
5880 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid fill.
5881 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
5882 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
5883 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5884 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
5885 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
5886 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
5887 },
5888 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
5889 },
5890 },
5891 },
5892 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the border.
5893 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
5894 &quot;magnitude&quot;: 3.14, # The magnitude.
5895 },
5896 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the border.
5897 },
5898 },
5899 ],
5900 },
5901 ],
5902 &quot;rows&quot;: 42, # Number of rows in the table.
5903 &quot;columns&quot;: 42, # Number of columns in the table.
5904 &quot;tableColumns&quot;: [ # Properties of each column.
5905 { # Properties of each column in a table.
5906 &quot;columnWidth&quot;: { # A magnitude in a single direction in the specified units. # Width of a column.
5907 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
5908 &quot;magnitude&quot;: 3.14, # The magnitude.
5909 },
5910 },
5911 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005912 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005913 &quot;size&quot;: { # A width and height. # The size of the page element.
5914 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005915 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005916 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005917 },
5918 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005919 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005920 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005921 },
5922 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005923 &quot;elementGroup&quot;: { # A PageElement kind representing a joined collection of PageElements. # A collection of page elements joined as a single unit.
5924 &quot;children&quot;: [ # The collection of elements in the group. The minimum size of a group is 2.
5925 # Object with schema name: PageElement
5926 ],
5927 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005928 &quot;sheetsChart&quot;: { # A PageElement kind representing a linked chart embedded from Google Sheets. # A linked chart embedded from Google Sheets. Unlinked charts are represented as images.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005929 &quot;sheetsChartProperties&quot;: { # The properties of the SheetsChart. # The properties of the Sheets chart.
5930 &quot;chartImageProperties&quot;: { # The properties of the Image. # The properties of the embedded chart image.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005931 &quot;recolor&quot;: { # A recolor effect applied on an image. # The recolor effect of the image. If not set, the image is not recolored. This property is read-only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005932 &quot;recolorStops&quot;: [ # The recolor effect is represented by a gradient, which is a list of color stops. The colors in the gradient will replace the corresponding colors at the same position in the color palette and apply to the image. This property is read-only.
5933 { # A color and position in a gradient band.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005934 &quot;position&quot;: 3.14, # The relative position of the color stop in the gradient band measured in percentage. The value should be in the interval [0.0, 1.0].
5935 &quot;alpha&quot;: 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0, fully opaque.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005936 &quot;color&quot;: { # A themeable solid color value. # The color of the gradient stop.
5937 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5938 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005939 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005940 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005941 },
5942 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005943 },
5944 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005945 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005946 &quot;name&quot;: &quot;A String&quot;, # The name of the recolor effect. The name is determined from the `recolor_stops` by matching the gradient against the colors in the page&#x27;s current color scheme. This property is read-only.
5947 },
5948 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link.
5949 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
5950 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
5951 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
5952 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
5953 },
5954 &quot;contrast&quot;: 3.14, # The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
5955 &quot;brightness&quot;: 3.14, # The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
5956 &quot;transparency&quot;: 3.14, # The transparency effect of the image. The value should be in the interval [0.0, 1.0], where 0 means no effect and 1 means completely transparent. This property is read-only.
5957 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow of the image. If not set, the image has no shadow. This property is read-only.
5958 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
5959 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
5960 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
5961 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
5962 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
5963 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
5964 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
5965 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
5966 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
5967 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
5968 },
5969 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
5970 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
5971 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
5972 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
5973 &quot;magnitude&quot;: 3.14, # The magnitude.
5974 },
5975 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
5976 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5977 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
5978 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
5979 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
5980 },
5981 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
5982 },
5983 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
5984 },
5985 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the image. If not set, the image has no outline.
5986 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
5987 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
5988 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
5989 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
5990 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
5991 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
5992 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
5993 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
5994 },
5995 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
5996 },
5997 },
5998 },
5999 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
6000 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6001 &quot;magnitude&quot;: 3.14, # The magnitude.
6002 },
6003 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
6004 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006005 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006006 &quot;cropProperties&quot;: { # The crop properties of an object enclosed in a container. For example, an Image. The crop properties is represented by the offsets of four edges which define a crop rectangle. The offsets are measured in percentage from the corresponding edges of the object&#x27;s original bounding rectangle towards inside, relative to the object&#x27;s original dimensions. - If the offset is in the interval (0, 1), the corresponding edge of crop rectangle is positioned inside of the object&#x27;s original bounding rectangle. - If the offset is negative or greater than 1, the corresponding edge of crop rectangle is positioned outside of the object&#x27;s original bounding rectangle. - If the left edge of the crop rectangle is on the right side of its right edge, the object will be flipped horizontally. - If the top edge of the crop rectangle is below its bottom edge, the object will be flipped vertically. - If all offsets and rotation angle is 0, the object is not cropped. After cropping, the content in the crop rectangle will be stretched to fit its container. # The crop properties of the image. If not set, the image is not cropped. This property is read-only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006007 &quot;leftOffset&quot;: 3.14, # The offset specifies the left edge of the crop rectangle that is located to the right of the original bounding rectangle left edge, relative to the object&#x27;s original width.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006008 &quot;rightOffset&quot;: 3.14, # The offset specifies the right edge of the crop rectangle that is located to the left of the original bounding rectangle right edge, relative to the object&#x27;s original width.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006009 &quot;angle&quot;: 3.14, # The rotation angle of the crop window around its center, in radians. Rotation angle is applied after the offset.
6010 &quot;bottomOffset&quot;: 3.14, # The offset specifies the bottom edge of the crop rectangle that is located above the original bounding rectangle bottom edge, relative to the object&#x27;s original height.
6011 &quot;topOffset&quot;: 3.14, # The offset specifies the top edge of the crop rectangle that is located below the original bounding rectangle top edge, relative to the object&#x27;s original height.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006012 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006013 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006014 },
6015 &quot;contentUrl&quot;: &quot;A String&quot;, # The URL of an image of the embedded chart, with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation&#x27;s sharing settings change.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006016 &quot;spreadsheetId&quot;: &quot;A String&quot;, # The ID of the Google Sheets spreadsheet that contains the source chart.
6017 &quot;chartId&quot;: 42, # The ID of the specific chart in the Google Sheets spreadsheet that is embedded.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006018 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006019 },
6020 ],
6021 &quot;objectId&quot;: &quot;A String&quot;, # The object ID for this page. Object IDs used by Page and PageElement share the same namespace.
6022 &quot;pageProperties&quot;: { # The properties of the Page. The page will inherit properties from the parent page. Depending on the page type the hierarchy is defined in either SlideProperties or LayoutProperties. # The properties of the page.
6023 &quot;pageBackgroundFill&quot;: { # The page background fill. # The background fill of the page. If unset, the background fill is inherited from a parent page if it exists. If the page has no parent, then the background fill defaults to the corresponding fill in the Slides editor.
6024 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a page will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a page, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
6025 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
6026 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
6027 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
6028 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6029 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
6030 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
6031 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006032 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006033 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006034 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006035 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006036 &quot;stretchedPictureFill&quot;: { # The stretched picture fill. The page or page element is filled entirely with the specified picture. The picture is stretched to fit its container. # Stretched picture fill.
6037 &quot;contentUrl&quot;: &quot;A String&quot;, # Reading the content_url: An URL to a picture with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the picture as the original requester. Access to the picture may be lost if the presentation&#x27;s sharing settings change. Writing the content_url: The picture is fetched once at insertion time and a copy is stored for display inside the presentation. Pictures must be less than 50MB in size, cannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF format. The provided URL can be at most 2 kB in length.
6038 &quot;size&quot;: { # A width and height. # The original size of the picture fill. This field is read-only.
6039 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
6040 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6041 &quot;magnitude&quot;: 3.14, # The magnitude.
6042 },
6043 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
6044 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6045 &quot;magnitude&quot;: 3.14, # The magnitude.
6046 },
6047 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006048 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006049 },
6050 &quot;colorScheme&quot;: { # The palette of predefined colors for a page. # The color scheme of the page. If unset, the color scheme is inherited from a parent page. If the page has no parent, the color scheme uses a default Slides color scheme, matching the defaults in the Slides editor. Only the concrete colors of the first 12 ThemeColorTypes are editable. In addition, only the color scheme on `Master` pages can be updated. To update the field, a color scheme containing mappings from all the first 12 ThemeColorTypes to their concrete colors must be provided. Colors for the remaining ThemeColorTypes will be ignored.
6051 &quot;colors&quot;: [ # The ThemeColorType and corresponding concrete color pairs.
6052 { # A pair mapping a theme color type to the concrete color it represents.
6053 &quot;type&quot;: &quot;A String&quot;, # The type of the theme color.
6054 &quot;color&quot;: { # An RGB color. # The concrete color corresponding to the theme color type above.
6055 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
6056 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
6057 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006058 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006059 },
6060 ],
6061 },
6062 },
6063 &quot;revisionId&quot;: &quot;A String&quot;, # The revision ID of the presentation containing this page. Can be used in update requests to assert that the presentation revision hasn&#x27;t changed since the last read operation. Only populated if the user has edit access to the presentation. The format of the revision ID may change over time, so it should be treated opaquely. A returned revision ID is only guaranteed to be valid for 24 hours after it has been returned and cannot be shared across users. If the revision ID is unchanged between calls, then the presentation has not changed. Conversely, a changed ID (for the same presentation and user) usually means the presentation has been updated; however, a changed ID can also be due to internal factors such as ID format changes.
6064 &quot;notesProperties&quot;: { # The properties of Page that are only relevant for pages with page_type NOTES. # Notes specific properties. Only set if page_type = NOTES.
6065 &quot;speakerNotesObjectId&quot;: &quot;A String&quot;, # The object ID of the shape on this notes page that contains the speaker notes for the corresponding slide. The actual shape may not always exist on the notes page. Inserting text using this object ID will automatically create the shape. In this case, the actual shape may have different object ID. The `GetPresentation` or `GetPage` action will always return the latest object ID.
6066 },
6067 },
6068 ],
6069 &quot;layouts&quot;: [ # The layouts in the presentation. A layout is a template that determines how content is arranged and styled on the slides that inherit from that layout.
6070 { # A page in a presentation.
6071 &quot;slideProperties&quot;: { # The properties of Page that are only relevant for pages with page_type SLIDE. # Slide specific properties. Only set if page_type = SLIDE.
6072 &quot;masterObjectId&quot;: &quot;A String&quot;, # The object ID of the master that this slide is based on. This property is read-only.
6073 &quot;notesPage&quot;: # Object with schema name: Page # The notes page that this slide is associated with. It defines the visual appearance of a notes page when printing or exporting slides with speaker notes. A notes page inherits properties from the notes master. The placeholder shape with type BODY on the notes page contains the speaker notes for this slide. The ID of this shape is identified by the speakerNotesObjectId field. The notes page is read-only except for the text content and styles of the speaker notes shape. This property is read-only.
6074 &quot;layoutObjectId&quot;: &quot;A String&quot;, # The object ID of the layout that this slide is based on. This property is read-only.
6075 },
6076 &quot;masterProperties&quot;: { # The properties of Page that are only relevant for pages with page_type MASTER. # Master specific properties. Only set if page_type = MASTER.
6077 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the master.
6078 },
6079 &quot;layoutProperties&quot;: { # The properties of Page are only relevant for pages with page_type LAYOUT. # Layout specific properties. Only set if page_type = LAYOUT.
6080 &quot;name&quot;: &quot;A String&quot;, # The name of the layout.
6081 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the layout.
6082 &quot;masterObjectId&quot;: &quot;A String&quot;, # The object ID of the master that this layout is based on.
6083 },
6084 &quot;pageType&quot;: &quot;A String&quot;, # The type of the page.
6085 &quot;pageElements&quot;: [ # The page elements rendered on the page.
6086 { # A visual element rendered on a page.
6087 &quot;objectId&quot;: &quot;A String&quot;, # The object ID for this page element. Object IDs used by google.apps.slides.v1.Page and google.apps.slides.v1.PageElement share the same namespace.
6088 &quot;video&quot;: { # A PageElement kind representing a video. # A video page element.
6089 &quot;source&quot;: &quot;A String&quot;, # The video source.
6090 &quot;url&quot;: &quot;A String&quot;, # An URL to a video. The URL is valid as long as the source video exists and sharing settings do not change.
6091 &quot;id&quot;: &quot;A String&quot;, # The video source&#x27;s unique identifier for this video.
6092 &quot;videoProperties&quot;: { # The properties of the Video. # The properties of the video.
6093 &quot;autoPlay&quot;: True or False, # Whether to enable video autoplay when the page is displayed in present mode. Defaults to false.
6094 &quot;start&quot;: 42, # The time at which to start playback, measured in seconds from the beginning of the video. If set, the start time should be before the end time. If you set this to a value that exceeds the video&#x27;s length in seconds, the video will be played from the last second. If not set, the video will be played from the beginning.
6095 &quot;mute&quot;: True or False, # Whether to mute the audio during video playback. Defaults to false.
6096 &quot;end&quot;: 42, # The time at which to end playback, measured in seconds from the beginning of the video. If set, the end time should be after the start time. If not set or if you set this to a value that exceeds the video&#x27;s length, the video will be played until its end.
6097 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the video. The default outline matches the defaults for new videos created in the Slides editor.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006098 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
6099 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006100 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006101 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
6102 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6103 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006104 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006105 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006106 },
6107 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
6108 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006109 },
6110 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006111 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
6112 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6113 &quot;magnitude&quot;: 3.14, # The magnitude.
6114 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006115 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006116 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006117 },
6118 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006119 },
6120 &quot;description&quot;: &quot;A String&quot;, # The description of the page element. Combined with title to display alt text. The field is not supported for Group elements.
6121 &quot;title&quot;: &quot;A String&quot;, # The title of the page element. Combined with description to display alt text. The field is not supported for Group elements.
6122 &quot;shape&quot;: { # A PageElement kind representing a generic shape that does not have a more specific classification. # A generic shape.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006123 &quot;placeholder&quot;: { # The placeholder information that uniquely identifies a placeholder shape. # Placeholders are shapes that are inherit from corresponding placeholders on layouts and masters. If set, the shape is a placeholder shape and any inherited properties can be resolved by looking at the parent placeholder identified by the Placeholder.parent_object_id field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006124 &quot;parentObjectId&quot;: &quot;A String&quot;, # The object ID of this shape&#x27;s parent placeholder. If unset, the parent placeholder shape does not exist, so the shape does not inherit properties from any other shape.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006125 &quot;index&quot;: 42, # The index of the placeholder. If the same placeholder types are present in the same page, they would have different index values.
6126 &quot;type&quot;: &quot;A String&quot;, # The type of the placeholder.
6127 },
6128 &quot;shapeType&quot;: &quot;A String&quot;, # The type of the shape.
6129 &quot;shapeProperties&quot;: { # The properties of a Shape. If the shape is a placeholder shape as determined by the placeholder field, then these properties may be inherited from a parent placeholder shape. Determining the rendered value of the property depends on the corresponding property_state field value. # The properties of the shape.
6130 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the shape. If unset, there is no link. Links are not inherited from parent placeholders.
6131 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
6132 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
6133 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
6134 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
6135 },
6136 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the shape. If unset, the outline is inherited from a parent placeholder if it exists. If the shape has no parent, then the default outline depends on the shape type, matching the defaults for new shapes created in the Slides editor.
6137 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
6138 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
6139 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
6140 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
6141 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6142 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
6143 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
6144 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
6145 },
6146 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
6147 },
6148 },
6149 },
6150 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
6151 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6152 &quot;magnitude&quot;: 3.14, # The magnitude.
6153 },
6154 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
6155 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
6156 },
6157 &quot;contentAlignment&quot;: &quot;A String&quot;, # The alignment of the content in the shape. If unspecified, the alignment is inherited from a parent placeholder if it exists. If the shape has no parent, the default alignment matches the alignment for new shapes created in the Slides editor.
6158 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow properties of the shape. If unset, the shadow is inherited from a parent placeholder if it exists. If the shape has no parent, then the default shadow matches the defaults for new shapes created in the Slides editor. This property is read-only.
6159 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
6160 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
6161 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
6162 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
6163 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
6164 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
6165 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
6166 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
6167 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
6168 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
6169 },
6170 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
6171 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
6172 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
6173 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6174 &quot;magnitude&quot;: 3.14, # The magnitude.
6175 },
6176 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
6177 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6178 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
6179 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
6180 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
6181 },
6182 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
6183 },
6184 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
6185 },
6186 &quot;shapeBackgroundFill&quot;: { # The shape background fill. # The background fill of the shape. If unset, the background fill is inherited from a parent placeholder if it exists. If the shape has no parent, then the default background fill depends on the shape type, matching the defaults for new shapes created in the Slides editor.
6187 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a shape will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a shape, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
6188 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
6189 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
6190 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
6191 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6192 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
6193 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
6194 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
6195 },
6196 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
6197 },
6198 },
6199 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006200 },
6201 &quot;text&quot;: { # The general text content. The text must reside in a compatible shape (e.g. text box or rectangle) or a table cell in a page. # The text content of the shape.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006202 &quot;textElements&quot;: [ # The text contents broken down into its component parts, including styling information. This property is read-only.
6203 { # A TextElement describes the content of a range of indices in the text content of a Shape or TableCell.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006204 &quot;autoText&quot;: { # A TextElement kind that represents auto text. # A TextElement representing a spot in the text that is dynamically replaced with content that can change over time.
6205 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this auto text.
6206 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
6207 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
6208 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
6209 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
6210 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006211 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006212 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
6213 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
6214 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
6215 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
6216 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6217 &quot;magnitude&quot;: 3.14, # The magnitude.
6218 },
6219 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
6220 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
6221 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
6222 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
6223 },
6224 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006225 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
6226 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
6227 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
6228 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
6229 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6230 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006231 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006232 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006233 },
6234 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
6235 },
6236 },
6237 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
6238 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
6239 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6240 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006241 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006242 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006243 },
6244 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
6245 },
6246 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006247 },
6248 &quot;content&quot;: &quot;A String&quot;, # The rendered content of this auto text, if available.
6249 &quot;type&quot;: &quot;A String&quot;, # The type of this auto text.
6250 },
6251 &quot;textRun&quot;: { # A TextElement kind that represents a run of text that all has the same styling. # A TextElement representing a run of text where all of the characters in the run have the same TextStyle. The `start_index` and `end_index` of TextRuns will always be fully contained in the index range of a single `paragraph_marker` TextElement. In other words, a TextRun will never span multiple paragraphs.
6252 &quot;content&quot;: &quot;A String&quot;, # The text of this run.
6253 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this run.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006254 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006255 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006256 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
6257 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
6258 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006259 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006260 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006261 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006262 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
6263 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006264 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006265 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006266 },
6267 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006268 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
6269 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
6270 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
6271 },
6272 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
6273 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
6274 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
6275 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
6276 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
6277 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6278 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
6279 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
6280 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
6281 },
6282 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
6283 },
6284 },
6285 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
6286 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
6287 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6288 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
6289 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
6290 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
6291 },
6292 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
6293 },
6294 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006295 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006296 },
6297 &quot;startIndex&quot;: 42, # The zero-based start index of this text element, in Unicode code units.
6298 &quot;paragraphMarker&quot;: { # A TextElement kind that represents the beginning of a new paragraph. # A marker representing the beginning of a new paragraph. The `start_index` and `end_index` of this TextElement represent the range of the paragraph. Other TextElements with an index range contained inside this paragraph&#x27;s range are considered to be part of this paragraph. The range of indices of two separate paragraphs will never overlap.
6299 &quot;style&quot;: { # Styles that apply to a whole paragraph. If this text is contained in a shape with a parent placeholder, then these paragraph styles may be inherited from the parent. Which paragraph styles are inherited depend on the nesting level of lists: * A paragraph not in a list will inherit its paragraph style from the paragraph at the 0 nesting level of the list inside the parent placeholder. * A paragraph in a list will inherit its paragraph style from the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited paragraph styles are represented as unset fields in this message. # The paragraph&#x27;s style
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006300 &quot;spaceBelow&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space below the paragraph. If unset, the value is inherited from the parent.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006301 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006302 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006303 },
6304 &quot;spaceAbove&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space above the paragraph. If unset, the value is inherited from the parent.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006305 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006306 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006307 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006308 &quot;indentFirstLine&quot;: { # A magnitude in a single direction in the specified units. # The amount of indentation for the start of the first line of the paragraph. If unset, the value is inherited from the parent.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006309 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006310 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006311 },
6312 &quot;lineSpacing&quot;: 3.14, # The amount of space between lines, as a percentage of normal, where normal is represented as 100.0. If unset, the value is inherited from the parent.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006313 &quot;direction&quot;: &quot;A String&quot;, # The text direction of this paragraph. If unset, the value defaults to LEFT_TO_RIGHT since text direction is not inherited.
6314 &quot;indentEnd&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the end of the text, based on the current text direction. If unset, the value is inherited from the parent.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006315 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006316 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006317 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006318 &quot;indentStart&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the start of the text, based on the current text direction. If unset, the value is inherited from the parent.
6319 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6320 &quot;magnitude&quot;: 3.14, # The magnitude.
6321 },
6322 &quot;alignment&quot;: &quot;A String&quot;, # The text alignment for this paragraph.
6323 &quot;spacingMode&quot;: &quot;A String&quot;, # The spacing mode for the paragraph.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006324 },
6325 &quot;bullet&quot;: { # Describes the bullet of a paragraph. # The bullet for this paragraph. If not present, the paragraph does not belong to a list.
6326 &quot;glyph&quot;: &quot;A String&quot;, # The rendered bullet glyph for this paragraph.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006327 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list this paragraph belongs to.
6328 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The paragraph specific text style applied to this bullet.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006329 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
6330 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
6331 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
6332 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
6333 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006334 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006335 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
6336 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
6337 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
6338 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
6339 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6340 &quot;magnitude&quot;: 3.14, # The magnitude.
6341 },
6342 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
6343 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
6344 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
6345 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
6346 },
6347 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006348 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
6349 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
6350 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
6351 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
6352 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6353 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006354 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006355 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006356 },
6357 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
6358 },
6359 },
6360 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
6361 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
6362 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6363 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006364 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006365 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006366 },
6367 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
6368 },
6369 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006370 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006371 &quot;nestingLevel&quot;: 42, # The nesting level of this paragraph in the list.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006372 },
6373 },
6374 &quot;endIndex&quot;: 42, # The zero-based end index of this text element, exclusive, in Unicode code units.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006375 },
6376 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006377 &quot;lists&quot;: { # The bulleted lists contained in this text, keyed by list ID.
6378 &quot;a_key&quot;: { # A List describes the look and feel of bullets belonging to paragraphs associated with a list. A paragraph that is part of a list has an implicit reference to that list&#x27;s ID.
6379 &quot;nestingLevel&quot;: { # A map of nesting levels to the properties of bullets at the associated level. A list has at most nine levels of nesting, so the possible values for the keys of this map are 0 through 8, inclusive.
6380 &quot;a_key&quot;: { # Contains properties describing the look and feel of a list bullet at a given level of nesting.
6381 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The style of a bullet at this level of nesting.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006382 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
6383 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
6384 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
6385 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
6386 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006387 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006388 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
6389 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
6390 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
6391 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
6392 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6393 &quot;magnitude&quot;: 3.14, # The magnitude.
6394 },
6395 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
6396 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
6397 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
6398 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
6399 },
6400 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006401 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006402 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006403 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
6404 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006405 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006406 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
6407 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006408 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006409 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006410 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006411 },
6412 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006413 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
6414 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
6415 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6416 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006417 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006418 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006419 },
6420 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
6421 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006422 },
6423 },
6424 },
6425 },
6426 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list.
6427 },
6428 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006429 },
6430 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006431 &quot;line&quot;: { # A PageElement kind representing a non-connector line, straight connector, curved connector, or bent connector. # A line page element.
6432 &quot;lineProperties&quot;: { # The properties of the Line. When unset, these fields default to values that match the appearance of new lines created in the Slides editor. # The properties of the line.
6433 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the line. If unset, there is no link.
6434 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
6435 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
6436 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
6437 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
6438 },
6439 &quot;lineFill&quot;: { # The fill of the line. # The fill of the line. The default line fill matches the defaults for new lines created in the Slides editor.
6440 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
6441 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
6442 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
6443 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6444 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
6445 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
6446 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006447 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006448 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006449 },
6450 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006451 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006452 &quot;startArrow&quot;: &quot;A String&quot;, # The style of the arrow at the beginning of the line.
6453 &quot;startConnection&quot;: { # The properties for one end of a Line connection. # The connection at the beginning of the line. If unset, there is no connection. Only lines with a Type indicating it is a &quot;connector&quot; can have a `start_connection`.
6454 &quot;connectedObjectId&quot;: &quot;A String&quot;, # The object ID of the connected page element. Some page elements, such as groups, tables, and lines do not have connection sites and therefore cannot be connected to a connector line.
6455 &quot;connectionSiteIndex&quot;: 42, # The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in the description of the &quot;cnx&quot; attribute in section 20.1.9.9 and Annex H. &quot;Predefined DrawingML Shape and Text Geometries&quot; of &quot;Office Open XML File Formats-Fundamentals and Markup Language Reference&quot;, part 1 of [ECMA-376 5th edition] (http://www.ecma-international.org/publications/standards/Ecma-376.htm). The position of each connection site can also be viewed from Slides editor.
6456 },
6457 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the line.
6458 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6459 &quot;magnitude&quot;: 3.14, # The magnitude.
6460 },
6461 &quot;endArrow&quot;: &quot;A String&quot;, # The style of the arrow at the end of the line.
6462 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the line.
6463 &quot;endConnection&quot;: { # The properties for one end of a Line connection. # The connection at the end of the line. If unset, there is no connection. Only lines with a Type indicating it is a &quot;connector&quot; can have an `end_connection`.
6464 &quot;connectedObjectId&quot;: &quot;A String&quot;, # The object ID of the connected page element. Some page elements, such as groups, tables, and lines do not have connection sites and therefore cannot be connected to a connector line.
6465 &quot;connectionSiteIndex&quot;: 42, # The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in the description of the &quot;cnx&quot; attribute in section 20.1.9.9 and Annex H. &quot;Predefined DrawingML Shape and Text Geometries&quot; of &quot;Office Open XML File Formats-Fundamentals and Markup Language Reference&quot;, part 1 of [ECMA-376 5th edition] (http://www.ecma-international.org/publications/standards/Ecma-376.htm). The position of each connection site can also be viewed from Slides editor.
6466 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006467 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006468 &quot;lineType&quot;: &quot;A String&quot;, # The type of the line.
6469 &quot;lineCategory&quot;: &quot;A String&quot;, # The category of the line. It matches the `category` specified in CreateLineRequest, and can be updated with UpdateLineCategoryRequest.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006470 },
6471 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # The transform of the page element. The visual appearance of the page element is determined by its absolute transform. To compute the absolute transform, preconcatenate a page element&#x27;s transform with the transforms of all of its parent groups. If the page element is not in a group, its absolute transform is the same as the value in this field. The initial transform for the newly created Group is always the identity transform.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006472 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006473 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
6474 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006475 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
6476 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006477 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
6478 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006479 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006480 &quot;wordArt&quot;: { # A PageElement kind representing word art. # A word art page element.
6481 &quot;renderedText&quot;: &quot;A String&quot;, # The text rendered as word art.
6482 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006483 &quot;image&quot;: { # A PageElement kind representing an image. # An image page element.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006484 &quot;contentUrl&quot;: &quot;A String&quot;, # An URL to an image with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation&#x27;s sharing settings change.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006485 &quot;imageProperties&quot;: { # The properties of the Image. # The properties of the image.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006486 &quot;recolor&quot;: { # A recolor effect applied on an image. # The recolor effect of the image. If not set, the image is not recolored. This property is read-only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006487 &quot;recolorStops&quot;: [ # The recolor effect is represented by a gradient, which is a list of color stops. The colors in the gradient will replace the corresponding colors at the same position in the color palette and apply to the image. This property is read-only.
6488 { # A color and position in a gradient band.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006489 &quot;position&quot;: 3.14, # The relative position of the color stop in the gradient band measured in percentage. The value should be in the interval [0.0, 1.0].
6490 &quot;alpha&quot;: 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0, fully opaque.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006491 &quot;color&quot;: { # A themeable solid color value. # The color of the gradient stop.
6492 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6493 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006494 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006495 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006496 },
6497 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
6498 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006499 },
6500 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006501 &quot;name&quot;: &quot;A String&quot;, # The name of the recolor effect. The name is determined from the `recolor_stops` by matching the gradient against the colors in the page&#x27;s current color scheme. This property is read-only.
6502 },
6503 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link.
6504 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
6505 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
6506 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
6507 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
6508 },
6509 &quot;contrast&quot;: 3.14, # The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
6510 &quot;brightness&quot;: 3.14, # The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
6511 &quot;transparency&quot;: 3.14, # The transparency effect of the image. The value should be in the interval [0.0, 1.0], where 0 means no effect and 1 means completely transparent. This property is read-only.
6512 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow of the image. If not set, the image has no shadow. This property is read-only.
6513 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
6514 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
6515 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
6516 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
6517 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
6518 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
6519 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
6520 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
6521 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
6522 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
6523 },
6524 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
6525 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
6526 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
6527 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6528 &quot;magnitude&quot;: 3.14, # The magnitude.
6529 },
6530 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
6531 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6532 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
6533 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
6534 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
6535 },
6536 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
6537 },
6538 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
6539 },
6540 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the image. If not set, the image has no outline.
6541 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
6542 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
6543 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
6544 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
6545 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6546 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
6547 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
6548 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
6549 },
6550 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
6551 },
6552 },
6553 },
6554 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
6555 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6556 &quot;magnitude&quot;: 3.14, # The magnitude.
6557 },
6558 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
6559 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006560 },
6561 &quot;cropProperties&quot;: { # The crop properties of an object enclosed in a container. For example, an Image. The crop properties is represented by the offsets of four edges which define a crop rectangle. The offsets are measured in percentage from the corresponding edges of the object&#x27;s original bounding rectangle towards inside, relative to the object&#x27;s original dimensions. - If the offset is in the interval (0, 1), the corresponding edge of crop rectangle is positioned inside of the object&#x27;s original bounding rectangle. - If the offset is negative or greater than 1, the corresponding edge of crop rectangle is positioned outside of the object&#x27;s original bounding rectangle. - If the left edge of the crop rectangle is on the right side of its right edge, the object will be flipped horizontally. - If the top edge of the crop rectangle is below its bottom edge, the object will be flipped vertically. - If all offsets and rotation angle is 0, the object is not cropped. After cropping, the content in the crop rectangle will be stretched to fit its container. # The crop properties of the image. If not set, the image is not cropped. This property is read-only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006562 &quot;leftOffset&quot;: 3.14, # The offset specifies the left edge of the crop rectangle that is located to the right of the original bounding rectangle left edge, relative to the object&#x27;s original width.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006563 &quot;rightOffset&quot;: 3.14, # The offset specifies the right edge of the crop rectangle that is located to the left of the original bounding rectangle right edge, relative to the object&#x27;s original width.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006564 &quot;angle&quot;: 3.14, # The rotation angle of the crop window around its center, in radians. Rotation angle is applied after the offset.
6565 &quot;bottomOffset&quot;: 3.14, # The offset specifies the bottom edge of the crop rectangle that is located above the original bounding rectangle bottom edge, relative to the object&#x27;s original height.
6566 &quot;topOffset&quot;: 3.14, # The offset specifies the top edge of the crop rectangle that is located below the original bounding rectangle top edge, relative to the object&#x27;s original height.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006567 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006568 },
6569 &quot;sourceUrl&quot;: &quot;A String&quot;, # The source URL is the URL used to insert the image. The source URL can be empty.
6570 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006571 &quot;table&quot;: { # A PageElement kind representing a table. # A table page element.
6572 &quot;tableRows&quot;: [ # Properties and contents of each row. Cells that span multiple rows are contained in only one of these rows and have a row_span greater than 1.
6573 { # Properties and contents of each row in a table.
6574 &quot;tableRowProperties&quot;: { # Properties of each row in a table. # Properties of the row.
6575 &quot;minRowHeight&quot;: { # A magnitude in a single direction in the specified units. # Minimum height of the row. The row will be rendered in the Slides editor at a height equal to or greater than this value in order to show all the text in the row&#x27;s cell(s).
6576 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6577 &quot;magnitude&quot;: 3.14, # The magnitude.
6578 },
6579 },
6580 &quot;rowHeight&quot;: { # A magnitude in a single direction in the specified units. # Height of a row.
6581 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6582 &quot;magnitude&quot;: 3.14, # The magnitude.
6583 },
6584 &quot;tableCells&quot;: [ # Properties and contents of each cell. Cells that span multiple columns are represented only once with a column_span greater than 1. As a result, the length of this collection does not always match the number of columns of the entire table.
6585 { # Properties and contents of each table cell.
6586 &quot;tableCellProperties&quot;: { # The properties of the TableCell. # The properties of the table cell.
6587 &quot;contentAlignment&quot;: &quot;A String&quot;, # The alignment of the content in the table cell. The default alignment matches the alignment for newly created table cells in the Slides editor.
6588 &quot;tableCellBackgroundFill&quot;: { # The table cell background fill. # The background fill of the table cell. The default fill matches the fill for newly created table cells in the Slides editor.
6589 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a table cell will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a table cell, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
6590 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
6591 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
6592 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
6593 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6594 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
6595 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
6596 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006597 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006598 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006599 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006600 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006601 },
6602 },
6603 &quot;rowSpan&quot;: 42, # Row span of the cell.
6604 &quot;text&quot;: { # The general text content. The text must reside in a compatible shape (e.g. text box or rectangle) or a table cell in a page. # The text content of the cell.
6605 &quot;textElements&quot;: [ # The text contents broken down into its component parts, including styling information. This property is read-only.
6606 { # A TextElement describes the content of a range of indices in the text content of a Shape or TableCell.
6607 &quot;autoText&quot;: { # A TextElement kind that represents auto text. # A TextElement representing a spot in the text that is dynamically replaced with content that can change over time.
6608 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this auto text.
6609 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
6610 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
6611 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
6612 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
6613 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006614 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006615 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
6616 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
6617 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
6618 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
6619 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6620 &quot;magnitude&quot;: 3.14, # The magnitude.
6621 },
6622 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
6623 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
6624 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
6625 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
6626 },
6627 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006628 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
6629 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
6630 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
6631 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
6632 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6633 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006634 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006635 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006636 },
6637 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
6638 },
6639 },
6640 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
6641 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
6642 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6643 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006644 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006645 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006646 },
6647 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
6648 },
6649 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006650 },
6651 &quot;content&quot;: &quot;A String&quot;, # The rendered content of this auto text, if available.
6652 &quot;type&quot;: &quot;A String&quot;, # The type of this auto text.
6653 },
6654 &quot;textRun&quot;: { # A TextElement kind that represents a run of text that all has the same styling. # A TextElement representing a run of text where all of the characters in the run have the same TextStyle. The `start_index` and `end_index` of TextRuns will always be fully contained in the index range of a single `paragraph_marker` TextElement. In other words, a TextRun will never span multiple paragraphs.
6655 &quot;content&quot;: &quot;A String&quot;, # The text of this run.
6656 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this run.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006657 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006658 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006659 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
6660 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
6661 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006662 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006663 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006664 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006665 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
6666 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006667 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006668 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006669 },
6670 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006671 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
6672 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
6673 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
6674 },
6675 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
6676 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
6677 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
6678 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
6679 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
6680 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6681 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
6682 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
6683 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
6684 },
6685 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
6686 },
6687 },
6688 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
6689 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
6690 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6691 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
6692 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
6693 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
6694 },
6695 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
6696 },
6697 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006698 },
6699 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006700 &quot;startIndex&quot;: 42, # The zero-based start index of this text element, in Unicode code units.
6701 &quot;paragraphMarker&quot;: { # A TextElement kind that represents the beginning of a new paragraph. # A marker representing the beginning of a new paragraph. The `start_index` and `end_index` of this TextElement represent the range of the paragraph. Other TextElements with an index range contained inside this paragraph&#x27;s range are considered to be part of this paragraph. The range of indices of two separate paragraphs will never overlap.
6702 &quot;style&quot;: { # Styles that apply to a whole paragraph. If this text is contained in a shape with a parent placeholder, then these paragraph styles may be inherited from the parent. Which paragraph styles are inherited depend on the nesting level of lists: * A paragraph not in a list will inherit its paragraph style from the paragraph at the 0 nesting level of the list inside the parent placeholder. * A paragraph in a list will inherit its paragraph style from the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited paragraph styles are represented as unset fields in this message. # The paragraph&#x27;s style
6703 &quot;spaceBelow&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space below the paragraph. If unset, the value is inherited from the parent.
6704 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6705 &quot;magnitude&quot;: 3.14, # The magnitude.
6706 },
6707 &quot;spaceAbove&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space above the paragraph. If unset, the value is inherited from the parent.
6708 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6709 &quot;magnitude&quot;: 3.14, # The magnitude.
6710 },
6711 &quot;indentFirstLine&quot;: { # A magnitude in a single direction in the specified units. # The amount of indentation for the start of the first line of the paragraph. If unset, the value is inherited from the parent.
6712 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6713 &quot;magnitude&quot;: 3.14, # The magnitude.
6714 },
6715 &quot;lineSpacing&quot;: 3.14, # The amount of space between lines, as a percentage of normal, where normal is represented as 100.0. If unset, the value is inherited from the parent.
6716 &quot;direction&quot;: &quot;A String&quot;, # The text direction of this paragraph. If unset, the value defaults to LEFT_TO_RIGHT since text direction is not inherited.
6717 &quot;indentEnd&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the end of the text, based on the current text direction. If unset, the value is inherited from the parent.
6718 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6719 &quot;magnitude&quot;: 3.14, # The magnitude.
6720 },
6721 &quot;indentStart&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the start of the text, based on the current text direction. If unset, the value is inherited from the parent.
6722 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6723 &quot;magnitude&quot;: 3.14, # The magnitude.
6724 },
6725 &quot;alignment&quot;: &quot;A String&quot;, # The text alignment for this paragraph.
6726 &quot;spacingMode&quot;: &quot;A String&quot;, # The spacing mode for the paragraph.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006727 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006728 &quot;bullet&quot;: { # Describes the bullet of a paragraph. # The bullet for this paragraph. If not present, the paragraph does not belong to a list.
6729 &quot;glyph&quot;: &quot;A String&quot;, # The rendered bullet glyph for this paragraph.
6730 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list this paragraph belongs to.
6731 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The paragraph specific text style applied to this bullet.
6732 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
6733 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
6734 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
6735 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
6736 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
6737 },
6738 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
6739 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
6740 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
6741 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
6742 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6743 &quot;magnitude&quot;: 3.14, # The magnitude.
6744 },
6745 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
6746 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
6747 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
6748 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
6749 },
6750 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
6751 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
6752 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
6753 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
6754 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
6755 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6756 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
6757 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
6758 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
6759 },
6760 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
6761 },
6762 },
6763 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
6764 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
6765 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6766 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
6767 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
6768 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
6769 },
6770 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
6771 },
6772 },
6773 },
6774 &quot;nestingLevel&quot;: 42, # The nesting level of this paragraph in the list.
6775 },
6776 },
6777 &quot;endIndex&quot;: 42, # The zero-based end index of this text element, exclusive, in Unicode code units.
6778 },
6779 ],
6780 &quot;lists&quot;: { # The bulleted lists contained in this text, keyed by list ID.
6781 &quot;a_key&quot;: { # A List describes the look and feel of bullets belonging to paragraphs associated with a list. A paragraph that is part of a list has an implicit reference to that list&#x27;s ID.
6782 &quot;nestingLevel&quot;: { # A map of nesting levels to the properties of bullets at the associated level. A list has at most nine levels of nesting, so the possible values for the keys of this map are 0 through 8, inclusive.
6783 &quot;a_key&quot;: { # Contains properties describing the look and feel of a list bullet at a given level of nesting.
6784 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The style of a bullet at this level of nesting.
6785 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
6786 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
6787 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
6788 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
6789 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
6790 },
6791 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
6792 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
6793 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
6794 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
6795 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6796 &quot;magnitude&quot;: 3.14, # The magnitude.
6797 },
6798 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
6799 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
6800 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
6801 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
6802 },
6803 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
6804 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
6805 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
6806 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
6807 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
6808 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6809 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
6810 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
6811 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
6812 },
6813 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
6814 },
6815 },
6816 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
6817 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
6818 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6819 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
6820 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
6821 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
6822 },
6823 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
6824 },
6825 },
6826 },
6827 },
6828 },
6829 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list.
6830 },
6831 },
6832 },
6833 &quot;columnSpan&quot;: 42, # Column span of the cell.
6834 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the cell within the table.
6835 &quot;rowIndex&quot;: 42, # The 0-based row index.
6836 &quot;columnIndex&quot;: 42, # The 0-based column index.
6837 },
6838 },
6839 ],
6840 },
6841 ],
6842 &quot;horizontalBorderRows&quot;: [ # Properties of horizontal cell borders. A table&#x27;s horizontal cell borders are represented as a grid. The grid has one more row than the number of rows in the table and the same number of columns as the table. For example, if the table is 3 x 3, its horizontal borders will be represented as a grid with 4 rows and 3 columns.
6843 { # Contents of each border row in a table.
6844 &quot;tableBorderCells&quot;: [ # Properties of each border cell. When a border&#x27;s adjacent table cells are merged, it is not included in the response.
6845 { # The properties of each border cell.
6846 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the border within the border table.
6847 &quot;rowIndex&quot;: 42, # The 0-based row index.
6848 &quot;columnIndex&quot;: 42, # The 0-based column index.
6849 },
6850 &quot;tableBorderProperties&quot;: { # The border styling properties of the TableBorderCell. # The border properties.
6851 &quot;tableBorderFill&quot;: { # The fill of the border. # The fill of the table border.
6852 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid fill.
6853 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
6854 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
6855 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6856 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
6857 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
6858 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
6859 },
6860 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
6861 },
6862 },
6863 },
6864 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the border.
6865 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6866 &quot;magnitude&quot;: 3.14, # The magnitude.
6867 },
6868 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the border.
6869 },
6870 },
6871 ],
6872 },
6873 ],
6874 &quot;verticalBorderRows&quot;: [ # Properties of vertical cell borders. A table&#x27;s vertical cell borders are represented as a grid. The grid has the same number of rows as the table and one more column than the number of columns in the table. For example, if the table is 3 x 3, its vertical borders will be represented as a grid with 3 rows and 4 columns.
6875 { # Contents of each border row in a table.
6876 &quot;tableBorderCells&quot;: [ # Properties of each border cell. When a border&#x27;s adjacent table cells are merged, it is not included in the response.
6877 { # The properties of each border cell.
6878 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the border within the border table.
6879 &quot;rowIndex&quot;: 42, # The 0-based row index.
6880 &quot;columnIndex&quot;: 42, # The 0-based column index.
6881 },
6882 &quot;tableBorderProperties&quot;: { # The border styling properties of the TableBorderCell. # The border properties.
6883 &quot;tableBorderFill&quot;: { # The fill of the border. # The fill of the table border.
6884 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid fill.
6885 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
6886 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
6887 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6888 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
6889 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
6890 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
6891 },
6892 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
6893 },
6894 },
6895 },
6896 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the border.
6897 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6898 &quot;magnitude&quot;: 3.14, # The magnitude.
6899 },
6900 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the border.
6901 },
6902 },
6903 ],
6904 },
6905 ],
6906 &quot;rows&quot;: 42, # Number of rows in the table.
6907 &quot;columns&quot;: 42, # Number of columns in the table.
6908 &quot;tableColumns&quot;: [ # Properties of each column.
6909 { # Properties of each column in a table.
6910 &quot;columnWidth&quot;: { # A magnitude in a single direction in the specified units. # Width of a column.
6911 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6912 &quot;magnitude&quot;: 3.14, # The magnitude.
6913 },
6914 },
6915 ],
6916 },
6917 &quot;size&quot;: { # A width and height. # The size of the page element.
6918 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
6919 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6920 &quot;magnitude&quot;: 3.14, # The magnitude.
6921 },
6922 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
6923 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6924 &quot;magnitude&quot;: 3.14, # The magnitude.
6925 },
6926 },
6927 &quot;elementGroup&quot;: { # A PageElement kind representing a joined collection of PageElements. # A collection of page elements joined as a single unit.
6928 &quot;children&quot;: [ # The collection of elements in the group. The minimum size of a group is 2.
6929 # Object with schema name: PageElement
6930 ],
6931 },
6932 &quot;sheetsChart&quot;: { # A PageElement kind representing a linked chart embedded from Google Sheets. # A linked chart embedded from Google Sheets. Unlinked charts are represented as images.
6933 &quot;sheetsChartProperties&quot;: { # The properties of the SheetsChart. # The properties of the Sheets chart.
6934 &quot;chartImageProperties&quot;: { # The properties of the Image. # The properties of the embedded chart image.
6935 &quot;recolor&quot;: { # A recolor effect applied on an image. # The recolor effect of the image. If not set, the image is not recolored. This property is read-only.
6936 &quot;recolorStops&quot;: [ # The recolor effect is represented by a gradient, which is a list of color stops. The colors in the gradient will replace the corresponding colors at the same position in the color palette and apply to the image. This property is read-only.
6937 { # A color and position in a gradient band.
6938 &quot;position&quot;: 3.14, # The relative position of the color stop in the gradient band measured in percentage. The value should be in the interval [0.0, 1.0].
6939 &quot;alpha&quot;: 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0, fully opaque.
6940 &quot;color&quot;: { # A themeable solid color value. # The color of the gradient stop.
6941 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6942 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
6943 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
6944 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
6945 },
6946 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
6947 },
6948 },
6949 ],
6950 &quot;name&quot;: &quot;A String&quot;, # The name of the recolor effect. The name is determined from the `recolor_stops` by matching the gradient against the colors in the page&#x27;s current color scheme. This property is read-only.
6951 },
6952 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link.
6953 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
6954 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
6955 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
6956 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
6957 },
6958 &quot;contrast&quot;: 3.14, # The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
6959 &quot;brightness&quot;: 3.14, # The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
6960 &quot;transparency&quot;: 3.14, # The transparency effect of the image. The value should be in the interval [0.0, 1.0], where 0 means no effect and 1 means completely transparent. This property is read-only.
6961 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow of the image. If not set, the image has no shadow. This property is read-only.
6962 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
6963 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
6964 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
6965 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
6966 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
6967 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
6968 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
6969 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
6970 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
6971 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
6972 },
6973 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
6974 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
6975 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
6976 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
6977 &quot;magnitude&quot;: 3.14, # The magnitude.
6978 },
6979 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
6980 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6981 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
6982 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
6983 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
6984 },
6985 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
6986 },
6987 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
6988 },
6989 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the image. If not set, the image has no outline.
6990 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
6991 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
6992 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
6993 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
6994 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
6995 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
6996 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
6997 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
6998 },
6999 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7000 },
7001 },
7002 },
7003 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
7004 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7005 &quot;magnitude&quot;: 3.14, # The magnitude.
7006 },
7007 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
7008 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
7009 },
7010 &quot;cropProperties&quot;: { # The crop properties of an object enclosed in a container. For example, an Image. The crop properties is represented by the offsets of four edges which define a crop rectangle. The offsets are measured in percentage from the corresponding edges of the object&#x27;s original bounding rectangle towards inside, relative to the object&#x27;s original dimensions. - If the offset is in the interval (0, 1), the corresponding edge of crop rectangle is positioned inside of the object&#x27;s original bounding rectangle. - If the offset is negative or greater than 1, the corresponding edge of crop rectangle is positioned outside of the object&#x27;s original bounding rectangle. - If the left edge of the crop rectangle is on the right side of its right edge, the object will be flipped horizontally. - If the top edge of the crop rectangle is below its bottom edge, the object will be flipped vertically. - If all offsets and rotation angle is 0, the object is not cropped. After cropping, the content in the crop rectangle will be stretched to fit its container. # The crop properties of the image. If not set, the image is not cropped. This property is read-only.
7011 &quot;leftOffset&quot;: 3.14, # The offset specifies the left edge of the crop rectangle that is located to the right of the original bounding rectangle left edge, relative to the object&#x27;s original width.
7012 &quot;rightOffset&quot;: 3.14, # The offset specifies the right edge of the crop rectangle that is located to the left of the original bounding rectangle right edge, relative to the object&#x27;s original width.
7013 &quot;angle&quot;: 3.14, # The rotation angle of the crop window around its center, in radians. Rotation angle is applied after the offset.
7014 &quot;bottomOffset&quot;: 3.14, # The offset specifies the bottom edge of the crop rectangle that is located above the original bounding rectangle bottom edge, relative to the object&#x27;s original height.
7015 &quot;topOffset&quot;: 3.14, # The offset specifies the top edge of the crop rectangle that is located below the original bounding rectangle top edge, relative to the object&#x27;s original height.
7016 },
7017 },
7018 },
7019 &quot;contentUrl&quot;: &quot;A String&quot;, # The URL of an image of the embedded chart, with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation&#x27;s sharing settings change.
7020 &quot;spreadsheetId&quot;: &quot;A String&quot;, # The ID of the Google Sheets spreadsheet that contains the source chart.
7021 &quot;chartId&quot;: 42, # The ID of the specific chart in the Google Sheets spreadsheet that is embedded.
7022 },
7023 },
7024 ],
7025 &quot;objectId&quot;: &quot;A String&quot;, # The object ID for this page. Object IDs used by Page and PageElement share the same namespace.
7026 &quot;pageProperties&quot;: { # The properties of the Page. The page will inherit properties from the parent page. Depending on the page type the hierarchy is defined in either SlideProperties or LayoutProperties. # The properties of the page.
7027 &quot;pageBackgroundFill&quot;: { # The page background fill. # The background fill of the page. If unset, the background fill is inherited from a parent page if it exists. If the page has no parent, then the background fill defaults to the corresponding fill in the Slides editor.
7028 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a page will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a page, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
7029 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
7030 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
7031 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
7032 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7033 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7034 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7035 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7036 },
7037 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7038 },
7039 },
7040 &quot;stretchedPictureFill&quot;: { # The stretched picture fill. The page or page element is filled entirely with the specified picture. The picture is stretched to fit its container. # Stretched picture fill.
7041 &quot;contentUrl&quot;: &quot;A String&quot;, # Reading the content_url: An URL to a picture with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the picture as the original requester. Access to the picture may be lost if the presentation&#x27;s sharing settings change. Writing the content_url: The picture is fetched once at insertion time and a copy is stored for display inside the presentation. Pictures must be less than 50MB in size, cannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF format. The provided URL can be at most 2 kB in length.
7042 &quot;size&quot;: { # A width and height. # The original size of the picture fill. This field is read-only.
7043 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
7044 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7045 &quot;magnitude&quot;: 3.14, # The magnitude.
7046 },
7047 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
7048 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7049 &quot;magnitude&quot;: 3.14, # The magnitude.
7050 },
7051 },
7052 },
7053 },
7054 &quot;colorScheme&quot;: { # The palette of predefined colors for a page. # The color scheme of the page. If unset, the color scheme is inherited from a parent page. If the page has no parent, the color scheme uses a default Slides color scheme, matching the defaults in the Slides editor. Only the concrete colors of the first 12 ThemeColorTypes are editable. In addition, only the color scheme on `Master` pages can be updated. To update the field, a color scheme containing mappings from all the first 12 ThemeColorTypes to their concrete colors must be provided. Colors for the remaining ThemeColorTypes will be ignored.
7055 &quot;colors&quot;: [ # The ThemeColorType and corresponding concrete color pairs.
7056 { # A pair mapping a theme color type to the concrete color it represents.
7057 &quot;type&quot;: &quot;A String&quot;, # The type of the theme color.
7058 &quot;color&quot;: { # An RGB color. # The concrete color corresponding to the theme color type above.
7059 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7060 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7061 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7062 },
7063 },
7064 ],
7065 },
7066 },
7067 &quot;revisionId&quot;: &quot;A String&quot;, # The revision ID of the presentation containing this page. Can be used in update requests to assert that the presentation revision hasn&#x27;t changed since the last read operation. Only populated if the user has edit access to the presentation. The format of the revision ID may change over time, so it should be treated opaquely. A returned revision ID is only guaranteed to be valid for 24 hours after it has been returned and cannot be shared across users. If the revision ID is unchanged between calls, then the presentation has not changed. Conversely, a changed ID (for the same presentation and user) usually means the presentation has been updated; however, a changed ID can also be due to internal factors such as ID format changes.
7068 &quot;notesProperties&quot;: { # The properties of Page that are only relevant for pages with page_type NOTES. # Notes specific properties. Only set if page_type = NOTES.
7069 &quot;speakerNotesObjectId&quot;: &quot;A String&quot;, # The object ID of the shape on this notes page that contains the speaker notes for the corresponding slide. The actual shape may not always exist on the notes page. Inserting text using this object ID will automatically create the shape. In this case, the actual shape may have different object ID. The `GetPresentation` or `GetPage` action will always return the latest object ID.
7070 },
7071 },
7072 ],
7073 &quot;revisionId&quot;: &quot;A String&quot;, # The revision ID of the presentation. Can be used in update requests to assert that the presentation revision hasn&#x27;t changed since the last read operation. Only populated if the user has edit access to the presentation. The format of the revision ID may change over time, so it should be treated opaquely. A returned revision ID is only guaranteed to be valid for 24 hours after it has been returned and cannot be shared across users. If the revision ID is unchanged between calls, then the presentation has not changed. Conversely, a changed ID (for the same presentation and user) usually means the presentation has been updated; however, a changed ID can also be due to internal factors such as ID format changes.
7074 &quot;presentationId&quot;: &quot;A String&quot;, # The ID of the presentation.
7075 &quot;pageSize&quot;: { # A width and height. # The size of pages in the presentation.
7076 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
7077 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7078 &quot;magnitude&quot;: 3.14, # The magnitude.
7079 },
7080 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
7081 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7082 &quot;magnitude&quot;: 3.14, # The magnitude.
7083 },
7084 },
7085 &quot;masters&quot;: [ # The slide masters in the presentation. A slide master contains all common page elements and the common properties for a set of layouts. They serve three purposes: - Placeholder shapes on a master contain the default text styles and shape properties of all placeholder shapes on pages that use that master. - The master page properties define the common page properties inherited by its layouts. - Any other shapes on the master slide appear on all slides using that master, regardless of their layout.
7086 { # A page in a presentation.
7087 &quot;slideProperties&quot;: { # The properties of Page that are only relevant for pages with page_type SLIDE. # Slide specific properties. Only set if page_type = SLIDE.
7088 &quot;masterObjectId&quot;: &quot;A String&quot;, # The object ID of the master that this slide is based on. This property is read-only.
7089 &quot;notesPage&quot;: # Object with schema name: Page # The notes page that this slide is associated with. It defines the visual appearance of a notes page when printing or exporting slides with speaker notes. A notes page inherits properties from the notes master. The placeholder shape with type BODY on the notes page contains the speaker notes for this slide. The ID of this shape is identified by the speakerNotesObjectId field. The notes page is read-only except for the text content and styles of the speaker notes shape. This property is read-only.
7090 &quot;layoutObjectId&quot;: &quot;A String&quot;, # The object ID of the layout that this slide is based on. This property is read-only.
7091 },
7092 &quot;masterProperties&quot;: { # The properties of Page that are only relevant for pages with page_type MASTER. # Master specific properties. Only set if page_type = MASTER.
7093 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the master.
7094 },
7095 &quot;layoutProperties&quot;: { # The properties of Page are only relevant for pages with page_type LAYOUT. # Layout specific properties. Only set if page_type = LAYOUT.
7096 &quot;name&quot;: &quot;A String&quot;, # The name of the layout.
7097 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the layout.
7098 &quot;masterObjectId&quot;: &quot;A String&quot;, # The object ID of the master that this layout is based on.
7099 },
7100 &quot;pageType&quot;: &quot;A String&quot;, # The type of the page.
7101 &quot;pageElements&quot;: [ # The page elements rendered on the page.
7102 { # A visual element rendered on a page.
7103 &quot;objectId&quot;: &quot;A String&quot;, # The object ID for this page element. Object IDs used by google.apps.slides.v1.Page and google.apps.slides.v1.PageElement share the same namespace.
7104 &quot;video&quot;: { # A PageElement kind representing a video. # A video page element.
7105 &quot;source&quot;: &quot;A String&quot;, # The video source.
7106 &quot;url&quot;: &quot;A String&quot;, # An URL to a video. The URL is valid as long as the source video exists and sharing settings do not change.
7107 &quot;id&quot;: &quot;A String&quot;, # The video source&#x27;s unique identifier for this video.
7108 &quot;videoProperties&quot;: { # The properties of the Video. # The properties of the video.
7109 &quot;autoPlay&quot;: True or False, # Whether to enable video autoplay when the page is displayed in present mode. Defaults to false.
7110 &quot;start&quot;: 42, # The time at which to start playback, measured in seconds from the beginning of the video. If set, the start time should be before the end time. If you set this to a value that exceeds the video&#x27;s length in seconds, the video will be played from the last second. If not set, the video will be played from the beginning.
7111 &quot;mute&quot;: True or False, # Whether to mute the audio during video playback. Defaults to false.
7112 &quot;end&quot;: 42, # The time at which to end playback, measured in seconds from the beginning of the video. If set, the end time should be after the start time. If not set or if you set this to a value that exceeds the video&#x27;s length, the video will be played until its end.
7113 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the video. The default outline matches the defaults for new videos created in the Slides editor.
7114 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
7115 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
7116 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
7117 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
7118 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7119 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7120 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7121 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7122 },
7123 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7124 },
7125 },
7126 },
7127 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
7128 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7129 &quot;magnitude&quot;: 3.14, # The magnitude.
7130 },
7131 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
7132 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
7133 },
7134 },
7135 },
7136 &quot;description&quot;: &quot;A String&quot;, # The description of the page element. Combined with title to display alt text. The field is not supported for Group elements.
7137 &quot;title&quot;: &quot;A String&quot;, # The title of the page element. Combined with description to display alt text. The field is not supported for Group elements.
7138 &quot;shape&quot;: { # A PageElement kind representing a generic shape that does not have a more specific classification. # A generic shape.
7139 &quot;placeholder&quot;: { # The placeholder information that uniquely identifies a placeholder shape. # Placeholders are shapes that are inherit from corresponding placeholders on layouts and masters. If set, the shape is a placeholder shape and any inherited properties can be resolved by looking at the parent placeholder identified by the Placeholder.parent_object_id field.
7140 &quot;parentObjectId&quot;: &quot;A String&quot;, # The object ID of this shape&#x27;s parent placeholder. If unset, the parent placeholder shape does not exist, so the shape does not inherit properties from any other shape.
7141 &quot;index&quot;: 42, # The index of the placeholder. If the same placeholder types are present in the same page, they would have different index values.
7142 &quot;type&quot;: &quot;A String&quot;, # The type of the placeholder.
7143 },
7144 &quot;shapeType&quot;: &quot;A String&quot;, # The type of the shape.
7145 &quot;shapeProperties&quot;: { # The properties of a Shape. If the shape is a placeholder shape as determined by the placeholder field, then these properties may be inherited from a parent placeholder shape. Determining the rendered value of the property depends on the corresponding property_state field value. # The properties of the shape.
7146 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the shape. If unset, there is no link. Links are not inherited from parent placeholders.
7147 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
7148 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
7149 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
7150 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
7151 },
7152 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the shape. If unset, the outline is inherited from a parent placeholder if it exists. If the shape has no parent, then the default outline depends on the shape type, matching the defaults for new shapes created in the Slides editor.
7153 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
7154 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
7155 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
7156 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
7157 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7158 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7159 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7160 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7161 },
7162 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7163 },
7164 },
7165 },
7166 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
7167 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7168 &quot;magnitude&quot;: 3.14, # The magnitude.
7169 },
7170 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
7171 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
7172 },
7173 &quot;contentAlignment&quot;: &quot;A String&quot;, # The alignment of the content in the shape. If unspecified, the alignment is inherited from a parent placeholder if it exists. If the shape has no parent, the default alignment matches the alignment for new shapes created in the Slides editor.
7174 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow properties of the shape. If unset, the shadow is inherited from a parent placeholder if it exists. If the shape has no parent, then the default shadow matches the defaults for new shapes created in the Slides editor. This property is read-only.
7175 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
7176 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
7177 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
7178 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
7179 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
7180 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
7181 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
7182 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
7183 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
7184 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
7185 },
7186 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
7187 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
7188 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
7189 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7190 &quot;magnitude&quot;: 3.14, # The magnitude.
7191 },
7192 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
7193 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7194 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7195 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7196 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7197 },
7198 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7199 },
7200 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
7201 },
7202 &quot;shapeBackgroundFill&quot;: { # The shape background fill. # The background fill of the shape. If unset, the background fill is inherited from a parent placeholder if it exists. If the shape has no parent, then the default background fill depends on the shape type, matching the defaults for new shapes created in the Slides editor.
7203 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a shape will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a shape, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
7204 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
7205 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
7206 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
7207 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7208 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7209 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7210 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7211 },
7212 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7213 },
7214 },
7215 },
7216 },
7217 &quot;text&quot;: { # The general text content. The text must reside in a compatible shape (e.g. text box or rectangle) or a table cell in a page. # The text content of the shape.
7218 &quot;textElements&quot;: [ # The text contents broken down into its component parts, including styling information. This property is read-only.
7219 { # A TextElement describes the content of a range of indices in the text content of a Shape or TableCell.
7220 &quot;autoText&quot;: { # A TextElement kind that represents auto text. # A TextElement representing a spot in the text that is dynamically replaced with content that can change over time.
7221 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this auto text.
7222 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
7223 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
7224 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
7225 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
7226 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
7227 },
7228 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
7229 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
7230 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
7231 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
7232 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7233 &quot;magnitude&quot;: 3.14, # The magnitude.
7234 },
7235 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
7236 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
7237 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
7238 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
7239 },
7240 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
7241 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
7242 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
7243 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
7244 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
7245 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7246 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7247 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7248 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7249 },
7250 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7251 },
7252 },
7253 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
7254 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
7255 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7256 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7257 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7258 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7259 },
7260 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7261 },
7262 },
7263 },
7264 &quot;content&quot;: &quot;A String&quot;, # The rendered content of this auto text, if available.
7265 &quot;type&quot;: &quot;A String&quot;, # The type of this auto text.
7266 },
7267 &quot;textRun&quot;: { # A TextElement kind that represents a run of text that all has the same styling. # A TextElement representing a run of text where all of the characters in the run have the same TextStyle. The `start_index` and `end_index` of TextRuns will always be fully contained in the index range of a single `paragraph_marker` TextElement. In other words, a TextRun will never span multiple paragraphs.
7268 &quot;content&quot;: &quot;A String&quot;, # The text of this run.
7269 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this run.
7270 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
7271 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
7272 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
7273 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
7274 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
7275 },
7276 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
7277 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
7278 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
7279 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
7280 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7281 &quot;magnitude&quot;: 3.14, # The magnitude.
7282 },
7283 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
7284 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
7285 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
7286 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
7287 },
7288 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
7289 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
7290 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
7291 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
7292 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
7293 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7294 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7295 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7296 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7297 },
7298 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7299 },
7300 },
7301 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
7302 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
7303 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7304 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7305 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7306 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7307 },
7308 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7309 },
7310 },
7311 },
7312 },
7313 &quot;startIndex&quot;: 42, # The zero-based start index of this text element, in Unicode code units.
7314 &quot;paragraphMarker&quot;: { # A TextElement kind that represents the beginning of a new paragraph. # A marker representing the beginning of a new paragraph. The `start_index` and `end_index` of this TextElement represent the range of the paragraph. Other TextElements with an index range contained inside this paragraph&#x27;s range are considered to be part of this paragraph. The range of indices of two separate paragraphs will never overlap.
7315 &quot;style&quot;: { # Styles that apply to a whole paragraph. If this text is contained in a shape with a parent placeholder, then these paragraph styles may be inherited from the parent. Which paragraph styles are inherited depend on the nesting level of lists: * A paragraph not in a list will inherit its paragraph style from the paragraph at the 0 nesting level of the list inside the parent placeholder. * A paragraph in a list will inherit its paragraph style from the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited paragraph styles are represented as unset fields in this message. # The paragraph&#x27;s style
7316 &quot;spaceBelow&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space below the paragraph. If unset, the value is inherited from the parent.
7317 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7318 &quot;magnitude&quot;: 3.14, # The magnitude.
7319 },
7320 &quot;spaceAbove&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space above the paragraph. If unset, the value is inherited from the parent.
7321 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7322 &quot;magnitude&quot;: 3.14, # The magnitude.
7323 },
7324 &quot;indentFirstLine&quot;: { # A magnitude in a single direction in the specified units. # The amount of indentation for the start of the first line of the paragraph. If unset, the value is inherited from the parent.
7325 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7326 &quot;magnitude&quot;: 3.14, # The magnitude.
7327 },
7328 &quot;lineSpacing&quot;: 3.14, # The amount of space between lines, as a percentage of normal, where normal is represented as 100.0. If unset, the value is inherited from the parent.
7329 &quot;direction&quot;: &quot;A String&quot;, # The text direction of this paragraph. If unset, the value defaults to LEFT_TO_RIGHT since text direction is not inherited.
7330 &quot;indentEnd&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the end of the text, based on the current text direction. If unset, the value is inherited from the parent.
7331 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7332 &quot;magnitude&quot;: 3.14, # The magnitude.
7333 },
7334 &quot;indentStart&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the start of the text, based on the current text direction. If unset, the value is inherited from the parent.
7335 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7336 &quot;magnitude&quot;: 3.14, # The magnitude.
7337 },
7338 &quot;alignment&quot;: &quot;A String&quot;, # The text alignment for this paragraph.
7339 &quot;spacingMode&quot;: &quot;A String&quot;, # The spacing mode for the paragraph.
7340 },
7341 &quot;bullet&quot;: { # Describes the bullet of a paragraph. # The bullet for this paragraph. If not present, the paragraph does not belong to a list.
7342 &quot;glyph&quot;: &quot;A String&quot;, # The rendered bullet glyph for this paragraph.
7343 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list this paragraph belongs to.
7344 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The paragraph specific text style applied to this bullet.
7345 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
7346 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
7347 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
7348 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
7349 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
7350 },
7351 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
7352 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
7353 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
7354 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
7355 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7356 &quot;magnitude&quot;: 3.14, # The magnitude.
7357 },
7358 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
7359 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
7360 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
7361 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
7362 },
7363 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
7364 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
7365 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
7366 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
7367 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
7368 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7369 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7370 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7371 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7372 },
7373 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7374 },
7375 },
7376 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
7377 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
7378 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7379 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7380 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7381 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7382 },
7383 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7384 },
7385 },
7386 },
7387 &quot;nestingLevel&quot;: 42, # The nesting level of this paragraph in the list.
7388 },
7389 },
7390 &quot;endIndex&quot;: 42, # The zero-based end index of this text element, exclusive, in Unicode code units.
7391 },
7392 ],
7393 &quot;lists&quot;: { # The bulleted lists contained in this text, keyed by list ID.
7394 &quot;a_key&quot;: { # A List describes the look and feel of bullets belonging to paragraphs associated with a list. A paragraph that is part of a list has an implicit reference to that list&#x27;s ID.
7395 &quot;nestingLevel&quot;: { # A map of nesting levels to the properties of bullets at the associated level. A list has at most nine levels of nesting, so the possible values for the keys of this map are 0 through 8, inclusive.
7396 &quot;a_key&quot;: { # Contains properties describing the look and feel of a list bullet at a given level of nesting.
7397 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The style of a bullet at this level of nesting.
7398 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
7399 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
7400 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
7401 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
7402 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
7403 },
7404 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
7405 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
7406 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
7407 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
7408 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7409 &quot;magnitude&quot;: 3.14, # The magnitude.
7410 },
7411 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
7412 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
7413 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
7414 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
7415 },
7416 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
7417 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
7418 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
7419 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
7420 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
7421 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7422 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7423 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7424 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7425 },
7426 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7427 },
7428 },
7429 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
7430 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
7431 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7432 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7433 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7434 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7435 },
7436 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7437 },
7438 },
7439 },
7440 },
7441 },
7442 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list.
7443 },
7444 },
7445 },
7446 },
7447 &quot;line&quot;: { # A PageElement kind representing a non-connector line, straight connector, curved connector, or bent connector. # A line page element.
7448 &quot;lineProperties&quot;: { # The properties of the Line. When unset, these fields default to values that match the appearance of new lines created in the Slides editor. # The properties of the line.
7449 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the line. If unset, there is no link.
7450 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
7451 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
7452 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
7453 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
7454 },
7455 &quot;lineFill&quot;: { # The fill of the line. # The fill of the line. The default line fill matches the defaults for new lines created in the Slides editor.
7456 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
7457 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
7458 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
7459 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7460 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7461 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7462 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7463 },
7464 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7465 },
7466 },
7467 },
7468 &quot;startArrow&quot;: &quot;A String&quot;, # The style of the arrow at the beginning of the line.
7469 &quot;startConnection&quot;: { # The properties for one end of a Line connection. # The connection at the beginning of the line. If unset, there is no connection. Only lines with a Type indicating it is a &quot;connector&quot; can have a `start_connection`.
7470 &quot;connectedObjectId&quot;: &quot;A String&quot;, # The object ID of the connected page element. Some page elements, such as groups, tables, and lines do not have connection sites and therefore cannot be connected to a connector line.
7471 &quot;connectionSiteIndex&quot;: 42, # The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in the description of the &quot;cnx&quot; attribute in section 20.1.9.9 and Annex H. &quot;Predefined DrawingML Shape and Text Geometries&quot; of &quot;Office Open XML File Formats-Fundamentals and Markup Language Reference&quot;, part 1 of [ECMA-376 5th edition] (http://www.ecma-international.org/publications/standards/Ecma-376.htm). The position of each connection site can also be viewed from Slides editor.
7472 },
7473 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the line.
7474 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7475 &quot;magnitude&quot;: 3.14, # The magnitude.
7476 },
7477 &quot;endArrow&quot;: &quot;A String&quot;, # The style of the arrow at the end of the line.
7478 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the line.
7479 &quot;endConnection&quot;: { # The properties for one end of a Line connection. # The connection at the end of the line. If unset, there is no connection. Only lines with a Type indicating it is a &quot;connector&quot; can have an `end_connection`.
7480 &quot;connectedObjectId&quot;: &quot;A String&quot;, # The object ID of the connected page element. Some page elements, such as groups, tables, and lines do not have connection sites and therefore cannot be connected to a connector line.
7481 &quot;connectionSiteIndex&quot;: 42, # The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in the description of the &quot;cnx&quot; attribute in section 20.1.9.9 and Annex H. &quot;Predefined DrawingML Shape and Text Geometries&quot; of &quot;Office Open XML File Formats-Fundamentals and Markup Language Reference&quot;, part 1 of [ECMA-376 5th edition] (http://www.ecma-international.org/publications/standards/Ecma-376.htm). The position of each connection site can also be viewed from Slides editor.
7482 },
7483 },
7484 &quot;lineType&quot;: &quot;A String&quot;, # The type of the line.
7485 &quot;lineCategory&quot;: &quot;A String&quot;, # The category of the line. It matches the `category` specified in CreateLineRequest, and can be updated with UpdateLineCategoryRequest.
7486 },
7487 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # The transform of the page element. The visual appearance of the page element is determined by its absolute transform. To compute the absolute transform, preconcatenate a page element&#x27;s transform with the transforms of all of its parent groups. If the page element is not in a group, its absolute transform is the same as the value in this field. The initial transform for the newly created Group is always the identity transform.
7488 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
7489 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
7490 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
7491 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
7492 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
7493 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
7494 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
7495 },
7496 &quot;wordArt&quot;: { # A PageElement kind representing word art. # A word art page element.
7497 &quot;renderedText&quot;: &quot;A String&quot;, # The text rendered as word art.
7498 },
7499 &quot;image&quot;: { # A PageElement kind representing an image. # An image page element.
7500 &quot;contentUrl&quot;: &quot;A String&quot;, # An URL to an image with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation&#x27;s sharing settings change.
7501 &quot;imageProperties&quot;: { # The properties of the Image. # The properties of the image.
7502 &quot;recolor&quot;: { # A recolor effect applied on an image. # The recolor effect of the image. If not set, the image is not recolored. This property is read-only.
7503 &quot;recolorStops&quot;: [ # The recolor effect is represented by a gradient, which is a list of color stops. The colors in the gradient will replace the corresponding colors at the same position in the color palette and apply to the image. This property is read-only.
7504 { # A color and position in a gradient band.
7505 &quot;position&quot;: 3.14, # The relative position of the color stop in the gradient band measured in percentage. The value should be in the interval [0.0, 1.0].
7506 &quot;alpha&quot;: 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0, fully opaque.
7507 &quot;color&quot;: { # A themeable solid color value. # The color of the gradient stop.
7508 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7509 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7510 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7511 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7512 },
7513 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7514 },
7515 },
7516 ],
7517 &quot;name&quot;: &quot;A String&quot;, # The name of the recolor effect. The name is determined from the `recolor_stops` by matching the gradient against the colors in the page&#x27;s current color scheme. This property is read-only.
7518 },
7519 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link.
7520 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
7521 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
7522 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
7523 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
7524 },
7525 &quot;contrast&quot;: 3.14, # The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
7526 &quot;brightness&quot;: 3.14, # The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
7527 &quot;transparency&quot;: 3.14, # The transparency effect of the image. The value should be in the interval [0.0, 1.0], where 0 means no effect and 1 means completely transparent. This property is read-only.
7528 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow of the image. If not set, the image has no shadow. This property is read-only.
7529 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
7530 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
7531 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
7532 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
7533 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
7534 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
7535 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
7536 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
7537 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
7538 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
7539 },
7540 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
7541 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
7542 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
7543 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7544 &quot;magnitude&quot;: 3.14, # The magnitude.
7545 },
7546 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
7547 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7548 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7549 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7550 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7551 },
7552 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7553 },
7554 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
7555 },
7556 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the image. If not set, the image has no outline.
7557 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
7558 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
7559 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
7560 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
7561 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7562 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7563 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7564 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7565 },
7566 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7567 },
7568 },
7569 },
7570 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
7571 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7572 &quot;magnitude&quot;: 3.14, # The magnitude.
7573 },
7574 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
7575 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
7576 },
7577 &quot;cropProperties&quot;: { # The crop properties of an object enclosed in a container. For example, an Image. The crop properties is represented by the offsets of four edges which define a crop rectangle. The offsets are measured in percentage from the corresponding edges of the object&#x27;s original bounding rectangle towards inside, relative to the object&#x27;s original dimensions. - If the offset is in the interval (0, 1), the corresponding edge of crop rectangle is positioned inside of the object&#x27;s original bounding rectangle. - If the offset is negative or greater than 1, the corresponding edge of crop rectangle is positioned outside of the object&#x27;s original bounding rectangle. - If the left edge of the crop rectangle is on the right side of its right edge, the object will be flipped horizontally. - If the top edge of the crop rectangle is below its bottom edge, the object will be flipped vertically. - If all offsets and rotation angle is 0, the object is not cropped. After cropping, the content in the crop rectangle will be stretched to fit its container. # The crop properties of the image. If not set, the image is not cropped. This property is read-only.
7578 &quot;leftOffset&quot;: 3.14, # The offset specifies the left edge of the crop rectangle that is located to the right of the original bounding rectangle left edge, relative to the object&#x27;s original width.
7579 &quot;rightOffset&quot;: 3.14, # The offset specifies the right edge of the crop rectangle that is located to the left of the original bounding rectangle right edge, relative to the object&#x27;s original width.
7580 &quot;angle&quot;: 3.14, # The rotation angle of the crop window around its center, in radians. Rotation angle is applied after the offset.
7581 &quot;bottomOffset&quot;: 3.14, # The offset specifies the bottom edge of the crop rectangle that is located above the original bounding rectangle bottom edge, relative to the object&#x27;s original height.
7582 &quot;topOffset&quot;: 3.14, # The offset specifies the top edge of the crop rectangle that is located below the original bounding rectangle top edge, relative to the object&#x27;s original height.
7583 },
7584 },
7585 &quot;sourceUrl&quot;: &quot;A String&quot;, # The source URL is the URL used to insert the image. The source URL can be empty.
7586 },
7587 &quot;table&quot;: { # A PageElement kind representing a table. # A table page element.
7588 &quot;tableRows&quot;: [ # Properties and contents of each row. Cells that span multiple rows are contained in only one of these rows and have a row_span greater than 1.
7589 { # Properties and contents of each row in a table.
7590 &quot;tableRowProperties&quot;: { # Properties of each row in a table. # Properties of the row.
7591 &quot;minRowHeight&quot;: { # A magnitude in a single direction in the specified units. # Minimum height of the row. The row will be rendered in the Slides editor at a height equal to or greater than this value in order to show all the text in the row&#x27;s cell(s).
7592 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7593 &quot;magnitude&quot;: 3.14, # The magnitude.
7594 },
7595 },
7596 &quot;rowHeight&quot;: { # A magnitude in a single direction in the specified units. # Height of a row.
7597 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7598 &quot;magnitude&quot;: 3.14, # The magnitude.
7599 },
7600 &quot;tableCells&quot;: [ # Properties and contents of each cell. Cells that span multiple columns are represented only once with a column_span greater than 1. As a result, the length of this collection does not always match the number of columns of the entire table.
7601 { # Properties and contents of each table cell.
7602 &quot;tableCellProperties&quot;: { # The properties of the TableCell. # The properties of the table cell.
7603 &quot;contentAlignment&quot;: &quot;A String&quot;, # The alignment of the content in the table cell. The default alignment matches the alignment for newly created table cells in the Slides editor.
7604 &quot;tableCellBackgroundFill&quot;: { # The table cell background fill. # The background fill of the table cell. The default fill matches the fill for newly created table cells in the Slides editor.
7605 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a table cell will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a table cell, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
7606 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
7607 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
7608 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
7609 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7610 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7611 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7612 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7613 },
7614 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7615 },
7616 },
7617 },
7618 },
7619 &quot;rowSpan&quot;: 42, # Row span of the cell.
7620 &quot;text&quot;: { # The general text content. The text must reside in a compatible shape (e.g. text box or rectangle) or a table cell in a page. # The text content of the cell.
7621 &quot;textElements&quot;: [ # The text contents broken down into its component parts, including styling information. This property is read-only.
7622 { # A TextElement describes the content of a range of indices in the text content of a Shape or TableCell.
7623 &quot;autoText&quot;: { # A TextElement kind that represents auto text. # A TextElement representing a spot in the text that is dynamically replaced with content that can change over time.
7624 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this auto text.
7625 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
7626 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
7627 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
7628 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
7629 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
7630 },
7631 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
7632 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
7633 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
7634 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
7635 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7636 &quot;magnitude&quot;: 3.14, # The magnitude.
7637 },
7638 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
7639 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
7640 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
7641 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
7642 },
7643 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
7644 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
7645 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
7646 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
7647 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
7648 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7649 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7650 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7651 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7652 },
7653 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7654 },
7655 },
7656 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
7657 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
7658 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7659 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7660 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7661 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7662 },
7663 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7664 },
7665 },
7666 },
7667 &quot;content&quot;: &quot;A String&quot;, # The rendered content of this auto text, if available.
7668 &quot;type&quot;: &quot;A String&quot;, # The type of this auto text.
7669 },
7670 &quot;textRun&quot;: { # A TextElement kind that represents a run of text that all has the same styling. # A TextElement representing a run of text where all of the characters in the run have the same TextStyle. The `start_index` and `end_index` of TextRuns will always be fully contained in the index range of a single `paragraph_marker` TextElement. In other words, a TextRun will never span multiple paragraphs.
7671 &quot;content&quot;: &quot;A String&quot;, # The text of this run.
7672 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this run.
7673 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
7674 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
7675 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
7676 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
7677 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
7678 },
7679 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
7680 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
7681 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
7682 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
7683 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7684 &quot;magnitude&quot;: 3.14, # The magnitude.
7685 },
7686 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
7687 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
7688 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
7689 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
7690 },
7691 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
7692 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
7693 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
7694 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
7695 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
7696 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7697 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7698 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7699 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7700 },
7701 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7702 },
7703 },
7704 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
7705 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
7706 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7707 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7708 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7709 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7710 },
7711 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7712 },
7713 },
7714 },
7715 },
7716 &quot;startIndex&quot;: 42, # The zero-based start index of this text element, in Unicode code units.
7717 &quot;paragraphMarker&quot;: { # A TextElement kind that represents the beginning of a new paragraph. # A marker representing the beginning of a new paragraph. The `start_index` and `end_index` of this TextElement represent the range of the paragraph. Other TextElements with an index range contained inside this paragraph&#x27;s range are considered to be part of this paragraph. The range of indices of two separate paragraphs will never overlap.
7718 &quot;style&quot;: { # Styles that apply to a whole paragraph. If this text is contained in a shape with a parent placeholder, then these paragraph styles may be inherited from the parent. Which paragraph styles are inherited depend on the nesting level of lists: * A paragraph not in a list will inherit its paragraph style from the paragraph at the 0 nesting level of the list inside the parent placeholder. * A paragraph in a list will inherit its paragraph style from the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited paragraph styles are represented as unset fields in this message. # The paragraph&#x27;s style
7719 &quot;spaceBelow&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space below the paragraph. If unset, the value is inherited from the parent.
7720 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7721 &quot;magnitude&quot;: 3.14, # The magnitude.
7722 },
7723 &quot;spaceAbove&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space above the paragraph. If unset, the value is inherited from the parent.
7724 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7725 &quot;magnitude&quot;: 3.14, # The magnitude.
7726 },
7727 &quot;indentFirstLine&quot;: { # A magnitude in a single direction in the specified units. # The amount of indentation for the start of the first line of the paragraph. If unset, the value is inherited from the parent.
7728 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7729 &quot;magnitude&quot;: 3.14, # The magnitude.
7730 },
7731 &quot;lineSpacing&quot;: 3.14, # The amount of space between lines, as a percentage of normal, where normal is represented as 100.0. If unset, the value is inherited from the parent.
7732 &quot;direction&quot;: &quot;A String&quot;, # The text direction of this paragraph. If unset, the value defaults to LEFT_TO_RIGHT since text direction is not inherited.
7733 &quot;indentEnd&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the end of the text, based on the current text direction. If unset, the value is inherited from the parent.
7734 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7735 &quot;magnitude&quot;: 3.14, # The magnitude.
7736 },
7737 &quot;indentStart&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the start of the text, based on the current text direction. If unset, the value is inherited from the parent.
7738 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7739 &quot;magnitude&quot;: 3.14, # The magnitude.
7740 },
7741 &quot;alignment&quot;: &quot;A String&quot;, # The text alignment for this paragraph.
7742 &quot;spacingMode&quot;: &quot;A String&quot;, # The spacing mode for the paragraph.
7743 },
7744 &quot;bullet&quot;: { # Describes the bullet of a paragraph. # The bullet for this paragraph. If not present, the paragraph does not belong to a list.
7745 &quot;glyph&quot;: &quot;A String&quot;, # The rendered bullet glyph for this paragraph.
7746 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list this paragraph belongs to.
7747 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The paragraph specific text style applied to this bullet.
7748 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
7749 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
7750 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
7751 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
7752 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
7753 },
7754 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
7755 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
7756 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
7757 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
7758 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7759 &quot;magnitude&quot;: 3.14, # The magnitude.
7760 },
7761 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
7762 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
7763 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
7764 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
7765 },
7766 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
7767 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
7768 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
7769 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
7770 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
7771 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7772 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7773 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7774 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7775 },
7776 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7777 },
7778 },
7779 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
7780 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
7781 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7782 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7783 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7784 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7785 },
7786 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7787 },
7788 },
7789 },
7790 &quot;nestingLevel&quot;: 42, # The nesting level of this paragraph in the list.
7791 },
7792 },
7793 &quot;endIndex&quot;: 42, # The zero-based end index of this text element, exclusive, in Unicode code units.
7794 },
7795 ],
7796 &quot;lists&quot;: { # The bulleted lists contained in this text, keyed by list ID.
7797 &quot;a_key&quot;: { # A List describes the look and feel of bullets belonging to paragraphs associated with a list. A paragraph that is part of a list has an implicit reference to that list&#x27;s ID.
7798 &quot;nestingLevel&quot;: { # A map of nesting levels to the properties of bullets at the associated level. A list has at most nine levels of nesting, so the possible values for the keys of this map are 0 through 8, inclusive.
7799 &quot;a_key&quot;: { # Contains properties describing the look and feel of a list bullet at a given level of nesting.
7800 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The style of a bullet at this level of nesting.
7801 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
7802 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
7803 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
7804 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
7805 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
7806 },
7807 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
7808 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
7809 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
7810 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
7811 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7812 &quot;magnitude&quot;: 3.14, # The magnitude.
7813 },
7814 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
7815 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
7816 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
7817 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
7818 },
7819 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
7820 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
7821 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
7822 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
7823 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
7824 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7825 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7826 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7827 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7828 },
7829 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7830 },
7831 },
7832 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
7833 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
7834 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7835 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7836 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7837 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7838 },
7839 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7840 },
7841 },
7842 },
7843 },
7844 },
7845 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list.
7846 },
7847 },
7848 },
7849 &quot;columnSpan&quot;: 42, # Column span of the cell.
7850 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the cell within the table.
7851 &quot;rowIndex&quot;: 42, # The 0-based row index.
7852 &quot;columnIndex&quot;: 42, # The 0-based column index.
7853 },
7854 },
7855 ],
7856 },
7857 ],
7858 &quot;horizontalBorderRows&quot;: [ # Properties of horizontal cell borders. A table&#x27;s horizontal cell borders are represented as a grid. The grid has one more row than the number of rows in the table and the same number of columns as the table. For example, if the table is 3 x 3, its horizontal borders will be represented as a grid with 4 rows and 3 columns.
7859 { # Contents of each border row in a table.
7860 &quot;tableBorderCells&quot;: [ # Properties of each border cell. When a border&#x27;s adjacent table cells are merged, it is not included in the response.
7861 { # The properties of each border cell.
7862 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the border within the border table.
7863 &quot;rowIndex&quot;: 42, # The 0-based row index.
7864 &quot;columnIndex&quot;: 42, # The 0-based column index.
7865 },
7866 &quot;tableBorderProperties&quot;: { # The border styling properties of the TableBorderCell. # The border properties.
7867 &quot;tableBorderFill&quot;: { # The fill of the border. # The fill of the table border.
7868 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid fill.
7869 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
7870 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
7871 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7872 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7873 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7874 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7875 },
7876 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7877 },
7878 },
7879 },
7880 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the border.
7881 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7882 &quot;magnitude&quot;: 3.14, # The magnitude.
7883 },
7884 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the border.
7885 },
7886 },
7887 ],
7888 },
7889 ],
7890 &quot;verticalBorderRows&quot;: [ # Properties of vertical cell borders. A table&#x27;s vertical cell borders are represented as a grid. The grid has the same number of rows as the table and one more column than the number of columns in the table. For example, if the table is 3 x 3, its vertical borders will be represented as a grid with 3 rows and 4 columns.
7891 { # Contents of each border row in a table.
7892 &quot;tableBorderCells&quot;: [ # Properties of each border cell. When a border&#x27;s adjacent table cells are merged, it is not included in the response.
7893 { # The properties of each border cell.
7894 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the border within the border table.
7895 &quot;rowIndex&quot;: 42, # The 0-based row index.
7896 &quot;columnIndex&quot;: 42, # The 0-based column index.
7897 },
7898 &quot;tableBorderProperties&quot;: { # The border styling properties of the TableBorderCell. # The border properties.
7899 &quot;tableBorderFill&quot;: { # The fill of the border. # The fill of the table border.
7900 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid fill.
7901 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
7902 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
7903 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7904 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7905 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7906 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7907 },
7908 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7909 },
7910 },
7911 },
7912 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the border.
7913 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7914 &quot;magnitude&quot;: 3.14, # The magnitude.
7915 },
7916 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the border.
7917 },
7918 },
7919 ],
7920 },
7921 ],
7922 &quot;rows&quot;: 42, # Number of rows in the table.
7923 &quot;columns&quot;: 42, # Number of columns in the table.
7924 &quot;tableColumns&quot;: [ # Properties of each column.
7925 { # Properties of each column in a table.
7926 &quot;columnWidth&quot;: { # A magnitude in a single direction in the specified units. # Width of a column.
7927 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7928 &quot;magnitude&quot;: 3.14, # The magnitude.
7929 },
7930 },
7931 ],
7932 },
7933 &quot;size&quot;: { # A width and height. # The size of the page element.
7934 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
7935 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7936 &quot;magnitude&quot;: 3.14, # The magnitude.
7937 },
7938 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
7939 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7940 &quot;magnitude&quot;: 3.14, # The magnitude.
7941 },
7942 },
7943 &quot;elementGroup&quot;: { # A PageElement kind representing a joined collection of PageElements. # A collection of page elements joined as a single unit.
7944 &quot;children&quot;: [ # The collection of elements in the group. The minimum size of a group is 2.
7945 # Object with schema name: PageElement
7946 ],
7947 },
7948 &quot;sheetsChart&quot;: { # A PageElement kind representing a linked chart embedded from Google Sheets. # A linked chart embedded from Google Sheets. Unlinked charts are represented as images.
7949 &quot;sheetsChartProperties&quot;: { # The properties of the SheetsChart. # The properties of the Sheets chart.
7950 &quot;chartImageProperties&quot;: { # The properties of the Image. # The properties of the embedded chart image.
7951 &quot;recolor&quot;: { # A recolor effect applied on an image. # The recolor effect of the image. If not set, the image is not recolored. This property is read-only.
7952 &quot;recolorStops&quot;: [ # The recolor effect is represented by a gradient, which is a list of color stops. The colors in the gradient will replace the corresponding colors at the same position in the color palette and apply to the image. This property is read-only.
7953 { # A color and position in a gradient band.
7954 &quot;position&quot;: 3.14, # The relative position of the color stop in the gradient band measured in percentage. The value should be in the interval [0.0, 1.0].
7955 &quot;alpha&quot;: 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0, fully opaque.
7956 &quot;color&quot;: { # A themeable solid color value. # The color of the gradient stop.
7957 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7958 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7959 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7960 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
7961 },
7962 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
7963 },
7964 },
7965 ],
7966 &quot;name&quot;: &quot;A String&quot;, # The name of the recolor effect. The name is determined from the `recolor_stops` by matching the gradient against the colors in the page&#x27;s current color scheme. This property is read-only.
7967 },
7968 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link.
7969 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
7970 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
7971 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
7972 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
7973 },
7974 &quot;contrast&quot;: 3.14, # The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
7975 &quot;brightness&quot;: 3.14, # The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
7976 &quot;transparency&quot;: 3.14, # The transparency effect of the image. The value should be in the interval [0.0, 1.0], where 0 means no effect and 1 means completely transparent. This property is read-only.
7977 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow of the image. If not set, the image has no shadow. This property is read-only.
7978 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
7979 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
7980 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
7981 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
7982 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
7983 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
7984 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
7985 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
7986 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
7987 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
7988 },
7989 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
7990 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
7991 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
7992 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
7993 &quot;magnitude&quot;: 3.14, # The magnitude.
7994 },
7995 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
7996 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
7997 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
7998 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
7999 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
8000 },
8001 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8002 },
8003 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
8004 },
8005 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the image. If not set, the image has no outline.
8006 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
8007 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
8008 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
8009 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
8010 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8011 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
8012 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
8013 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
8014 },
8015 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8016 },
8017 },
8018 },
8019 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
8020 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8021 &quot;magnitude&quot;: 3.14, # The magnitude.
8022 },
8023 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
8024 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
8025 },
8026 &quot;cropProperties&quot;: { # The crop properties of an object enclosed in a container. For example, an Image. The crop properties is represented by the offsets of four edges which define a crop rectangle. The offsets are measured in percentage from the corresponding edges of the object&#x27;s original bounding rectangle towards inside, relative to the object&#x27;s original dimensions. - If the offset is in the interval (0, 1), the corresponding edge of crop rectangle is positioned inside of the object&#x27;s original bounding rectangle. - If the offset is negative or greater than 1, the corresponding edge of crop rectangle is positioned outside of the object&#x27;s original bounding rectangle. - If the left edge of the crop rectangle is on the right side of its right edge, the object will be flipped horizontally. - If the top edge of the crop rectangle is below its bottom edge, the object will be flipped vertically. - If all offsets and rotation angle is 0, the object is not cropped. After cropping, the content in the crop rectangle will be stretched to fit its container. # The crop properties of the image. If not set, the image is not cropped. This property is read-only.
8027 &quot;leftOffset&quot;: 3.14, # The offset specifies the left edge of the crop rectangle that is located to the right of the original bounding rectangle left edge, relative to the object&#x27;s original width.
8028 &quot;rightOffset&quot;: 3.14, # The offset specifies the right edge of the crop rectangle that is located to the left of the original bounding rectangle right edge, relative to the object&#x27;s original width.
8029 &quot;angle&quot;: 3.14, # The rotation angle of the crop window around its center, in radians. Rotation angle is applied after the offset.
8030 &quot;bottomOffset&quot;: 3.14, # The offset specifies the bottom edge of the crop rectangle that is located above the original bounding rectangle bottom edge, relative to the object&#x27;s original height.
8031 &quot;topOffset&quot;: 3.14, # The offset specifies the top edge of the crop rectangle that is located below the original bounding rectangle top edge, relative to the object&#x27;s original height.
8032 },
8033 },
8034 },
8035 &quot;contentUrl&quot;: &quot;A String&quot;, # The URL of an image of the embedded chart, with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation&#x27;s sharing settings change.
8036 &quot;spreadsheetId&quot;: &quot;A String&quot;, # The ID of the Google Sheets spreadsheet that contains the source chart.
8037 &quot;chartId&quot;: 42, # The ID of the specific chart in the Google Sheets spreadsheet that is embedded.
8038 },
8039 },
8040 ],
8041 &quot;objectId&quot;: &quot;A String&quot;, # The object ID for this page. Object IDs used by Page and PageElement share the same namespace.
8042 &quot;pageProperties&quot;: { # The properties of the Page. The page will inherit properties from the parent page. Depending on the page type the hierarchy is defined in either SlideProperties or LayoutProperties. # The properties of the page.
8043 &quot;pageBackgroundFill&quot;: { # The page background fill. # The background fill of the page. If unset, the background fill is inherited from a parent page if it exists. If the page has no parent, then the background fill defaults to the corresponding fill in the Slides editor.
8044 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a page will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a page, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
8045 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
8046 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
8047 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
8048 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8049 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
8050 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
8051 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
8052 },
8053 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8054 },
8055 },
8056 &quot;stretchedPictureFill&quot;: { # The stretched picture fill. The page or page element is filled entirely with the specified picture. The picture is stretched to fit its container. # Stretched picture fill.
8057 &quot;contentUrl&quot;: &quot;A String&quot;, # Reading the content_url: An URL to a picture with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the picture as the original requester. Access to the picture may be lost if the presentation&#x27;s sharing settings change. Writing the content_url: The picture is fetched once at insertion time and a copy is stored for display inside the presentation. Pictures must be less than 50MB in size, cannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF format. The provided URL can be at most 2 kB in length.
8058 &quot;size&quot;: { # A width and height. # The original size of the picture fill. This field is read-only.
8059 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
8060 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8061 &quot;magnitude&quot;: 3.14, # The magnitude.
8062 },
8063 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
8064 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8065 &quot;magnitude&quot;: 3.14, # The magnitude.
8066 },
8067 },
8068 },
8069 },
8070 &quot;colorScheme&quot;: { # The palette of predefined colors for a page. # The color scheme of the page. If unset, the color scheme is inherited from a parent page. If the page has no parent, the color scheme uses a default Slides color scheme, matching the defaults in the Slides editor. Only the concrete colors of the first 12 ThemeColorTypes are editable. In addition, only the color scheme on `Master` pages can be updated. To update the field, a color scheme containing mappings from all the first 12 ThemeColorTypes to their concrete colors must be provided. Colors for the remaining ThemeColorTypes will be ignored.
8071 &quot;colors&quot;: [ # The ThemeColorType and corresponding concrete color pairs.
8072 { # A pair mapping a theme color type to the concrete color it represents.
8073 &quot;type&quot;: &quot;A String&quot;, # The type of the theme color.
8074 &quot;color&quot;: { # An RGB color. # The concrete color corresponding to the theme color type above.
8075 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
8076 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
8077 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
8078 },
8079 },
8080 ],
8081 },
8082 },
8083 &quot;revisionId&quot;: &quot;A String&quot;, # The revision ID of the presentation containing this page. Can be used in update requests to assert that the presentation revision hasn&#x27;t changed since the last read operation. Only populated if the user has edit access to the presentation. The format of the revision ID may change over time, so it should be treated opaquely. A returned revision ID is only guaranteed to be valid for 24 hours after it has been returned and cannot be shared across users. If the revision ID is unchanged between calls, then the presentation has not changed. Conversely, a changed ID (for the same presentation and user) usually means the presentation has been updated; however, a changed ID can also be due to internal factors such as ID format changes.
8084 &quot;notesProperties&quot;: { # The properties of Page that are only relevant for pages with page_type NOTES. # Notes specific properties. Only set if page_type = NOTES.
8085 &quot;speakerNotesObjectId&quot;: &quot;A String&quot;, # The object ID of the shape on this notes page that contains the speaker notes for the corresponding slide. The actual shape may not always exist on the notes page. Inserting text using this object ID will automatically create the shape. In this case, the actual shape may have different object ID. The `GetPresentation` or `GetPage` action will always return the latest object ID.
8086 },
8087 },
8088 ],
8089 &quot;title&quot;: &quot;A String&quot;, # The title of the presentation.
8090 &quot;locale&quot;: &quot;A String&quot;, # The locale of the presentation, as an IETF BCP 47 language tag.
8091 &quot;notesMaster&quot;: { # A page in a presentation. # The notes master in the presentation. It serves three purposes: - Placeholder shapes on a notes master contain the default text styles and shape properties of all placeholder shapes on notes pages. Specifically, a `SLIDE_IMAGE` placeholder shape contains the slide thumbnail, and a `BODY` placeholder shape contains the speaker notes. - The notes master page properties define the common page properties inherited by all notes pages. - Any other shapes on the notes master appears on all notes pages. The notes master is read-only.
8092 &quot;slideProperties&quot;: { # The properties of Page that are only relevant for pages with page_type SLIDE. # Slide specific properties. Only set if page_type = SLIDE.
8093 &quot;masterObjectId&quot;: &quot;A String&quot;, # The object ID of the master that this slide is based on. This property is read-only.
8094 &quot;notesPage&quot;: # Object with schema name: Page # The notes page that this slide is associated with. It defines the visual appearance of a notes page when printing or exporting slides with speaker notes. A notes page inherits properties from the notes master. The placeholder shape with type BODY on the notes page contains the speaker notes for this slide. The ID of this shape is identified by the speakerNotesObjectId field. The notes page is read-only except for the text content and styles of the speaker notes shape. This property is read-only.
8095 &quot;layoutObjectId&quot;: &quot;A String&quot;, # The object ID of the layout that this slide is based on. This property is read-only.
8096 },
8097 &quot;masterProperties&quot;: { # The properties of Page that are only relevant for pages with page_type MASTER. # Master specific properties. Only set if page_type = MASTER.
8098 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the master.
8099 },
8100 &quot;layoutProperties&quot;: { # The properties of Page are only relevant for pages with page_type LAYOUT. # Layout specific properties. Only set if page_type = LAYOUT.
8101 &quot;name&quot;: &quot;A String&quot;, # The name of the layout.
8102 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the layout.
8103 &quot;masterObjectId&quot;: &quot;A String&quot;, # The object ID of the master that this layout is based on.
8104 },
8105 &quot;pageType&quot;: &quot;A String&quot;, # The type of the page.
8106 &quot;pageElements&quot;: [ # The page elements rendered on the page.
8107 { # A visual element rendered on a page.
8108 &quot;objectId&quot;: &quot;A String&quot;, # The object ID for this page element. Object IDs used by google.apps.slides.v1.Page and google.apps.slides.v1.PageElement share the same namespace.
8109 &quot;video&quot;: { # A PageElement kind representing a video. # A video page element.
8110 &quot;source&quot;: &quot;A String&quot;, # The video source.
8111 &quot;url&quot;: &quot;A String&quot;, # An URL to a video. The URL is valid as long as the source video exists and sharing settings do not change.
8112 &quot;id&quot;: &quot;A String&quot;, # The video source&#x27;s unique identifier for this video.
8113 &quot;videoProperties&quot;: { # The properties of the Video. # The properties of the video.
8114 &quot;autoPlay&quot;: True or False, # Whether to enable video autoplay when the page is displayed in present mode. Defaults to false.
8115 &quot;start&quot;: 42, # The time at which to start playback, measured in seconds from the beginning of the video. If set, the start time should be before the end time. If you set this to a value that exceeds the video&#x27;s length in seconds, the video will be played from the last second. If not set, the video will be played from the beginning.
8116 &quot;mute&quot;: True or False, # Whether to mute the audio during video playback. Defaults to false.
8117 &quot;end&quot;: 42, # The time at which to end playback, measured in seconds from the beginning of the video. If set, the end time should be after the start time. If not set or if you set this to a value that exceeds the video&#x27;s length, the video will be played until its end.
8118 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the video. The default outline matches the defaults for new videos created in the Slides editor.
8119 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
8120 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
8121 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
8122 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
8123 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8124 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
8125 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
8126 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
8127 },
8128 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8129 },
8130 },
8131 },
8132 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
8133 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8134 &quot;magnitude&quot;: 3.14, # The magnitude.
8135 },
8136 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
8137 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
8138 },
8139 },
8140 },
8141 &quot;description&quot;: &quot;A String&quot;, # The description of the page element. Combined with title to display alt text. The field is not supported for Group elements.
8142 &quot;title&quot;: &quot;A String&quot;, # The title of the page element. Combined with description to display alt text. The field is not supported for Group elements.
8143 &quot;shape&quot;: { # A PageElement kind representing a generic shape that does not have a more specific classification. # A generic shape.
8144 &quot;placeholder&quot;: { # The placeholder information that uniquely identifies a placeholder shape. # Placeholders are shapes that are inherit from corresponding placeholders on layouts and masters. If set, the shape is a placeholder shape and any inherited properties can be resolved by looking at the parent placeholder identified by the Placeholder.parent_object_id field.
8145 &quot;parentObjectId&quot;: &quot;A String&quot;, # The object ID of this shape&#x27;s parent placeholder. If unset, the parent placeholder shape does not exist, so the shape does not inherit properties from any other shape.
8146 &quot;index&quot;: 42, # The index of the placeholder. If the same placeholder types are present in the same page, they would have different index values.
8147 &quot;type&quot;: &quot;A String&quot;, # The type of the placeholder.
8148 },
8149 &quot;shapeType&quot;: &quot;A String&quot;, # The type of the shape.
8150 &quot;shapeProperties&quot;: { # The properties of a Shape. If the shape is a placeholder shape as determined by the placeholder field, then these properties may be inherited from a parent placeholder shape. Determining the rendered value of the property depends on the corresponding property_state field value. # The properties of the shape.
8151 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the shape. If unset, there is no link. Links are not inherited from parent placeholders.
8152 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
8153 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
8154 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
8155 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
8156 },
8157 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the shape. If unset, the outline is inherited from a parent placeholder if it exists. If the shape has no parent, then the default outline depends on the shape type, matching the defaults for new shapes created in the Slides editor.
8158 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
8159 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
8160 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
8161 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
8162 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8163 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
8164 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
8165 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
8166 },
8167 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8168 },
8169 },
8170 },
8171 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
8172 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8173 &quot;magnitude&quot;: 3.14, # The magnitude.
8174 },
8175 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
8176 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
8177 },
8178 &quot;contentAlignment&quot;: &quot;A String&quot;, # The alignment of the content in the shape. If unspecified, the alignment is inherited from a parent placeholder if it exists. If the shape has no parent, the default alignment matches the alignment for new shapes created in the Slides editor.
8179 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow properties of the shape. If unset, the shadow is inherited from a parent placeholder if it exists. If the shape has no parent, then the default shadow matches the defaults for new shapes created in the Slides editor. This property is read-only.
8180 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
8181 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
8182 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
8183 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
8184 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
8185 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
8186 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
8187 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
8188 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
8189 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
8190 },
8191 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
8192 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
8193 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
8194 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8195 &quot;magnitude&quot;: 3.14, # The magnitude.
8196 },
8197 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
8198 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8199 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
8200 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
8201 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
8202 },
8203 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8204 },
8205 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
8206 },
8207 &quot;shapeBackgroundFill&quot;: { # The shape background fill. # The background fill of the shape. If unset, the background fill is inherited from a parent placeholder if it exists. If the shape has no parent, then the default background fill depends on the shape type, matching the defaults for new shapes created in the Slides editor.
8208 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a shape will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a shape, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
8209 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
8210 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
8211 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
8212 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8213 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
8214 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
8215 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
8216 },
8217 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8218 },
8219 },
8220 },
8221 },
8222 &quot;text&quot;: { # The general text content. The text must reside in a compatible shape (e.g. text box or rectangle) or a table cell in a page. # The text content of the shape.
8223 &quot;textElements&quot;: [ # The text contents broken down into its component parts, including styling information. This property is read-only.
8224 { # A TextElement describes the content of a range of indices in the text content of a Shape or TableCell.
8225 &quot;autoText&quot;: { # A TextElement kind that represents auto text. # A TextElement representing a spot in the text that is dynamically replaced with content that can change over time.
8226 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this auto text.
8227 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
8228 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
8229 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
8230 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
8231 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
8232 },
8233 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
8234 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
8235 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
8236 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
8237 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8238 &quot;magnitude&quot;: 3.14, # The magnitude.
8239 },
8240 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
8241 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
8242 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
8243 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
8244 },
8245 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
8246 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
8247 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
8248 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
8249 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
8250 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8251 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
8252 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
8253 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
8254 },
8255 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8256 },
8257 },
8258 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
8259 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
8260 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8261 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
8262 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
8263 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
8264 },
8265 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8266 },
8267 },
8268 },
8269 &quot;content&quot;: &quot;A String&quot;, # The rendered content of this auto text, if available.
8270 &quot;type&quot;: &quot;A String&quot;, # The type of this auto text.
8271 },
8272 &quot;textRun&quot;: { # A TextElement kind that represents a run of text that all has the same styling. # A TextElement representing a run of text where all of the characters in the run have the same TextStyle. The `start_index` and `end_index` of TextRuns will always be fully contained in the index range of a single `paragraph_marker` TextElement. In other words, a TextRun will never span multiple paragraphs.
8273 &quot;content&quot;: &quot;A String&quot;, # The text of this run.
8274 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this run.
8275 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
8276 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
8277 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
8278 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
8279 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
8280 },
8281 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
8282 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
8283 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
8284 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
8285 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8286 &quot;magnitude&quot;: 3.14, # The magnitude.
8287 },
8288 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
8289 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
8290 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
8291 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
8292 },
8293 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
8294 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
8295 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
8296 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
8297 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
8298 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8299 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
8300 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
8301 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
8302 },
8303 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8304 },
8305 },
8306 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
8307 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
8308 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8309 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
8310 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
8311 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
8312 },
8313 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8314 },
8315 },
8316 },
8317 },
8318 &quot;startIndex&quot;: 42, # The zero-based start index of this text element, in Unicode code units.
8319 &quot;paragraphMarker&quot;: { # A TextElement kind that represents the beginning of a new paragraph. # A marker representing the beginning of a new paragraph. The `start_index` and `end_index` of this TextElement represent the range of the paragraph. Other TextElements with an index range contained inside this paragraph&#x27;s range are considered to be part of this paragraph. The range of indices of two separate paragraphs will never overlap.
8320 &quot;style&quot;: { # Styles that apply to a whole paragraph. If this text is contained in a shape with a parent placeholder, then these paragraph styles may be inherited from the parent. Which paragraph styles are inherited depend on the nesting level of lists: * A paragraph not in a list will inherit its paragraph style from the paragraph at the 0 nesting level of the list inside the parent placeholder. * A paragraph in a list will inherit its paragraph style from the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited paragraph styles are represented as unset fields in this message. # The paragraph&#x27;s style
8321 &quot;spaceBelow&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space below the paragraph. If unset, the value is inherited from the parent.
8322 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8323 &quot;magnitude&quot;: 3.14, # The magnitude.
8324 },
8325 &quot;spaceAbove&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space above the paragraph. If unset, the value is inherited from the parent.
8326 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8327 &quot;magnitude&quot;: 3.14, # The magnitude.
8328 },
8329 &quot;indentFirstLine&quot;: { # A magnitude in a single direction in the specified units. # The amount of indentation for the start of the first line of the paragraph. If unset, the value is inherited from the parent.
8330 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8331 &quot;magnitude&quot;: 3.14, # The magnitude.
8332 },
8333 &quot;lineSpacing&quot;: 3.14, # The amount of space between lines, as a percentage of normal, where normal is represented as 100.0. If unset, the value is inherited from the parent.
8334 &quot;direction&quot;: &quot;A String&quot;, # The text direction of this paragraph. If unset, the value defaults to LEFT_TO_RIGHT since text direction is not inherited.
8335 &quot;indentEnd&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the end of the text, based on the current text direction. If unset, the value is inherited from the parent.
8336 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8337 &quot;magnitude&quot;: 3.14, # The magnitude.
8338 },
8339 &quot;indentStart&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the start of the text, based on the current text direction. If unset, the value is inherited from the parent.
8340 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8341 &quot;magnitude&quot;: 3.14, # The magnitude.
8342 },
8343 &quot;alignment&quot;: &quot;A String&quot;, # The text alignment for this paragraph.
8344 &quot;spacingMode&quot;: &quot;A String&quot;, # The spacing mode for the paragraph.
8345 },
8346 &quot;bullet&quot;: { # Describes the bullet of a paragraph. # The bullet for this paragraph. If not present, the paragraph does not belong to a list.
8347 &quot;glyph&quot;: &quot;A String&quot;, # The rendered bullet glyph for this paragraph.
8348 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list this paragraph belongs to.
8349 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The paragraph specific text style applied to this bullet.
8350 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
8351 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
8352 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
8353 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
8354 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
8355 },
8356 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
8357 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
8358 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
8359 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
8360 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8361 &quot;magnitude&quot;: 3.14, # The magnitude.
8362 },
8363 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
8364 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
8365 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
8366 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
8367 },
8368 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
8369 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
8370 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
8371 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
8372 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
8373 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8374 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
8375 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
8376 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
8377 },
8378 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8379 },
8380 },
8381 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
8382 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
8383 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8384 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
8385 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
8386 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
8387 },
8388 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8389 },
8390 },
8391 },
8392 &quot;nestingLevel&quot;: 42, # The nesting level of this paragraph in the list.
8393 },
8394 },
8395 &quot;endIndex&quot;: 42, # The zero-based end index of this text element, exclusive, in Unicode code units.
8396 },
8397 ],
8398 &quot;lists&quot;: { # The bulleted lists contained in this text, keyed by list ID.
8399 &quot;a_key&quot;: { # A List describes the look and feel of bullets belonging to paragraphs associated with a list. A paragraph that is part of a list has an implicit reference to that list&#x27;s ID.
8400 &quot;nestingLevel&quot;: { # A map of nesting levels to the properties of bullets at the associated level. A list has at most nine levels of nesting, so the possible values for the keys of this map are 0 through 8, inclusive.
8401 &quot;a_key&quot;: { # Contains properties describing the look and feel of a list bullet at a given level of nesting.
8402 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The style of a bullet at this level of nesting.
8403 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
8404 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
8405 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
8406 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
8407 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
8408 },
8409 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
8410 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
8411 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
8412 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
8413 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8414 &quot;magnitude&quot;: 3.14, # The magnitude.
8415 },
8416 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
8417 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
8418 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
8419 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
8420 },
8421 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
8422 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
8423 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
8424 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
8425 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
8426 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8427 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
8428 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
8429 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
8430 },
8431 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8432 },
8433 },
8434 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
8435 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
8436 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8437 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
8438 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
8439 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
8440 },
8441 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8442 },
8443 },
8444 },
8445 },
8446 },
8447 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list.
8448 },
8449 },
8450 },
8451 },
8452 &quot;line&quot;: { # A PageElement kind representing a non-connector line, straight connector, curved connector, or bent connector. # A line page element.
8453 &quot;lineProperties&quot;: { # The properties of the Line. When unset, these fields default to values that match the appearance of new lines created in the Slides editor. # The properties of the line.
8454 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the line. If unset, there is no link.
8455 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
8456 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
8457 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
8458 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
8459 },
8460 &quot;lineFill&quot;: { # The fill of the line. # The fill of the line. The default line fill matches the defaults for new lines created in the Slides editor.
8461 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
8462 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
8463 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
8464 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8465 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
8466 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
8467 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
8468 },
8469 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8470 },
8471 },
8472 },
8473 &quot;startArrow&quot;: &quot;A String&quot;, # The style of the arrow at the beginning of the line.
8474 &quot;startConnection&quot;: { # The properties for one end of a Line connection. # The connection at the beginning of the line. If unset, there is no connection. Only lines with a Type indicating it is a &quot;connector&quot; can have a `start_connection`.
8475 &quot;connectedObjectId&quot;: &quot;A String&quot;, # The object ID of the connected page element. Some page elements, such as groups, tables, and lines do not have connection sites and therefore cannot be connected to a connector line.
8476 &quot;connectionSiteIndex&quot;: 42, # The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in the description of the &quot;cnx&quot; attribute in section 20.1.9.9 and Annex H. &quot;Predefined DrawingML Shape and Text Geometries&quot; of &quot;Office Open XML File Formats-Fundamentals and Markup Language Reference&quot;, part 1 of [ECMA-376 5th edition] (http://www.ecma-international.org/publications/standards/Ecma-376.htm). The position of each connection site can also be viewed from Slides editor.
8477 },
8478 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the line.
8479 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8480 &quot;magnitude&quot;: 3.14, # The magnitude.
8481 },
8482 &quot;endArrow&quot;: &quot;A String&quot;, # The style of the arrow at the end of the line.
8483 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the line.
8484 &quot;endConnection&quot;: { # The properties for one end of a Line connection. # The connection at the end of the line. If unset, there is no connection. Only lines with a Type indicating it is a &quot;connector&quot; can have an `end_connection`.
8485 &quot;connectedObjectId&quot;: &quot;A String&quot;, # The object ID of the connected page element. Some page elements, such as groups, tables, and lines do not have connection sites and therefore cannot be connected to a connector line.
8486 &quot;connectionSiteIndex&quot;: 42, # The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in the description of the &quot;cnx&quot; attribute in section 20.1.9.9 and Annex H. &quot;Predefined DrawingML Shape and Text Geometries&quot; of &quot;Office Open XML File Formats-Fundamentals and Markup Language Reference&quot;, part 1 of [ECMA-376 5th edition] (http://www.ecma-international.org/publications/standards/Ecma-376.htm). The position of each connection site can also be viewed from Slides editor.
8487 },
8488 },
8489 &quot;lineType&quot;: &quot;A String&quot;, # The type of the line.
8490 &quot;lineCategory&quot;: &quot;A String&quot;, # The category of the line. It matches the `category` specified in CreateLineRequest, and can be updated with UpdateLineCategoryRequest.
8491 },
8492 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # The transform of the page element. The visual appearance of the page element is determined by its absolute transform. To compute the absolute transform, preconcatenate a page element&#x27;s transform with the transforms of all of its parent groups. If the page element is not in a group, its absolute transform is the same as the value in this field. The initial transform for the newly created Group is always the identity transform.
8493 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
8494 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
8495 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
8496 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
8497 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
8498 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
8499 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
8500 },
8501 &quot;wordArt&quot;: { # A PageElement kind representing word art. # A word art page element.
8502 &quot;renderedText&quot;: &quot;A String&quot;, # The text rendered as word art.
8503 },
8504 &quot;image&quot;: { # A PageElement kind representing an image. # An image page element.
8505 &quot;contentUrl&quot;: &quot;A String&quot;, # An URL to an image with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation&#x27;s sharing settings change.
8506 &quot;imageProperties&quot;: { # The properties of the Image. # The properties of the image.
8507 &quot;recolor&quot;: { # A recolor effect applied on an image. # The recolor effect of the image. If not set, the image is not recolored. This property is read-only.
8508 &quot;recolorStops&quot;: [ # The recolor effect is represented by a gradient, which is a list of color stops. The colors in the gradient will replace the corresponding colors at the same position in the color palette and apply to the image. This property is read-only.
8509 { # A color and position in a gradient band.
8510 &quot;position&quot;: 3.14, # The relative position of the color stop in the gradient band measured in percentage. The value should be in the interval [0.0, 1.0].
8511 &quot;alpha&quot;: 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0, fully opaque.
8512 &quot;color&quot;: { # A themeable solid color value. # The color of the gradient stop.
8513 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8514 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
8515 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
8516 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
8517 },
8518 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8519 },
8520 },
8521 ],
8522 &quot;name&quot;: &quot;A String&quot;, # The name of the recolor effect. The name is determined from the `recolor_stops` by matching the gradient against the colors in the page&#x27;s current color scheme. This property is read-only.
8523 },
8524 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link.
8525 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
8526 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
8527 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
8528 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
8529 },
8530 &quot;contrast&quot;: 3.14, # The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
8531 &quot;brightness&quot;: 3.14, # The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
8532 &quot;transparency&quot;: 3.14, # The transparency effect of the image. The value should be in the interval [0.0, 1.0], where 0 means no effect and 1 means completely transparent. This property is read-only.
8533 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow of the image. If not set, the image has no shadow. This property is read-only.
8534 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
8535 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
8536 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
8537 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
8538 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
8539 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
8540 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
8541 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
8542 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
8543 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
8544 },
8545 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
8546 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
8547 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
8548 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8549 &quot;magnitude&quot;: 3.14, # The magnitude.
8550 },
8551 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
8552 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8553 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
8554 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
8555 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
8556 },
8557 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8558 },
8559 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
8560 },
8561 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the image. If not set, the image has no outline.
8562 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
8563 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
8564 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
8565 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
8566 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8567 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
8568 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
8569 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
8570 },
8571 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8572 },
8573 },
8574 },
8575 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
8576 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8577 &quot;magnitude&quot;: 3.14, # The magnitude.
8578 },
8579 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
8580 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
8581 },
8582 &quot;cropProperties&quot;: { # The crop properties of an object enclosed in a container. For example, an Image. The crop properties is represented by the offsets of four edges which define a crop rectangle. The offsets are measured in percentage from the corresponding edges of the object&#x27;s original bounding rectangle towards inside, relative to the object&#x27;s original dimensions. - If the offset is in the interval (0, 1), the corresponding edge of crop rectangle is positioned inside of the object&#x27;s original bounding rectangle. - If the offset is negative or greater than 1, the corresponding edge of crop rectangle is positioned outside of the object&#x27;s original bounding rectangle. - If the left edge of the crop rectangle is on the right side of its right edge, the object will be flipped horizontally. - If the top edge of the crop rectangle is below its bottom edge, the object will be flipped vertically. - If all offsets and rotation angle is 0, the object is not cropped. After cropping, the content in the crop rectangle will be stretched to fit its container. # The crop properties of the image. If not set, the image is not cropped. This property is read-only.
8583 &quot;leftOffset&quot;: 3.14, # The offset specifies the left edge of the crop rectangle that is located to the right of the original bounding rectangle left edge, relative to the object&#x27;s original width.
8584 &quot;rightOffset&quot;: 3.14, # The offset specifies the right edge of the crop rectangle that is located to the left of the original bounding rectangle right edge, relative to the object&#x27;s original width.
8585 &quot;angle&quot;: 3.14, # The rotation angle of the crop window around its center, in radians. Rotation angle is applied after the offset.
8586 &quot;bottomOffset&quot;: 3.14, # The offset specifies the bottom edge of the crop rectangle that is located above the original bounding rectangle bottom edge, relative to the object&#x27;s original height.
8587 &quot;topOffset&quot;: 3.14, # The offset specifies the top edge of the crop rectangle that is located below the original bounding rectangle top edge, relative to the object&#x27;s original height.
8588 },
8589 },
8590 &quot;sourceUrl&quot;: &quot;A String&quot;, # The source URL is the URL used to insert the image. The source URL can be empty.
8591 },
8592 &quot;table&quot;: { # A PageElement kind representing a table. # A table page element.
8593 &quot;tableRows&quot;: [ # Properties and contents of each row. Cells that span multiple rows are contained in only one of these rows and have a row_span greater than 1.
8594 { # Properties and contents of each row in a table.
8595 &quot;tableRowProperties&quot;: { # Properties of each row in a table. # Properties of the row.
8596 &quot;minRowHeight&quot;: { # A magnitude in a single direction in the specified units. # Minimum height of the row. The row will be rendered in the Slides editor at a height equal to or greater than this value in order to show all the text in the row&#x27;s cell(s).
8597 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8598 &quot;magnitude&quot;: 3.14, # The magnitude.
8599 },
8600 },
8601 &quot;rowHeight&quot;: { # A magnitude in a single direction in the specified units. # Height of a row.
8602 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8603 &quot;magnitude&quot;: 3.14, # The magnitude.
8604 },
8605 &quot;tableCells&quot;: [ # Properties and contents of each cell. Cells that span multiple columns are represented only once with a column_span greater than 1. As a result, the length of this collection does not always match the number of columns of the entire table.
8606 { # Properties and contents of each table cell.
8607 &quot;tableCellProperties&quot;: { # The properties of the TableCell. # The properties of the table cell.
8608 &quot;contentAlignment&quot;: &quot;A String&quot;, # The alignment of the content in the table cell. The default alignment matches the alignment for newly created table cells in the Slides editor.
8609 &quot;tableCellBackgroundFill&quot;: { # The table cell background fill. # The background fill of the table cell. The default fill matches the fill for newly created table cells in the Slides editor.
8610 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a table cell will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a table cell, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
8611 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
8612 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
8613 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
8614 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8615 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
8616 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
8617 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
8618 },
8619 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8620 },
8621 },
8622 },
8623 },
8624 &quot;rowSpan&quot;: 42, # Row span of the cell.
8625 &quot;text&quot;: { # The general text content. The text must reside in a compatible shape (e.g. text box or rectangle) or a table cell in a page. # The text content of the cell.
8626 &quot;textElements&quot;: [ # The text contents broken down into its component parts, including styling information. This property is read-only.
8627 { # A TextElement describes the content of a range of indices in the text content of a Shape or TableCell.
8628 &quot;autoText&quot;: { # A TextElement kind that represents auto text. # A TextElement representing a spot in the text that is dynamically replaced with content that can change over time.
8629 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this auto text.
8630 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
8631 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
8632 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
8633 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
8634 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
8635 },
8636 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
8637 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
8638 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
8639 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
8640 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8641 &quot;magnitude&quot;: 3.14, # The magnitude.
8642 },
8643 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
8644 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
8645 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
8646 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
8647 },
8648 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008649 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
8650 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
8651 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
8652 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
8653 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8654 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008655 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008656 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008657 },
8658 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8659 },
8660 },
8661 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
8662 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
8663 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8664 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008665 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008666 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008667 },
8668 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8669 },
8670 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008671 },
8672 &quot;content&quot;: &quot;A String&quot;, # The rendered content of this auto text, if available.
8673 &quot;type&quot;: &quot;A String&quot;, # The type of this auto text.
8674 },
8675 &quot;textRun&quot;: { # A TextElement kind that represents a run of text that all has the same styling. # A TextElement representing a run of text where all of the characters in the run have the same TextStyle. The `start_index` and `end_index` of TextRuns will always be fully contained in the index range of a single `paragraph_marker` TextElement. In other words, a TextRun will never span multiple paragraphs.
8676 &quot;content&quot;: &quot;A String&quot;, # The text of this run.
8677 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this run.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008678 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008679 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008680 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
8681 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
8682 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008683 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008684 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008685 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008686 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
8687 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008688 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008689 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008690 },
8691 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008692 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
8693 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
8694 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
8695 },
8696 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
8697 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
8698 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
8699 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
8700 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
8701 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8702 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
8703 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
8704 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
8705 },
8706 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8707 },
8708 },
8709 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
8710 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
8711 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8712 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
8713 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
8714 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
8715 },
8716 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8717 },
8718 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008719 },
8720 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008721 &quot;startIndex&quot;: 42, # The zero-based start index of this text element, in Unicode code units.
8722 &quot;paragraphMarker&quot;: { # A TextElement kind that represents the beginning of a new paragraph. # A marker representing the beginning of a new paragraph. The `start_index` and `end_index` of this TextElement represent the range of the paragraph. Other TextElements with an index range contained inside this paragraph&#x27;s range are considered to be part of this paragraph. The range of indices of two separate paragraphs will never overlap.
8723 &quot;style&quot;: { # Styles that apply to a whole paragraph. If this text is contained in a shape with a parent placeholder, then these paragraph styles may be inherited from the parent. Which paragraph styles are inherited depend on the nesting level of lists: * A paragraph not in a list will inherit its paragraph style from the paragraph at the 0 nesting level of the list inside the parent placeholder. * A paragraph in a list will inherit its paragraph style from the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited paragraph styles are represented as unset fields in this message. # The paragraph&#x27;s style
8724 &quot;spaceBelow&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space below the paragraph. If unset, the value is inherited from the parent.
8725 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8726 &quot;magnitude&quot;: 3.14, # The magnitude.
8727 },
8728 &quot;spaceAbove&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space above the paragraph. If unset, the value is inherited from the parent.
8729 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8730 &quot;magnitude&quot;: 3.14, # The magnitude.
8731 },
8732 &quot;indentFirstLine&quot;: { # A magnitude in a single direction in the specified units. # The amount of indentation for the start of the first line of the paragraph. If unset, the value is inherited from the parent.
8733 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8734 &quot;magnitude&quot;: 3.14, # The magnitude.
8735 },
8736 &quot;lineSpacing&quot;: 3.14, # The amount of space between lines, as a percentage of normal, where normal is represented as 100.0. If unset, the value is inherited from the parent.
8737 &quot;direction&quot;: &quot;A String&quot;, # The text direction of this paragraph. If unset, the value defaults to LEFT_TO_RIGHT since text direction is not inherited.
8738 &quot;indentEnd&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the end of the text, based on the current text direction. If unset, the value is inherited from the parent.
8739 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8740 &quot;magnitude&quot;: 3.14, # The magnitude.
8741 },
8742 &quot;indentStart&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the start of the text, based on the current text direction. If unset, the value is inherited from the parent.
8743 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8744 &quot;magnitude&quot;: 3.14, # The magnitude.
8745 },
8746 &quot;alignment&quot;: &quot;A String&quot;, # The text alignment for this paragraph.
8747 &quot;spacingMode&quot;: &quot;A String&quot;, # The spacing mode for the paragraph.
8748 },
8749 &quot;bullet&quot;: { # Describes the bullet of a paragraph. # The bullet for this paragraph. If not present, the paragraph does not belong to a list.
8750 &quot;glyph&quot;: &quot;A String&quot;, # The rendered bullet glyph for this paragraph.
8751 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list this paragraph belongs to.
8752 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The paragraph specific text style applied to this bullet.
8753 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
8754 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
8755 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
8756 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
8757 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
8758 },
8759 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
8760 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
8761 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
8762 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
8763 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8764 &quot;magnitude&quot;: 3.14, # The magnitude.
8765 },
8766 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
8767 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
8768 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
8769 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
8770 },
8771 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
8772 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
8773 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
8774 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
8775 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
8776 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8777 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
8778 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
8779 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
8780 },
8781 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8782 },
8783 },
8784 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
8785 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
8786 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8787 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
8788 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
8789 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
8790 },
8791 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8792 },
8793 },
8794 },
8795 &quot;nestingLevel&quot;: 42, # The nesting level of this paragraph in the list.
8796 },
8797 },
8798 &quot;endIndex&quot;: 42, # The zero-based end index of this text element, exclusive, in Unicode code units.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008799 },
8800 ],
8801 &quot;lists&quot;: { # The bulleted lists contained in this text, keyed by list ID.
8802 &quot;a_key&quot;: { # A List describes the look and feel of bullets belonging to paragraphs associated with a list. A paragraph that is part of a list has an implicit reference to that list&#x27;s ID.
8803 &quot;nestingLevel&quot;: { # A map of nesting levels to the properties of bullets at the associated level. A list has at most nine levels of nesting, so the possible values for the keys of this map are 0 through 8, inclusive.
8804 &quot;a_key&quot;: { # Contains properties describing the look and feel of a list bullet at a given level of nesting.
8805 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The style of a bullet at this level of nesting.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008806 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
8807 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
8808 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
8809 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
8810 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008811 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008812 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
8813 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
8814 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
8815 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
8816 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8817 &quot;magnitude&quot;: 3.14, # The magnitude.
8818 },
8819 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
8820 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
8821 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
8822 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
8823 },
8824 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008825 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
8826 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
8827 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
8828 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
8829 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8830 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008831 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008832 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008833 },
8834 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8835 },
8836 },
8837 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
8838 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
8839 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8840 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008841 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008842 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008843 },
8844 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8845 },
8846 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008847 },
8848 },
8849 },
8850 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list.
8851 },
8852 },
8853 },
8854 &quot;columnSpan&quot;: 42, # Column span of the cell.
8855 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the cell within the table.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008856 &quot;rowIndex&quot;: 42, # The 0-based row index.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008857 &quot;columnIndex&quot;: 42, # The 0-based column index.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008858 },
8859 },
8860 ],
8861 },
8862 ],
8863 &quot;horizontalBorderRows&quot;: [ # Properties of horizontal cell borders. A table&#x27;s horizontal cell borders are represented as a grid. The grid has one more row than the number of rows in the table and the same number of columns as the table. For example, if the table is 3 x 3, its horizontal borders will be represented as a grid with 4 rows and 3 columns.
8864 { # Contents of each border row in a table.
8865 &quot;tableBorderCells&quot;: [ # Properties of each border cell. When a border&#x27;s adjacent table cells are merged, it is not included in the response.
8866 { # The properties of each border cell.
8867 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the border within the border table.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008868 &quot;rowIndex&quot;: 42, # The 0-based row index.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008869 &quot;columnIndex&quot;: 42, # The 0-based column index.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008870 },
8871 &quot;tableBorderProperties&quot;: { # The border styling properties of the TableBorderCell. # The border properties.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008872 &quot;tableBorderFill&quot;: { # The fill of the border. # The fill of the table border.
8873 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid fill.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008874 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008875 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
8876 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8877 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008878 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008879 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008880 },
8881 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8882 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008883 },
8884 },
8885 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the border.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008886 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008887 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008888 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008889 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the border.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008890 },
8891 },
8892 ],
8893 },
8894 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008895 &quot;verticalBorderRows&quot;: [ # Properties of vertical cell borders. A table&#x27;s vertical cell borders are represented as a grid. The grid has the same number of rows as the table and one more column than the number of columns in the table. For example, if the table is 3 x 3, its vertical borders will be represented as a grid with 3 rows and 4 columns.
8896 { # Contents of each border row in a table.
8897 &quot;tableBorderCells&quot;: [ # Properties of each border cell. When a border&#x27;s adjacent table cells are merged, it is not included in the response.
8898 { # The properties of each border cell.
8899 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the border within the border table.
8900 &quot;rowIndex&quot;: 42, # The 0-based row index.
8901 &quot;columnIndex&quot;: 42, # The 0-based column index.
8902 },
8903 &quot;tableBorderProperties&quot;: { # The border styling properties of the TableBorderCell. # The border properties.
8904 &quot;tableBorderFill&quot;: { # The fill of the border. # The fill of the table border.
8905 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid fill.
8906 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
8907 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
8908 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8909 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
8910 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
8911 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
8912 },
8913 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8914 },
8915 },
8916 },
8917 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the border.
8918 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8919 &quot;magnitude&quot;: 3.14, # The magnitude.
8920 },
8921 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the border.
8922 },
8923 },
8924 ],
8925 },
8926 ],
8927 &quot;rows&quot;: 42, # Number of rows in the table.
8928 &quot;columns&quot;: 42, # Number of columns in the table.
8929 &quot;tableColumns&quot;: [ # Properties of each column.
8930 { # Properties of each column in a table.
8931 &quot;columnWidth&quot;: { # A magnitude in a single direction in the specified units. # Width of a column.
8932 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8933 &quot;magnitude&quot;: 3.14, # The magnitude.
8934 },
8935 },
8936 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008937 },
8938 &quot;size&quot;: { # A width and height. # The size of the page element.
8939 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008940 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008941 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008942 },
8943 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008944 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008945 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008946 },
8947 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008948 &quot;elementGroup&quot;: { # A PageElement kind representing a joined collection of PageElements. # A collection of page elements joined as a single unit.
8949 &quot;children&quot;: [ # The collection of elements in the group. The minimum size of a group is 2.
8950 # Object with schema name: PageElement
8951 ],
8952 },
8953 &quot;sheetsChart&quot;: { # A PageElement kind representing a linked chart embedded from Google Sheets. # A linked chart embedded from Google Sheets. Unlinked charts are represented as images.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008954 &quot;sheetsChartProperties&quot;: { # The properties of the SheetsChart. # The properties of the Sheets chart.
8955 &quot;chartImageProperties&quot;: { # The properties of the Image. # The properties of the embedded chart image.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008956 &quot;recolor&quot;: { # A recolor effect applied on an image. # The recolor effect of the image. If not set, the image is not recolored. This property is read-only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008957 &quot;recolorStops&quot;: [ # The recolor effect is represented by a gradient, which is a list of color stops. The colors in the gradient will replace the corresponding colors at the same position in the color palette and apply to the image. This property is read-only.
8958 { # A color and position in a gradient band.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008959 &quot;position&quot;: 3.14, # The relative position of the color stop in the gradient band measured in percentage. The value should be in the interval [0.0, 1.0].
8960 &quot;alpha&quot;: 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0, fully opaque.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008961 &quot;color&quot;: { # A themeable solid color value. # The color of the gradient stop.
8962 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
8963 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008964 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008965 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008966 },
8967 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
8968 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008969 },
8970 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008971 &quot;name&quot;: &quot;A String&quot;, # The name of the recolor effect. The name is determined from the `recolor_stops` by matching the gradient against the colors in the page&#x27;s current color scheme. This property is read-only.
8972 },
8973 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link.
8974 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
8975 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
8976 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
8977 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
8978 },
8979 &quot;contrast&quot;: 3.14, # The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
8980 &quot;brightness&quot;: 3.14, # The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
8981 &quot;transparency&quot;: 3.14, # The transparency effect of the image. The value should be in the interval [0.0, 1.0], where 0 means no effect and 1 means completely transparent. This property is read-only.
8982 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow of the image. If not set, the image has no shadow. This property is read-only.
8983 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
8984 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
8985 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
8986 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
8987 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
8988 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
8989 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
8990 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
8991 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
8992 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
8993 },
8994 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
8995 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
8996 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
8997 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
8998 &quot;magnitude&quot;: 3.14, # The magnitude.
8999 },
9000 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
9001 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9002 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
9003 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
9004 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
9005 },
9006 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
9007 },
9008 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
9009 },
9010 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the image. If not set, the image has no outline.
9011 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
9012 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
9013 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
9014 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
9015 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9016 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
9017 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
9018 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
9019 },
9020 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
9021 },
9022 },
9023 },
9024 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
9025 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
9026 &quot;magnitude&quot;: 3.14, # The magnitude.
9027 },
9028 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
9029 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009030 },
9031 &quot;cropProperties&quot;: { # The crop properties of an object enclosed in a container. For example, an Image. The crop properties is represented by the offsets of four edges which define a crop rectangle. The offsets are measured in percentage from the corresponding edges of the object&#x27;s original bounding rectangle towards inside, relative to the object&#x27;s original dimensions. - If the offset is in the interval (0, 1), the corresponding edge of crop rectangle is positioned inside of the object&#x27;s original bounding rectangle. - If the offset is negative or greater than 1, the corresponding edge of crop rectangle is positioned outside of the object&#x27;s original bounding rectangle. - If the left edge of the crop rectangle is on the right side of its right edge, the object will be flipped horizontally. - If the top edge of the crop rectangle is below its bottom edge, the object will be flipped vertically. - If all offsets and rotation angle is 0, the object is not cropped. After cropping, the content in the crop rectangle will be stretched to fit its container. # The crop properties of the image. If not set, the image is not cropped. This property is read-only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009032 &quot;leftOffset&quot;: 3.14, # The offset specifies the left edge of the crop rectangle that is located to the right of the original bounding rectangle left edge, relative to the object&#x27;s original width.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009033 &quot;rightOffset&quot;: 3.14, # The offset specifies the right edge of the crop rectangle that is located to the left of the original bounding rectangle right edge, relative to the object&#x27;s original width.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009034 &quot;angle&quot;: 3.14, # The rotation angle of the crop window around its center, in radians. Rotation angle is applied after the offset.
9035 &quot;bottomOffset&quot;: 3.14, # The offset specifies the bottom edge of the crop rectangle that is located above the original bounding rectangle bottom edge, relative to the object&#x27;s original height.
9036 &quot;topOffset&quot;: 3.14, # The offset specifies the top edge of the crop rectangle that is located below the original bounding rectangle top edge, relative to the object&#x27;s original height.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009037 },
9038 },
9039 },
9040 &quot;contentUrl&quot;: &quot;A String&quot;, # The URL of an image of the embedded chart, with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation&#x27;s sharing settings change.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009041 &quot;spreadsheetId&quot;: &quot;A String&quot;, # The ID of the Google Sheets spreadsheet that contains the source chart.
9042 &quot;chartId&quot;: 42, # The ID of the specific chart in the Google Sheets spreadsheet that is embedded.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009043 },
9044 },
9045 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009046 &quot;objectId&quot;: &quot;A String&quot;, # The object ID for this page. Object IDs used by Page and PageElement share the same namespace.
9047 &quot;pageProperties&quot;: { # The properties of the Page. The page will inherit properties from the parent page. Depending on the page type the hierarchy is defined in either SlideProperties or LayoutProperties. # The properties of the page.
9048 &quot;pageBackgroundFill&quot;: { # The page background fill. # The background fill of the page. If unset, the background fill is inherited from a parent page if it exists. If the page has no parent, then the background fill defaults to the corresponding fill in the Slides editor.
9049 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a page will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a page, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
9050 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
9051 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
9052 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
9053 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9054 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
9055 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
9056 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
9057 },
9058 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
9059 },
9060 },
9061 &quot;stretchedPictureFill&quot;: { # The stretched picture fill. The page or page element is filled entirely with the specified picture. The picture is stretched to fit its container. # Stretched picture fill.
9062 &quot;contentUrl&quot;: &quot;A String&quot;, # Reading the content_url: An URL to a picture with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the picture as the original requester. Access to the picture may be lost if the presentation&#x27;s sharing settings change. Writing the content_url: The picture is fetched once at insertion time and a copy is stored for display inside the presentation. Pictures must be less than 50MB in size, cannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF format. The provided URL can be at most 2 kB in length.
9063 &quot;size&quot;: { # A width and height. # The original size of the picture fill. This field is read-only.
9064 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
9065 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
9066 &quot;magnitude&quot;: 3.14, # The magnitude.
9067 },
9068 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
9069 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
9070 &quot;magnitude&quot;: 3.14, # The magnitude.
9071 },
9072 },
9073 },
9074 },
9075 &quot;colorScheme&quot;: { # The palette of predefined colors for a page. # The color scheme of the page. If unset, the color scheme is inherited from a parent page. If the page has no parent, the color scheme uses a default Slides color scheme, matching the defaults in the Slides editor. Only the concrete colors of the first 12 ThemeColorTypes are editable. In addition, only the color scheme on `Master` pages can be updated. To update the field, a color scheme containing mappings from all the first 12 ThemeColorTypes to their concrete colors must be provided. Colors for the remaining ThemeColorTypes will be ignored.
9076 &quot;colors&quot;: [ # The ThemeColorType and corresponding concrete color pairs.
9077 { # A pair mapping a theme color type to the concrete color it represents.
9078 &quot;type&quot;: &quot;A String&quot;, # The type of the theme color.
9079 &quot;color&quot;: { # An RGB color. # The concrete color corresponding to the theme color type above.
9080 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
9081 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
9082 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
9083 },
9084 },
9085 ],
9086 },
9087 },
9088 &quot;revisionId&quot;: &quot;A String&quot;, # The revision ID of the presentation containing this page. Can be used in update requests to assert that the presentation revision hasn&#x27;t changed since the last read operation. Only populated if the user has edit access to the presentation. The format of the revision ID may change over time, so it should be treated opaquely. A returned revision ID is only guaranteed to be valid for 24 hours after it has been returned and cannot be shared across users. If the revision ID is unchanged between calls, then the presentation has not changed. Conversely, a changed ID (for the same presentation and user) usually means the presentation has been updated; however, a changed ID can also be due to internal factors such as ID format changes.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009089 &quot;notesProperties&quot;: { # The properties of Page that are only relevant for pages with page_type NOTES. # Notes specific properties. Only set if page_type = NOTES.
9090 &quot;speakerNotesObjectId&quot;: &quot;A String&quot;, # The object ID of the shape on this notes page that contains the speaker notes for the corresponding slide. The actual shape may not always exist on the notes page. Inserting text using this object ID will automatically create the shape. In this case, the actual shape may have different object ID. The `GetPresentation` or `GetPage` action will always return the latest object ID.
9091 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009092 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009093 }</pre>
Jon Wayne Parrott692617a2017-01-06 09:58:29 -08009094</div>
9095
9096<div class="method">
9097 <code class="details" id="get">get(presentationId, x__xgafv=None)</code>
9098 <pre>Gets the latest version of the specified presentation.
9099
9100Args:
9101 presentationId: string, The ID of the presentation to retrieve. (required)
9102 x__xgafv: string, V1 error format.
9103 Allowed values
9104 1 - v1 error format
9105 2 - v2 error format
9106
9107Returns:
9108 An object of the form:
9109
9110 { # A Google Slides presentation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009111 &quot;slides&quot;: [ # The slides in the presentation. A slide inherits properties from a slide layout.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009112 { # A page in a presentation.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009113 &quot;slideProperties&quot;: { # The properties of Page that are only relevant for pages with page_type SLIDE. # Slide specific properties. Only set if page_type = SLIDE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009114 &quot;masterObjectId&quot;: &quot;A String&quot;, # The object ID of the master that this slide is based on. This property is read-only.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009115 &quot;notesPage&quot;: # Object with schema name: Page # The notes page that this slide is associated with. It defines the visual appearance of a notes page when printing or exporting slides with speaker notes. A notes page inherits properties from the notes master. The placeholder shape with type BODY on the notes page contains the speaker notes for this slide. The ID of this shape is identified by the speakerNotesObjectId field. The notes page is read-only except for the text content and styles of the speaker notes shape. This property is read-only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009116 &quot;layoutObjectId&quot;: &quot;A String&quot;, # The object ID of the layout that this slide is based on. This property is read-only.
9117 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009118 &quot;masterProperties&quot;: { # The properties of Page that are only relevant for pages with page_type MASTER. # Master specific properties. Only set if page_type = MASTER.
9119 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the master.
9120 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009121 &quot;layoutProperties&quot;: { # The properties of Page are only relevant for pages with page_type LAYOUT. # Layout specific properties. Only set if page_type = LAYOUT.
9122 &quot;name&quot;: &quot;A String&quot;, # The name of the layout.
9123 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the layout.
9124 &quot;masterObjectId&quot;: &quot;A String&quot;, # The object ID of the master that this layout is based on.
9125 },
9126 &quot;pageType&quot;: &quot;A String&quot;, # The type of the page.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009127 &quot;pageElements&quot;: [ # The page elements rendered on the page.
9128 { # A visual element rendered on a page.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009129 &quot;objectId&quot;: &quot;A String&quot;, # The object ID for this page element. Object IDs used by google.apps.slides.v1.Page and google.apps.slides.v1.PageElement share the same namespace.
9130 &quot;video&quot;: { # A PageElement kind representing a video. # A video page element.
9131 &quot;source&quot;: &quot;A String&quot;, # The video source.
9132 &quot;url&quot;: &quot;A String&quot;, # An URL to a video. The URL is valid as long as the source video exists and sharing settings do not change.
9133 &quot;id&quot;: &quot;A String&quot;, # The video source&#x27;s unique identifier for this video.
9134 &quot;videoProperties&quot;: { # The properties of the Video. # The properties of the video.
9135 &quot;autoPlay&quot;: True or False, # Whether to enable video autoplay when the page is displayed in present mode. Defaults to false.
9136 &quot;start&quot;: 42, # The time at which to start playback, measured in seconds from the beginning of the video. If set, the start time should be before the end time. If you set this to a value that exceeds the video&#x27;s length in seconds, the video will be played from the last second. If not set, the video will be played from the beginning.
9137 &quot;mute&quot;: True or False, # Whether to mute the audio during video playback. Defaults to false.
9138 &quot;end&quot;: 42, # The time at which to end playback, measured in seconds from the beginning of the video. If set, the end time should be after the start time. If not set or if you set this to a value that exceeds the video&#x27;s length, the video will be played until its end.
9139 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the video. The default outline matches the defaults for new videos created in the Slides editor.
9140 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
9141 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
9142 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
9143 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
9144 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9145 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
9146 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
9147 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
9148 },
9149 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
9150 },
9151 },
9152 },
9153 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
9154 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
9155 &quot;magnitude&quot;: 3.14, # The magnitude.
9156 },
9157 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
9158 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
9159 },
9160 },
9161 },
9162 &quot;description&quot;: &quot;A String&quot;, # The description of the page element. Combined with title to display alt text. The field is not supported for Group elements.
9163 &quot;title&quot;: &quot;A String&quot;, # The title of the page element. Combined with description to display alt text. The field is not supported for Group elements.
9164 &quot;shape&quot;: { # A PageElement kind representing a generic shape that does not have a more specific classification. # A generic shape.
9165 &quot;placeholder&quot;: { # The placeholder information that uniquely identifies a placeholder shape. # Placeholders are shapes that are inherit from corresponding placeholders on layouts and masters. If set, the shape is a placeholder shape and any inherited properties can be resolved by looking at the parent placeholder identified by the Placeholder.parent_object_id field.
9166 &quot;parentObjectId&quot;: &quot;A String&quot;, # The object ID of this shape&#x27;s parent placeholder. If unset, the parent placeholder shape does not exist, so the shape does not inherit properties from any other shape.
9167 &quot;index&quot;: 42, # The index of the placeholder. If the same placeholder types are present in the same page, they would have different index values.
9168 &quot;type&quot;: &quot;A String&quot;, # The type of the placeholder.
9169 },
9170 &quot;shapeType&quot;: &quot;A String&quot;, # The type of the shape.
9171 &quot;shapeProperties&quot;: { # The properties of a Shape. If the shape is a placeholder shape as determined by the placeholder field, then these properties may be inherited from a parent placeholder shape. Determining the rendered value of the property depends on the corresponding property_state field value. # The properties of the shape.
9172 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the shape. If unset, there is no link. Links are not inherited from parent placeholders.
9173 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
9174 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
9175 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
9176 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
9177 },
9178 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the shape. If unset, the outline is inherited from a parent placeholder if it exists. If the shape has no parent, then the default outline depends on the shape type, matching the defaults for new shapes created in the Slides editor.
9179 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
9180 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
9181 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
9182 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
9183 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9184 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
9185 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
9186 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
9187 },
9188 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
9189 },
9190 },
9191 },
9192 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
9193 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
9194 &quot;magnitude&quot;: 3.14, # The magnitude.
9195 },
9196 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
9197 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
9198 },
9199 &quot;contentAlignment&quot;: &quot;A String&quot;, # The alignment of the content in the shape. If unspecified, the alignment is inherited from a parent placeholder if it exists. If the shape has no parent, the default alignment matches the alignment for new shapes created in the Slides editor.
9200 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow properties of the shape. If unset, the shadow is inherited from a parent placeholder if it exists. If the shape has no parent, then the default shadow matches the defaults for new shapes created in the Slides editor. This property is read-only.
9201 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
9202 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
9203 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
9204 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
9205 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
9206 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
9207 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
9208 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
9209 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
9210 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
9211 },
9212 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
9213 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
9214 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
9215 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
9216 &quot;magnitude&quot;: 3.14, # The magnitude.
9217 },
9218 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
9219 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9220 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
9221 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
9222 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
9223 },
9224 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
9225 },
9226 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
9227 },
9228 &quot;shapeBackgroundFill&quot;: { # The shape background fill. # The background fill of the shape. If unset, the background fill is inherited from a parent placeholder if it exists. If the shape has no parent, then the default background fill depends on the shape type, matching the defaults for new shapes created in the Slides editor.
9229 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a shape will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a shape, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
9230 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
9231 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
9232 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
9233 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9234 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
9235 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
9236 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
9237 },
9238 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
9239 },
9240 },
9241 },
9242 },
9243 &quot;text&quot;: { # The general text content. The text must reside in a compatible shape (e.g. text box or rectangle) or a table cell in a page. # The text content of the shape.
9244 &quot;textElements&quot;: [ # The text contents broken down into its component parts, including styling information. This property is read-only.
9245 { # A TextElement describes the content of a range of indices in the text content of a Shape or TableCell.
9246 &quot;autoText&quot;: { # A TextElement kind that represents auto text. # A TextElement representing a spot in the text that is dynamically replaced with content that can change over time.
9247 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this auto text.
9248 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
9249 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
9250 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
9251 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
9252 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
9253 },
9254 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
9255 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
9256 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
9257 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
9258 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
9259 &quot;magnitude&quot;: 3.14, # The magnitude.
9260 },
9261 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
9262 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
9263 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
9264 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
9265 },
9266 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
9267 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
9268 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
9269 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
9270 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
9271 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9272 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
9273 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
9274 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
9275 },
9276 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
9277 },
9278 },
9279 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
9280 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
9281 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9282 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
9283 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
9284 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
9285 },
9286 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
9287 },
9288 },
9289 },
9290 &quot;content&quot;: &quot;A String&quot;, # The rendered content of this auto text, if available.
9291 &quot;type&quot;: &quot;A String&quot;, # The type of this auto text.
9292 },
9293 &quot;textRun&quot;: { # A TextElement kind that represents a run of text that all has the same styling. # A TextElement representing a run of text where all of the characters in the run have the same TextStyle. The `start_index` and `end_index` of TextRuns will always be fully contained in the index range of a single `paragraph_marker` TextElement. In other words, a TextRun will never span multiple paragraphs.
9294 &quot;content&quot;: &quot;A String&quot;, # The text of this run.
9295 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this run.
9296 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
9297 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
9298 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
9299 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
9300 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
9301 },
9302 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
9303 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
9304 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
9305 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
9306 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
9307 &quot;magnitude&quot;: 3.14, # The magnitude.
9308 },
9309 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
9310 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
9311 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
9312 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
9313 },
9314 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
9315 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
9316 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
9317 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
9318 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
9319 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9320 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
9321 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
9322 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
9323 },
9324 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
9325 },
9326 },
9327 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
9328 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
9329 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9330 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
9331 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
9332 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
9333 },
9334 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
9335 },
9336 },
9337 },
9338 },
9339 &quot;startIndex&quot;: 42, # The zero-based start index of this text element, in Unicode code units.
9340 &quot;paragraphMarker&quot;: { # A TextElement kind that represents the beginning of a new paragraph. # A marker representing the beginning of a new paragraph. The `start_index` and `end_index` of this TextElement represent the range of the paragraph. Other TextElements with an index range contained inside this paragraph&#x27;s range are considered to be part of this paragraph. The range of indices of two separate paragraphs will never overlap.
9341 &quot;style&quot;: { # Styles that apply to a whole paragraph. If this text is contained in a shape with a parent placeholder, then these paragraph styles may be inherited from the parent. Which paragraph styles are inherited depend on the nesting level of lists: * A paragraph not in a list will inherit its paragraph style from the paragraph at the 0 nesting level of the list inside the parent placeholder. * A paragraph in a list will inherit its paragraph style from the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited paragraph styles are represented as unset fields in this message. # The paragraph&#x27;s style
9342 &quot;spaceBelow&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space below the paragraph. If unset, the value is inherited from the parent.
9343 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
9344 &quot;magnitude&quot;: 3.14, # The magnitude.
9345 },
9346 &quot;spaceAbove&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space above the paragraph. If unset, the value is inherited from the parent.
9347 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
9348 &quot;magnitude&quot;: 3.14, # The magnitude.
9349 },
9350 &quot;indentFirstLine&quot;: { # A magnitude in a single direction in the specified units. # The amount of indentation for the start of the first line of the paragraph. If unset, the value is inherited from the parent.
9351 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
9352 &quot;magnitude&quot;: 3.14, # The magnitude.
9353 },
9354 &quot;lineSpacing&quot;: 3.14, # The amount of space between lines, as a percentage of normal, where normal is represented as 100.0. If unset, the value is inherited from the parent.
9355 &quot;direction&quot;: &quot;A String&quot;, # The text direction of this paragraph. If unset, the value defaults to LEFT_TO_RIGHT since text direction is not inherited.
9356 &quot;indentEnd&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the end of the text, based on the current text direction. If unset, the value is inherited from the parent.
9357 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
9358 &quot;magnitude&quot;: 3.14, # The magnitude.
9359 },
9360 &quot;indentStart&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the start of the text, based on the current text direction. If unset, the value is inherited from the parent.
9361 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
9362 &quot;magnitude&quot;: 3.14, # The magnitude.
9363 },
9364 &quot;alignment&quot;: &quot;A String&quot;, # The text alignment for this paragraph.
9365 &quot;spacingMode&quot;: &quot;A String&quot;, # The spacing mode for the paragraph.
9366 },
9367 &quot;bullet&quot;: { # Describes the bullet of a paragraph. # The bullet for this paragraph. If not present, the paragraph does not belong to a list.
9368 &quot;glyph&quot;: &quot;A String&quot;, # The rendered bullet glyph for this paragraph.
9369 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list this paragraph belongs to.
9370 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The paragraph specific text style applied to this bullet.
9371 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
9372 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
9373 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
9374 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
9375 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
9376 },
9377 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
9378 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
9379 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
9380 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
9381 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
9382 &quot;magnitude&quot;: 3.14, # The magnitude.
9383 },
9384 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
9385 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
9386 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
9387 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
9388 },
9389 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
9390 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
9391 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
9392 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
9393 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
9394 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9395 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
9396 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
9397 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
9398 },
9399 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
9400 },
9401 },
9402 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
9403 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
9404 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9405 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
9406 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
9407 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
9408 },
9409 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
9410 },
9411 },
9412 },
9413 &quot;nestingLevel&quot;: 42, # The nesting level of this paragraph in the list.
9414 },
9415 },
9416 &quot;endIndex&quot;: 42, # The zero-based end index of this text element, exclusive, in Unicode code units.
9417 },
9418 ],
9419 &quot;lists&quot;: { # The bulleted lists contained in this text, keyed by list ID.
9420 &quot;a_key&quot;: { # A List describes the look and feel of bullets belonging to paragraphs associated with a list. A paragraph that is part of a list has an implicit reference to that list&#x27;s ID.
9421 &quot;nestingLevel&quot;: { # A map of nesting levels to the properties of bullets at the associated level. A list has at most nine levels of nesting, so the possible values for the keys of this map are 0 through 8, inclusive.
9422 &quot;a_key&quot;: { # Contains properties describing the look and feel of a list bullet at a given level of nesting.
9423 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The style of a bullet at this level of nesting.
9424 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
9425 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
9426 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
9427 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
9428 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
9429 },
9430 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
9431 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
9432 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
9433 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
9434 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
9435 &quot;magnitude&quot;: 3.14, # The magnitude.
9436 },
9437 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
9438 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
9439 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
9440 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
9441 },
9442 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
9443 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
9444 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
9445 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
9446 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
9447 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9448 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
9449 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
9450 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
9451 },
9452 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
9453 },
9454 },
9455 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
9456 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
9457 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9458 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
9459 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
9460 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
9461 },
9462 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
9463 },
9464 },
9465 },
9466 },
9467 },
9468 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list.
9469 },
9470 },
9471 },
9472 },
9473 &quot;line&quot;: { # A PageElement kind representing a non-connector line, straight connector, curved connector, or bent connector. # A line page element.
9474 &quot;lineProperties&quot;: { # The properties of the Line. When unset, these fields default to values that match the appearance of new lines created in the Slides editor. # The properties of the line.
9475 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the line. If unset, there is no link.
9476 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
9477 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
9478 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
9479 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
9480 },
9481 &quot;lineFill&quot;: { # The fill of the line. # The fill of the line. The default line fill matches the defaults for new lines created in the Slides editor.
9482 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
9483 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
9484 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
9485 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9486 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
9487 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
9488 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
9489 },
9490 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
9491 },
9492 },
9493 },
9494 &quot;startArrow&quot;: &quot;A String&quot;, # The style of the arrow at the beginning of the line.
9495 &quot;startConnection&quot;: { # The properties for one end of a Line connection. # The connection at the beginning of the line. If unset, there is no connection. Only lines with a Type indicating it is a &quot;connector&quot; can have a `start_connection`.
9496 &quot;connectedObjectId&quot;: &quot;A String&quot;, # The object ID of the connected page element. Some page elements, such as groups, tables, and lines do not have connection sites and therefore cannot be connected to a connector line.
9497 &quot;connectionSiteIndex&quot;: 42, # The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in the description of the &quot;cnx&quot; attribute in section 20.1.9.9 and Annex H. &quot;Predefined DrawingML Shape and Text Geometries&quot; of &quot;Office Open XML File Formats-Fundamentals and Markup Language Reference&quot;, part 1 of [ECMA-376 5th edition] (http://www.ecma-international.org/publications/standards/Ecma-376.htm). The position of each connection site can also be viewed from Slides editor.
9498 },
9499 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the line.
9500 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
9501 &quot;magnitude&quot;: 3.14, # The magnitude.
9502 },
9503 &quot;endArrow&quot;: &quot;A String&quot;, # The style of the arrow at the end of the line.
9504 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the line.
9505 &quot;endConnection&quot;: { # The properties for one end of a Line connection. # The connection at the end of the line. If unset, there is no connection. Only lines with a Type indicating it is a &quot;connector&quot; can have an `end_connection`.
9506 &quot;connectedObjectId&quot;: &quot;A String&quot;, # The object ID of the connected page element. Some page elements, such as groups, tables, and lines do not have connection sites and therefore cannot be connected to a connector line.
9507 &quot;connectionSiteIndex&quot;: 42, # The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in the description of the &quot;cnx&quot; attribute in section 20.1.9.9 and Annex H. &quot;Predefined DrawingML Shape and Text Geometries&quot; of &quot;Office Open XML File Formats-Fundamentals and Markup Language Reference&quot;, part 1 of [ECMA-376 5th edition] (http://www.ecma-international.org/publications/standards/Ecma-376.htm). The position of each connection site can also be viewed from Slides editor.
9508 },
9509 },
9510 &quot;lineType&quot;: &quot;A String&quot;, # The type of the line.
9511 &quot;lineCategory&quot;: &quot;A String&quot;, # The category of the line. It matches the `category` specified in CreateLineRequest, and can be updated with UpdateLineCategoryRequest.
9512 },
9513 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # The transform of the page element. The visual appearance of the page element is determined by its absolute transform. To compute the absolute transform, preconcatenate a page element&#x27;s transform with the transforms of all of its parent groups. If the page element is not in a group, its absolute transform is the same as the value in this field. The initial transform for the newly created Group is always the identity transform.
9514 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
9515 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
9516 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
9517 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
9518 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
9519 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
9520 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
9521 },
9522 &quot;wordArt&quot;: { # A PageElement kind representing word art. # A word art page element.
9523 &quot;renderedText&quot;: &quot;A String&quot;, # The text rendered as word art.
9524 },
9525 &quot;image&quot;: { # A PageElement kind representing an image. # An image page element.
9526 &quot;contentUrl&quot;: &quot;A String&quot;, # An URL to an image with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation&#x27;s sharing settings change.
9527 &quot;imageProperties&quot;: { # The properties of the Image. # The properties of the image.
9528 &quot;recolor&quot;: { # A recolor effect applied on an image. # The recolor effect of the image. If not set, the image is not recolored. This property is read-only.
9529 &quot;recolorStops&quot;: [ # The recolor effect is represented by a gradient, which is a list of color stops. The colors in the gradient will replace the corresponding colors at the same position in the color palette and apply to the image. This property is read-only.
9530 { # A color and position in a gradient band.
9531 &quot;position&quot;: 3.14, # The relative position of the color stop in the gradient band measured in percentage. The value should be in the interval [0.0, 1.0].
9532 &quot;alpha&quot;: 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0, fully opaque.
9533 &quot;color&quot;: { # A themeable solid color value. # The color of the gradient stop.
9534 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9535 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
9536 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
9537 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
9538 },
9539 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
9540 },
9541 },
9542 ],
9543 &quot;name&quot;: &quot;A String&quot;, # The name of the recolor effect. The name is determined from the `recolor_stops` by matching the gradient against the colors in the page&#x27;s current color scheme. This property is read-only.
9544 },
9545 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link.
9546 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
9547 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
9548 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
9549 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
9550 },
9551 &quot;contrast&quot;: 3.14, # The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
9552 &quot;brightness&quot;: 3.14, # The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
9553 &quot;transparency&quot;: 3.14, # The transparency effect of the image. The value should be in the interval [0.0, 1.0], where 0 means no effect and 1 means completely transparent. This property is read-only.
9554 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow of the image. If not set, the image has no shadow. This property is read-only.
9555 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
9556 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
9557 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
9558 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
9559 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
9560 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
9561 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
9562 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
9563 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
9564 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
9565 },
9566 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
9567 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
9568 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
9569 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
9570 &quot;magnitude&quot;: 3.14, # The magnitude.
9571 },
9572 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
9573 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9574 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
9575 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
9576 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
9577 },
9578 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
9579 },
9580 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
9581 },
9582 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the image. If not set, the image has no outline.
9583 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
9584 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
9585 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
9586 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
9587 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9588 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
9589 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
9590 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
9591 },
9592 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
9593 },
9594 },
9595 },
9596 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
9597 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
9598 &quot;magnitude&quot;: 3.14, # The magnitude.
9599 },
9600 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
9601 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
9602 },
9603 &quot;cropProperties&quot;: { # The crop properties of an object enclosed in a container. For example, an Image. The crop properties is represented by the offsets of four edges which define a crop rectangle. The offsets are measured in percentage from the corresponding edges of the object&#x27;s original bounding rectangle towards inside, relative to the object&#x27;s original dimensions. - If the offset is in the interval (0, 1), the corresponding edge of crop rectangle is positioned inside of the object&#x27;s original bounding rectangle. - If the offset is negative or greater than 1, the corresponding edge of crop rectangle is positioned outside of the object&#x27;s original bounding rectangle. - If the left edge of the crop rectangle is on the right side of its right edge, the object will be flipped horizontally. - If the top edge of the crop rectangle is below its bottom edge, the object will be flipped vertically. - If all offsets and rotation angle is 0, the object is not cropped. After cropping, the content in the crop rectangle will be stretched to fit its container. # The crop properties of the image. If not set, the image is not cropped. This property is read-only.
9604 &quot;leftOffset&quot;: 3.14, # The offset specifies the left edge of the crop rectangle that is located to the right of the original bounding rectangle left edge, relative to the object&#x27;s original width.
9605 &quot;rightOffset&quot;: 3.14, # The offset specifies the right edge of the crop rectangle that is located to the left of the original bounding rectangle right edge, relative to the object&#x27;s original width.
9606 &quot;angle&quot;: 3.14, # The rotation angle of the crop window around its center, in radians. Rotation angle is applied after the offset.
9607 &quot;bottomOffset&quot;: 3.14, # The offset specifies the bottom edge of the crop rectangle that is located above the original bounding rectangle bottom edge, relative to the object&#x27;s original height.
9608 &quot;topOffset&quot;: 3.14, # The offset specifies the top edge of the crop rectangle that is located below the original bounding rectangle top edge, relative to the object&#x27;s original height.
9609 },
9610 },
9611 &quot;sourceUrl&quot;: &quot;A String&quot;, # The source URL is the URL used to insert the image. The source URL can be empty.
9612 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009613 &quot;table&quot;: { # A PageElement kind representing a table. # A table page element.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009614 &quot;tableRows&quot;: [ # Properties and contents of each row. Cells that span multiple rows are contained in only one of these rows and have a row_span greater than 1.
9615 { # Properties and contents of each row in a table.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009616 &quot;tableRowProperties&quot;: { # Properties of each row in a table. # Properties of the row.
9617 &quot;minRowHeight&quot;: { # A magnitude in a single direction in the specified units. # Minimum height of the row. The row will be rendered in the Slides editor at a height equal to or greater than this value in order to show all the text in the row&#x27;s cell(s).
9618 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
9619 &quot;magnitude&quot;: 3.14, # The magnitude.
9620 },
9621 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009622 &quot;rowHeight&quot;: { # A magnitude in a single direction in the specified units. # Height of a row.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009623 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009624 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009625 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009626 &quot;tableCells&quot;: [ # Properties and contents of each cell. Cells that span multiple columns are represented only once with a column_span greater than 1. As a result, the length of this collection does not always match the number of columns of the entire table.
9627 { # Properties and contents of each table cell.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009628 &quot;tableCellProperties&quot;: { # The properties of the TableCell. # The properties of the table cell.
9629 &quot;contentAlignment&quot;: &quot;A String&quot;, # The alignment of the content in the table cell. The default alignment matches the alignment for newly created table cells in the Slides editor.
9630 &quot;tableCellBackgroundFill&quot;: { # The table cell background fill. # The background fill of the table cell. The default fill matches the fill for newly created table cells in the Slides editor.
9631 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a table cell will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a table cell, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
9632 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
9633 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
9634 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
9635 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9636 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
9637 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
9638 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
9639 },
9640 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
9641 },
9642 },
9643 },
9644 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009645 &quot;rowSpan&quot;: 42, # Row span of the cell.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009646 &quot;text&quot;: { # The general text content. The text must reside in a compatible shape (e.g. text box or rectangle) or a table cell in a page. # The text content of the cell.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009647 &quot;textElements&quot;: [ # The text contents broken down into its component parts, including styling information. This property is read-only.
9648 { # A TextElement describes the content of a range of indices in the text content of a Shape or TableCell.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009649 &quot;autoText&quot;: { # A TextElement kind that represents auto text. # A TextElement representing a spot in the text that is dynamically replaced with content that can change over time.
9650 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this auto text.
9651 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
9652 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
9653 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
9654 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
9655 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009656 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009657 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
9658 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
9659 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
9660 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
9661 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
9662 &quot;magnitude&quot;: 3.14, # The magnitude.
9663 },
9664 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
9665 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
9666 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
9667 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
9668 },
9669 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009670 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
9671 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
9672 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
9673 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
9674 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9675 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009676 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009677 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009678 },
9679 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
9680 },
9681 },
9682 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
9683 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
9684 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9685 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009686 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009687 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009688 },
9689 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
9690 },
9691 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009692 },
9693 &quot;content&quot;: &quot;A String&quot;, # The rendered content of this auto text, if available.
9694 &quot;type&quot;: &quot;A String&quot;, # The type of this auto text.
9695 },
9696 &quot;textRun&quot;: { # A TextElement kind that represents a run of text that all has the same styling. # A TextElement representing a run of text where all of the characters in the run have the same TextStyle. The `start_index` and `end_index` of TextRuns will always be fully contained in the index range of a single `paragraph_marker` TextElement. In other words, a TextRun will never span multiple paragraphs.
9697 &quot;content&quot;: &quot;A String&quot;, # The text of this run.
9698 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this run.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009699 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009700 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009701 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
9702 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
9703 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009704 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009705 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009706 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009707 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
9708 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009709 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009710 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009711 },
9712 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009713 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
9714 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
9715 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
9716 },
9717 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
9718 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
9719 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
9720 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
9721 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
9722 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9723 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
9724 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
9725 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
9726 },
9727 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
9728 },
9729 },
9730 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
9731 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
9732 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9733 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
9734 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
9735 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
9736 },
9737 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
9738 },
9739 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009740 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009741 },
9742 &quot;startIndex&quot;: 42, # The zero-based start index of this text element, in Unicode code units.
9743 &quot;paragraphMarker&quot;: { # A TextElement kind that represents the beginning of a new paragraph. # A marker representing the beginning of a new paragraph. The `start_index` and `end_index` of this TextElement represent the range of the paragraph. Other TextElements with an index range contained inside this paragraph&#x27;s range are considered to be part of this paragraph. The range of indices of two separate paragraphs will never overlap.
9744 &quot;style&quot;: { # Styles that apply to a whole paragraph. If this text is contained in a shape with a parent placeholder, then these paragraph styles may be inherited from the parent. Which paragraph styles are inherited depend on the nesting level of lists: * A paragraph not in a list will inherit its paragraph style from the paragraph at the 0 nesting level of the list inside the parent placeholder. * A paragraph in a list will inherit its paragraph style from the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited paragraph styles are represented as unset fields in this message. # The paragraph&#x27;s style
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009745 &quot;spaceBelow&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space below the paragraph. If unset, the value is inherited from the parent.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009746 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009747 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009748 },
9749 &quot;spaceAbove&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space above the paragraph. If unset, the value is inherited from the parent.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009750 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009751 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009752 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009753 &quot;indentFirstLine&quot;: { # A magnitude in a single direction in the specified units. # The amount of indentation for the start of the first line of the paragraph. If unset, the value is inherited from the parent.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009754 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009755 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009756 },
9757 &quot;lineSpacing&quot;: 3.14, # The amount of space between lines, as a percentage of normal, where normal is represented as 100.0. If unset, the value is inherited from the parent.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009758 &quot;direction&quot;: &quot;A String&quot;, # The text direction of this paragraph. If unset, the value defaults to LEFT_TO_RIGHT since text direction is not inherited.
9759 &quot;indentEnd&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the end of the text, based on the current text direction. If unset, the value is inherited from the parent.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009760 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009761 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009762 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009763 &quot;indentStart&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the start of the text, based on the current text direction. If unset, the value is inherited from the parent.
9764 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
9765 &quot;magnitude&quot;: 3.14, # The magnitude.
9766 },
9767 &quot;alignment&quot;: &quot;A String&quot;, # The text alignment for this paragraph.
9768 &quot;spacingMode&quot;: &quot;A String&quot;, # The spacing mode for the paragraph.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009769 },
9770 &quot;bullet&quot;: { # Describes the bullet of a paragraph. # The bullet for this paragraph. If not present, the paragraph does not belong to a list.
9771 &quot;glyph&quot;: &quot;A String&quot;, # The rendered bullet glyph for this paragraph.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009772 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list this paragraph belongs to.
9773 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The paragraph specific text style applied to this bullet.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009774 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
9775 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
9776 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
9777 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
9778 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009779 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009780 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
9781 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
9782 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
9783 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
9784 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
9785 &quot;magnitude&quot;: 3.14, # The magnitude.
9786 },
9787 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
9788 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
9789 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
9790 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
9791 },
9792 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009793 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
9794 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
9795 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
9796 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
9797 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9798 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009799 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009800 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009801 },
9802 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
9803 },
9804 },
9805 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
9806 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
9807 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9808 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009809 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009810 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009811 },
9812 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
9813 },
9814 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009815 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009816 &quot;nestingLevel&quot;: 42, # The nesting level of this paragraph in the list.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009817 },
9818 },
9819 &quot;endIndex&quot;: 42, # The zero-based end index of this text element, exclusive, in Unicode code units.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009820 },
9821 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009822 &quot;lists&quot;: { # The bulleted lists contained in this text, keyed by list ID.
9823 &quot;a_key&quot;: { # A List describes the look and feel of bullets belonging to paragraphs associated with a list. A paragraph that is part of a list has an implicit reference to that list&#x27;s ID.
9824 &quot;nestingLevel&quot;: { # A map of nesting levels to the properties of bullets at the associated level. A list has at most nine levels of nesting, so the possible values for the keys of this map are 0 through 8, inclusive.
9825 &quot;a_key&quot;: { # Contains properties describing the look and feel of a list bullet at a given level of nesting.
9826 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The style of a bullet at this level of nesting.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009827 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
9828 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
9829 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
9830 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
9831 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009832 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009833 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
9834 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
9835 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
9836 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
9837 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
9838 &quot;magnitude&quot;: 3.14, # The magnitude.
9839 },
9840 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
9841 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
9842 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
9843 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
9844 },
9845 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009846 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009847 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009848 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
9849 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009850 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009851 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
9852 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009853 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009854 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009855 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009856 },
9857 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009858 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
9859 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
9860 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9861 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009862 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009863 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009864 },
9865 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
9866 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009867 },
9868 },
9869 },
9870 },
9871 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list.
9872 },
9873 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009874 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009875 &quot;columnSpan&quot;: 42, # Column span of the cell.
9876 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the cell within the table.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009877 &quot;rowIndex&quot;: 42, # The 0-based row index.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009878 &quot;columnIndex&quot;: 42, # The 0-based column index.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009879 },
9880 },
9881 ],
9882 },
9883 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009884 &quot;horizontalBorderRows&quot;: [ # Properties of horizontal cell borders. A table&#x27;s horizontal cell borders are represented as a grid. The grid has one more row than the number of rows in the table and the same number of columns as the table. For example, if the table is 3 x 3, its horizontal borders will be represented as a grid with 4 rows and 3 columns.
9885 { # Contents of each border row in a table.
9886 &quot;tableBorderCells&quot;: [ # Properties of each border cell. When a border&#x27;s adjacent table cells are merged, it is not included in the response.
9887 { # The properties of each border cell.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009888 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the border within the border table.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009889 &quot;rowIndex&quot;: 42, # The 0-based row index.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009890 &quot;columnIndex&quot;: 42, # The 0-based column index.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009891 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009892 &quot;tableBorderProperties&quot;: { # The border styling properties of the TableBorderCell. # The border properties.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009893 &quot;tableBorderFill&quot;: { # The fill of the border. # The fill of the table border.
9894 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid fill.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009895 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009896 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009897 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009898 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
9899 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009900 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009901 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009902 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009903 },
9904 },
9905 },
9906 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the border.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009907 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009908 &quot;magnitude&quot;: 3.14, # The magnitude.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009909 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009910 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the border.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009911 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009912 },
9913 ],
9914 },
9915 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009916 &quot;verticalBorderRows&quot;: [ # Properties of vertical cell borders. A table&#x27;s vertical cell borders are represented as a grid. The grid has the same number of rows as the table and one more column than the number of columns in the table. For example, if the table is 3 x 3, its vertical borders will be represented as a grid with 3 rows and 4 columns.
9917 { # Contents of each border row in a table.
9918 &quot;tableBorderCells&quot;: [ # Properties of each border cell. When a border&#x27;s adjacent table cells are merged, it is not included in the response.
9919 { # The properties of each border cell.
9920 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the border within the border table.
9921 &quot;rowIndex&quot;: 42, # The 0-based row index.
9922 &quot;columnIndex&quot;: 42, # The 0-based column index.
9923 },
9924 &quot;tableBorderProperties&quot;: { # The border styling properties of the TableBorderCell. # The border properties.
9925 &quot;tableBorderFill&quot;: { # The fill of the border. # The fill of the table border.
9926 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid fill.
9927 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
9928 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
9929 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9930 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
9931 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
9932 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
9933 },
9934 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
9935 },
9936 },
9937 },
9938 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the border.
9939 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
9940 &quot;magnitude&quot;: 3.14, # The magnitude.
9941 },
9942 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the border.
9943 },
9944 },
9945 ],
9946 },
9947 ],
9948 &quot;rows&quot;: 42, # Number of rows in the table.
9949 &quot;columns&quot;: 42, # Number of columns in the table.
9950 &quot;tableColumns&quot;: [ # Properties of each column.
9951 { # Properties of each column in a table.
9952 &quot;columnWidth&quot;: { # A magnitude in a single direction in the specified units. # Width of a column.
9953 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
9954 &quot;magnitude&quot;: 3.14, # The magnitude.
9955 },
9956 },
9957 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009958 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009959 &quot;size&quot;: { # A width and height. # The size of the page element.
9960 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009961 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009962 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009963 },
9964 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009965 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009966 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009967 },
9968 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009969 &quot;elementGroup&quot;: { # A PageElement kind representing a joined collection of PageElements. # A collection of page elements joined as a single unit.
9970 &quot;children&quot;: [ # The collection of elements in the group. The minimum size of a group is 2.
9971 # Object with schema name: PageElement
9972 ],
9973 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009974 &quot;sheetsChart&quot;: { # A PageElement kind representing a linked chart embedded from Google Sheets. # A linked chart embedded from Google Sheets. Unlinked charts are represented as images.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009975 &quot;sheetsChartProperties&quot;: { # The properties of the SheetsChart. # The properties of the Sheets chart.
9976 &quot;chartImageProperties&quot;: { # The properties of the Image. # The properties of the embedded chart image.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009977 &quot;recolor&quot;: { # A recolor effect applied on an image. # The recolor effect of the image. If not set, the image is not recolored. This property is read-only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009978 &quot;recolorStops&quot;: [ # The recolor effect is represented by a gradient, which is a list of color stops. The colors in the gradient will replace the corresponding colors at the same position in the color palette and apply to the image. This property is read-only.
9979 { # A color and position in a gradient band.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009980 &quot;position&quot;: 3.14, # The relative position of the color stop in the gradient band measured in percentage. The value should be in the interval [0.0, 1.0].
9981 &quot;alpha&quot;: 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0, fully opaque.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009982 &quot;color&quot;: { # A themeable solid color value. # The color of the gradient stop.
9983 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
9984 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009985 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009986 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009987 },
9988 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07009989 },
9990 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07009991 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08009992 &quot;name&quot;: &quot;A String&quot;, # The name of the recolor effect. The name is determined from the `recolor_stops` by matching the gradient against the colors in the page&#x27;s current color scheme. This property is read-only.
9993 },
9994 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link.
9995 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
9996 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
9997 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
9998 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
9999 },
10000 &quot;contrast&quot;: 3.14, # The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
10001 &quot;brightness&quot;: 3.14, # The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
10002 &quot;transparency&quot;: 3.14, # The transparency effect of the image. The value should be in the interval [0.0, 1.0], where 0 means no effect and 1 means completely transparent. This property is read-only.
10003 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow of the image. If not set, the image has no shadow. This property is read-only.
10004 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
10005 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
10006 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
10007 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
10008 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
10009 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
10010 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
10011 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
10012 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
10013 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
10014 },
10015 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
10016 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
10017 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
10018 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10019 &quot;magnitude&quot;: 3.14, # The magnitude.
10020 },
10021 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
10022 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10023 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
10024 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
10025 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
10026 },
10027 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
10028 },
10029 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
10030 },
10031 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the image. If not set, the image has no outline.
10032 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
10033 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
10034 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
10035 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
10036 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10037 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
10038 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
10039 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
10040 },
10041 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
10042 },
10043 },
10044 },
10045 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
10046 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10047 &quot;magnitude&quot;: 3.14, # The magnitude.
10048 },
10049 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
10050 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070010051 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010052 &quot;cropProperties&quot;: { # The crop properties of an object enclosed in a container. For example, an Image. The crop properties is represented by the offsets of four edges which define a crop rectangle. The offsets are measured in percentage from the corresponding edges of the object&#x27;s original bounding rectangle towards inside, relative to the object&#x27;s original dimensions. - If the offset is in the interval (0, 1), the corresponding edge of crop rectangle is positioned inside of the object&#x27;s original bounding rectangle. - If the offset is negative or greater than 1, the corresponding edge of crop rectangle is positioned outside of the object&#x27;s original bounding rectangle. - If the left edge of the crop rectangle is on the right side of its right edge, the object will be flipped horizontally. - If the top edge of the crop rectangle is below its bottom edge, the object will be flipped vertically. - If all offsets and rotation angle is 0, the object is not cropped. After cropping, the content in the crop rectangle will be stretched to fit its container. # The crop properties of the image. If not set, the image is not cropped. This property is read-only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010053 &quot;leftOffset&quot;: 3.14, # The offset specifies the left edge of the crop rectangle that is located to the right of the original bounding rectangle left edge, relative to the object&#x27;s original width.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010054 &quot;rightOffset&quot;: 3.14, # The offset specifies the right edge of the crop rectangle that is located to the left of the original bounding rectangle right edge, relative to the object&#x27;s original width.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010055 &quot;angle&quot;: 3.14, # The rotation angle of the crop window around its center, in radians. Rotation angle is applied after the offset.
10056 &quot;bottomOffset&quot;: 3.14, # The offset specifies the bottom edge of the crop rectangle that is located above the original bounding rectangle bottom edge, relative to the object&#x27;s original height.
10057 &quot;topOffset&quot;: 3.14, # The offset specifies the top edge of the crop rectangle that is located below the original bounding rectangle top edge, relative to the object&#x27;s original height.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070010058 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070010059 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010060 },
10061 &quot;contentUrl&quot;: &quot;A String&quot;, # The URL of an image of the embedded chart, with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation&#x27;s sharing settings change.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010062 &quot;spreadsheetId&quot;: &quot;A String&quot;, # The ID of the Google Sheets spreadsheet that contains the source chart.
10063 &quot;chartId&quot;: 42, # The ID of the specific chart in the Google Sheets spreadsheet that is embedded.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010064 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010065 },
10066 ],
10067 &quot;objectId&quot;: &quot;A String&quot;, # The object ID for this page. Object IDs used by Page and PageElement share the same namespace.
10068 &quot;pageProperties&quot;: { # The properties of the Page. The page will inherit properties from the parent page. Depending on the page type the hierarchy is defined in either SlideProperties or LayoutProperties. # The properties of the page.
10069 &quot;pageBackgroundFill&quot;: { # The page background fill. # The background fill of the page. If unset, the background fill is inherited from a parent page if it exists. If the page has no parent, then the background fill defaults to the corresponding fill in the Slides editor.
10070 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a page will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a page, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
10071 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
10072 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
10073 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
10074 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10075 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
10076 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
10077 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010078 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010079 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010080 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010081 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010082 &quot;stretchedPictureFill&quot;: { # The stretched picture fill. The page or page element is filled entirely with the specified picture. The picture is stretched to fit its container. # Stretched picture fill.
10083 &quot;contentUrl&quot;: &quot;A String&quot;, # Reading the content_url: An URL to a picture with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the picture as the original requester. Access to the picture may be lost if the presentation&#x27;s sharing settings change. Writing the content_url: The picture is fetched once at insertion time and a copy is stored for display inside the presentation. Pictures must be less than 50MB in size, cannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF format. The provided URL can be at most 2 kB in length.
10084 &quot;size&quot;: { # A width and height. # The original size of the picture fill. This field is read-only.
10085 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
10086 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10087 &quot;magnitude&quot;: 3.14, # The magnitude.
10088 },
10089 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
10090 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10091 &quot;magnitude&quot;: 3.14, # The magnitude.
10092 },
10093 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010094 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010095 },
10096 &quot;colorScheme&quot;: { # The palette of predefined colors for a page. # The color scheme of the page. If unset, the color scheme is inherited from a parent page. If the page has no parent, the color scheme uses a default Slides color scheme, matching the defaults in the Slides editor. Only the concrete colors of the first 12 ThemeColorTypes are editable. In addition, only the color scheme on `Master` pages can be updated. To update the field, a color scheme containing mappings from all the first 12 ThemeColorTypes to their concrete colors must be provided. Colors for the remaining ThemeColorTypes will be ignored.
10097 &quot;colors&quot;: [ # The ThemeColorType and corresponding concrete color pairs.
10098 { # A pair mapping a theme color type to the concrete color it represents.
10099 &quot;type&quot;: &quot;A String&quot;, # The type of the theme color.
10100 &quot;color&quot;: { # An RGB color. # The concrete color corresponding to the theme color type above.
10101 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
10102 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
10103 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070010104 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010105 },
10106 ],
10107 },
10108 },
10109 &quot;revisionId&quot;: &quot;A String&quot;, # The revision ID of the presentation containing this page. Can be used in update requests to assert that the presentation revision hasn&#x27;t changed since the last read operation. Only populated if the user has edit access to the presentation. The format of the revision ID may change over time, so it should be treated opaquely. A returned revision ID is only guaranteed to be valid for 24 hours after it has been returned and cannot be shared across users. If the revision ID is unchanged between calls, then the presentation has not changed. Conversely, a changed ID (for the same presentation and user) usually means the presentation has been updated; however, a changed ID can also be due to internal factors such as ID format changes.
10110 &quot;notesProperties&quot;: { # The properties of Page that are only relevant for pages with page_type NOTES. # Notes specific properties. Only set if page_type = NOTES.
10111 &quot;speakerNotesObjectId&quot;: &quot;A String&quot;, # The object ID of the shape on this notes page that contains the speaker notes for the corresponding slide. The actual shape may not always exist on the notes page. Inserting text using this object ID will automatically create the shape. In this case, the actual shape may have different object ID. The `GetPresentation` or `GetPage` action will always return the latest object ID.
10112 },
10113 },
10114 ],
10115 &quot;layouts&quot;: [ # The layouts in the presentation. A layout is a template that determines how content is arranged and styled on the slides that inherit from that layout.
10116 { # A page in a presentation.
10117 &quot;slideProperties&quot;: { # The properties of Page that are only relevant for pages with page_type SLIDE. # Slide specific properties. Only set if page_type = SLIDE.
10118 &quot;masterObjectId&quot;: &quot;A String&quot;, # The object ID of the master that this slide is based on. This property is read-only.
10119 &quot;notesPage&quot;: # Object with schema name: Page # The notes page that this slide is associated with. It defines the visual appearance of a notes page when printing or exporting slides with speaker notes. A notes page inherits properties from the notes master. The placeholder shape with type BODY on the notes page contains the speaker notes for this slide. The ID of this shape is identified by the speakerNotesObjectId field. The notes page is read-only except for the text content and styles of the speaker notes shape. This property is read-only.
10120 &quot;layoutObjectId&quot;: &quot;A String&quot;, # The object ID of the layout that this slide is based on. This property is read-only.
10121 },
10122 &quot;masterProperties&quot;: { # The properties of Page that are only relevant for pages with page_type MASTER. # Master specific properties. Only set if page_type = MASTER.
10123 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the master.
10124 },
10125 &quot;layoutProperties&quot;: { # The properties of Page are only relevant for pages with page_type LAYOUT. # Layout specific properties. Only set if page_type = LAYOUT.
10126 &quot;name&quot;: &quot;A String&quot;, # The name of the layout.
10127 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the layout.
10128 &quot;masterObjectId&quot;: &quot;A String&quot;, # The object ID of the master that this layout is based on.
10129 },
10130 &quot;pageType&quot;: &quot;A String&quot;, # The type of the page.
10131 &quot;pageElements&quot;: [ # The page elements rendered on the page.
10132 { # A visual element rendered on a page.
10133 &quot;objectId&quot;: &quot;A String&quot;, # The object ID for this page element. Object IDs used by google.apps.slides.v1.Page and google.apps.slides.v1.PageElement share the same namespace.
10134 &quot;video&quot;: { # A PageElement kind representing a video. # A video page element.
10135 &quot;source&quot;: &quot;A String&quot;, # The video source.
10136 &quot;url&quot;: &quot;A String&quot;, # An URL to a video. The URL is valid as long as the source video exists and sharing settings do not change.
10137 &quot;id&quot;: &quot;A String&quot;, # The video source&#x27;s unique identifier for this video.
10138 &quot;videoProperties&quot;: { # The properties of the Video. # The properties of the video.
10139 &quot;autoPlay&quot;: True or False, # Whether to enable video autoplay when the page is displayed in present mode. Defaults to false.
10140 &quot;start&quot;: 42, # The time at which to start playback, measured in seconds from the beginning of the video. If set, the start time should be before the end time. If you set this to a value that exceeds the video&#x27;s length in seconds, the video will be played from the last second. If not set, the video will be played from the beginning.
10141 &quot;mute&quot;: True or False, # Whether to mute the audio during video playback. Defaults to false.
10142 &quot;end&quot;: 42, # The time at which to end playback, measured in seconds from the beginning of the video. If set, the end time should be after the start time. If not set or if you set this to a value that exceeds the video&#x27;s length, the video will be played until its end.
10143 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the video. The default outline matches the defaults for new videos created in the Slides editor.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010144 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
10145 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010146 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010147 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
10148 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10149 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010150 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010151 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010152 },
10153 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
10154 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010155 },
10156 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010157 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
10158 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10159 &quot;magnitude&quot;: 3.14, # The magnitude.
10160 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010161 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010162 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010163 },
10164 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010165 },
10166 &quot;description&quot;: &quot;A String&quot;, # The description of the page element. Combined with title to display alt text. The field is not supported for Group elements.
10167 &quot;title&quot;: &quot;A String&quot;, # The title of the page element. Combined with description to display alt text. The field is not supported for Group elements.
10168 &quot;shape&quot;: { # A PageElement kind representing a generic shape that does not have a more specific classification. # A generic shape.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010169 &quot;placeholder&quot;: { # The placeholder information that uniquely identifies a placeholder shape. # Placeholders are shapes that are inherit from corresponding placeholders on layouts and masters. If set, the shape is a placeholder shape and any inherited properties can be resolved by looking at the parent placeholder identified by the Placeholder.parent_object_id field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010170 &quot;parentObjectId&quot;: &quot;A String&quot;, # The object ID of this shape&#x27;s parent placeholder. If unset, the parent placeholder shape does not exist, so the shape does not inherit properties from any other shape.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010171 &quot;index&quot;: 42, # The index of the placeholder. If the same placeholder types are present in the same page, they would have different index values.
10172 &quot;type&quot;: &quot;A String&quot;, # The type of the placeholder.
10173 },
10174 &quot;shapeType&quot;: &quot;A String&quot;, # The type of the shape.
10175 &quot;shapeProperties&quot;: { # The properties of a Shape. If the shape is a placeholder shape as determined by the placeholder field, then these properties may be inherited from a parent placeholder shape. Determining the rendered value of the property depends on the corresponding property_state field value. # The properties of the shape.
10176 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the shape. If unset, there is no link. Links are not inherited from parent placeholders.
10177 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
10178 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
10179 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
10180 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
10181 },
10182 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the shape. If unset, the outline is inherited from a parent placeholder if it exists. If the shape has no parent, then the default outline depends on the shape type, matching the defaults for new shapes created in the Slides editor.
10183 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
10184 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
10185 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
10186 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
10187 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10188 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
10189 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
10190 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
10191 },
10192 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
10193 },
10194 },
10195 },
10196 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
10197 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10198 &quot;magnitude&quot;: 3.14, # The magnitude.
10199 },
10200 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
10201 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
10202 },
10203 &quot;contentAlignment&quot;: &quot;A String&quot;, # The alignment of the content in the shape. If unspecified, the alignment is inherited from a parent placeholder if it exists. If the shape has no parent, the default alignment matches the alignment for new shapes created in the Slides editor.
10204 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow properties of the shape. If unset, the shadow is inherited from a parent placeholder if it exists. If the shape has no parent, then the default shadow matches the defaults for new shapes created in the Slides editor. This property is read-only.
10205 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
10206 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
10207 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
10208 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
10209 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
10210 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
10211 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
10212 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
10213 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
10214 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
10215 },
10216 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
10217 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
10218 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
10219 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10220 &quot;magnitude&quot;: 3.14, # The magnitude.
10221 },
10222 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
10223 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10224 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
10225 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
10226 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
10227 },
10228 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
10229 },
10230 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
10231 },
10232 &quot;shapeBackgroundFill&quot;: { # The shape background fill. # The background fill of the shape. If unset, the background fill is inherited from a parent placeholder if it exists. If the shape has no parent, then the default background fill depends on the shape type, matching the defaults for new shapes created in the Slides editor.
10233 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a shape will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a shape, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
10234 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
10235 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
10236 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
10237 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10238 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
10239 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
10240 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
10241 },
10242 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
10243 },
10244 },
10245 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070010246 },
10247 &quot;text&quot;: { # The general text content. The text must reside in a compatible shape (e.g. text box or rectangle) or a table cell in a page. # The text content of the shape.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010248 &quot;textElements&quot;: [ # The text contents broken down into its component parts, including styling information. This property is read-only.
10249 { # A TextElement describes the content of a range of indices in the text content of a Shape or TableCell.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010250 &quot;autoText&quot;: { # A TextElement kind that represents auto text. # A TextElement representing a spot in the text that is dynamically replaced with content that can change over time.
10251 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this auto text.
10252 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
10253 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
10254 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
10255 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
10256 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010257 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010258 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
10259 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
10260 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
10261 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
10262 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10263 &quot;magnitude&quot;: 3.14, # The magnitude.
10264 },
10265 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
10266 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
10267 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
10268 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
10269 },
10270 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010271 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
10272 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
10273 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
10274 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
10275 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10276 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010277 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010278 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010279 },
10280 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
10281 },
10282 },
10283 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
10284 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
10285 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10286 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010287 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010288 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010289 },
10290 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
10291 },
10292 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010293 },
10294 &quot;content&quot;: &quot;A String&quot;, # The rendered content of this auto text, if available.
10295 &quot;type&quot;: &quot;A String&quot;, # The type of this auto text.
10296 },
10297 &quot;textRun&quot;: { # A TextElement kind that represents a run of text that all has the same styling. # A TextElement representing a run of text where all of the characters in the run have the same TextStyle. The `start_index` and `end_index` of TextRuns will always be fully contained in the index range of a single `paragraph_marker` TextElement. In other words, a TextRun will never span multiple paragraphs.
10298 &quot;content&quot;: &quot;A String&quot;, # The text of this run.
10299 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this run.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010300 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010301 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010302 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
10303 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
10304 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010305 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010306 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010307 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010308 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
10309 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010310 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010311 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010312 },
10313 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010314 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
10315 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
10316 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
10317 },
10318 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
10319 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
10320 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
10321 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
10322 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
10323 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10324 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
10325 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
10326 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
10327 },
10328 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
10329 },
10330 },
10331 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
10332 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
10333 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10334 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
10335 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
10336 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
10337 },
10338 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
10339 },
10340 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010341 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010342 },
10343 &quot;startIndex&quot;: 42, # The zero-based start index of this text element, in Unicode code units.
10344 &quot;paragraphMarker&quot;: { # A TextElement kind that represents the beginning of a new paragraph. # A marker representing the beginning of a new paragraph. The `start_index` and `end_index` of this TextElement represent the range of the paragraph. Other TextElements with an index range contained inside this paragraph&#x27;s range are considered to be part of this paragraph. The range of indices of two separate paragraphs will never overlap.
10345 &quot;style&quot;: { # Styles that apply to a whole paragraph. If this text is contained in a shape with a parent placeholder, then these paragraph styles may be inherited from the parent. Which paragraph styles are inherited depend on the nesting level of lists: * A paragraph not in a list will inherit its paragraph style from the paragraph at the 0 nesting level of the list inside the parent placeholder. * A paragraph in a list will inherit its paragraph style from the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited paragraph styles are represented as unset fields in this message. # The paragraph&#x27;s style
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010346 &quot;spaceBelow&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space below the paragraph. If unset, the value is inherited from the parent.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010347 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010348 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010349 },
10350 &quot;spaceAbove&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space above the paragraph. If unset, the value is inherited from the parent.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010351 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010352 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010353 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010354 &quot;indentFirstLine&quot;: { # A magnitude in a single direction in the specified units. # The amount of indentation for the start of the first line of the paragraph. If unset, the value is inherited from the parent.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010355 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010356 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010357 },
10358 &quot;lineSpacing&quot;: 3.14, # The amount of space between lines, as a percentage of normal, where normal is represented as 100.0. If unset, the value is inherited from the parent.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010359 &quot;direction&quot;: &quot;A String&quot;, # The text direction of this paragraph. If unset, the value defaults to LEFT_TO_RIGHT since text direction is not inherited.
10360 &quot;indentEnd&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the end of the text, based on the current text direction. If unset, the value is inherited from the parent.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010361 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010362 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010363 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010364 &quot;indentStart&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the start of the text, based on the current text direction. If unset, the value is inherited from the parent.
10365 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10366 &quot;magnitude&quot;: 3.14, # The magnitude.
10367 },
10368 &quot;alignment&quot;: &quot;A String&quot;, # The text alignment for this paragraph.
10369 &quot;spacingMode&quot;: &quot;A String&quot;, # The spacing mode for the paragraph.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010370 },
10371 &quot;bullet&quot;: { # Describes the bullet of a paragraph. # The bullet for this paragraph. If not present, the paragraph does not belong to a list.
10372 &quot;glyph&quot;: &quot;A String&quot;, # The rendered bullet glyph for this paragraph.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010373 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list this paragraph belongs to.
10374 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The paragraph specific text style applied to this bullet.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010375 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
10376 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
10377 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
10378 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
10379 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010380 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010381 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
10382 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
10383 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
10384 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
10385 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10386 &quot;magnitude&quot;: 3.14, # The magnitude.
10387 },
10388 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
10389 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
10390 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
10391 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
10392 },
10393 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010394 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
10395 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
10396 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
10397 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
10398 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10399 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010400 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010401 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010402 },
10403 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
10404 },
10405 },
10406 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
10407 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
10408 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10409 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010410 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010411 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010412 },
10413 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
10414 },
10415 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010416 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010417 &quot;nestingLevel&quot;: 42, # The nesting level of this paragraph in the list.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010418 },
10419 },
10420 &quot;endIndex&quot;: 42, # The zero-based end index of this text element, exclusive, in Unicode code units.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010421 },
10422 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070010423 &quot;lists&quot;: { # The bulleted lists contained in this text, keyed by list ID.
10424 &quot;a_key&quot;: { # A List describes the look and feel of bullets belonging to paragraphs associated with a list. A paragraph that is part of a list has an implicit reference to that list&#x27;s ID.
10425 &quot;nestingLevel&quot;: { # A map of nesting levels to the properties of bullets at the associated level. A list has at most nine levels of nesting, so the possible values for the keys of this map are 0 through 8, inclusive.
10426 &quot;a_key&quot;: { # Contains properties describing the look and feel of a list bullet at a given level of nesting.
10427 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The style of a bullet at this level of nesting.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010428 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
10429 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
10430 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
10431 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
10432 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070010433 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010434 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
10435 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
10436 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
10437 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
10438 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10439 &quot;magnitude&quot;: 3.14, # The magnitude.
10440 },
10441 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
10442 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
10443 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
10444 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
10445 },
10446 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010447 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070010448 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070010449 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
10450 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070010451 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070010452 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
10453 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010454 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070010455 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010456 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070010457 },
10458 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010459 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
10460 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
10461 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10462 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010463 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010464 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010465 },
10466 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
10467 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070010468 },
10469 },
10470 },
10471 },
10472 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list.
10473 },
10474 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070010475 },
10476 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010477 &quot;line&quot;: { # A PageElement kind representing a non-connector line, straight connector, curved connector, or bent connector. # A line page element.
10478 &quot;lineProperties&quot;: { # The properties of the Line. When unset, these fields default to values that match the appearance of new lines created in the Slides editor. # The properties of the line.
10479 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the line. If unset, there is no link.
10480 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
10481 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
10482 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
10483 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
10484 },
10485 &quot;lineFill&quot;: { # The fill of the line. # The fill of the line. The default line fill matches the defaults for new lines created in the Slides editor.
10486 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
10487 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
10488 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
10489 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10490 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
10491 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
10492 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kimd059ad82020-07-22 17:02:09 -070010493 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010494 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
Bu Sun Kimd059ad82020-07-22 17:02:09 -070010495 },
10496 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -070010497 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010498 &quot;startArrow&quot;: &quot;A String&quot;, # The style of the arrow at the beginning of the line.
10499 &quot;startConnection&quot;: { # The properties for one end of a Line connection. # The connection at the beginning of the line. If unset, there is no connection. Only lines with a Type indicating it is a &quot;connector&quot; can have a `start_connection`.
10500 &quot;connectedObjectId&quot;: &quot;A String&quot;, # The object ID of the connected page element. Some page elements, such as groups, tables, and lines do not have connection sites and therefore cannot be connected to a connector line.
10501 &quot;connectionSiteIndex&quot;: 42, # The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in the description of the &quot;cnx&quot; attribute in section 20.1.9.9 and Annex H. &quot;Predefined DrawingML Shape and Text Geometries&quot; of &quot;Office Open XML File Formats-Fundamentals and Markup Language Reference&quot;, part 1 of [ECMA-376 5th edition] (http://www.ecma-international.org/publications/standards/Ecma-376.htm). The position of each connection site can also be viewed from Slides editor.
10502 },
10503 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the line.
10504 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10505 &quot;magnitude&quot;: 3.14, # The magnitude.
10506 },
10507 &quot;endArrow&quot;: &quot;A String&quot;, # The style of the arrow at the end of the line.
10508 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the line.
10509 &quot;endConnection&quot;: { # The properties for one end of a Line connection. # The connection at the end of the line. If unset, there is no connection. Only lines with a Type indicating it is a &quot;connector&quot; can have an `end_connection`.
10510 &quot;connectedObjectId&quot;: &quot;A String&quot;, # The object ID of the connected page element. Some page elements, such as groups, tables, and lines do not have connection sites and therefore cannot be connected to a connector line.
10511 &quot;connectionSiteIndex&quot;: 42, # The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in the description of the &quot;cnx&quot; attribute in section 20.1.9.9 and Annex H. &quot;Predefined DrawingML Shape and Text Geometries&quot; of &quot;Office Open XML File Formats-Fundamentals and Markup Language Reference&quot;, part 1 of [ECMA-376 5th edition] (http://www.ecma-international.org/publications/standards/Ecma-376.htm). The position of each connection site can also be viewed from Slides editor.
10512 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010513 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010514 &quot;lineType&quot;: &quot;A String&quot;, # The type of the line.
10515 &quot;lineCategory&quot;: &quot;A String&quot;, # The category of the line. It matches the `category` specified in CreateLineRequest, and can be updated with UpdateLineCategoryRequest.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010516 },
10517 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # The transform of the page element. The visual appearance of the page element is determined by its absolute transform. To compute the absolute transform, preconcatenate a page element&#x27;s transform with the transforms of all of its parent groups. If the page element is not in a group, its absolute transform is the same as the value in this field. The initial transform for the newly created Group is always the identity transform.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010518 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010519 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
10520 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010521 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
10522 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010523 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
10524 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010525 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010526 &quot;wordArt&quot;: { # A PageElement kind representing word art. # A word art page element.
10527 &quot;renderedText&quot;: &quot;A String&quot;, # The text rendered as word art.
10528 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010529 &quot;image&quot;: { # A PageElement kind representing an image. # An image page element.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010530 &quot;contentUrl&quot;: &quot;A String&quot;, # An URL to an image with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation&#x27;s sharing settings change.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010531 &quot;imageProperties&quot;: { # The properties of the Image. # The properties of the image.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010532 &quot;recolor&quot;: { # A recolor effect applied on an image. # The recolor effect of the image. If not set, the image is not recolored. This property is read-only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010533 &quot;recolorStops&quot;: [ # The recolor effect is represented by a gradient, which is a list of color stops. The colors in the gradient will replace the corresponding colors at the same position in the color palette and apply to the image. This property is read-only.
10534 { # A color and position in a gradient band.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010535 &quot;position&quot;: 3.14, # The relative position of the color stop in the gradient band measured in percentage. The value should be in the interval [0.0, 1.0].
10536 &quot;alpha&quot;: 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0, fully opaque.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010537 &quot;color&quot;: { # A themeable solid color value. # The color of the gradient stop.
10538 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10539 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010540 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010541 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010542 },
10543 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
10544 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010545 },
10546 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010547 &quot;name&quot;: &quot;A String&quot;, # The name of the recolor effect. The name is determined from the `recolor_stops` by matching the gradient against the colors in the page&#x27;s current color scheme. This property is read-only.
10548 },
10549 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link.
10550 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
10551 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
10552 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
10553 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
10554 },
10555 &quot;contrast&quot;: 3.14, # The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
10556 &quot;brightness&quot;: 3.14, # The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
10557 &quot;transparency&quot;: 3.14, # The transparency effect of the image. The value should be in the interval [0.0, 1.0], where 0 means no effect and 1 means completely transparent. This property is read-only.
10558 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow of the image. If not set, the image has no shadow. This property is read-only.
10559 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
10560 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
10561 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
10562 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
10563 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
10564 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
10565 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
10566 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
10567 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
10568 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
10569 },
10570 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
10571 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
10572 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
10573 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10574 &quot;magnitude&quot;: 3.14, # The magnitude.
10575 },
10576 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
10577 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10578 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
10579 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
10580 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
10581 },
10582 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
10583 },
10584 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
10585 },
10586 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the image. If not set, the image has no outline.
10587 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
10588 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
10589 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
10590 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
10591 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10592 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
10593 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
10594 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
10595 },
10596 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
10597 },
10598 },
10599 },
10600 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
10601 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10602 &quot;magnitude&quot;: 3.14, # The magnitude.
10603 },
10604 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
10605 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010606 },
10607 &quot;cropProperties&quot;: { # The crop properties of an object enclosed in a container. For example, an Image. The crop properties is represented by the offsets of four edges which define a crop rectangle. The offsets are measured in percentage from the corresponding edges of the object&#x27;s original bounding rectangle towards inside, relative to the object&#x27;s original dimensions. - If the offset is in the interval (0, 1), the corresponding edge of crop rectangle is positioned inside of the object&#x27;s original bounding rectangle. - If the offset is negative or greater than 1, the corresponding edge of crop rectangle is positioned outside of the object&#x27;s original bounding rectangle. - If the left edge of the crop rectangle is on the right side of its right edge, the object will be flipped horizontally. - If the top edge of the crop rectangle is below its bottom edge, the object will be flipped vertically. - If all offsets and rotation angle is 0, the object is not cropped. After cropping, the content in the crop rectangle will be stretched to fit its container. # The crop properties of the image. If not set, the image is not cropped. This property is read-only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010608 &quot;leftOffset&quot;: 3.14, # The offset specifies the left edge of the crop rectangle that is located to the right of the original bounding rectangle left edge, relative to the object&#x27;s original width.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010609 &quot;rightOffset&quot;: 3.14, # The offset specifies the right edge of the crop rectangle that is located to the left of the original bounding rectangle right edge, relative to the object&#x27;s original width.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010610 &quot;angle&quot;: 3.14, # The rotation angle of the crop window around its center, in radians. Rotation angle is applied after the offset.
10611 &quot;bottomOffset&quot;: 3.14, # The offset specifies the bottom edge of the crop rectangle that is located above the original bounding rectangle bottom edge, relative to the object&#x27;s original height.
10612 &quot;topOffset&quot;: 3.14, # The offset specifies the top edge of the crop rectangle that is located below the original bounding rectangle top edge, relative to the object&#x27;s original height.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010613 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070010614 },
10615 &quot;sourceUrl&quot;: &quot;A String&quot;, # The source URL is the URL used to insert the image. The source URL can be empty.
10616 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010617 &quot;table&quot;: { # A PageElement kind representing a table. # A table page element.
10618 &quot;tableRows&quot;: [ # Properties and contents of each row. Cells that span multiple rows are contained in only one of these rows and have a row_span greater than 1.
10619 { # Properties and contents of each row in a table.
10620 &quot;tableRowProperties&quot;: { # Properties of each row in a table. # Properties of the row.
10621 &quot;minRowHeight&quot;: { # A magnitude in a single direction in the specified units. # Minimum height of the row. The row will be rendered in the Slides editor at a height equal to or greater than this value in order to show all the text in the row&#x27;s cell(s).
10622 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10623 &quot;magnitude&quot;: 3.14, # The magnitude.
10624 },
10625 },
10626 &quot;rowHeight&quot;: { # A magnitude in a single direction in the specified units. # Height of a row.
10627 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10628 &quot;magnitude&quot;: 3.14, # The magnitude.
10629 },
10630 &quot;tableCells&quot;: [ # Properties and contents of each cell. Cells that span multiple columns are represented only once with a column_span greater than 1. As a result, the length of this collection does not always match the number of columns of the entire table.
10631 { # Properties and contents of each table cell.
10632 &quot;tableCellProperties&quot;: { # The properties of the TableCell. # The properties of the table cell.
10633 &quot;contentAlignment&quot;: &quot;A String&quot;, # The alignment of the content in the table cell. The default alignment matches the alignment for newly created table cells in the Slides editor.
10634 &quot;tableCellBackgroundFill&quot;: { # The table cell background fill. # The background fill of the table cell. The default fill matches the fill for newly created table cells in the Slides editor.
10635 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a table cell will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a table cell, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
10636 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
10637 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
10638 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
10639 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10640 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
10641 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
10642 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010643 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010644 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010645 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010646 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010647 },
10648 },
10649 &quot;rowSpan&quot;: 42, # Row span of the cell.
10650 &quot;text&quot;: { # The general text content. The text must reside in a compatible shape (e.g. text box or rectangle) or a table cell in a page. # The text content of the cell.
10651 &quot;textElements&quot;: [ # The text contents broken down into its component parts, including styling information. This property is read-only.
10652 { # A TextElement describes the content of a range of indices in the text content of a Shape or TableCell.
10653 &quot;autoText&quot;: { # A TextElement kind that represents auto text. # A TextElement representing a spot in the text that is dynamically replaced with content that can change over time.
10654 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this auto text.
10655 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
10656 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
10657 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
10658 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
10659 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010660 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010661 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
10662 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
10663 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
10664 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
10665 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10666 &quot;magnitude&quot;: 3.14, # The magnitude.
10667 },
10668 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
10669 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
10670 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
10671 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
10672 },
10673 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010674 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
10675 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
10676 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
10677 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
10678 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10679 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010680 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010681 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010682 },
10683 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
10684 },
10685 },
10686 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
10687 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
10688 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10689 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010690 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010691 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010692 },
10693 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
10694 },
10695 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010696 },
10697 &quot;content&quot;: &quot;A String&quot;, # The rendered content of this auto text, if available.
10698 &quot;type&quot;: &quot;A String&quot;, # The type of this auto text.
10699 },
10700 &quot;textRun&quot;: { # A TextElement kind that represents a run of text that all has the same styling. # A TextElement representing a run of text where all of the characters in the run have the same TextStyle. The `start_index` and `end_index` of TextRuns will always be fully contained in the index range of a single `paragraph_marker` TextElement. In other words, a TextRun will never span multiple paragraphs.
10701 &quot;content&quot;: &quot;A String&quot;, # The text of this run.
10702 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this run.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010703 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010704 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010705 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
10706 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
10707 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010708 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010709 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010710 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010711 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
10712 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010713 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010714 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010715 },
10716 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010717 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
10718 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
10719 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
10720 },
10721 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
10722 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
10723 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
10724 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
10725 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
10726 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10727 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
10728 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
10729 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
10730 },
10731 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
10732 },
10733 },
10734 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
10735 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
10736 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10737 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
10738 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
10739 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
10740 },
10741 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
10742 },
10743 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010744 },
10745 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010746 &quot;startIndex&quot;: 42, # The zero-based start index of this text element, in Unicode code units.
10747 &quot;paragraphMarker&quot;: { # A TextElement kind that represents the beginning of a new paragraph. # A marker representing the beginning of a new paragraph. The `start_index` and `end_index` of this TextElement represent the range of the paragraph. Other TextElements with an index range contained inside this paragraph&#x27;s range are considered to be part of this paragraph. The range of indices of two separate paragraphs will never overlap.
10748 &quot;style&quot;: { # Styles that apply to a whole paragraph. If this text is contained in a shape with a parent placeholder, then these paragraph styles may be inherited from the parent. Which paragraph styles are inherited depend on the nesting level of lists: * A paragraph not in a list will inherit its paragraph style from the paragraph at the 0 nesting level of the list inside the parent placeholder. * A paragraph in a list will inherit its paragraph style from the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited paragraph styles are represented as unset fields in this message. # The paragraph&#x27;s style
10749 &quot;spaceBelow&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space below the paragraph. If unset, the value is inherited from the parent.
10750 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10751 &quot;magnitude&quot;: 3.14, # The magnitude.
10752 },
10753 &quot;spaceAbove&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space above the paragraph. If unset, the value is inherited from the parent.
10754 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10755 &quot;magnitude&quot;: 3.14, # The magnitude.
10756 },
10757 &quot;indentFirstLine&quot;: { # A magnitude in a single direction in the specified units. # The amount of indentation for the start of the first line of the paragraph. If unset, the value is inherited from the parent.
10758 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10759 &quot;magnitude&quot;: 3.14, # The magnitude.
10760 },
10761 &quot;lineSpacing&quot;: 3.14, # The amount of space between lines, as a percentage of normal, where normal is represented as 100.0. If unset, the value is inherited from the parent.
10762 &quot;direction&quot;: &quot;A String&quot;, # The text direction of this paragraph. If unset, the value defaults to LEFT_TO_RIGHT since text direction is not inherited.
10763 &quot;indentEnd&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the end of the text, based on the current text direction. If unset, the value is inherited from the parent.
10764 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10765 &quot;magnitude&quot;: 3.14, # The magnitude.
10766 },
10767 &quot;indentStart&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the start of the text, based on the current text direction. If unset, the value is inherited from the parent.
10768 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10769 &quot;magnitude&quot;: 3.14, # The magnitude.
10770 },
10771 &quot;alignment&quot;: &quot;A String&quot;, # The text alignment for this paragraph.
10772 &quot;spacingMode&quot;: &quot;A String&quot;, # The spacing mode for the paragraph.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010773 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080010774 &quot;bullet&quot;: { # Describes the bullet of a paragraph. # The bullet for this paragraph. If not present, the paragraph does not belong to a list.
10775 &quot;glyph&quot;: &quot;A String&quot;, # The rendered bullet glyph for this paragraph.
10776 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list this paragraph belongs to.
10777 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The paragraph specific text style applied to this bullet.
10778 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
10779 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
10780 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
10781 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
10782 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
10783 },
10784 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
10785 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
10786 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
10787 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
10788 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10789 &quot;magnitude&quot;: 3.14, # The magnitude.
10790 },
10791 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
10792 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
10793 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
10794 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
10795 },
10796 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
10797 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
10798 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
10799 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
10800 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
10801 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10802 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
10803 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
10804 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
10805 },
10806 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
10807 },
10808 },
10809 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
10810 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
10811 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10812 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
10813 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
10814 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
10815 },
10816 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
10817 },
10818 },
10819 },
10820 &quot;nestingLevel&quot;: 42, # The nesting level of this paragraph in the list.
10821 },
10822 },
10823 &quot;endIndex&quot;: 42, # The zero-based end index of this text element, exclusive, in Unicode code units.
10824 },
10825 ],
10826 &quot;lists&quot;: { # The bulleted lists contained in this text, keyed by list ID.
10827 &quot;a_key&quot;: { # A List describes the look and feel of bullets belonging to paragraphs associated with a list. A paragraph that is part of a list has an implicit reference to that list&#x27;s ID.
10828 &quot;nestingLevel&quot;: { # A map of nesting levels to the properties of bullets at the associated level. A list has at most nine levels of nesting, so the possible values for the keys of this map are 0 through 8, inclusive.
10829 &quot;a_key&quot;: { # Contains properties describing the look and feel of a list bullet at a given level of nesting.
10830 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The style of a bullet at this level of nesting.
10831 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
10832 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
10833 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
10834 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
10835 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
10836 },
10837 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
10838 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
10839 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
10840 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
10841 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10842 &quot;magnitude&quot;: 3.14, # The magnitude.
10843 },
10844 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
10845 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
10846 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
10847 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
10848 },
10849 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
10850 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
10851 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
10852 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
10853 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
10854 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10855 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
10856 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
10857 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
10858 },
10859 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
10860 },
10861 },
10862 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
10863 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
10864 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10865 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
10866 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
10867 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
10868 },
10869 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
10870 },
10871 },
10872 },
10873 },
10874 },
10875 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list.
10876 },
10877 },
10878 },
10879 &quot;columnSpan&quot;: 42, # Column span of the cell.
10880 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the cell within the table.
10881 &quot;rowIndex&quot;: 42, # The 0-based row index.
10882 &quot;columnIndex&quot;: 42, # The 0-based column index.
10883 },
10884 },
10885 ],
10886 },
10887 ],
10888 &quot;horizontalBorderRows&quot;: [ # Properties of horizontal cell borders. A table&#x27;s horizontal cell borders are represented as a grid. The grid has one more row than the number of rows in the table and the same number of columns as the table. For example, if the table is 3 x 3, its horizontal borders will be represented as a grid with 4 rows and 3 columns.
10889 { # Contents of each border row in a table.
10890 &quot;tableBorderCells&quot;: [ # Properties of each border cell. When a border&#x27;s adjacent table cells are merged, it is not included in the response.
10891 { # The properties of each border cell.
10892 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the border within the border table.
10893 &quot;rowIndex&quot;: 42, # The 0-based row index.
10894 &quot;columnIndex&quot;: 42, # The 0-based column index.
10895 },
10896 &quot;tableBorderProperties&quot;: { # The border styling properties of the TableBorderCell. # The border properties.
10897 &quot;tableBorderFill&quot;: { # The fill of the border. # The fill of the table border.
10898 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid fill.
10899 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
10900 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
10901 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10902 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
10903 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
10904 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
10905 },
10906 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
10907 },
10908 },
10909 },
10910 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the border.
10911 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10912 &quot;magnitude&quot;: 3.14, # The magnitude.
10913 },
10914 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the border.
10915 },
10916 },
10917 ],
10918 },
10919 ],
10920 &quot;verticalBorderRows&quot;: [ # Properties of vertical cell borders. A table&#x27;s vertical cell borders are represented as a grid. The grid has the same number of rows as the table and one more column than the number of columns in the table. For example, if the table is 3 x 3, its vertical borders will be represented as a grid with 3 rows and 4 columns.
10921 { # Contents of each border row in a table.
10922 &quot;tableBorderCells&quot;: [ # Properties of each border cell. When a border&#x27;s adjacent table cells are merged, it is not included in the response.
10923 { # The properties of each border cell.
10924 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the border within the border table.
10925 &quot;rowIndex&quot;: 42, # The 0-based row index.
10926 &quot;columnIndex&quot;: 42, # The 0-based column index.
10927 },
10928 &quot;tableBorderProperties&quot;: { # The border styling properties of the TableBorderCell. # The border properties.
10929 &quot;tableBorderFill&quot;: { # The fill of the border. # The fill of the table border.
10930 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid fill.
10931 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
10932 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
10933 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10934 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
10935 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
10936 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
10937 },
10938 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
10939 },
10940 },
10941 },
10942 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the border.
10943 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10944 &quot;magnitude&quot;: 3.14, # The magnitude.
10945 },
10946 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the border.
10947 },
10948 },
10949 ],
10950 },
10951 ],
10952 &quot;rows&quot;: 42, # Number of rows in the table.
10953 &quot;columns&quot;: 42, # Number of columns in the table.
10954 &quot;tableColumns&quot;: [ # Properties of each column.
10955 { # Properties of each column in a table.
10956 &quot;columnWidth&quot;: { # A magnitude in a single direction in the specified units. # Width of a column.
10957 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10958 &quot;magnitude&quot;: 3.14, # The magnitude.
10959 },
10960 },
10961 ],
10962 },
10963 &quot;size&quot;: { # A width and height. # The size of the page element.
10964 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
10965 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10966 &quot;magnitude&quot;: 3.14, # The magnitude.
10967 },
10968 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
10969 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
10970 &quot;magnitude&quot;: 3.14, # The magnitude.
10971 },
10972 },
10973 &quot;elementGroup&quot;: { # A PageElement kind representing a joined collection of PageElements. # A collection of page elements joined as a single unit.
10974 &quot;children&quot;: [ # The collection of elements in the group. The minimum size of a group is 2.
10975 # Object with schema name: PageElement
10976 ],
10977 },
10978 &quot;sheetsChart&quot;: { # A PageElement kind representing a linked chart embedded from Google Sheets. # A linked chart embedded from Google Sheets. Unlinked charts are represented as images.
10979 &quot;sheetsChartProperties&quot;: { # The properties of the SheetsChart. # The properties of the Sheets chart.
10980 &quot;chartImageProperties&quot;: { # The properties of the Image. # The properties of the embedded chart image.
10981 &quot;recolor&quot;: { # A recolor effect applied on an image. # The recolor effect of the image. If not set, the image is not recolored. This property is read-only.
10982 &quot;recolorStops&quot;: [ # The recolor effect is represented by a gradient, which is a list of color stops. The colors in the gradient will replace the corresponding colors at the same position in the color palette and apply to the image. This property is read-only.
10983 { # A color and position in a gradient band.
10984 &quot;position&quot;: 3.14, # The relative position of the color stop in the gradient band measured in percentage. The value should be in the interval [0.0, 1.0].
10985 &quot;alpha&quot;: 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0, fully opaque.
10986 &quot;color&quot;: { # A themeable solid color value. # The color of the gradient stop.
10987 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
10988 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
10989 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
10990 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
10991 },
10992 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
10993 },
10994 },
10995 ],
10996 &quot;name&quot;: &quot;A String&quot;, # The name of the recolor effect. The name is determined from the `recolor_stops` by matching the gradient against the colors in the page&#x27;s current color scheme. This property is read-only.
10997 },
10998 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link.
10999 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
11000 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
11001 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
11002 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
11003 },
11004 &quot;contrast&quot;: 3.14, # The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
11005 &quot;brightness&quot;: 3.14, # The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
11006 &quot;transparency&quot;: 3.14, # The transparency effect of the image. The value should be in the interval [0.0, 1.0], where 0 means no effect and 1 means completely transparent. This property is read-only.
11007 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow of the image. If not set, the image has no shadow. This property is read-only.
11008 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
11009 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
11010 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
11011 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
11012 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
11013 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
11014 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
11015 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
11016 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
11017 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
11018 },
11019 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
11020 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
11021 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
11022 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11023 &quot;magnitude&quot;: 3.14, # The magnitude.
11024 },
11025 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
11026 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11027 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11028 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11029 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11030 },
11031 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11032 },
11033 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
11034 },
11035 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the image. If not set, the image has no outline.
11036 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
11037 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
11038 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
11039 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
11040 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11041 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11042 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11043 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11044 },
11045 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11046 },
11047 },
11048 },
11049 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
11050 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11051 &quot;magnitude&quot;: 3.14, # The magnitude.
11052 },
11053 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
11054 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
11055 },
11056 &quot;cropProperties&quot;: { # The crop properties of an object enclosed in a container. For example, an Image. The crop properties is represented by the offsets of four edges which define a crop rectangle. The offsets are measured in percentage from the corresponding edges of the object&#x27;s original bounding rectangle towards inside, relative to the object&#x27;s original dimensions. - If the offset is in the interval (0, 1), the corresponding edge of crop rectangle is positioned inside of the object&#x27;s original bounding rectangle. - If the offset is negative or greater than 1, the corresponding edge of crop rectangle is positioned outside of the object&#x27;s original bounding rectangle. - If the left edge of the crop rectangle is on the right side of its right edge, the object will be flipped horizontally. - If the top edge of the crop rectangle is below its bottom edge, the object will be flipped vertically. - If all offsets and rotation angle is 0, the object is not cropped. After cropping, the content in the crop rectangle will be stretched to fit its container. # The crop properties of the image. If not set, the image is not cropped. This property is read-only.
11057 &quot;leftOffset&quot;: 3.14, # The offset specifies the left edge of the crop rectangle that is located to the right of the original bounding rectangle left edge, relative to the object&#x27;s original width.
11058 &quot;rightOffset&quot;: 3.14, # The offset specifies the right edge of the crop rectangle that is located to the left of the original bounding rectangle right edge, relative to the object&#x27;s original width.
11059 &quot;angle&quot;: 3.14, # The rotation angle of the crop window around its center, in radians. Rotation angle is applied after the offset.
11060 &quot;bottomOffset&quot;: 3.14, # The offset specifies the bottom edge of the crop rectangle that is located above the original bounding rectangle bottom edge, relative to the object&#x27;s original height.
11061 &quot;topOffset&quot;: 3.14, # The offset specifies the top edge of the crop rectangle that is located below the original bounding rectangle top edge, relative to the object&#x27;s original height.
11062 },
11063 },
11064 },
11065 &quot;contentUrl&quot;: &quot;A String&quot;, # The URL of an image of the embedded chart, with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation&#x27;s sharing settings change.
11066 &quot;spreadsheetId&quot;: &quot;A String&quot;, # The ID of the Google Sheets spreadsheet that contains the source chart.
11067 &quot;chartId&quot;: 42, # The ID of the specific chart in the Google Sheets spreadsheet that is embedded.
11068 },
11069 },
11070 ],
11071 &quot;objectId&quot;: &quot;A String&quot;, # The object ID for this page. Object IDs used by Page and PageElement share the same namespace.
11072 &quot;pageProperties&quot;: { # The properties of the Page. The page will inherit properties from the parent page. Depending on the page type the hierarchy is defined in either SlideProperties or LayoutProperties. # The properties of the page.
11073 &quot;pageBackgroundFill&quot;: { # The page background fill. # The background fill of the page. If unset, the background fill is inherited from a parent page if it exists. If the page has no parent, then the background fill defaults to the corresponding fill in the Slides editor.
11074 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a page will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a page, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
11075 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
11076 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
11077 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
11078 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11079 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11080 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11081 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11082 },
11083 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11084 },
11085 },
11086 &quot;stretchedPictureFill&quot;: { # The stretched picture fill. The page or page element is filled entirely with the specified picture. The picture is stretched to fit its container. # Stretched picture fill.
11087 &quot;contentUrl&quot;: &quot;A String&quot;, # Reading the content_url: An URL to a picture with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the picture as the original requester. Access to the picture may be lost if the presentation&#x27;s sharing settings change. Writing the content_url: The picture is fetched once at insertion time and a copy is stored for display inside the presentation. Pictures must be less than 50MB in size, cannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF format. The provided URL can be at most 2 kB in length.
11088 &quot;size&quot;: { # A width and height. # The original size of the picture fill. This field is read-only.
11089 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
11090 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11091 &quot;magnitude&quot;: 3.14, # The magnitude.
11092 },
11093 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
11094 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11095 &quot;magnitude&quot;: 3.14, # The magnitude.
11096 },
11097 },
11098 },
11099 },
11100 &quot;colorScheme&quot;: { # The palette of predefined colors for a page. # The color scheme of the page. If unset, the color scheme is inherited from a parent page. If the page has no parent, the color scheme uses a default Slides color scheme, matching the defaults in the Slides editor. Only the concrete colors of the first 12 ThemeColorTypes are editable. In addition, only the color scheme on `Master` pages can be updated. To update the field, a color scheme containing mappings from all the first 12 ThemeColorTypes to their concrete colors must be provided. Colors for the remaining ThemeColorTypes will be ignored.
11101 &quot;colors&quot;: [ # The ThemeColorType and corresponding concrete color pairs.
11102 { # A pair mapping a theme color type to the concrete color it represents.
11103 &quot;type&quot;: &quot;A String&quot;, # The type of the theme color.
11104 &quot;color&quot;: { # An RGB color. # The concrete color corresponding to the theme color type above.
11105 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11106 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11107 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11108 },
11109 },
11110 ],
11111 },
11112 },
11113 &quot;revisionId&quot;: &quot;A String&quot;, # The revision ID of the presentation containing this page. Can be used in update requests to assert that the presentation revision hasn&#x27;t changed since the last read operation. Only populated if the user has edit access to the presentation. The format of the revision ID may change over time, so it should be treated opaquely. A returned revision ID is only guaranteed to be valid for 24 hours after it has been returned and cannot be shared across users. If the revision ID is unchanged between calls, then the presentation has not changed. Conversely, a changed ID (for the same presentation and user) usually means the presentation has been updated; however, a changed ID can also be due to internal factors such as ID format changes.
11114 &quot;notesProperties&quot;: { # The properties of Page that are only relevant for pages with page_type NOTES. # Notes specific properties. Only set if page_type = NOTES.
11115 &quot;speakerNotesObjectId&quot;: &quot;A String&quot;, # The object ID of the shape on this notes page that contains the speaker notes for the corresponding slide. The actual shape may not always exist on the notes page. Inserting text using this object ID will automatically create the shape. In this case, the actual shape may have different object ID. The `GetPresentation` or `GetPage` action will always return the latest object ID.
11116 },
11117 },
11118 ],
11119 &quot;revisionId&quot;: &quot;A String&quot;, # The revision ID of the presentation. Can be used in update requests to assert that the presentation revision hasn&#x27;t changed since the last read operation. Only populated if the user has edit access to the presentation. The format of the revision ID may change over time, so it should be treated opaquely. A returned revision ID is only guaranteed to be valid for 24 hours after it has been returned and cannot be shared across users. If the revision ID is unchanged between calls, then the presentation has not changed. Conversely, a changed ID (for the same presentation and user) usually means the presentation has been updated; however, a changed ID can also be due to internal factors such as ID format changes.
11120 &quot;presentationId&quot;: &quot;A String&quot;, # The ID of the presentation.
11121 &quot;pageSize&quot;: { # A width and height. # The size of pages in the presentation.
11122 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
11123 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11124 &quot;magnitude&quot;: 3.14, # The magnitude.
11125 },
11126 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
11127 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11128 &quot;magnitude&quot;: 3.14, # The magnitude.
11129 },
11130 },
11131 &quot;masters&quot;: [ # The slide masters in the presentation. A slide master contains all common page elements and the common properties for a set of layouts. They serve three purposes: - Placeholder shapes on a master contain the default text styles and shape properties of all placeholder shapes on pages that use that master. - The master page properties define the common page properties inherited by its layouts. - Any other shapes on the master slide appear on all slides using that master, regardless of their layout.
11132 { # A page in a presentation.
11133 &quot;slideProperties&quot;: { # The properties of Page that are only relevant for pages with page_type SLIDE. # Slide specific properties. Only set if page_type = SLIDE.
11134 &quot;masterObjectId&quot;: &quot;A String&quot;, # The object ID of the master that this slide is based on. This property is read-only.
11135 &quot;notesPage&quot;: # Object with schema name: Page # The notes page that this slide is associated with. It defines the visual appearance of a notes page when printing or exporting slides with speaker notes. A notes page inherits properties from the notes master. The placeholder shape with type BODY on the notes page contains the speaker notes for this slide. The ID of this shape is identified by the speakerNotesObjectId field. The notes page is read-only except for the text content and styles of the speaker notes shape. This property is read-only.
11136 &quot;layoutObjectId&quot;: &quot;A String&quot;, # The object ID of the layout that this slide is based on. This property is read-only.
11137 },
11138 &quot;masterProperties&quot;: { # The properties of Page that are only relevant for pages with page_type MASTER. # Master specific properties. Only set if page_type = MASTER.
11139 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the master.
11140 },
11141 &quot;layoutProperties&quot;: { # The properties of Page are only relevant for pages with page_type LAYOUT. # Layout specific properties. Only set if page_type = LAYOUT.
11142 &quot;name&quot;: &quot;A String&quot;, # The name of the layout.
11143 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the layout.
11144 &quot;masterObjectId&quot;: &quot;A String&quot;, # The object ID of the master that this layout is based on.
11145 },
11146 &quot;pageType&quot;: &quot;A String&quot;, # The type of the page.
11147 &quot;pageElements&quot;: [ # The page elements rendered on the page.
11148 { # A visual element rendered on a page.
11149 &quot;objectId&quot;: &quot;A String&quot;, # The object ID for this page element. Object IDs used by google.apps.slides.v1.Page and google.apps.slides.v1.PageElement share the same namespace.
11150 &quot;video&quot;: { # A PageElement kind representing a video. # A video page element.
11151 &quot;source&quot;: &quot;A String&quot;, # The video source.
11152 &quot;url&quot;: &quot;A String&quot;, # An URL to a video. The URL is valid as long as the source video exists and sharing settings do not change.
11153 &quot;id&quot;: &quot;A String&quot;, # The video source&#x27;s unique identifier for this video.
11154 &quot;videoProperties&quot;: { # The properties of the Video. # The properties of the video.
11155 &quot;autoPlay&quot;: True or False, # Whether to enable video autoplay when the page is displayed in present mode. Defaults to false.
11156 &quot;start&quot;: 42, # The time at which to start playback, measured in seconds from the beginning of the video. If set, the start time should be before the end time. If you set this to a value that exceeds the video&#x27;s length in seconds, the video will be played from the last second. If not set, the video will be played from the beginning.
11157 &quot;mute&quot;: True or False, # Whether to mute the audio during video playback. Defaults to false.
11158 &quot;end&quot;: 42, # The time at which to end playback, measured in seconds from the beginning of the video. If set, the end time should be after the start time. If not set or if you set this to a value that exceeds the video&#x27;s length, the video will be played until its end.
11159 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the video. The default outline matches the defaults for new videos created in the Slides editor.
11160 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
11161 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
11162 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
11163 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
11164 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11165 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11166 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11167 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11168 },
11169 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11170 },
11171 },
11172 },
11173 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
11174 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11175 &quot;magnitude&quot;: 3.14, # The magnitude.
11176 },
11177 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
11178 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
11179 },
11180 },
11181 },
11182 &quot;description&quot;: &quot;A String&quot;, # The description of the page element. Combined with title to display alt text. The field is not supported for Group elements.
11183 &quot;title&quot;: &quot;A String&quot;, # The title of the page element. Combined with description to display alt text. The field is not supported for Group elements.
11184 &quot;shape&quot;: { # A PageElement kind representing a generic shape that does not have a more specific classification. # A generic shape.
11185 &quot;placeholder&quot;: { # The placeholder information that uniquely identifies a placeholder shape. # Placeholders are shapes that are inherit from corresponding placeholders on layouts and masters. If set, the shape is a placeholder shape and any inherited properties can be resolved by looking at the parent placeholder identified by the Placeholder.parent_object_id field.
11186 &quot;parentObjectId&quot;: &quot;A String&quot;, # The object ID of this shape&#x27;s parent placeholder. If unset, the parent placeholder shape does not exist, so the shape does not inherit properties from any other shape.
11187 &quot;index&quot;: 42, # The index of the placeholder. If the same placeholder types are present in the same page, they would have different index values.
11188 &quot;type&quot;: &quot;A String&quot;, # The type of the placeholder.
11189 },
11190 &quot;shapeType&quot;: &quot;A String&quot;, # The type of the shape.
11191 &quot;shapeProperties&quot;: { # The properties of a Shape. If the shape is a placeholder shape as determined by the placeholder field, then these properties may be inherited from a parent placeholder shape. Determining the rendered value of the property depends on the corresponding property_state field value. # The properties of the shape.
11192 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the shape. If unset, there is no link. Links are not inherited from parent placeholders.
11193 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
11194 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
11195 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
11196 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
11197 },
11198 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the shape. If unset, the outline is inherited from a parent placeholder if it exists. If the shape has no parent, then the default outline depends on the shape type, matching the defaults for new shapes created in the Slides editor.
11199 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
11200 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
11201 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
11202 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
11203 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11204 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11205 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11206 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11207 },
11208 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11209 },
11210 },
11211 },
11212 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
11213 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11214 &quot;magnitude&quot;: 3.14, # The magnitude.
11215 },
11216 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
11217 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
11218 },
11219 &quot;contentAlignment&quot;: &quot;A String&quot;, # The alignment of the content in the shape. If unspecified, the alignment is inherited from a parent placeholder if it exists. If the shape has no parent, the default alignment matches the alignment for new shapes created in the Slides editor.
11220 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow properties of the shape. If unset, the shadow is inherited from a parent placeholder if it exists. If the shape has no parent, then the default shadow matches the defaults for new shapes created in the Slides editor. This property is read-only.
11221 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
11222 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
11223 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
11224 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
11225 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
11226 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
11227 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
11228 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
11229 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
11230 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
11231 },
11232 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
11233 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
11234 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
11235 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11236 &quot;magnitude&quot;: 3.14, # The magnitude.
11237 },
11238 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
11239 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11240 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11241 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11242 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11243 },
11244 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11245 },
11246 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
11247 },
11248 &quot;shapeBackgroundFill&quot;: { # The shape background fill. # The background fill of the shape. If unset, the background fill is inherited from a parent placeholder if it exists. If the shape has no parent, then the default background fill depends on the shape type, matching the defaults for new shapes created in the Slides editor.
11249 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a shape will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a shape, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
11250 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
11251 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
11252 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
11253 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11254 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11255 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11256 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11257 },
11258 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11259 },
11260 },
11261 },
11262 },
11263 &quot;text&quot;: { # The general text content. The text must reside in a compatible shape (e.g. text box or rectangle) or a table cell in a page. # The text content of the shape.
11264 &quot;textElements&quot;: [ # The text contents broken down into its component parts, including styling information. This property is read-only.
11265 { # A TextElement describes the content of a range of indices in the text content of a Shape or TableCell.
11266 &quot;autoText&quot;: { # A TextElement kind that represents auto text. # A TextElement representing a spot in the text that is dynamically replaced with content that can change over time.
11267 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this auto text.
11268 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
11269 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
11270 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
11271 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
11272 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
11273 },
11274 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
11275 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
11276 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
11277 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
11278 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11279 &quot;magnitude&quot;: 3.14, # The magnitude.
11280 },
11281 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
11282 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
11283 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
11284 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
11285 },
11286 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
11287 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
11288 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
11289 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
11290 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
11291 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11292 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11293 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11294 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11295 },
11296 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11297 },
11298 },
11299 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
11300 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
11301 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11302 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11303 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11304 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11305 },
11306 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11307 },
11308 },
11309 },
11310 &quot;content&quot;: &quot;A String&quot;, # The rendered content of this auto text, if available.
11311 &quot;type&quot;: &quot;A String&quot;, # The type of this auto text.
11312 },
11313 &quot;textRun&quot;: { # A TextElement kind that represents a run of text that all has the same styling. # A TextElement representing a run of text where all of the characters in the run have the same TextStyle. The `start_index` and `end_index` of TextRuns will always be fully contained in the index range of a single `paragraph_marker` TextElement. In other words, a TextRun will never span multiple paragraphs.
11314 &quot;content&quot;: &quot;A String&quot;, # The text of this run.
11315 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this run.
11316 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
11317 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
11318 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
11319 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
11320 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
11321 },
11322 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
11323 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
11324 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
11325 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
11326 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11327 &quot;magnitude&quot;: 3.14, # The magnitude.
11328 },
11329 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
11330 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
11331 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
11332 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
11333 },
11334 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
11335 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
11336 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
11337 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
11338 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
11339 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11340 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11341 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11342 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11343 },
11344 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11345 },
11346 },
11347 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
11348 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
11349 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11350 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11351 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11352 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11353 },
11354 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11355 },
11356 },
11357 },
11358 },
11359 &quot;startIndex&quot;: 42, # The zero-based start index of this text element, in Unicode code units.
11360 &quot;paragraphMarker&quot;: { # A TextElement kind that represents the beginning of a new paragraph. # A marker representing the beginning of a new paragraph. The `start_index` and `end_index` of this TextElement represent the range of the paragraph. Other TextElements with an index range contained inside this paragraph&#x27;s range are considered to be part of this paragraph. The range of indices of two separate paragraphs will never overlap.
11361 &quot;style&quot;: { # Styles that apply to a whole paragraph. If this text is contained in a shape with a parent placeholder, then these paragraph styles may be inherited from the parent. Which paragraph styles are inherited depend on the nesting level of lists: * A paragraph not in a list will inherit its paragraph style from the paragraph at the 0 nesting level of the list inside the parent placeholder. * A paragraph in a list will inherit its paragraph style from the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited paragraph styles are represented as unset fields in this message. # The paragraph&#x27;s style
11362 &quot;spaceBelow&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space below the paragraph. If unset, the value is inherited from the parent.
11363 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11364 &quot;magnitude&quot;: 3.14, # The magnitude.
11365 },
11366 &quot;spaceAbove&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space above the paragraph. If unset, the value is inherited from the parent.
11367 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11368 &quot;magnitude&quot;: 3.14, # The magnitude.
11369 },
11370 &quot;indentFirstLine&quot;: { # A magnitude in a single direction in the specified units. # The amount of indentation for the start of the first line of the paragraph. If unset, the value is inherited from the parent.
11371 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11372 &quot;magnitude&quot;: 3.14, # The magnitude.
11373 },
11374 &quot;lineSpacing&quot;: 3.14, # The amount of space between lines, as a percentage of normal, where normal is represented as 100.0. If unset, the value is inherited from the parent.
11375 &quot;direction&quot;: &quot;A String&quot;, # The text direction of this paragraph. If unset, the value defaults to LEFT_TO_RIGHT since text direction is not inherited.
11376 &quot;indentEnd&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the end of the text, based on the current text direction. If unset, the value is inherited from the parent.
11377 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11378 &quot;magnitude&quot;: 3.14, # The magnitude.
11379 },
11380 &quot;indentStart&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the start of the text, based on the current text direction. If unset, the value is inherited from the parent.
11381 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11382 &quot;magnitude&quot;: 3.14, # The magnitude.
11383 },
11384 &quot;alignment&quot;: &quot;A String&quot;, # The text alignment for this paragraph.
11385 &quot;spacingMode&quot;: &quot;A String&quot;, # The spacing mode for the paragraph.
11386 },
11387 &quot;bullet&quot;: { # Describes the bullet of a paragraph. # The bullet for this paragraph. If not present, the paragraph does not belong to a list.
11388 &quot;glyph&quot;: &quot;A String&quot;, # The rendered bullet glyph for this paragraph.
11389 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list this paragraph belongs to.
11390 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The paragraph specific text style applied to this bullet.
11391 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
11392 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
11393 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
11394 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
11395 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
11396 },
11397 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
11398 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
11399 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
11400 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
11401 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11402 &quot;magnitude&quot;: 3.14, # The magnitude.
11403 },
11404 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
11405 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
11406 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
11407 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
11408 },
11409 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
11410 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
11411 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
11412 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
11413 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
11414 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11415 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11416 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11417 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11418 },
11419 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11420 },
11421 },
11422 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
11423 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
11424 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11425 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11426 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11427 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11428 },
11429 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11430 },
11431 },
11432 },
11433 &quot;nestingLevel&quot;: 42, # The nesting level of this paragraph in the list.
11434 },
11435 },
11436 &quot;endIndex&quot;: 42, # The zero-based end index of this text element, exclusive, in Unicode code units.
11437 },
11438 ],
11439 &quot;lists&quot;: { # The bulleted lists contained in this text, keyed by list ID.
11440 &quot;a_key&quot;: { # A List describes the look and feel of bullets belonging to paragraphs associated with a list. A paragraph that is part of a list has an implicit reference to that list&#x27;s ID.
11441 &quot;nestingLevel&quot;: { # A map of nesting levels to the properties of bullets at the associated level. A list has at most nine levels of nesting, so the possible values for the keys of this map are 0 through 8, inclusive.
11442 &quot;a_key&quot;: { # Contains properties describing the look and feel of a list bullet at a given level of nesting.
11443 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The style of a bullet at this level of nesting.
11444 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
11445 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
11446 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
11447 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
11448 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
11449 },
11450 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
11451 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
11452 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
11453 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
11454 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11455 &quot;magnitude&quot;: 3.14, # The magnitude.
11456 },
11457 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
11458 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
11459 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
11460 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
11461 },
11462 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
11463 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
11464 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
11465 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
11466 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
11467 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11468 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11469 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11470 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11471 },
11472 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11473 },
11474 },
11475 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
11476 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
11477 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11478 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11479 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11480 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11481 },
11482 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11483 },
11484 },
11485 },
11486 },
11487 },
11488 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list.
11489 },
11490 },
11491 },
11492 },
11493 &quot;line&quot;: { # A PageElement kind representing a non-connector line, straight connector, curved connector, or bent connector. # A line page element.
11494 &quot;lineProperties&quot;: { # The properties of the Line. When unset, these fields default to values that match the appearance of new lines created in the Slides editor. # The properties of the line.
11495 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the line. If unset, there is no link.
11496 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
11497 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
11498 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
11499 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
11500 },
11501 &quot;lineFill&quot;: { # The fill of the line. # The fill of the line. The default line fill matches the defaults for new lines created in the Slides editor.
11502 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
11503 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
11504 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
11505 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11506 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11507 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11508 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11509 },
11510 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11511 },
11512 },
11513 },
11514 &quot;startArrow&quot;: &quot;A String&quot;, # The style of the arrow at the beginning of the line.
11515 &quot;startConnection&quot;: { # The properties for one end of a Line connection. # The connection at the beginning of the line. If unset, there is no connection. Only lines with a Type indicating it is a &quot;connector&quot; can have a `start_connection`.
11516 &quot;connectedObjectId&quot;: &quot;A String&quot;, # The object ID of the connected page element. Some page elements, such as groups, tables, and lines do not have connection sites and therefore cannot be connected to a connector line.
11517 &quot;connectionSiteIndex&quot;: 42, # The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in the description of the &quot;cnx&quot; attribute in section 20.1.9.9 and Annex H. &quot;Predefined DrawingML Shape and Text Geometries&quot; of &quot;Office Open XML File Formats-Fundamentals and Markup Language Reference&quot;, part 1 of [ECMA-376 5th edition] (http://www.ecma-international.org/publications/standards/Ecma-376.htm). The position of each connection site can also be viewed from Slides editor.
11518 },
11519 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the line.
11520 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11521 &quot;magnitude&quot;: 3.14, # The magnitude.
11522 },
11523 &quot;endArrow&quot;: &quot;A String&quot;, # The style of the arrow at the end of the line.
11524 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the line.
11525 &quot;endConnection&quot;: { # The properties for one end of a Line connection. # The connection at the end of the line. If unset, there is no connection. Only lines with a Type indicating it is a &quot;connector&quot; can have an `end_connection`.
11526 &quot;connectedObjectId&quot;: &quot;A String&quot;, # The object ID of the connected page element. Some page elements, such as groups, tables, and lines do not have connection sites and therefore cannot be connected to a connector line.
11527 &quot;connectionSiteIndex&quot;: 42, # The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in the description of the &quot;cnx&quot; attribute in section 20.1.9.9 and Annex H. &quot;Predefined DrawingML Shape and Text Geometries&quot; of &quot;Office Open XML File Formats-Fundamentals and Markup Language Reference&quot;, part 1 of [ECMA-376 5th edition] (http://www.ecma-international.org/publications/standards/Ecma-376.htm). The position of each connection site can also be viewed from Slides editor.
11528 },
11529 },
11530 &quot;lineType&quot;: &quot;A String&quot;, # The type of the line.
11531 &quot;lineCategory&quot;: &quot;A String&quot;, # The category of the line. It matches the `category` specified in CreateLineRequest, and can be updated with UpdateLineCategoryRequest.
11532 },
11533 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # The transform of the page element. The visual appearance of the page element is determined by its absolute transform. To compute the absolute transform, preconcatenate a page element&#x27;s transform with the transforms of all of its parent groups. If the page element is not in a group, its absolute transform is the same as the value in this field. The initial transform for the newly created Group is always the identity transform.
11534 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
11535 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
11536 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
11537 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
11538 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
11539 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
11540 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
11541 },
11542 &quot;wordArt&quot;: { # A PageElement kind representing word art. # A word art page element.
11543 &quot;renderedText&quot;: &quot;A String&quot;, # The text rendered as word art.
11544 },
11545 &quot;image&quot;: { # A PageElement kind representing an image. # An image page element.
11546 &quot;contentUrl&quot;: &quot;A String&quot;, # An URL to an image with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation&#x27;s sharing settings change.
11547 &quot;imageProperties&quot;: { # The properties of the Image. # The properties of the image.
11548 &quot;recolor&quot;: { # A recolor effect applied on an image. # The recolor effect of the image. If not set, the image is not recolored. This property is read-only.
11549 &quot;recolorStops&quot;: [ # The recolor effect is represented by a gradient, which is a list of color stops. The colors in the gradient will replace the corresponding colors at the same position in the color palette and apply to the image. This property is read-only.
11550 { # A color and position in a gradient band.
11551 &quot;position&quot;: 3.14, # The relative position of the color stop in the gradient band measured in percentage. The value should be in the interval [0.0, 1.0].
11552 &quot;alpha&quot;: 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0, fully opaque.
11553 &quot;color&quot;: { # A themeable solid color value. # The color of the gradient stop.
11554 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11555 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11556 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11557 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11558 },
11559 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11560 },
11561 },
11562 ],
11563 &quot;name&quot;: &quot;A String&quot;, # The name of the recolor effect. The name is determined from the `recolor_stops` by matching the gradient against the colors in the page&#x27;s current color scheme. This property is read-only.
11564 },
11565 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link.
11566 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
11567 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
11568 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
11569 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
11570 },
11571 &quot;contrast&quot;: 3.14, # The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
11572 &quot;brightness&quot;: 3.14, # The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
11573 &quot;transparency&quot;: 3.14, # The transparency effect of the image. The value should be in the interval [0.0, 1.0], where 0 means no effect and 1 means completely transparent. This property is read-only.
11574 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow of the image. If not set, the image has no shadow. This property is read-only.
11575 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
11576 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
11577 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
11578 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
11579 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
11580 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
11581 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
11582 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
11583 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
11584 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
11585 },
11586 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
11587 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
11588 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
11589 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11590 &quot;magnitude&quot;: 3.14, # The magnitude.
11591 },
11592 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
11593 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11594 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11595 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11596 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11597 },
11598 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11599 },
11600 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
11601 },
11602 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the image. If not set, the image has no outline.
11603 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
11604 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
11605 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
11606 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
11607 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11608 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11609 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11610 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11611 },
11612 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11613 },
11614 },
11615 },
11616 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
11617 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11618 &quot;magnitude&quot;: 3.14, # The magnitude.
11619 },
11620 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
11621 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
11622 },
11623 &quot;cropProperties&quot;: { # The crop properties of an object enclosed in a container. For example, an Image. The crop properties is represented by the offsets of four edges which define a crop rectangle. The offsets are measured in percentage from the corresponding edges of the object&#x27;s original bounding rectangle towards inside, relative to the object&#x27;s original dimensions. - If the offset is in the interval (0, 1), the corresponding edge of crop rectangle is positioned inside of the object&#x27;s original bounding rectangle. - If the offset is negative or greater than 1, the corresponding edge of crop rectangle is positioned outside of the object&#x27;s original bounding rectangle. - If the left edge of the crop rectangle is on the right side of its right edge, the object will be flipped horizontally. - If the top edge of the crop rectangle is below its bottom edge, the object will be flipped vertically. - If all offsets and rotation angle is 0, the object is not cropped. After cropping, the content in the crop rectangle will be stretched to fit its container. # The crop properties of the image. If not set, the image is not cropped. This property is read-only.
11624 &quot;leftOffset&quot;: 3.14, # The offset specifies the left edge of the crop rectangle that is located to the right of the original bounding rectangle left edge, relative to the object&#x27;s original width.
11625 &quot;rightOffset&quot;: 3.14, # The offset specifies the right edge of the crop rectangle that is located to the left of the original bounding rectangle right edge, relative to the object&#x27;s original width.
11626 &quot;angle&quot;: 3.14, # The rotation angle of the crop window around its center, in radians. Rotation angle is applied after the offset.
11627 &quot;bottomOffset&quot;: 3.14, # The offset specifies the bottom edge of the crop rectangle that is located above the original bounding rectangle bottom edge, relative to the object&#x27;s original height.
11628 &quot;topOffset&quot;: 3.14, # The offset specifies the top edge of the crop rectangle that is located below the original bounding rectangle top edge, relative to the object&#x27;s original height.
11629 },
11630 },
11631 &quot;sourceUrl&quot;: &quot;A String&quot;, # The source URL is the URL used to insert the image. The source URL can be empty.
11632 },
11633 &quot;table&quot;: { # A PageElement kind representing a table. # A table page element.
11634 &quot;tableRows&quot;: [ # Properties and contents of each row. Cells that span multiple rows are contained in only one of these rows and have a row_span greater than 1.
11635 { # Properties and contents of each row in a table.
11636 &quot;tableRowProperties&quot;: { # Properties of each row in a table. # Properties of the row.
11637 &quot;minRowHeight&quot;: { # A magnitude in a single direction in the specified units. # Minimum height of the row. The row will be rendered in the Slides editor at a height equal to or greater than this value in order to show all the text in the row&#x27;s cell(s).
11638 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11639 &quot;magnitude&quot;: 3.14, # The magnitude.
11640 },
11641 },
11642 &quot;rowHeight&quot;: { # A magnitude in a single direction in the specified units. # Height of a row.
11643 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11644 &quot;magnitude&quot;: 3.14, # The magnitude.
11645 },
11646 &quot;tableCells&quot;: [ # Properties and contents of each cell. Cells that span multiple columns are represented only once with a column_span greater than 1. As a result, the length of this collection does not always match the number of columns of the entire table.
11647 { # Properties and contents of each table cell.
11648 &quot;tableCellProperties&quot;: { # The properties of the TableCell. # The properties of the table cell.
11649 &quot;contentAlignment&quot;: &quot;A String&quot;, # The alignment of the content in the table cell. The default alignment matches the alignment for newly created table cells in the Slides editor.
11650 &quot;tableCellBackgroundFill&quot;: { # The table cell background fill. # The background fill of the table cell. The default fill matches the fill for newly created table cells in the Slides editor.
11651 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a table cell will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a table cell, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
11652 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
11653 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
11654 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
11655 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11656 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11657 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11658 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11659 },
11660 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11661 },
11662 },
11663 },
11664 },
11665 &quot;rowSpan&quot;: 42, # Row span of the cell.
11666 &quot;text&quot;: { # The general text content. The text must reside in a compatible shape (e.g. text box or rectangle) or a table cell in a page. # The text content of the cell.
11667 &quot;textElements&quot;: [ # The text contents broken down into its component parts, including styling information. This property is read-only.
11668 { # A TextElement describes the content of a range of indices in the text content of a Shape or TableCell.
11669 &quot;autoText&quot;: { # A TextElement kind that represents auto text. # A TextElement representing a spot in the text that is dynamically replaced with content that can change over time.
11670 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this auto text.
11671 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
11672 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
11673 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
11674 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
11675 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
11676 },
11677 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
11678 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
11679 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
11680 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
11681 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11682 &quot;magnitude&quot;: 3.14, # The magnitude.
11683 },
11684 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
11685 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
11686 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
11687 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
11688 },
11689 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
11690 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
11691 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
11692 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
11693 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
11694 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11695 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11696 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11697 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11698 },
11699 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11700 },
11701 },
11702 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
11703 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
11704 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11705 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11706 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11707 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11708 },
11709 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11710 },
11711 },
11712 },
11713 &quot;content&quot;: &quot;A String&quot;, # The rendered content of this auto text, if available.
11714 &quot;type&quot;: &quot;A String&quot;, # The type of this auto text.
11715 },
11716 &quot;textRun&quot;: { # A TextElement kind that represents a run of text that all has the same styling. # A TextElement representing a run of text where all of the characters in the run have the same TextStyle. The `start_index` and `end_index` of TextRuns will always be fully contained in the index range of a single `paragraph_marker` TextElement. In other words, a TextRun will never span multiple paragraphs.
11717 &quot;content&quot;: &quot;A String&quot;, # The text of this run.
11718 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this run.
11719 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
11720 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
11721 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
11722 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
11723 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
11724 },
11725 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
11726 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
11727 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
11728 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
11729 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11730 &quot;magnitude&quot;: 3.14, # The magnitude.
11731 },
11732 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
11733 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
11734 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
11735 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
11736 },
11737 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
11738 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
11739 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
11740 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
11741 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
11742 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11743 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11744 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11745 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11746 },
11747 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11748 },
11749 },
11750 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
11751 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
11752 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11753 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11754 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11755 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11756 },
11757 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11758 },
11759 },
11760 },
11761 },
11762 &quot;startIndex&quot;: 42, # The zero-based start index of this text element, in Unicode code units.
11763 &quot;paragraphMarker&quot;: { # A TextElement kind that represents the beginning of a new paragraph. # A marker representing the beginning of a new paragraph. The `start_index` and `end_index` of this TextElement represent the range of the paragraph. Other TextElements with an index range contained inside this paragraph&#x27;s range are considered to be part of this paragraph. The range of indices of two separate paragraphs will never overlap.
11764 &quot;style&quot;: { # Styles that apply to a whole paragraph. If this text is contained in a shape with a parent placeholder, then these paragraph styles may be inherited from the parent. Which paragraph styles are inherited depend on the nesting level of lists: * A paragraph not in a list will inherit its paragraph style from the paragraph at the 0 nesting level of the list inside the parent placeholder. * A paragraph in a list will inherit its paragraph style from the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited paragraph styles are represented as unset fields in this message. # The paragraph&#x27;s style
11765 &quot;spaceBelow&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space below the paragraph. If unset, the value is inherited from the parent.
11766 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11767 &quot;magnitude&quot;: 3.14, # The magnitude.
11768 },
11769 &quot;spaceAbove&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space above the paragraph. If unset, the value is inherited from the parent.
11770 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11771 &quot;magnitude&quot;: 3.14, # The magnitude.
11772 },
11773 &quot;indentFirstLine&quot;: { # A magnitude in a single direction in the specified units. # The amount of indentation for the start of the first line of the paragraph. If unset, the value is inherited from the parent.
11774 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11775 &quot;magnitude&quot;: 3.14, # The magnitude.
11776 },
11777 &quot;lineSpacing&quot;: 3.14, # The amount of space between lines, as a percentage of normal, where normal is represented as 100.0. If unset, the value is inherited from the parent.
11778 &quot;direction&quot;: &quot;A String&quot;, # The text direction of this paragraph. If unset, the value defaults to LEFT_TO_RIGHT since text direction is not inherited.
11779 &quot;indentEnd&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the end of the text, based on the current text direction. If unset, the value is inherited from the parent.
11780 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11781 &quot;magnitude&quot;: 3.14, # The magnitude.
11782 },
11783 &quot;indentStart&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the start of the text, based on the current text direction. If unset, the value is inherited from the parent.
11784 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11785 &quot;magnitude&quot;: 3.14, # The magnitude.
11786 },
11787 &quot;alignment&quot;: &quot;A String&quot;, # The text alignment for this paragraph.
11788 &quot;spacingMode&quot;: &quot;A String&quot;, # The spacing mode for the paragraph.
11789 },
11790 &quot;bullet&quot;: { # Describes the bullet of a paragraph. # The bullet for this paragraph. If not present, the paragraph does not belong to a list.
11791 &quot;glyph&quot;: &quot;A String&quot;, # The rendered bullet glyph for this paragraph.
11792 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list this paragraph belongs to.
11793 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The paragraph specific text style applied to this bullet.
11794 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
11795 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
11796 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
11797 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
11798 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
11799 },
11800 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
11801 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
11802 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
11803 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
11804 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11805 &quot;magnitude&quot;: 3.14, # The magnitude.
11806 },
11807 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
11808 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
11809 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
11810 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
11811 },
11812 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
11813 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
11814 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
11815 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
11816 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
11817 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11818 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11819 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11820 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11821 },
11822 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11823 },
11824 },
11825 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
11826 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
11827 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11828 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11829 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11830 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11831 },
11832 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11833 },
11834 },
11835 },
11836 &quot;nestingLevel&quot;: 42, # The nesting level of this paragraph in the list.
11837 },
11838 },
11839 &quot;endIndex&quot;: 42, # The zero-based end index of this text element, exclusive, in Unicode code units.
11840 },
11841 ],
11842 &quot;lists&quot;: { # The bulleted lists contained in this text, keyed by list ID.
11843 &quot;a_key&quot;: { # A List describes the look and feel of bullets belonging to paragraphs associated with a list. A paragraph that is part of a list has an implicit reference to that list&#x27;s ID.
11844 &quot;nestingLevel&quot;: { # A map of nesting levels to the properties of bullets at the associated level. A list has at most nine levels of nesting, so the possible values for the keys of this map are 0 through 8, inclusive.
11845 &quot;a_key&quot;: { # Contains properties describing the look and feel of a list bullet at a given level of nesting.
11846 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The style of a bullet at this level of nesting.
11847 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
11848 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
11849 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
11850 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
11851 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
11852 },
11853 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
11854 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
11855 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
11856 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
11857 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11858 &quot;magnitude&quot;: 3.14, # The magnitude.
11859 },
11860 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
11861 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
11862 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
11863 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
11864 },
11865 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
11866 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
11867 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
11868 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
11869 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
11870 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11871 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11872 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11873 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11874 },
11875 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11876 },
11877 },
11878 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
11879 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
11880 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11881 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11882 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11883 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11884 },
11885 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11886 },
11887 },
11888 },
11889 },
11890 },
11891 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list.
11892 },
11893 },
11894 },
11895 &quot;columnSpan&quot;: 42, # Column span of the cell.
11896 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the cell within the table.
11897 &quot;rowIndex&quot;: 42, # The 0-based row index.
11898 &quot;columnIndex&quot;: 42, # The 0-based column index.
11899 },
11900 },
11901 ],
11902 },
11903 ],
11904 &quot;horizontalBorderRows&quot;: [ # Properties of horizontal cell borders. A table&#x27;s horizontal cell borders are represented as a grid. The grid has one more row than the number of rows in the table and the same number of columns as the table. For example, if the table is 3 x 3, its horizontal borders will be represented as a grid with 4 rows and 3 columns.
11905 { # Contents of each border row in a table.
11906 &quot;tableBorderCells&quot;: [ # Properties of each border cell. When a border&#x27;s adjacent table cells are merged, it is not included in the response.
11907 { # The properties of each border cell.
11908 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the border within the border table.
11909 &quot;rowIndex&quot;: 42, # The 0-based row index.
11910 &quot;columnIndex&quot;: 42, # The 0-based column index.
11911 },
11912 &quot;tableBorderProperties&quot;: { # The border styling properties of the TableBorderCell. # The border properties.
11913 &quot;tableBorderFill&quot;: { # The fill of the border. # The fill of the table border.
11914 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid fill.
11915 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
11916 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
11917 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11918 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11919 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11920 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11921 },
11922 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11923 },
11924 },
11925 },
11926 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the border.
11927 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11928 &quot;magnitude&quot;: 3.14, # The magnitude.
11929 },
11930 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the border.
11931 },
11932 },
11933 ],
11934 },
11935 ],
11936 &quot;verticalBorderRows&quot;: [ # Properties of vertical cell borders. A table&#x27;s vertical cell borders are represented as a grid. The grid has the same number of rows as the table and one more column than the number of columns in the table. For example, if the table is 3 x 3, its vertical borders will be represented as a grid with 3 rows and 4 columns.
11937 { # Contents of each border row in a table.
11938 &quot;tableBorderCells&quot;: [ # Properties of each border cell. When a border&#x27;s adjacent table cells are merged, it is not included in the response.
11939 { # The properties of each border cell.
11940 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the border within the border table.
11941 &quot;rowIndex&quot;: 42, # The 0-based row index.
11942 &quot;columnIndex&quot;: 42, # The 0-based column index.
11943 },
11944 &quot;tableBorderProperties&quot;: { # The border styling properties of the TableBorderCell. # The border properties.
11945 &quot;tableBorderFill&quot;: { # The fill of the border. # The fill of the table border.
11946 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid fill.
11947 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
11948 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
11949 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
11950 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
11951 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
11952 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
11953 },
11954 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
11955 },
11956 },
11957 },
11958 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the border.
11959 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11960 &quot;magnitude&quot;: 3.14, # The magnitude.
11961 },
11962 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the border.
11963 },
11964 },
11965 ],
11966 },
11967 ],
11968 &quot;rows&quot;: 42, # Number of rows in the table.
11969 &quot;columns&quot;: 42, # Number of columns in the table.
11970 &quot;tableColumns&quot;: [ # Properties of each column.
11971 { # Properties of each column in a table.
11972 &quot;columnWidth&quot;: { # A magnitude in a single direction in the specified units. # Width of a column.
11973 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11974 &quot;magnitude&quot;: 3.14, # The magnitude.
11975 },
11976 },
11977 ],
11978 },
11979 &quot;size&quot;: { # A width and height. # The size of the page element.
11980 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
11981 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11982 &quot;magnitude&quot;: 3.14, # The magnitude.
11983 },
11984 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
11985 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
11986 &quot;magnitude&quot;: 3.14, # The magnitude.
11987 },
11988 },
11989 &quot;elementGroup&quot;: { # A PageElement kind representing a joined collection of PageElements. # A collection of page elements joined as a single unit.
11990 &quot;children&quot;: [ # The collection of elements in the group. The minimum size of a group is 2.
11991 # Object with schema name: PageElement
11992 ],
11993 },
11994 &quot;sheetsChart&quot;: { # A PageElement kind representing a linked chart embedded from Google Sheets. # A linked chart embedded from Google Sheets. Unlinked charts are represented as images.
11995 &quot;sheetsChartProperties&quot;: { # The properties of the SheetsChart. # The properties of the Sheets chart.
11996 &quot;chartImageProperties&quot;: { # The properties of the Image. # The properties of the embedded chart image.
11997 &quot;recolor&quot;: { # A recolor effect applied on an image. # The recolor effect of the image. If not set, the image is not recolored. This property is read-only.
11998 &quot;recolorStops&quot;: [ # The recolor effect is represented by a gradient, which is a list of color stops. The colors in the gradient will replace the corresponding colors at the same position in the color palette and apply to the image. This property is read-only.
11999 { # A color and position in a gradient band.
12000 &quot;position&quot;: 3.14, # The relative position of the color stop in the gradient band measured in percentage. The value should be in the interval [0.0, 1.0].
12001 &quot;alpha&quot;: 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0, fully opaque.
12002 &quot;color&quot;: { # A themeable solid color value. # The color of the gradient stop.
12003 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12004 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
12005 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
12006 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
12007 },
12008 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12009 },
12010 },
12011 ],
12012 &quot;name&quot;: &quot;A String&quot;, # The name of the recolor effect. The name is determined from the `recolor_stops` by matching the gradient against the colors in the page&#x27;s current color scheme. This property is read-only.
12013 },
12014 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link.
12015 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
12016 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
12017 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
12018 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
12019 },
12020 &quot;contrast&quot;: 3.14, # The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
12021 &quot;brightness&quot;: 3.14, # The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
12022 &quot;transparency&quot;: 3.14, # The transparency effect of the image. The value should be in the interval [0.0, 1.0], where 0 means no effect and 1 means completely transparent. This property is read-only.
12023 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow of the image. If not set, the image has no shadow. This property is read-only.
12024 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
12025 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
12026 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
12027 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
12028 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
12029 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
12030 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
12031 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
12032 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
12033 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
12034 },
12035 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
12036 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
12037 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
12038 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12039 &quot;magnitude&quot;: 3.14, # The magnitude.
12040 },
12041 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
12042 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12043 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
12044 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
12045 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
12046 },
12047 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12048 },
12049 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
12050 },
12051 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the image. If not set, the image has no outline.
12052 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
12053 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
12054 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
12055 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
12056 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12057 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
12058 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
12059 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
12060 },
12061 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12062 },
12063 },
12064 },
12065 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
12066 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12067 &quot;magnitude&quot;: 3.14, # The magnitude.
12068 },
12069 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
12070 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
12071 },
12072 &quot;cropProperties&quot;: { # The crop properties of an object enclosed in a container. For example, an Image. The crop properties is represented by the offsets of four edges which define a crop rectangle. The offsets are measured in percentage from the corresponding edges of the object&#x27;s original bounding rectangle towards inside, relative to the object&#x27;s original dimensions. - If the offset is in the interval (0, 1), the corresponding edge of crop rectangle is positioned inside of the object&#x27;s original bounding rectangle. - If the offset is negative or greater than 1, the corresponding edge of crop rectangle is positioned outside of the object&#x27;s original bounding rectangle. - If the left edge of the crop rectangle is on the right side of its right edge, the object will be flipped horizontally. - If the top edge of the crop rectangle is below its bottom edge, the object will be flipped vertically. - If all offsets and rotation angle is 0, the object is not cropped. After cropping, the content in the crop rectangle will be stretched to fit its container. # The crop properties of the image. If not set, the image is not cropped. This property is read-only.
12073 &quot;leftOffset&quot;: 3.14, # The offset specifies the left edge of the crop rectangle that is located to the right of the original bounding rectangle left edge, relative to the object&#x27;s original width.
12074 &quot;rightOffset&quot;: 3.14, # The offset specifies the right edge of the crop rectangle that is located to the left of the original bounding rectangle right edge, relative to the object&#x27;s original width.
12075 &quot;angle&quot;: 3.14, # The rotation angle of the crop window around its center, in radians. Rotation angle is applied after the offset.
12076 &quot;bottomOffset&quot;: 3.14, # The offset specifies the bottom edge of the crop rectangle that is located above the original bounding rectangle bottom edge, relative to the object&#x27;s original height.
12077 &quot;topOffset&quot;: 3.14, # The offset specifies the top edge of the crop rectangle that is located below the original bounding rectangle top edge, relative to the object&#x27;s original height.
12078 },
12079 },
12080 },
12081 &quot;contentUrl&quot;: &quot;A String&quot;, # The URL of an image of the embedded chart, with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation&#x27;s sharing settings change.
12082 &quot;spreadsheetId&quot;: &quot;A String&quot;, # The ID of the Google Sheets spreadsheet that contains the source chart.
12083 &quot;chartId&quot;: 42, # The ID of the specific chart in the Google Sheets spreadsheet that is embedded.
12084 },
12085 },
12086 ],
12087 &quot;objectId&quot;: &quot;A String&quot;, # The object ID for this page. Object IDs used by Page and PageElement share the same namespace.
12088 &quot;pageProperties&quot;: { # The properties of the Page. The page will inherit properties from the parent page. Depending on the page type the hierarchy is defined in either SlideProperties or LayoutProperties. # The properties of the page.
12089 &quot;pageBackgroundFill&quot;: { # The page background fill. # The background fill of the page. If unset, the background fill is inherited from a parent page if it exists. If the page has no parent, then the background fill defaults to the corresponding fill in the Slides editor.
12090 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a page will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a page, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
12091 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
12092 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
12093 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
12094 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12095 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
12096 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
12097 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
12098 },
12099 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12100 },
12101 },
12102 &quot;stretchedPictureFill&quot;: { # The stretched picture fill. The page or page element is filled entirely with the specified picture. The picture is stretched to fit its container. # Stretched picture fill.
12103 &quot;contentUrl&quot;: &quot;A String&quot;, # Reading the content_url: An URL to a picture with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the picture as the original requester. Access to the picture may be lost if the presentation&#x27;s sharing settings change. Writing the content_url: The picture is fetched once at insertion time and a copy is stored for display inside the presentation. Pictures must be less than 50MB in size, cannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF format. The provided URL can be at most 2 kB in length.
12104 &quot;size&quot;: { # A width and height. # The original size of the picture fill. This field is read-only.
12105 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
12106 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12107 &quot;magnitude&quot;: 3.14, # The magnitude.
12108 },
12109 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
12110 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12111 &quot;magnitude&quot;: 3.14, # The magnitude.
12112 },
12113 },
12114 },
12115 },
12116 &quot;colorScheme&quot;: { # The palette of predefined colors for a page. # The color scheme of the page. If unset, the color scheme is inherited from a parent page. If the page has no parent, the color scheme uses a default Slides color scheme, matching the defaults in the Slides editor. Only the concrete colors of the first 12 ThemeColorTypes are editable. In addition, only the color scheme on `Master` pages can be updated. To update the field, a color scheme containing mappings from all the first 12 ThemeColorTypes to their concrete colors must be provided. Colors for the remaining ThemeColorTypes will be ignored.
12117 &quot;colors&quot;: [ # The ThemeColorType and corresponding concrete color pairs.
12118 { # A pair mapping a theme color type to the concrete color it represents.
12119 &quot;type&quot;: &quot;A String&quot;, # The type of the theme color.
12120 &quot;color&quot;: { # An RGB color. # The concrete color corresponding to the theme color type above.
12121 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
12122 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
12123 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
12124 },
12125 },
12126 ],
12127 },
12128 },
12129 &quot;revisionId&quot;: &quot;A String&quot;, # The revision ID of the presentation containing this page. Can be used in update requests to assert that the presentation revision hasn&#x27;t changed since the last read operation. Only populated if the user has edit access to the presentation. The format of the revision ID may change over time, so it should be treated opaquely. A returned revision ID is only guaranteed to be valid for 24 hours after it has been returned and cannot be shared across users. If the revision ID is unchanged between calls, then the presentation has not changed. Conversely, a changed ID (for the same presentation and user) usually means the presentation has been updated; however, a changed ID can also be due to internal factors such as ID format changes.
12130 &quot;notesProperties&quot;: { # The properties of Page that are only relevant for pages with page_type NOTES. # Notes specific properties. Only set if page_type = NOTES.
12131 &quot;speakerNotesObjectId&quot;: &quot;A String&quot;, # The object ID of the shape on this notes page that contains the speaker notes for the corresponding slide. The actual shape may not always exist on the notes page. Inserting text using this object ID will automatically create the shape. In this case, the actual shape may have different object ID. The `GetPresentation` or `GetPage` action will always return the latest object ID.
12132 },
12133 },
12134 ],
12135 &quot;title&quot;: &quot;A String&quot;, # The title of the presentation.
12136 &quot;locale&quot;: &quot;A String&quot;, # The locale of the presentation, as an IETF BCP 47 language tag.
12137 &quot;notesMaster&quot;: { # A page in a presentation. # The notes master in the presentation. It serves three purposes: - Placeholder shapes on a notes master contain the default text styles and shape properties of all placeholder shapes on notes pages. Specifically, a `SLIDE_IMAGE` placeholder shape contains the slide thumbnail, and a `BODY` placeholder shape contains the speaker notes. - The notes master page properties define the common page properties inherited by all notes pages. - Any other shapes on the notes master appears on all notes pages. The notes master is read-only.
12138 &quot;slideProperties&quot;: { # The properties of Page that are only relevant for pages with page_type SLIDE. # Slide specific properties. Only set if page_type = SLIDE.
12139 &quot;masterObjectId&quot;: &quot;A String&quot;, # The object ID of the master that this slide is based on. This property is read-only.
12140 &quot;notesPage&quot;: # Object with schema name: Page # The notes page that this slide is associated with. It defines the visual appearance of a notes page when printing or exporting slides with speaker notes. A notes page inherits properties from the notes master. The placeholder shape with type BODY on the notes page contains the speaker notes for this slide. The ID of this shape is identified by the speakerNotesObjectId field. The notes page is read-only except for the text content and styles of the speaker notes shape. This property is read-only.
12141 &quot;layoutObjectId&quot;: &quot;A String&quot;, # The object ID of the layout that this slide is based on. This property is read-only.
12142 },
12143 &quot;masterProperties&quot;: { # The properties of Page that are only relevant for pages with page_type MASTER. # Master specific properties. Only set if page_type = MASTER.
12144 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the master.
12145 },
12146 &quot;layoutProperties&quot;: { # The properties of Page are only relevant for pages with page_type LAYOUT. # Layout specific properties. Only set if page_type = LAYOUT.
12147 &quot;name&quot;: &quot;A String&quot;, # The name of the layout.
12148 &quot;displayName&quot;: &quot;A String&quot;, # The human-readable name of the layout.
12149 &quot;masterObjectId&quot;: &quot;A String&quot;, # The object ID of the master that this layout is based on.
12150 },
12151 &quot;pageType&quot;: &quot;A String&quot;, # The type of the page.
12152 &quot;pageElements&quot;: [ # The page elements rendered on the page.
12153 { # A visual element rendered on a page.
12154 &quot;objectId&quot;: &quot;A String&quot;, # The object ID for this page element. Object IDs used by google.apps.slides.v1.Page and google.apps.slides.v1.PageElement share the same namespace.
12155 &quot;video&quot;: { # A PageElement kind representing a video. # A video page element.
12156 &quot;source&quot;: &quot;A String&quot;, # The video source.
12157 &quot;url&quot;: &quot;A String&quot;, # An URL to a video. The URL is valid as long as the source video exists and sharing settings do not change.
12158 &quot;id&quot;: &quot;A String&quot;, # The video source&#x27;s unique identifier for this video.
12159 &quot;videoProperties&quot;: { # The properties of the Video. # The properties of the video.
12160 &quot;autoPlay&quot;: True or False, # Whether to enable video autoplay when the page is displayed in present mode. Defaults to false.
12161 &quot;start&quot;: 42, # The time at which to start playback, measured in seconds from the beginning of the video. If set, the start time should be before the end time. If you set this to a value that exceeds the video&#x27;s length in seconds, the video will be played from the last second. If not set, the video will be played from the beginning.
12162 &quot;mute&quot;: True or False, # Whether to mute the audio during video playback. Defaults to false.
12163 &quot;end&quot;: 42, # The time at which to end playback, measured in seconds from the beginning of the video. If set, the end time should be after the start time. If not set or if you set this to a value that exceeds the video&#x27;s length, the video will be played until its end.
12164 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the video. The default outline matches the defaults for new videos created in the Slides editor.
12165 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
12166 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
12167 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
12168 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
12169 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12170 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
12171 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
12172 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
12173 },
12174 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12175 },
12176 },
12177 },
12178 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
12179 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12180 &quot;magnitude&quot;: 3.14, # The magnitude.
12181 },
12182 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
12183 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
12184 },
12185 },
12186 },
12187 &quot;description&quot;: &quot;A String&quot;, # The description of the page element. Combined with title to display alt text. The field is not supported for Group elements.
12188 &quot;title&quot;: &quot;A String&quot;, # The title of the page element. Combined with description to display alt text. The field is not supported for Group elements.
12189 &quot;shape&quot;: { # A PageElement kind representing a generic shape that does not have a more specific classification. # A generic shape.
12190 &quot;placeholder&quot;: { # The placeholder information that uniquely identifies a placeholder shape. # Placeholders are shapes that are inherit from corresponding placeholders on layouts and masters. If set, the shape is a placeholder shape and any inherited properties can be resolved by looking at the parent placeholder identified by the Placeholder.parent_object_id field.
12191 &quot;parentObjectId&quot;: &quot;A String&quot;, # The object ID of this shape&#x27;s parent placeholder. If unset, the parent placeholder shape does not exist, so the shape does not inherit properties from any other shape.
12192 &quot;index&quot;: 42, # The index of the placeholder. If the same placeholder types are present in the same page, they would have different index values.
12193 &quot;type&quot;: &quot;A String&quot;, # The type of the placeholder.
12194 },
12195 &quot;shapeType&quot;: &quot;A String&quot;, # The type of the shape.
12196 &quot;shapeProperties&quot;: { # The properties of a Shape. If the shape is a placeholder shape as determined by the placeholder field, then these properties may be inherited from a parent placeholder shape. Determining the rendered value of the property depends on the corresponding property_state field value. # The properties of the shape.
12197 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the shape. If unset, there is no link. Links are not inherited from parent placeholders.
12198 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
12199 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
12200 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
12201 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
12202 },
12203 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the shape. If unset, the outline is inherited from a parent placeholder if it exists. If the shape has no parent, then the default outline depends on the shape type, matching the defaults for new shapes created in the Slides editor.
12204 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
12205 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
12206 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
12207 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
12208 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12209 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
12210 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
12211 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
12212 },
12213 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12214 },
12215 },
12216 },
12217 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
12218 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12219 &quot;magnitude&quot;: 3.14, # The magnitude.
12220 },
12221 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
12222 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
12223 },
12224 &quot;contentAlignment&quot;: &quot;A String&quot;, # The alignment of the content in the shape. If unspecified, the alignment is inherited from a parent placeholder if it exists. If the shape has no parent, the default alignment matches the alignment for new shapes created in the Slides editor.
12225 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow properties of the shape. If unset, the shadow is inherited from a parent placeholder if it exists. If the shape has no parent, then the default shadow matches the defaults for new shapes created in the Slides editor. This property is read-only.
12226 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
12227 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
12228 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
12229 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
12230 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
12231 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
12232 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
12233 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
12234 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
12235 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
12236 },
12237 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
12238 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
12239 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
12240 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12241 &quot;magnitude&quot;: 3.14, # The magnitude.
12242 },
12243 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
12244 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12245 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
12246 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
12247 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
12248 },
12249 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12250 },
12251 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
12252 },
12253 &quot;shapeBackgroundFill&quot;: { # The shape background fill. # The background fill of the shape. If unset, the background fill is inherited from a parent placeholder if it exists. If the shape has no parent, then the default background fill depends on the shape type, matching the defaults for new shapes created in the Slides editor.
12254 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a shape will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a shape, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
12255 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
12256 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
12257 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
12258 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12259 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
12260 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
12261 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
12262 },
12263 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12264 },
12265 },
12266 },
12267 },
12268 &quot;text&quot;: { # The general text content. The text must reside in a compatible shape (e.g. text box or rectangle) or a table cell in a page. # The text content of the shape.
12269 &quot;textElements&quot;: [ # The text contents broken down into its component parts, including styling information. This property is read-only.
12270 { # A TextElement describes the content of a range of indices in the text content of a Shape or TableCell.
12271 &quot;autoText&quot;: { # A TextElement kind that represents auto text. # A TextElement representing a spot in the text that is dynamically replaced with content that can change over time.
12272 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this auto text.
12273 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
12274 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
12275 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
12276 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
12277 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
12278 },
12279 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
12280 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
12281 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
12282 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
12283 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12284 &quot;magnitude&quot;: 3.14, # The magnitude.
12285 },
12286 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
12287 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
12288 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
12289 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
12290 },
12291 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
12292 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
12293 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
12294 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
12295 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
12296 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12297 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
12298 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
12299 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
12300 },
12301 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12302 },
12303 },
12304 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
12305 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
12306 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12307 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
12308 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
12309 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
12310 },
12311 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12312 },
12313 },
12314 },
12315 &quot;content&quot;: &quot;A String&quot;, # The rendered content of this auto text, if available.
12316 &quot;type&quot;: &quot;A String&quot;, # The type of this auto text.
12317 },
12318 &quot;textRun&quot;: { # A TextElement kind that represents a run of text that all has the same styling. # A TextElement representing a run of text where all of the characters in the run have the same TextStyle. The `start_index` and `end_index` of TextRuns will always be fully contained in the index range of a single `paragraph_marker` TextElement. In other words, a TextRun will never span multiple paragraphs.
12319 &quot;content&quot;: &quot;A String&quot;, # The text of this run.
12320 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this run.
12321 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
12322 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
12323 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
12324 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
12325 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
12326 },
12327 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
12328 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
12329 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
12330 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
12331 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12332 &quot;magnitude&quot;: 3.14, # The magnitude.
12333 },
12334 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
12335 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
12336 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
12337 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
12338 },
12339 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
12340 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
12341 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
12342 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
12343 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
12344 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12345 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
12346 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
12347 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
12348 },
12349 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12350 },
12351 },
12352 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
12353 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
12354 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12355 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
12356 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
12357 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
12358 },
12359 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12360 },
12361 },
12362 },
12363 },
12364 &quot;startIndex&quot;: 42, # The zero-based start index of this text element, in Unicode code units.
12365 &quot;paragraphMarker&quot;: { # A TextElement kind that represents the beginning of a new paragraph. # A marker representing the beginning of a new paragraph. The `start_index` and `end_index` of this TextElement represent the range of the paragraph. Other TextElements with an index range contained inside this paragraph&#x27;s range are considered to be part of this paragraph. The range of indices of two separate paragraphs will never overlap.
12366 &quot;style&quot;: { # Styles that apply to a whole paragraph. If this text is contained in a shape with a parent placeholder, then these paragraph styles may be inherited from the parent. Which paragraph styles are inherited depend on the nesting level of lists: * A paragraph not in a list will inherit its paragraph style from the paragraph at the 0 nesting level of the list inside the parent placeholder. * A paragraph in a list will inherit its paragraph style from the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited paragraph styles are represented as unset fields in this message. # The paragraph&#x27;s style
12367 &quot;spaceBelow&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space below the paragraph. If unset, the value is inherited from the parent.
12368 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12369 &quot;magnitude&quot;: 3.14, # The magnitude.
12370 },
12371 &quot;spaceAbove&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space above the paragraph. If unset, the value is inherited from the parent.
12372 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12373 &quot;magnitude&quot;: 3.14, # The magnitude.
12374 },
12375 &quot;indentFirstLine&quot;: { # A magnitude in a single direction in the specified units. # The amount of indentation for the start of the first line of the paragraph. If unset, the value is inherited from the parent.
12376 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12377 &quot;magnitude&quot;: 3.14, # The magnitude.
12378 },
12379 &quot;lineSpacing&quot;: 3.14, # The amount of space between lines, as a percentage of normal, where normal is represented as 100.0. If unset, the value is inherited from the parent.
12380 &quot;direction&quot;: &quot;A String&quot;, # The text direction of this paragraph. If unset, the value defaults to LEFT_TO_RIGHT since text direction is not inherited.
12381 &quot;indentEnd&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the end of the text, based on the current text direction. If unset, the value is inherited from the parent.
12382 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12383 &quot;magnitude&quot;: 3.14, # The magnitude.
12384 },
12385 &quot;indentStart&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the start of the text, based on the current text direction. If unset, the value is inherited from the parent.
12386 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12387 &quot;magnitude&quot;: 3.14, # The magnitude.
12388 },
12389 &quot;alignment&quot;: &quot;A String&quot;, # The text alignment for this paragraph.
12390 &quot;spacingMode&quot;: &quot;A String&quot;, # The spacing mode for the paragraph.
12391 },
12392 &quot;bullet&quot;: { # Describes the bullet of a paragraph. # The bullet for this paragraph. If not present, the paragraph does not belong to a list.
12393 &quot;glyph&quot;: &quot;A String&quot;, # The rendered bullet glyph for this paragraph.
12394 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list this paragraph belongs to.
12395 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The paragraph specific text style applied to this bullet.
12396 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
12397 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
12398 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
12399 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
12400 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
12401 },
12402 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
12403 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
12404 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
12405 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
12406 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12407 &quot;magnitude&quot;: 3.14, # The magnitude.
12408 },
12409 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
12410 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
12411 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
12412 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
12413 },
12414 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
12415 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
12416 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
12417 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
12418 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
12419 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12420 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
12421 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
12422 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
12423 },
12424 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12425 },
12426 },
12427 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
12428 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
12429 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12430 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
12431 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
12432 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
12433 },
12434 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12435 },
12436 },
12437 },
12438 &quot;nestingLevel&quot;: 42, # The nesting level of this paragraph in the list.
12439 },
12440 },
12441 &quot;endIndex&quot;: 42, # The zero-based end index of this text element, exclusive, in Unicode code units.
12442 },
12443 ],
12444 &quot;lists&quot;: { # The bulleted lists contained in this text, keyed by list ID.
12445 &quot;a_key&quot;: { # A List describes the look and feel of bullets belonging to paragraphs associated with a list. A paragraph that is part of a list has an implicit reference to that list&#x27;s ID.
12446 &quot;nestingLevel&quot;: { # A map of nesting levels to the properties of bullets at the associated level. A list has at most nine levels of nesting, so the possible values for the keys of this map are 0 through 8, inclusive.
12447 &quot;a_key&quot;: { # Contains properties describing the look and feel of a list bullet at a given level of nesting.
12448 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The style of a bullet at this level of nesting.
12449 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
12450 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
12451 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
12452 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
12453 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
12454 },
12455 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
12456 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
12457 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
12458 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
12459 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12460 &quot;magnitude&quot;: 3.14, # The magnitude.
12461 },
12462 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
12463 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
12464 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
12465 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
12466 },
12467 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
12468 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
12469 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
12470 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
12471 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
12472 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12473 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
12474 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
12475 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
12476 },
12477 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12478 },
12479 },
12480 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
12481 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
12482 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12483 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
12484 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
12485 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
12486 },
12487 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12488 },
12489 },
12490 },
12491 },
12492 },
12493 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list.
12494 },
12495 },
12496 },
12497 },
12498 &quot;line&quot;: { # A PageElement kind representing a non-connector line, straight connector, curved connector, or bent connector. # A line page element.
12499 &quot;lineProperties&quot;: { # The properties of the Line. When unset, these fields default to values that match the appearance of new lines created in the Slides editor. # The properties of the line.
12500 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the line. If unset, there is no link.
12501 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
12502 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
12503 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
12504 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
12505 },
12506 &quot;lineFill&quot;: { # The fill of the line. # The fill of the line. The default line fill matches the defaults for new lines created in the Slides editor.
12507 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
12508 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
12509 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
12510 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12511 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
12512 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
12513 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
12514 },
12515 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12516 },
12517 },
12518 },
12519 &quot;startArrow&quot;: &quot;A String&quot;, # The style of the arrow at the beginning of the line.
12520 &quot;startConnection&quot;: { # The properties for one end of a Line connection. # The connection at the beginning of the line. If unset, there is no connection. Only lines with a Type indicating it is a &quot;connector&quot; can have a `start_connection`.
12521 &quot;connectedObjectId&quot;: &quot;A String&quot;, # The object ID of the connected page element. Some page elements, such as groups, tables, and lines do not have connection sites and therefore cannot be connected to a connector line.
12522 &quot;connectionSiteIndex&quot;: 42, # The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in the description of the &quot;cnx&quot; attribute in section 20.1.9.9 and Annex H. &quot;Predefined DrawingML Shape and Text Geometries&quot; of &quot;Office Open XML File Formats-Fundamentals and Markup Language Reference&quot;, part 1 of [ECMA-376 5th edition] (http://www.ecma-international.org/publications/standards/Ecma-376.htm). The position of each connection site can also be viewed from Slides editor.
12523 },
12524 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the line.
12525 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12526 &quot;magnitude&quot;: 3.14, # The magnitude.
12527 },
12528 &quot;endArrow&quot;: &quot;A String&quot;, # The style of the arrow at the end of the line.
12529 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the line.
12530 &quot;endConnection&quot;: { # The properties for one end of a Line connection. # The connection at the end of the line. If unset, there is no connection. Only lines with a Type indicating it is a &quot;connector&quot; can have an `end_connection`.
12531 &quot;connectedObjectId&quot;: &quot;A String&quot;, # The object ID of the connected page element. Some page elements, such as groups, tables, and lines do not have connection sites and therefore cannot be connected to a connector line.
12532 &quot;connectionSiteIndex&quot;: 42, # The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in the description of the &quot;cnx&quot; attribute in section 20.1.9.9 and Annex H. &quot;Predefined DrawingML Shape and Text Geometries&quot; of &quot;Office Open XML File Formats-Fundamentals and Markup Language Reference&quot;, part 1 of [ECMA-376 5th edition] (http://www.ecma-international.org/publications/standards/Ecma-376.htm). The position of each connection site can also be viewed from Slides editor.
12533 },
12534 },
12535 &quot;lineType&quot;: &quot;A String&quot;, # The type of the line.
12536 &quot;lineCategory&quot;: &quot;A String&quot;, # The category of the line. It matches the `category` specified in CreateLineRequest, and can be updated with UpdateLineCategoryRequest.
12537 },
12538 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # The transform of the page element. The visual appearance of the page element is determined by its absolute transform. To compute the absolute transform, preconcatenate a page element&#x27;s transform with the transforms of all of its parent groups. If the page element is not in a group, its absolute transform is the same as the value in this field. The initial transform for the newly created Group is always the identity transform.
12539 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
12540 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
12541 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
12542 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
12543 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
12544 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
12545 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
12546 },
12547 &quot;wordArt&quot;: { # A PageElement kind representing word art. # A word art page element.
12548 &quot;renderedText&quot;: &quot;A String&quot;, # The text rendered as word art.
12549 },
12550 &quot;image&quot;: { # A PageElement kind representing an image. # An image page element.
12551 &quot;contentUrl&quot;: &quot;A String&quot;, # An URL to an image with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation&#x27;s sharing settings change.
12552 &quot;imageProperties&quot;: { # The properties of the Image. # The properties of the image.
12553 &quot;recolor&quot;: { # A recolor effect applied on an image. # The recolor effect of the image. If not set, the image is not recolored. This property is read-only.
12554 &quot;recolorStops&quot;: [ # The recolor effect is represented by a gradient, which is a list of color stops. The colors in the gradient will replace the corresponding colors at the same position in the color palette and apply to the image. This property is read-only.
12555 { # A color and position in a gradient band.
12556 &quot;position&quot;: 3.14, # The relative position of the color stop in the gradient band measured in percentage. The value should be in the interval [0.0, 1.0].
12557 &quot;alpha&quot;: 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0, fully opaque.
12558 &quot;color&quot;: { # A themeable solid color value. # The color of the gradient stop.
12559 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12560 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
12561 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
12562 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
12563 },
12564 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12565 },
12566 },
12567 ],
12568 &quot;name&quot;: &quot;A String&quot;, # The name of the recolor effect. The name is determined from the `recolor_stops` by matching the gradient against the colors in the page&#x27;s current color scheme. This property is read-only.
12569 },
12570 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link.
12571 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
12572 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
12573 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
12574 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
12575 },
12576 &quot;contrast&quot;: 3.14, # The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
12577 &quot;brightness&quot;: 3.14, # The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
12578 &quot;transparency&quot;: 3.14, # The transparency effect of the image. The value should be in the interval [0.0, 1.0], where 0 means no effect and 1 means completely transparent. This property is read-only.
12579 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow of the image. If not set, the image has no shadow. This property is read-only.
12580 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
12581 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
12582 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
12583 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
12584 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
12585 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
12586 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
12587 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
12588 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
12589 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
12590 },
12591 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
12592 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
12593 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
12594 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12595 &quot;magnitude&quot;: 3.14, # The magnitude.
12596 },
12597 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
12598 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12599 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
12600 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
12601 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
12602 },
12603 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12604 },
12605 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
12606 },
12607 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the image. If not set, the image has no outline.
12608 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
12609 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
12610 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
12611 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
12612 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12613 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
12614 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
12615 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
12616 },
12617 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12618 },
12619 },
12620 },
12621 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
12622 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12623 &quot;magnitude&quot;: 3.14, # The magnitude.
12624 },
12625 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
12626 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
12627 },
12628 &quot;cropProperties&quot;: { # The crop properties of an object enclosed in a container. For example, an Image. The crop properties is represented by the offsets of four edges which define a crop rectangle. The offsets are measured in percentage from the corresponding edges of the object&#x27;s original bounding rectangle towards inside, relative to the object&#x27;s original dimensions. - If the offset is in the interval (0, 1), the corresponding edge of crop rectangle is positioned inside of the object&#x27;s original bounding rectangle. - If the offset is negative or greater than 1, the corresponding edge of crop rectangle is positioned outside of the object&#x27;s original bounding rectangle. - If the left edge of the crop rectangle is on the right side of its right edge, the object will be flipped horizontally. - If the top edge of the crop rectangle is below its bottom edge, the object will be flipped vertically. - If all offsets and rotation angle is 0, the object is not cropped. After cropping, the content in the crop rectangle will be stretched to fit its container. # The crop properties of the image. If not set, the image is not cropped. This property is read-only.
12629 &quot;leftOffset&quot;: 3.14, # The offset specifies the left edge of the crop rectangle that is located to the right of the original bounding rectangle left edge, relative to the object&#x27;s original width.
12630 &quot;rightOffset&quot;: 3.14, # The offset specifies the right edge of the crop rectangle that is located to the left of the original bounding rectangle right edge, relative to the object&#x27;s original width.
12631 &quot;angle&quot;: 3.14, # The rotation angle of the crop window around its center, in radians. Rotation angle is applied after the offset.
12632 &quot;bottomOffset&quot;: 3.14, # The offset specifies the bottom edge of the crop rectangle that is located above the original bounding rectangle bottom edge, relative to the object&#x27;s original height.
12633 &quot;topOffset&quot;: 3.14, # The offset specifies the top edge of the crop rectangle that is located below the original bounding rectangle top edge, relative to the object&#x27;s original height.
12634 },
12635 },
12636 &quot;sourceUrl&quot;: &quot;A String&quot;, # The source URL is the URL used to insert the image. The source URL can be empty.
12637 },
12638 &quot;table&quot;: { # A PageElement kind representing a table. # A table page element.
12639 &quot;tableRows&quot;: [ # Properties and contents of each row. Cells that span multiple rows are contained in only one of these rows and have a row_span greater than 1.
12640 { # Properties and contents of each row in a table.
12641 &quot;tableRowProperties&quot;: { # Properties of each row in a table. # Properties of the row.
12642 &quot;minRowHeight&quot;: { # A magnitude in a single direction in the specified units. # Minimum height of the row. The row will be rendered in the Slides editor at a height equal to or greater than this value in order to show all the text in the row&#x27;s cell(s).
12643 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12644 &quot;magnitude&quot;: 3.14, # The magnitude.
12645 },
12646 },
12647 &quot;rowHeight&quot;: { # A magnitude in a single direction in the specified units. # Height of a row.
12648 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12649 &quot;magnitude&quot;: 3.14, # The magnitude.
12650 },
12651 &quot;tableCells&quot;: [ # Properties and contents of each cell. Cells that span multiple columns are represented only once with a column_span greater than 1. As a result, the length of this collection does not always match the number of columns of the entire table.
12652 { # Properties and contents of each table cell.
12653 &quot;tableCellProperties&quot;: { # The properties of the TableCell. # The properties of the table cell.
12654 &quot;contentAlignment&quot;: &quot;A String&quot;, # The alignment of the content in the table cell. The default alignment matches the alignment for newly created table cells in the Slides editor.
12655 &quot;tableCellBackgroundFill&quot;: { # The table cell background fill. # The background fill of the table cell. The default fill matches the fill for newly created table cells in the Slides editor.
12656 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a table cell will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a table cell, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
12657 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
12658 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
12659 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
12660 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12661 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
12662 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
12663 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
12664 },
12665 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12666 },
12667 },
12668 },
12669 },
12670 &quot;rowSpan&quot;: 42, # Row span of the cell.
12671 &quot;text&quot;: { # The general text content. The text must reside in a compatible shape (e.g. text box or rectangle) or a table cell in a page. # The text content of the cell.
12672 &quot;textElements&quot;: [ # The text contents broken down into its component parts, including styling information. This property is read-only.
12673 { # A TextElement describes the content of a range of indices in the text content of a Shape or TableCell.
12674 &quot;autoText&quot;: { # A TextElement kind that represents auto text. # A TextElement representing a spot in the text that is dynamically replaced with content that can change over time.
12675 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this auto text.
12676 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
12677 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
12678 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
12679 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
12680 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
12681 },
12682 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
12683 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
12684 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
12685 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
12686 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12687 &quot;magnitude&quot;: 3.14, # The magnitude.
12688 },
12689 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
12690 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
12691 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
12692 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
12693 },
12694 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012695 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
12696 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
12697 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
12698 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
12699 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12700 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012701 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080012702 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012703 },
12704 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12705 },
12706 },
12707 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
12708 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
12709 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12710 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012711 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080012712 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012713 },
12714 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12715 },
12716 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080012717 },
12718 &quot;content&quot;: &quot;A String&quot;, # The rendered content of this auto text, if available.
12719 &quot;type&quot;: &quot;A String&quot;, # The type of this auto text.
12720 },
12721 &quot;textRun&quot;: { # A TextElement kind that represents a run of text that all has the same styling. # A TextElement representing a run of text where all of the characters in the run have the same TextStyle. The `start_index` and `end_index` of TextRuns will always be fully contained in the index range of a single `paragraph_marker` TextElement. In other words, a TextRun will never span multiple paragraphs.
12722 &quot;content&quot;: &quot;A String&quot;, # The text of this run.
12723 &quot;style&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The styling applied to this run.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012724 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012725 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080012726 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
12727 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
12728 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012729 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012730 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080012731 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012732 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
12733 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012734 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080012735 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012736 },
12737 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080012738 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
12739 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
12740 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
12741 },
12742 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
12743 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
12744 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
12745 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
12746 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
12747 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12748 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
12749 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
12750 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
12751 },
12752 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12753 },
12754 },
12755 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
12756 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
12757 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12758 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
12759 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
12760 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
12761 },
12762 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12763 },
12764 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012765 },
12766 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080012767 &quot;startIndex&quot;: 42, # The zero-based start index of this text element, in Unicode code units.
12768 &quot;paragraphMarker&quot;: { # A TextElement kind that represents the beginning of a new paragraph. # A marker representing the beginning of a new paragraph. The `start_index` and `end_index` of this TextElement represent the range of the paragraph. Other TextElements with an index range contained inside this paragraph&#x27;s range are considered to be part of this paragraph. The range of indices of two separate paragraphs will never overlap.
12769 &quot;style&quot;: { # Styles that apply to a whole paragraph. If this text is contained in a shape with a parent placeholder, then these paragraph styles may be inherited from the parent. Which paragraph styles are inherited depend on the nesting level of lists: * A paragraph not in a list will inherit its paragraph style from the paragraph at the 0 nesting level of the list inside the parent placeholder. * A paragraph in a list will inherit its paragraph style from the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited paragraph styles are represented as unset fields in this message. # The paragraph&#x27;s style
12770 &quot;spaceBelow&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space below the paragraph. If unset, the value is inherited from the parent.
12771 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12772 &quot;magnitude&quot;: 3.14, # The magnitude.
12773 },
12774 &quot;spaceAbove&quot;: { # A magnitude in a single direction in the specified units. # The amount of extra space above the paragraph. If unset, the value is inherited from the parent.
12775 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12776 &quot;magnitude&quot;: 3.14, # The magnitude.
12777 },
12778 &quot;indentFirstLine&quot;: { # A magnitude in a single direction in the specified units. # The amount of indentation for the start of the first line of the paragraph. If unset, the value is inherited from the parent.
12779 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12780 &quot;magnitude&quot;: 3.14, # The magnitude.
12781 },
12782 &quot;lineSpacing&quot;: 3.14, # The amount of space between lines, as a percentage of normal, where normal is represented as 100.0. If unset, the value is inherited from the parent.
12783 &quot;direction&quot;: &quot;A String&quot;, # The text direction of this paragraph. If unset, the value defaults to LEFT_TO_RIGHT since text direction is not inherited.
12784 &quot;indentEnd&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the end of the text, based on the current text direction. If unset, the value is inherited from the parent.
12785 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12786 &quot;magnitude&quot;: 3.14, # The magnitude.
12787 },
12788 &quot;indentStart&quot;: { # A magnitude in a single direction in the specified units. # The amount indentation for the paragraph on the side that corresponds to the start of the text, based on the current text direction. If unset, the value is inherited from the parent.
12789 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12790 &quot;magnitude&quot;: 3.14, # The magnitude.
12791 },
12792 &quot;alignment&quot;: &quot;A String&quot;, # The text alignment for this paragraph.
12793 &quot;spacingMode&quot;: &quot;A String&quot;, # The spacing mode for the paragraph.
12794 },
12795 &quot;bullet&quot;: { # Describes the bullet of a paragraph. # The bullet for this paragraph. If not present, the paragraph does not belong to a list.
12796 &quot;glyph&quot;: &quot;A String&quot;, # The rendered bullet glyph for this paragraph.
12797 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list this paragraph belongs to.
12798 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The paragraph specific text style applied to this bullet.
12799 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
12800 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
12801 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
12802 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
12803 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
12804 },
12805 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
12806 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
12807 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
12808 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
12809 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12810 &quot;magnitude&quot;: 3.14, # The magnitude.
12811 },
12812 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
12813 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
12814 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
12815 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
12816 },
12817 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
12818 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
12819 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
12820 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
12821 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
12822 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12823 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
12824 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
12825 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
12826 },
12827 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12828 },
12829 },
12830 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
12831 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
12832 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12833 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
12834 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
12835 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
12836 },
12837 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12838 },
12839 },
12840 },
12841 &quot;nestingLevel&quot;: 42, # The nesting level of this paragraph in the list.
12842 },
12843 },
12844 &quot;endIndex&quot;: 42, # The zero-based end index of this text element, exclusive, in Unicode code units.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012845 },
12846 ],
12847 &quot;lists&quot;: { # The bulleted lists contained in this text, keyed by list ID.
12848 &quot;a_key&quot;: { # A List describes the look and feel of bullets belonging to paragraphs associated with a list. A paragraph that is part of a list has an implicit reference to that list&#x27;s ID.
12849 &quot;nestingLevel&quot;: { # A map of nesting levels to the properties of bullets at the associated level. A list has at most nine levels of nesting, so the possible values for the keys of this map are 0 through 8, inclusive.
12850 &quot;a_key&quot;: { # Contains properties describing the look and feel of a list bullet at a given level of nesting.
12851 &quot;bulletStyle&quot;: { # Represents the styling that can be applied to a TextRun. If this text is contained in a shape with a parent placeholder, then these text styles may be inherited from the parent. Which text styles are inherited depend on the nesting level of lists: * A text run in a paragraph that is not in a list will inherit its text style from the the newline character in the paragraph at the 0 nesting level of the list inside the parent placeholder. * A text run in a paragraph that is in a list will inherit its text style from the newline character in the paragraph at its corresponding nesting level of the list inside the parent placeholder. Inherited text styles are represented as unset fields in this message. If text is contained in a shape without a parent placeholder, unsetting these fields will revert the style to a value matching the defaults in the Slides editor. # The style of a bullet at this level of nesting.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080012852 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link. Links are not inherited from parent text. Changing the link in an update request causes some other changes to the text style of the range: * When setting a link, the text foreground color will be set to ThemeColorType.HYPERLINK and the text will be underlined. If these fields are modified in the same request, those values will be used instead of the link defaults. * Setting a link on a text range that overlaps with an existing link will also update the existing link to point to the new URL. * Links are not settable on newline characters. As a result, setting a link on a text range that crosses a paragraph boundary, such as `&quot;ABC\n123&quot;`, will separate the newline character(s) into their own text runs. The link will be applied separately to the runs before and after the newline. * Removing a link will update the text style of the range to match the style of the preceding text (or the default text styles if the preceding text is another link) unless different styles are being set in the same request.
12853 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
12854 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
12855 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
12856 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012857 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080012858 &quot;strikethrough&quot;: True or False, # Whether or not the text is struck through.
12859 &quot;smallCaps&quot;: True or False, # Whether or not the text is in small capital letters.
12860 &quot;bold&quot;: True or False, # Whether or not the text is rendered as bold.
12861 &quot;fontSize&quot;: { # A magnitude in a single direction in the specified units. # The size of the text&#x27;s font. When read, the `font_size` will specified in points.
12862 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12863 &quot;magnitude&quot;: 3.14, # The magnitude.
12864 },
12865 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`. Some fonts can affect the weight of the text. If an update request specifies values for both `font_family` and `bold`, the explicitly-set `bold` value is used.
12866 &quot;weightedFontFamily&quot;: { # Represents a font family and weight used to style a TextRun. # The font family and rendered weight of the text. This field is an extension of `font_family` meant to support explicit font weights without breaking backwards compatibility. As such, when reading the style of a range of text, the value of `weighted_font_family#font_family` will always be equal to that of `font_family`. However, when writing, if both fields are included in the field mask (either explicitly or through the wildcard `&quot;*&quot;`), their values are reconciled as follows: * If `font_family` is set and `weighted_font_family` is not, the value of `font_family` is applied with weight `400` (&quot;normal&quot;). * If both fields are set, the value of `font_family` must match that of `weighted_font_family#font_family`. If so, the font family and weight of `weighted_font_family` is applied. Otherwise, a 400 bad request error is returned. * If `weighted_font_family` is set and `font_family` is not, the font family and weight of `weighted_font_family` is applied. * If neither field is set, the font family and weight of the text inherit from the parent. Note that these properties cannot inherit separately from each other. If an update request specifies values for both `weighted_font_family` and `bold`, the `weighted_font_family` is applied first, then `bold`. If `weighted_font_family#weight` is not set, it defaults to `400`. If `weighted_font_family` is set, then `weighted_font_family#font_family` must also be set with a non-empty value. Otherwise, a 400 bad request error is returned.
12867 &quot;weight&quot;: 42, # The rendered weight of the text. This field can have any value that is a multiple of `100` between `100` and `900`, inclusive. This range corresponds to the numerical values described in the CSS 2.1 Specification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness), with non-numerical values disallowed. Weights greater than or equal to `700` are considered bold, and weights less than `700`are not bold. The default value is `400` (&quot;normal&quot;).
12868 &quot;fontFamily&quot;: &quot;A String&quot;, # The font family of the text. The font family can be any font from the Font menu in Slides or from [Google Fonts] (https://fonts.google.com/). If the font name is unrecognized, the text is rendered in `Arial`.
12869 },
12870 &quot;italic&quot;: True or False, # Whether or not the text is italicized.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012871 &quot;baselineOffset&quot;: &quot;A String&quot;, # The text&#x27;s vertical offset from its normal position. Text with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically rendered in a smaller font size, computed based on the `font_size` field. The `font_size` itself is not affected by changes in this field.
12872 &quot;underline&quot;: True or False, # Whether or not the text is underlined.
12873 &quot;foregroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The color of the text itself. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
12874 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
12875 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12876 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012877 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080012878 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012879 },
12880 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12881 },
12882 },
12883 &quot;backgroundColor&quot;: { # A color that can either be fully opaque or fully transparent. # The background color of the text. If set, the color is either opaque or transparent, depending on if the `opaque_color` field in it is set.
12884 &quot;opaqueColor&quot;: { # A themeable solid color value. # If set, this will be used as an opaque color. If unset, this represents a transparent color.
12885 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12886 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012887 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080012888 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012889 },
12890 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12891 },
12892 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012893 },
12894 },
12895 },
12896 &quot;listId&quot;: &quot;A String&quot;, # The ID of the list.
12897 },
12898 },
12899 },
12900 &quot;columnSpan&quot;: 42, # Column span of the cell.
12901 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the cell within the table.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012902 &quot;rowIndex&quot;: 42, # The 0-based row index.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012903 &quot;columnIndex&quot;: 42, # The 0-based column index.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012904 },
12905 },
12906 ],
12907 },
12908 ],
12909 &quot;horizontalBorderRows&quot;: [ # Properties of horizontal cell borders. A table&#x27;s horizontal cell borders are represented as a grid. The grid has one more row than the number of rows in the table and the same number of columns as the table. For example, if the table is 3 x 3, its horizontal borders will be represented as a grid with 4 rows and 3 columns.
12910 { # Contents of each border row in a table.
12911 &quot;tableBorderCells&quot;: [ # Properties of each border cell. When a border&#x27;s adjacent table cells are merged, it is not included in the response.
12912 { # The properties of each border cell.
12913 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the border within the border table.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012914 &quot;rowIndex&quot;: 42, # The 0-based row index.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080012915 &quot;columnIndex&quot;: 42, # The 0-based column index.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012916 },
12917 &quot;tableBorderProperties&quot;: { # The border styling properties of the TableBorderCell. # The border properties.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012918 &quot;tableBorderFill&quot;: { # The fill of the border. # The fill of the table border.
12919 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid fill.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080012920 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012921 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
12922 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12923 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012924 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080012925 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012926 },
12927 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12928 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012929 },
12930 },
12931 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the border.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012932 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080012933 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012934 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080012935 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the border.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012936 },
12937 },
12938 ],
12939 },
12940 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080012941 &quot;verticalBorderRows&quot;: [ # Properties of vertical cell borders. A table&#x27;s vertical cell borders are represented as a grid. The grid has the same number of rows as the table and one more column than the number of columns in the table. For example, if the table is 3 x 3, its vertical borders will be represented as a grid with 3 rows and 4 columns.
12942 { # Contents of each border row in a table.
12943 &quot;tableBorderCells&quot;: [ # Properties of each border cell. When a border&#x27;s adjacent table cells are merged, it is not included in the response.
12944 { # The properties of each border cell.
12945 &quot;location&quot;: { # A location of a single table cell within a table. # The location of the border within the border table.
12946 &quot;rowIndex&quot;: 42, # The 0-based row index.
12947 &quot;columnIndex&quot;: 42, # The 0-based column index.
12948 },
12949 &quot;tableBorderProperties&quot;: { # The border styling properties of the TableBorderCell. # The border properties.
12950 &quot;tableBorderFill&quot;: { # The fill of the border. # The fill of the table border.
12951 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid fill.
12952 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
12953 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
12954 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
12955 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
12956 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
12957 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
12958 },
12959 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
12960 },
12961 },
12962 },
12963 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the border.
12964 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12965 &quot;magnitude&quot;: 3.14, # The magnitude.
12966 },
12967 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the border.
12968 },
12969 },
12970 ],
12971 },
12972 ],
12973 &quot;rows&quot;: 42, # Number of rows in the table.
12974 &quot;columns&quot;: 42, # Number of columns in the table.
12975 &quot;tableColumns&quot;: [ # Properties of each column.
12976 { # Properties of each column in a table.
12977 &quot;columnWidth&quot;: { # A magnitude in a single direction in the specified units. # Width of a column.
12978 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
12979 &quot;magnitude&quot;: 3.14, # The magnitude.
12980 },
12981 },
12982 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012983 },
12984 &quot;size&quot;: { # A width and height. # The size of the page element.
12985 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012986 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080012987 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012988 },
12989 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012990 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080012991 &quot;magnitude&quot;: 3.14, # The magnitude.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012992 },
12993 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070012994 &quot;elementGroup&quot;: { # A PageElement kind representing a joined collection of PageElements. # A collection of page elements joined as a single unit.
12995 &quot;children&quot;: [ # The collection of elements in the group. The minimum size of a group is 2.
12996 # Object with schema name: PageElement
12997 ],
12998 },
12999 &quot;sheetsChart&quot;: { # A PageElement kind representing a linked chart embedded from Google Sheets. # A linked chart embedded from Google Sheets. Unlinked charts are represented as images.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070013000 &quot;sheetsChartProperties&quot;: { # The properties of the SheetsChart. # The properties of the Sheets chart.
13001 &quot;chartImageProperties&quot;: { # The properties of the Image. # The properties of the embedded chart image.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070013002 &quot;recolor&quot;: { # A recolor effect applied on an image. # The recolor effect of the image. If not set, the image is not recolored. This property is read-only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070013003 &quot;recolorStops&quot;: [ # The recolor effect is represented by a gradient, which is a list of color stops. The colors in the gradient will replace the corresponding colors at the same position in the color palette and apply to the image. This property is read-only.
13004 { # A color and position in a gradient band.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080013005 &quot;position&quot;: 3.14, # The relative position of the color stop in the gradient band measured in percentage. The value should be in the interval [0.0, 1.0].
13006 &quot;alpha&quot;: 3.14, # The alpha value of this color in the gradient band. Defaults to 1.0, fully opaque.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070013007 &quot;color&quot;: { # A themeable solid color value. # The color of the gradient stop.
13008 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
13009 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070013010 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080013011 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070013012 },
13013 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
13014 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070013015 },
13016 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080013017 &quot;name&quot;: &quot;A String&quot;, # The name of the recolor effect. The name is determined from the `recolor_stops` by matching the gradient against the colors in the page&#x27;s current color scheme. This property is read-only.
13018 },
13019 &quot;link&quot;: { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link.
13020 &quot;slideIndex&quot;: 42, # If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
13021 &quot;pageObjectId&quot;: &quot;A String&quot;, # If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
13022 &quot;relativeLink&quot;: &quot;A String&quot;, # If set, indicates this is a link to a slide in this presentation, addressed by its position.
13023 &quot;url&quot;: &quot;A String&quot;, # If set, indicates this is a link to the external web page at this URL.
13024 },
13025 &quot;contrast&quot;: 3.14, # The contrast effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
13026 &quot;brightness&quot;: 3.14, # The brightness effect of the image. The value should be in the interval [-1.0, 1.0], where 0 means no effect. This property is read-only.
13027 &quot;transparency&quot;: 3.14, # The transparency effect of the image. The value should be in the interval [0.0, 1.0], where 0 means no effect and 1 means completely transparent. This property is read-only.
13028 &quot;shadow&quot;: { # The shadow properties of a page element. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The shadow of the image. If not set, the image has no shadow. This property is read-only.
13029 &quot;alpha&quot;: 3.14, # The alpha of the shadow&#x27;s color, from 0.0 to 1.0.
13030 &quot;propertyState&quot;: &quot;A String&quot;, # The shadow property state. Updating the shadow on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no shadow on a page element, set this field to `NOT_RENDERED`. In this case, any other shadow fields set in the same request will be ignored.
13031 &quot;transform&quot;: { # AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ] to transform source coordinates (x,y) into destination coordinates (x&#x27;, y&#x27;) according to: x&#x27; x = shear_y scale_y translate_y 1 [ 1 ] After transformation, x&#x27; = scale_x * x + shear_x * y + translate_x; y&#x27; = scale_y * y + shear_y * x + translate_y; This message is therefore composed of these six matrix elements. # Transform that encodes the translate, scale, and skew of the shadow, relative to the alignment position.
13032 &quot;shearY&quot;: 3.14, # The Y coordinate shearing element.
13033 &quot;translateX&quot;: 3.14, # The X coordinate translation element.
13034 &quot;scaleX&quot;: 3.14, # The X coordinate scaling element.
13035 &quot;scaleY&quot;: 3.14, # The Y coordinate scaling element.
13036 &quot;unit&quot;: &quot;A String&quot;, # The units for translate elements.
13037 &quot;shearX&quot;: 3.14, # The X coordinate shearing element.
13038 &quot;translateY&quot;: 3.14, # The Y coordinate translation element.
13039 },
13040 &quot;rotateWithShape&quot;: True or False, # Whether the shadow should rotate with the shape. This property is read-only.
13041 &quot;alignment&quot;: &quot;A String&quot;, # The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow. This property is read-only.
13042 &quot;blurRadius&quot;: { # A magnitude in a single direction in the specified units. # The radius of the shadow blur. The larger the radius, the more diffuse the shadow becomes.
13043 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
13044 &quot;magnitude&quot;: 3.14, # The magnitude.
13045 },
13046 &quot;color&quot;: { # A themeable solid color value. # The shadow color value.
13047 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
13048 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
13049 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
13050 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
13051 },
13052 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
13053 },
13054 &quot;type&quot;: &quot;A String&quot;, # The type of the shadow. This property is read-only.
13055 },
13056 &quot;outline&quot;: { # The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. # The outline of the image. If not set, the image has no outline.
13057 &quot;outlineFill&quot;: { # The fill of the outline. # The fill of the outline.
13058 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
13059 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
13060 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
13061 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
13062 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
13063 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
13064 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
13065 },
13066 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
13067 },
13068 },
13069 },
13070 &quot;weight&quot;: { # A magnitude in a single direction in the specified units. # The thickness of the outline.
13071 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
13072 &quot;magnitude&quot;: 3.14, # The magnitude.
13073 },
13074 &quot;dashStyle&quot;: &quot;A String&quot;, # The dash style of the outline.
13075 &quot;propertyState&quot;: &quot;A String&quot;, # The outline property state. Updating the outline on a page element will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no outline on a page element, set this field to `NOT_RENDERED`. In this case, any other outline fields set in the same request will be ignored.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070013076 },
13077 &quot;cropProperties&quot;: { # The crop properties of an object enclosed in a container. For example, an Image. The crop properties is represented by the offsets of four edges which define a crop rectangle. The offsets are measured in percentage from the corresponding edges of the object&#x27;s original bounding rectangle towards inside, relative to the object&#x27;s original dimensions. - If the offset is in the interval (0, 1), the corresponding edge of crop rectangle is positioned inside of the object&#x27;s original bounding rectangle. - If the offset is negative or greater than 1, the corresponding edge of crop rectangle is positioned outside of the object&#x27;s original bounding rectangle. - If the left edge of the crop rectangle is on the right side of its right edge, the object will be flipped horizontally. - If the top edge of the crop rectangle is below its bottom edge, the object will be flipped vertically. - If all offsets and rotation angle is 0, the object is not cropped. After cropping, the content in the crop rectangle will be stretched to fit its container. # The crop properties of the image. If not set, the image is not cropped. This property is read-only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070013078 &quot;leftOffset&quot;: 3.14, # The offset specifies the left edge of the crop rectangle that is located to the right of the original bounding rectangle left edge, relative to the object&#x27;s original width.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070013079 &quot;rightOffset&quot;: 3.14, # The offset specifies the right edge of the crop rectangle that is located to the left of the original bounding rectangle right edge, relative to the object&#x27;s original width.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080013080 &quot;angle&quot;: 3.14, # The rotation angle of the crop window around its center, in radians. Rotation angle is applied after the offset.
13081 &quot;bottomOffset&quot;: 3.14, # The offset specifies the bottom edge of the crop rectangle that is located above the original bounding rectangle bottom edge, relative to the object&#x27;s original height.
13082 &quot;topOffset&quot;: 3.14, # The offset specifies the top edge of the crop rectangle that is located below the original bounding rectangle top edge, relative to the object&#x27;s original height.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070013083 },
13084 },
13085 },
13086 &quot;contentUrl&quot;: &quot;A String&quot;, # The URL of an image of the embedded chart, with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation&#x27;s sharing settings change.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080013087 &quot;spreadsheetId&quot;: &quot;A String&quot;, # The ID of the Google Sheets spreadsheet that contains the source chart.
13088 &quot;chartId&quot;: 42, # The ID of the specific chart in the Google Sheets spreadsheet that is embedded.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070013089 },
13090 },
13091 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080013092 &quot;objectId&quot;: &quot;A String&quot;, # The object ID for this page. Object IDs used by Page and PageElement share the same namespace.
13093 &quot;pageProperties&quot;: { # The properties of the Page. The page will inherit properties from the parent page. Depending on the page type the hierarchy is defined in either SlideProperties or LayoutProperties. # The properties of the page.
13094 &quot;pageBackgroundFill&quot;: { # The page background fill. # The background fill of the page. If unset, the background fill is inherited from a parent page if it exists. If the page has no parent, then the background fill defaults to the corresponding fill in the Slides editor.
13095 &quot;propertyState&quot;: &quot;A String&quot;, # The background fill property state. Updating the fill on a page will implicitly update this field to `RENDERED`, unless another value is specified in the same request. To have no fill on a page, set this field to `NOT_RENDERED`. In this case, any other fill fields set in the same request will be ignored.
13096 &quot;solidFill&quot;: { # A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. # Solid color fill.
13097 &quot;alpha&quot;: 3.14, # The fraction of this `color` that should be applied to the pixel. That is, the final pixel color is defined by the equation: pixel color = alpha * (color) + (1.0 - alpha) * (background color) This means that a value of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a completely transparent color.
13098 &quot;color&quot;: { # A themeable solid color value. # The color value of the solid fill.
13099 &quot;rgbColor&quot;: { # An RGB color. # An opaque RGB color.
13100 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
13101 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
13102 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
13103 },
13104 &quot;themeColor&quot;: &quot;A String&quot;, # An opaque theme color.
13105 },
13106 },
13107 &quot;stretchedPictureFill&quot;: { # The stretched picture fill. The page or page element is filled entirely with the specified picture. The picture is stretched to fit its container. # Stretched picture fill.
13108 &quot;contentUrl&quot;: &quot;A String&quot;, # Reading the content_url: An URL to a picture with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the picture as the original requester. Access to the picture may be lost if the presentation&#x27;s sharing settings change. Writing the content_url: The picture is fetched once at insertion time and a copy is stored for display inside the presentation. Pictures must be less than 50MB in size, cannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF format. The provided URL can be at most 2 kB in length.
13109 &quot;size&quot;: { # A width and height. # The original size of the picture fill. This field is read-only.
13110 &quot;height&quot;: { # A magnitude in a single direction in the specified units. # The height of the object.
13111 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
13112 &quot;magnitude&quot;: 3.14, # The magnitude.
13113 },
13114 &quot;width&quot;: { # A magnitude in a single direction in the specified units. # The width of the object.
13115 &quot;unit&quot;: &quot;A String&quot;, # The units for magnitude.
13116 &quot;magnitude&quot;: 3.14, # The magnitude.
13117 },
13118 },
13119 },
13120 },
13121 &quot;colorScheme&quot;: { # The palette of predefined colors for a page. # The color scheme of the page. If unset, the color scheme is inherited from a parent page. If the page has no parent, the color scheme uses a default Slides color scheme, matching the defaults in the Slides editor. Only the concrete colors of the first 12 ThemeColorTypes are editable. In addition, only the color scheme on `Master` pages can be updated. To update the field, a color scheme containing mappings from all the first 12 ThemeColorTypes to their concrete colors must be provided. Colors for the remaining ThemeColorTypes will be ignored.
13122 &quot;colors&quot;: [ # The ThemeColorType and corresponding concrete color pairs.
13123 { # A pair mapping a theme color type to the concrete color it represents.
13124 &quot;type&quot;: &quot;A String&quot;, # The type of the theme color.
13125 &quot;color&quot;: { # An RGB color. # The concrete color corresponding to the theme color type above.
13126 &quot;blue&quot;: 3.14, # The blue component of the color, from 0.0 to 1.0.
13127 &quot;red&quot;: 3.14, # The red component of the color, from 0.0 to 1.0.
13128 &quot;green&quot;: 3.14, # The green component of the color, from 0.0 to 1.0.
13129 },
13130 },
13131 ],
13132 },
13133 },
13134 &quot;revisionId&quot;: &quot;A String&quot;, # The revision ID of the presentation containing this page. Can be used in update requests to assert that the presentation revision hasn&#x27;t changed since the last read operation. Only populated if the user has edit access to the presentation. The format of the revision ID may change over time, so it should be treated opaquely. A returned revision ID is only guaranteed to be valid for 24 hours after it has been returned and cannot be shared across users. If the revision ID is unchanged between calls, then the presentation has not changed. Conversely, a changed ID (for the same presentation and user) usually means the presentation has been updated; however, a changed ID can also be due to internal factors such as ID format changes.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070013135 &quot;notesProperties&quot;: { # The properties of Page that are only relevant for pages with page_type NOTES. # Notes specific properties. Only set if page_type = NOTES.
13136 &quot;speakerNotesObjectId&quot;: &quot;A String&quot;, # The object ID of the shape on this notes page that contains the speaker notes for the corresponding slide. The actual shape may not always exist on the notes page. Inserting text using this object ID will automatically create the shape. In this case, the actual shape may have different object ID. The `GetPresentation` or `GetPage` action will always return the latest object ID.
13137 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070013138 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070013139 }</pre>
Jon Wayne Parrott692617a2017-01-06 09:58:29 -080013140</div>
13141
13142</body></html>