1717package com .google .api .services .slides .v1 .model ;
1818
1919/**
20- * The autofit properties of a Shape.
20+ * The autofit properties of a Shape. This property is only set for shapes that allow text.
2121 *
2222 * <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323 * transmitted over HTTP when working with the Google Slides API. For a detailed explanation see:
@@ -33,7 +33,7 @@ public final class Autofit extends com.google.api.client.json.GenericJson {
3333 * The autofit type of the shape. If the autofit type is AUTOFIT_TYPE_UNSPECIFIED, the autofit
3434 * type is inherited from a parent placeholder if it exists. The field is automatically set to
3535 * NONE if a request is made that might affect text fitting within its bounding text box. In this
36- * case the font_scale is applied to the font_size and the line_spacing_reduction is applied to
36+ * case, the font_scale is applied to the font_size and the line_spacing_reduction is applied to
3737 * the line_spacing. Both properties are also reset to default values.
3838 * The value may be {@code null}.
3939 */
@@ -43,7 +43,7 @@ public final class Autofit extends com.google.api.client.json.GenericJson {
4343 /**
4444 * The font scale applied to the shape. For shapes with autofit_type NONE or SHAPE_AUTOFIT, this
4545 * value is the default value of 1. For TEXT_AUTOFIT, this value multiplied by the font_size gives
46- * the font size that is rendered in the editor. This property is read-only.
46+ * the font size that's rendered in the editor. This property is read-only.
4747 * The value may be {@code null}.
4848 */
4949 @ com .google .api .client .util .Key
@@ -52,7 +52,7 @@ public final class Autofit extends com.google.api.client.json.GenericJson {
5252 /**
5353 * The line spacing reduction applied to the shape. For shapes with autofit_type NONE or
5454 * SHAPE_AUTOFIT, this value is the default value of 0. For TEXT_AUTOFIT, this value subtracted
55- * from the line_spacing gives the line spacing that is rendered in the editor. This property is
55+ * from the line_spacing gives the line spacing that's rendered in the editor. This property is
5656 * read-only.
5757 * The value may be {@code null}.
5858 */
@@ -63,7 +63,7 @@ public final class Autofit extends com.google.api.client.json.GenericJson {
6363 * The autofit type of the shape. If the autofit type is AUTOFIT_TYPE_UNSPECIFIED, the autofit
6464 * type is inherited from a parent placeholder if it exists. The field is automatically set to
6565 * NONE if a request is made that might affect text fitting within its bounding text box. In this
66- * case the font_scale is applied to the font_size and the line_spacing_reduction is applied to
66+ * case, the font_scale is applied to the font_size and the line_spacing_reduction is applied to
6767 * the line_spacing. Both properties are also reset to default values.
6868 * @return value or {@code null} for none
6969 */
@@ -75,7 +75,7 @@ public java.lang.String getAutofitType() {
7575 * The autofit type of the shape. If the autofit type is AUTOFIT_TYPE_UNSPECIFIED, the autofit
7676 * type is inherited from a parent placeholder if it exists. The field is automatically set to
7777 * NONE if a request is made that might affect text fitting within its bounding text box. In this
78- * case the font_scale is applied to the font_size and the line_spacing_reduction is applied to
78+ * case, the font_scale is applied to the font_size and the line_spacing_reduction is applied to
7979 * the line_spacing. Both properties are also reset to default values.
8080 * @param autofitType autofitType or {@code null} for none
8181 */
@@ -87,7 +87,7 @@ public Autofit setAutofitType(java.lang.String autofitType) {
8787 /**
8888 * The font scale applied to the shape. For shapes with autofit_type NONE or SHAPE_AUTOFIT, this
8989 * value is the default value of 1. For TEXT_AUTOFIT, this value multiplied by the font_size gives
90- * the font size that is rendered in the editor. This property is read-only.
90+ * the font size that's rendered in the editor. This property is read-only.
9191 * @return value or {@code null} for none
9292 */
9393 public java .lang .Float getFontScale () {
@@ -97,7 +97,7 @@ public java.lang.Float getFontScale() {
9797 /**
9898 * The font scale applied to the shape. For shapes with autofit_type NONE or SHAPE_AUTOFIT, this
9999 * value is the default value of 1. For TEXT_AUTOFIT, this value multiplied by the font_size gives
100- * the font size that is rendered in the editor. This property is read-only.
100+ * the font size that's rendered in the editor. This property is read-only.
101101 * @param fontScale fontScale or {@code null} for none
102102 */
103103 public Autofit setFontScale (java .lang .Float fontScale ) {
@@ -108,7 +108,7 @@ public Autofit setFontScale(java.lang.Float fontScale) {
108108 /**
109109 * The line spacing reduction applied to the shape. For shapes with autofit_type NONE or
110110 * SHAPE_AUTOFIT, this value is the default value of 0. For TEXT_AUTOFIT, this value subtracted
111- * from the line_spacing gives the line spacing that is rendered in the editor. This property is
111+ * from the line_spacing gives the line spacing that's rendered in the editor. This property is
112112 * read-only.
113113 * @return value or {@code null} for none
114114 */
@@ -119,7 +119,7 @@ public java.lang.Float getLineSpacingReduction() {
119119 /**
120120 * The line spacing reduction applied to the shape. For shapes with autofit_type NONE or
121121 * SHAPE_AUTOFIT, this value is the default value of 0. For TEXT_AUTOFIT, this value subtracted
122- * from the line_spacing gives the line spacing that is rendered in the editor. This property is
122+ * from the line_spacing gives the line spacing that's rendered in the editor. This property is
123123 * read-only.
124124 * @param lineSpacingReduction lineSpacingReduction or {@code null} for none
125125 */
0 commit comments