@types/office-js 1.0.505 → 1.0.506
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/README.md +1 -1
- office-js/index.d.ts +3 -3
- office-js/package.json +2 -2
office-js/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for office-js (https://github.com/OfficeD
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js.
|
|
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/index.d.ts
CHANGED
|
@@ -129486,7 +129486,7 @@ declare namespace PowerPoint {
|
|
|
129486
129486
|
}
|
|
129487
129487
|
/**
|
|
129488
129488
|
* Represents the vertical alignment of a {@link PowerPoint.TextFrame} in a {@link PowerPoint.Shape}.
|
|
129489
|
-
If one the centered options
|
|
129489
|
+
If one of the centered options is selected, the contents of the `TextFrame` will be centered horizontally within the `Shape` as a group.
|
|
129490
129490
|
To change the horizontal alignment of a text, see {@link PowerPoint.ParagraphFormat} and {@link PowerPoint.ParagraphHorizontalAlignment}.
|
|
129491
129491
|
*
|
|
129492
129492
|
* @remarks
|
|
@@ -130108,14 +130108,14 @@ declare namespace PowerPoint {
|
|
|
130108
130108
|
/**
|
|
130109
130109
|
* Specifies the formatting which applies uniformly to all of the table cells.
|
|
130110
130110
|
|
|
130111
|
-
To apply specific formatting to individual cells, use specificCellProperties
|
|
130111
|
+
To apply specific formatting to individual cells, use `specificCellProperties`.
|
|
130112
130112
|
|
|
130113
130113
|
If both uniformCellProperties and specificCellProperties are undefined, the default formatting
|
|
130114
130114
|
will be used, and the default table style will be applied. The table will have the same
|
|
130115
130115
|
appearance as when the user adds a table through the PowerPoint UI.
|
|
130116
130116
|
|
|
130117
130117
|
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`.
|
|
130119
130119
|
*
|
|
130120
130120
|
* @remarks
|
|
130121
130121
|
* [Api set: PowerPointApi 1.8]
|
office-js/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.506",
|
|
4
4
|
"description": "TypeScript definitions for office-js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -46,6 +46,6 @@
|
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
48
|
"peerDependencies": {},
|
|
49
|
-
"typesPublisherContentHash": "
|
|
49
|
+
"typesPublisherContentHash": "946c1afc7ad7cf3b9ea3306001c58d801323e817e39e99f521672a79a3cb5f2b",
|
|
50
50
|
"typeScriptVersion": "5.1"
|
|
51
51
|
}
|