@types/office-js-preview 1.0.600 → 1.0.601
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
office-js-preview/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for office-js-preview (https://github.com
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Mon, 02 Jun 2025 15:36:26 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -136085,7 +136085,7 @@ declare namespace PowerPoint {
|
|
|
136085
136085
|
}
|
|
136086
136086
|
/**
|
|
136087
136087
|
* Represents the vertical alignment of a {@link PowerPoint.TextFrame} in a {@link PowerPoint.Shape}.
|
|
136088
|
-
If one the centered options
|
|
136088
|
+
If one of the centered options is selected, the contents of the `TextFrame` will be centered horizontally within the `Shape` as a group.
|
|
136089
136089
|
To change the horizontal alignment of a text, see {@link PowerPoint.ParagraphFormat} and {@link PowerPoint.ParagraphHorizontalAlignment}.
|
|
136090
136090
|
*
|
|
136091
136091
|
* @remarks
|
|
@@ -137843,14 +137843,14 @@ declare namespace PowerPoint {
|
|
|
137843
137843
|
/**
|
|
137844
137844
|
* Specifies the formatting which applies uniformly to all of the table cells.
|
|
137845
137845
|
|
|
137846
|
-
To apply specific formatting to individual cells, use specificCellProperties
|
|
137846
|
+
To apply specific formatting to individual cells, use `specificCellProperties`.
|
|
137847
137847
|
|
|
137848
137848
|
If both uniformCellProperties and specificCellProperties are undefined, the default formatting
|
|
137849
137849
|
will be used, and the default table style will be applied. The table will have the same
|
|
137850
137850
|
appearance as when the user adds a table through the PowerPoint UI.
|
|
137851
137851
|
|
|
137852
137852
|
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`.
|
|
137854
137854
|
*
|
|
137855
137855
|
* @remarks
|
|
137856
137856
|
* [Api set: PowerPointApi 1.8]
|
office-js-preview/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js-preview",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.601",
|
|
4
4
|
"description": "TypeScript definitions for office-js-preview",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
|
|
6
6
|
"license": "MIT",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
48
|
"peerDependencies": {},
|
|
49
|
-
"typesPublisherContentHash": "
|
|
49
|
+
"typesPublisherContentHash": "d41db94d7b6f43a3b0fae93bcbfce717ec72efd2d55be4150a269de70f28b108",
|
|
50
50
|
"typeScriptVersion": "5.1",
|
|
51
51
|
"nonNpm": true
|
|
52
52
|
}
|