@types/office-js 1.0.493 → 1.0.494
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 +7 -7
- 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, 05 May 2025 17:34:55 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -4561,7 +4561,7 @@ declare namespace Office {
|
|
|
4561
4561
|
*
|
|
4562
4562
|
* @remarks
|
|
4563
4563
|
*
|
|
4564
|
-
* The `contentLanguage` value reflects the **Editing Language** setting specified with **File**
|
|
4564
|
+
* The `contentLanguage` value reflects the **Editing Language** setting specified with **File** > **Options** > **Language** in the Office
|
|
4565
4565
|
* application.
|
|
4566
4566
|
*
|
|
4567
4567
|
* **Support details**
|
|
@@ -4597,7 +4597,7 @@ declare namespace Office {
|
|
|
4597
4597
|
*
|
|
4598
4598
|
* The returned value is a string in the RFC 1766 Language tag format, such as en-US.
|
|
4599
4599
|
*
|
|
4600
|
-
* The `displayLanguage` value reflects the current **Display Language** setting specified with **File**
|
|
4600
|
+
* The `displayLanguage` value reflects the current **Display Language** setting specified with **File** > **Options** > **Language** in the Office
|
|
4601
4601
|
* application.
|
|
4602
4602
|
*
|
|
4603
4603
|
* When using in Outlook, the applicable modes are Compose or Read.
|
|
@@ -7102,7 +7102,7 @@ declare namespace Office {
|
|
|
7102
7102
|
* Provides access to the properties for Office theme colors.
|
|
7103
7103
|
*
|
|
7104
7104
|
* Using Office theme colors lets you coordinate the color scheme of your add-in with the current Office theme selected by the user.
|
|
7105
|
-
* The user sets a theme in an Office application through **File**
|
|
7105
|
+
* The user sets a theme in an Office application through **File** > **Account** or **Office Account** > **Office Theme**.
|
|
7106
7106
|
* The selected theme is then applied across all Office applications. Using Office theme colors is appropriate for mail and
|
|
7107
7107
|
* task pane add-ins.
|
|
7108
7108
|
*
|
|
@@ -8094,7 +8094,7 @@ declare namespace Office {
|
|
|
8094
8094
|
* </table>
|
|
8095
8095
|
*
|
|
8096
8096
|
* The `format:` property specifies values that correspond to a subset of the settings available in the Format Cells dialog box in Excel
|
|
8097
|
-
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home**
|
|
8097
|
+
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** > **Format** > **Format Cells**).
|
|
8098
8098
|
*
|
|
8099
8099
|
* @param cellReference An object literal containing name-value pairs that specify the range of cells to get formatting from.
|
|
8100
8100
|
* @param formats An array specifying the format properties to get.
|
|
@@ -8148,7 +8148,7 @@ declare namespace Office {
|
|
|
8148
8148
|
* </table>
|
|
8149
8149
|
*
|
|
8150
8150
|
* The `format:` property specifies values that correspond to a subset of the settings available in the Format Cells dialog box in Excel
|
|
8151
|
-
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home**
|
|
8151
|
+
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** > **Format** > **Format Cells**).
|
|
8152
8152
|
*
|
|
8153
8153
|
* @param cellReference An object literal containing name-value pairs that specify the range of cells to get formatting from.
|
|
8154
8154
|
* @param formats An array specifying the format properties to get.
|
|
@@ -8205,7 +8205,7 @@ declare namespace Office {
|
|
|
8205
8205
|
* </table>
|
|
8206
8206
|
*
|
|
8207
8207
|
* The `format:` property specifies values that correspond to a subset of the settings available in the Format Cells dialog box in Excel
|
|
8208
|
-
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home**
|
|
8208
|
+
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** > **Format** > **Format Cells**).
|
|
8209
8209
|
*
|
|
8210
8210
|
* You specify the value of the `format:` property as a list of one or more property name - value pairs in a JavaScript object literal. The
|
|
8211
8211
|
* property name specifies the name of the formatting property to set, and value specifies the property value.
|
|
@@ -8304,7 +8304,7 @@ declare namespace Office {
|
|
|
8304
8304
|
* </table>
|
|
8305
8305
|
*
|
|
8306
8306
|
* The `format:` property specifies values that correspond to a subset of the settings available in the Format Cells dialog box in Excel
|
|
8307
|
-
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home**
|
|
8307
|
+
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** > **Format** > **Format Cells**).
|
|
8308
8308
|
*
|
|
8309
8309
|
* You specify the value of the `format:` property as a list of one or more property name - value pairs in a JavaScript object literal. The
|
|
8310
8310
|
* property name specifies the name of the formatting property to set, and value specifies the property value.
|
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.494",
|
|
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": "2e6156beaf206dabdbab604ce597254d066909906380a311881cc1772f4f8fef",
|
|
50
50
|
"typeScriptVersion": "5.1"
|
|
51
51
|
}
|