@types/office-js 1.0.505 → 1.0.507
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 +4 -4
- 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: Tue, 03 Jun 2025 15:37:04 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
|
|
@@ -130088,7 +130088,7 @@ declare namespace PowerPoint {
|
|
|
130088
130088
|
/**
|
|
130089
130089
|
* If provided, specifies properties for each cell in the table.
|
|
130090
130090
|
|
|
130091
|
-
This should be
|
|
130091
|
+
This should be a 2D array with the same number of rows and columns as the table.
|
|
130092
130092
|
If a cell doesn't require specific formatting, specify an empty object for that cell.
|
|
130093
130093
|
Only the top left cell of a merged are can have properties specified, which will be applied
|
|
130094
130094
|
to the entire merged area. For the other cells in the merged area, an empty object should be provided.
|
|
@@ -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.507",
|
|
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": "31dca689aebfb52b589e60642d4aa2f16c54007d71a119bf9b10fdb89ecad454",
|
|
50
50
|
"typeScriptVersion": "5.1"
|
|
51
51
|
}
|