File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -136085,7 +136085,7 @@ declare namespace PowerPoint {
136085136085 }
136086136086 /**
136087136087 * Represents the vertical alignment of a {@link PowerPoint.TextFrame} in a {@link PowerPoint.Shape}.
136088- If one the centered options are selected, the contents of the `TextFrame` will be centered horizontally within the `Shape` as a group.
136088+ If one of the centered options is selected, the contents of the `TextFrame` will be centered horizontally within the `Shape` as a group.
136089136089 To change the horizontal alignment of a text, see {@link PowerPoint.ParagraphFormat} and {@link PowerPoint.ParagraphHorizontalAlignment}.
136090136090 *
136091136091 * @remarks
@@ -137843,14 +137843,14 @@ declare namespace PowerPoint {
137843137843 /**
137844137844 * Specifies the formatting which applies uniformly to all of the table cells.
137845137845
137846- To apply specific formatting to individual cells, use specificCellProperties.
137846+ To apply specific formatting to individual cells, use ` specificCellProperties` .
137847137847
137848137848 If both uniformCellProperties and specificCellProperties are undefined, the default formatting
137849137849 will be used, and the default table style will be applied. The table will have the same
137850137850 appearance as when the user adds a table through the PowerPoint UI.
137851137851
137852137852 To provide a plain appearance for the table, set this property to an empty object
137853- and don't specify specificCellProperties.
137853+ and don't specify ` specificCellProperties` .
137854137854 *
137855137855 * @remarks
137856137856 * [Api set: PowerPointApi 1.8]
Original file line number Diff line number Diff line change @@ -129486,7 +129486,7 @@ declare namespace PowerPoint {
129486129486 }
129487129487 /**
129488129488 * Represents the vertical alignment of a {@link PowerPoint.TextFrame} in a {@link PowerPoint.Shape}.
129489- If one the centered options are selected, the contents of the `TextFrame` will be centered horizontally within the `Shape` as a group.
129489+ If one of the centered options is selected, the contents of the `TextFrame` will be centered horizontally within the `Shape` as a group.
129490129490 To change the horizontal alignment of a text, see {@link PowerPoint.ParagraphFormat} and {@link PowerPoint.ParagraphHorizontalAlignment}.
129491129491 *
129492129492 * @remarks
@@ -130108,14 +130108,14 @@ declare namespace PowerPoint {
130108130108 /**
130109130109 * Specifies the formatting which applies uniformly to all of the table cells.
130110130110
130111- To apply specific formatting to individual cells, use specificCellProperties.
130111+ To apply specific formatting to individual cells, use ` specificCellProperties` .
130112130112
130113130113 If both uniformCellProperties and specificCellProperties are undefined, the default formatting
130114130114 will be used, and the default table style will be applied. The table will have the same
130115130115 appearance as when the user adds a table through the PowerPoint UI.
130116130116
130117130117 To provide a plain appearance for the table, set this property to an empty object
130118- and don't specify specificCellProperties.
130118+ and don't specify ` specificCellProperties` .
130119130119 *
130120130120 * @remarks
130121130121 * [Api set: PowerPointApi 1.8]
You can’t perform that action at this time.
0 commit comments