|
313 | 313 | } |
314 | 314 | } |
315 | 315 | }, |
316 | | - "revision": "20240305", |
| 316 | + "revision": "20250218", |
317 | 317 | "rootUrl": "https://slides.googleapis.com/", |
318 | 318 | "schemas": { |
319 | 319 | "AffineTransform": { |
|
395 | 395 | "type": "object" |
396 | 396 | }, |
397 | 397 | "Autofit": { |
398 | | - "description": "The autofit properties of a Shape.", |
| 398 | + "description": "The autofit properties of a Shape. This property is only set for shapes that allow text.", |
399 | 399 | "id": "Autofit", |
400 | 400 | "properties": { |
401 | 401 | "autofitType": { |
402 | | - "description": "The autofit type of the shape. If the autofit type is AUTOFIT_TYPE_UNSPECIFIED, the autofit type is inherited from a parent placeholder if it exists. The field is automatically set to NONE if a request is made that might affect text fitting within its bounding text box. In this case the font_scale is applied to the font_size and the line_spacing_reduction is applied to the line_spacing. Both properties are also reset to default values.", |
| 402 | + "description": "The autofit type of the shape. If the autofit type is AUTOFIT_TYPE_UNSPECIFIED, the autofit type is inherited from a parent placeholder if it exists. The field is automatically set to NONE if a request is made that might affect text fitting within its bounding text box. In this case, the font_scale is applied to the font_size and the line_spacing_reduction is applied to the line_spacing. Both properties are also reset to default values.", |
403 | 403 | "enum": [ |
404 | 404 | "AUTOFIT_TYPE_UNSPECIFIED", |
405 | 405 | "NONE", |
|
415 | 415 | "type": "string" |
416 | 416 | }, |
417 | 417 | "fontScale": { |
418 | | - "description": "The font scale applied to the shape. For shapes with autofit_type NONE or SHAPE_AUTOFIT, this value is the default value of 1. For TEXT_AUTOFIT, this value multiplied by the font_size gives the font size that is rendered in the editor. This property is read-only.", |
| 418 | + "description": "The font scale applied to the shape. For shapes with autofit_type NONE or SHAPE_AUTOFIT, this value is the default value of 1. For TEXT_AUTOFIT, this value multiplied by the font_size gives the font size that's rendered in the editor. This property is read-only.", |
419 | 419 | "format": "float", |
420 | 420 | "type": "number" |
421 | 421 | }, |
422 | 422 | "lineSpacingReduction": { |
423 | | - "description": "The line spacing reduction applied to the shape. For shapes with autofit_type NONE or SHAPE_AUTOFIT, this value is the default value of 0. For TEXT_AUTOFIT, this value subtracted from the line_spacing gives the line spacing that is rendered in the editor. This property is read-only.", |
| 423 | + "description": "The line spacing reduction applied to the shape. For shapes with autofit_type NONE or SHAPE_AUTOFIT, this value is the default value of 0. For TEXT_AUTOFIT, this value subtracted from the line_spacing gives the line spacing that's rendered in the editor. This property is read-only.", |
424 | 424 | "format": "float", |
425 | 425 | "type": "number" |
426 | 426 | } |
|
830 | 830 | "CUSTOM" |
831 | 831 | ], |
832 | 832 | "enumDescriptions": [ |
833 | | - "The shape type that is not predefined.", |
| 833 | + "Default value. This value is unused.", |
834 | 834 | "Text box shape.", |
835 | | - "Rectangle shape. Corresponds to ECMA-376 ST_ShapeType 'rect'.", |
| 835 | + "Rectangle shape. Corresponds to ECMA-376 ST_ShapeType 'rect'", |
836 | 836 | "Round corner rectangle shape. Corresponds to ECMA-376 ST_ShapeType 'roundRect'", |
837 | 837 | "Ellipse shape. Corresponds to ECMA-376 ST_ShapeType 'ellipse'", |
838 | 838 | "Curved arc shape. Corresponds to ECMA-376 ST_ShapeType 'arc'", |
|
1648 | 1648 | "type": "string" |
1649 | 1649 | }, |
1650 | 1650 | "connectionSiteIndex": { |
1651 | | - "description": "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 \"cnx\" attribute in section 20.1.9.9 and Annex H. \"Predefined DrawingML Shape and Text Geometries\" of \"Office Open XML File Formats-Fundamentals and Markup Language Reference\", 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.", |
| 1651 | + "description": "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 both the description of the \"cxn\" attribute in section 20.1.9.9 and \"Annex H. Example Predefined DrawingML Shape and Text Geometries\" of \"Office Open XML File Formats - Fundamentals and Markup Language Reference\", part 1 of [ECMA-376 5th edition](https://ecma-international.org/publications-and-standards/standards/ecma-376/). The position of each connection site can also be viewed from Slides editor.", |
1652 | 1652 | "format": "int32", |
1653 | 1653 | "type": "integer" |
1654 | 1654 | } |
|
2465 | 2465 | "A recolor effect that lightens the image using the page's first available color from its color scheme.", |
2466 | 2466 | "A recolor effect that lightens the image using the page's second available color from its color scheme.", |
2467 | 2467 | "A recolor effect that lightens the image using the page's third available color from its color scheme.", |
2468 | | - "A recolor effect that lightens the image using the page's forth available color from its color scheme.", |
| 2468 | + "A recolor effect that lightens the image using the page's fourth available color from its color scheme.", |
2469 | 2469 | "A recolor effect that lightens the image using the page's fifth available color from its color scheme.", |
2470 | 2470 | "A recolor effect that lightens the image using the page's sixth available color from its color scheme.", |
2471 | 2471 | "A recolor effect that lightens the image using the page's seventh available color from its color scheme.", |
|
3039 | 3039 | "type": "object" |
3040 | 3040 | }, |
3041 | 3041 | "Shape": { |
3042 | | - "description": "A PageElement kind representing a generic shape that does not have a more specific classification.", |
| 3042 | + "description": "A PageElement kind representing a generic shape that doesn't have a more specific classification. For more information, see [Size and position page elements](https://developers.google.com/slides/api/guides/transform).", |
3043 | 3043 | "id": "Shape", |
3044 | 3044 | "properties": { |
3045 | 3045 | "placeholder": { |
|
3198 | 3198 | "CUSTOM" |
3199 | 3199 | ], |
3200 | 3200 | "enumDescriptions": [ |
3201 | | - "The shape type that is not predefined.", |
| 3201 | + "Default value. This value is unused.", |
3202 | 3202 | "Text box shape.", |
3203 | | - "Rectangle shape. Corresponds to ECMA-376 ST_ShapeType 'rect'.", |
| 3203 | + "Rectangle shape. Corresponds to ECMA-376 ST_ShapeType 'rect'", |
3204 | 3204 | "Round corner rectangle shape. Corresponds to ECMA-376 ST_ShapeType 'roundRect'", |
3205 | 3205 | "Ellipse shape. Corresponds to ECMA-376 ST_ShapeType 'ellipse'", |
3206 | 3206 | "Curved arc shape. Corresponds to ECMA-376 ST_ShapeType 'arc'", |
|
0 commit comments