@types/office-js 1.0.481 → 1.0.483
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 +29 -1
- 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, 25 Mar 2025 16:37:46 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -92922,6 +92922,13 @@ declare namespace Word {
|
|
|
92922
92922
|
* [Api set: WordApi 1.1]
|
|
92923
92923
|
*/
|
|
92924
92924
|
doubleStrikeThrough: boolean;
|
|
92925
|
+
/**
|
|
92926
|
+
* Specifies a value that indicates whether the font is tagged as hidden. True if the font is formatted as hidden text, otherwise, false.
|
|
92927
|
+
*
|
|
92928
|
+
* @remarks
|
|
92929
|
+
* [Api set: WordApiDesktop 1.2]
|
|
92930
|
+
*/
|
|
92931
|
+
hidden: boolean;
|
|
92925
92932
|
/**
|
|
92926
92933
|
* Specifies the highlight color. To set it, use a value either in the '#RRGGBB' format or the color name. To remove highlight color, set it to null. The returned highlight color can be in the '#RRGGBB' format, an empty string for mixed highlight colors, or `null` for no highlight color. Note: Only the default highlight colors are available in Office for Windows Desktop. These are "Yellow", "Lime", "Turquoise", "Pink", "Blue", "Red", "DarkBlue", "Teal", "Green", "Purple", "DarkRed", "Olive", "Gray", "LightGray", and "Black". When the add-in runs in Office for Windows Desktop, any other color is converted to the closest color when applied to the font.
|
|
92927
92934
|
*
|
|
@@ -105508,6 +105515,13 @@ declare namespace Word {
|
|
|
105508
105515
|
* [Api set: WordApi 1.1]
|
|
105509
105516
|
*/
|
|
105510
105517
|
doubleStrikeThrough?: boolean;
|
|
105518
|
+
/**
|
|
105519
|
+
* Specifies a value that indicates whether the font is tagged as hidden. True if the font is formatted as hidden text, otherwise, false.
|
|
105520
|
+
*
|
|
105521
|
+
* @remarks
|
|
105522
|
+
* [Api set: WordApiDesktop 1.2]
|
|
105523
|
+
*/
|
|
105524
|
+
hidden?: boolean;
|
|
105511
105525
|
/**
|
|
105512
105526
|
* Specifies the highlight color. To set it, use a value either in the '#RRGGBB' format or the color name. To remove highlight color, set it to null. The returned highlight color can be in the '#RRGGBB' format, an empty string for mixed highlight colors, or `null` for no highlight color. Note: Only the default highlight colors are available in Office for Windows Desktop. These are "Yellow", "Lime", "Turquoise", "Pink", "Blue", "Red", "DarkBlue", "Teal", "Green", "Purple", "DarkRed", "Olive", "Gray", "LightGray", and "Black". When the add-in runs in Office for Windows Desktop, any other color is converted to the closest color when applied to the font.
|
|
105513
105527
|
*
|
|
@@ -107785,6 +107799,13 @@ declare namespace Word {
|
|
|
107785
107799
|
* [Api set: WordApi 1.1]
|
|
107786
107800
|
*/
|
|
107787
107801
|
doubleStrikeThrough?: boolean;
|
|
107802
|
+
/**
|
|
107803
|
+
* Specifies a value that indicates whether the font is tagged as hidden. True if the font is formatted as hidden text, otherwise, false.
|
|
107804
|
+
*
|
|
107805
|
+
* @remarks
|
|
107806
|
+
* [Api set: WordApiDesktop 1.2]
|
|
107807
|
+
*/
|
|
107808
|
+
hidden?: boolean;
|
|
107788
107809
|
/**
|
|
107789
107810
|
* Specifies the highlight color. To set it, use a value either in the '#RRGGBB' format or the color name. To remove highlight color, set it to null. The returned highlight color can be in the '#RRGGBB' format, an empty string for mixed highlight colors, or `null` for no highlight color. Note: Only the default highlight colors are available in Office for Windows Desktop. These are "Yellow", "Lime", "Turquoise", "Pink", "Blue", "Red", "DarkBlue", "Teal", "Green", "Purple", "DarkRed", "Olive", "Gray", "LightGray", and "Black". When the add-in runs in Office for Windows Desktop, any other color is converted to the closest color when applied to the font.
|
|
107790
107811
|
*
|
|
@@ -111187,6 +111208,13 @@ declare namespace Word {
|
|
|
111187
111208
|
* [Api set: WordApi 1.1]
|
|
111188
111209
|
*/
|
|
111189
111210
|
doubleStrikeThrough?: boolean;
|
|
111211
|
+
/**
|
|
111212
|
+
* Specifies a value that indicates whether the font is tagged as hidden. True if the font is formatted as hidden text, otherwise, false.
|
|
111213
|
+
*
|
|
111214
|
+
* @remarks
|
|
111215
|
+
* [Api set: WordApiDesktop 1.2]
|
|
111216
|
+
*/
|
|
111217
|
+
hidden?: boolean;
|
|
111190
111218
|
/**
|
|
111191
111219
|
* Specifies the highlight color. To set it, use a value either in the '#RRGGBB' format or the color name. To remove highlight color, set it to null. The returned highlight color can be in the '#RRGGBB' format, an empty string for mixed highlight colors, or `null` for no highlight color. Note: Only the default highlight colors are available in Office for Windows Desktop. These are "Yellow", "Lime", "Turquoise", "Pink", "Blue", "Red", "DarkBlue", "Teal", "Green", "Purple", "DarkRed", "Olive", "Gray", "LightGray", and "Black". When the add-in runs in Office for Windows Desktop, any other color is converted to the closest color when applied to the font.
|
|
111192
111220
|
*
|
|
@@ -127100,7 +127128,7 @@ declare namespace PowerPoint {
|
|
|
127100
127128
|
*/
|
|
127101
127129
|
italic: boolean | null;
|
|
127102
127130
|
/**
|
|
127103
|
-
* Specifies the font name (e.g., "Calibri"). If the text is a Complex Script or East Asian language, this is the corresponding font name; otherwise it
|
|
127131
|
+
* Specifies the font name (e.g., "Calibri"). If the text is a Complex Script or East Asian language, this is the corresponding font name; otherwise it's the Latin font name. Returns `null` if the `TextRange` contains text fragments with different font names.
|
|
127104
127132
|
*
|
|
127105
127133
|
* @remarks
|
|
127106
127134
|
* [Api set: PowerPointApi 1.4]
|
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.483",
|
|
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": "5d73d167a92d1b5a7578a80749140c1513951d0364fb71e06d75e673614f84ac",
|
|
50
50
|
"typeScriptVersion": "5.0"
|
|
51
51
|
}
|