Skip to content

Commit a3f9fde

Browse files
[all hosts] Get latest (#2071)
* [all hosts] Get latest * Remove unnecessary APIs
1 parent b1f9cfd commit a3f9fde

File tree

7,144 files changed

+21175
-20908
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

7,144 files changed

+21175
-20908
lines changed

docs/docs-ref-autogen/excel/excel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,6 +1007,7 @@ interfaces:
10071007
- 'excel!Excel.PythonErrorCellValue:interface'
10081008
- 'excel!Excel.RangeHyperlink:interface'
10091009
- 'excel!Excel.RangeReference:interface'
1010+
- 'excel!Excel.RangeTextRun:interface'
10101011
- 'excel!Excel.ReferenceCellValue:interface'
10111012
- 'excel!Excel.RefErrorCellValue:interface'
10121013
- 'excel!Excel.RefreshModeChangedEventArgs:interface'

docs/docs-ref-autogen/excel/excel/excel.alloweditrange.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ methods:
245245
summary: >-
246246
Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to
247247
`JSON.stringify()`<!-- -->. (`JSON.stringify`<!-- -->, in turn, calls the `toJSON` method of the object that is
248-
passed to it.) Whereas the original Excel.AllowEditRange object is an API object, the `toJSON` method returns a
248+
passed to it.) Whereas the original `Excel.AllowEditRange` object is an API object, the `toJSON` method returns a
249249
plain JavaScript object (typed as `Excel.Interfaces.AllowEditRangeData`<!-- -->) that contains shallow copies of
250250
any loaded child properties from the original object.
251251
remarks: ''

docs/docs-ref-autogen/excel/excel/excel.application.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -450,9 +450,9 @@ methods:
450450
summary: >-
451451
Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to
452452
`JSON.stringify()`<!-- -->. (`JSON.stringify`<!-- -->, in turn, calls the `toJSON` method of the object that is
453-
passed to it.) Whereas the original Excel.Application object is an API object, the `toJSON` method returns a plain
454-
JavaScript object (typed as `Excel.Interfaces.ApplicationData`<!-- -->) that contains shallow copies of any loaded
455-
child properties from the original object.
453+
passed to it.) Whereas the original `Excel.Application` object is an API object, the `toJSON` method returns a
454+
plain JavaScript object (typed as `Excel.Interfaces.ApplicationData`<!-- -->) that contains shallow copies of any
455+
loaded child properties from the original object.
456456
remarks: ''
457457
isPreview: false
458458
isDeprecated: false

docs/docs-ref-autogen/excel/excel/excel.autofilter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,9 @@ methods:
352352
summary: >-
353353
Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to
354354
`JSON.stringify()`<!-- -->. (`JSON.stringify`<!-- -->, in turn, calls the `toJSON` method of the object that is
355-
passed to it.) Whereas the original Excel.AutoFilter object is an API object, the `toJSON` method returns a plain
356-
JavaScript object (typed as `Excel.Interfaces.AutoFilterData`<!-- -->) that contains shallow copies of any loaded
357-
child properties from the original object.
355+
passed to it.) Whereas the original `Excel.AutoFilter` object is an API object, the `toJSON` method returns a
356+
plain JavaScript object (typed as `Excel.Interfaces.AutoFilterData`<!-- -->) that contains shallow copies of any
357+
loaded child properties from the original object.
358358
remarks: ''
359359
isPreview: false
360360
isDeprecated: false

docs/docs-ref-autogen/excel/excel/excel.binding.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ methods:
229229
summary: >-
230230
Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to
231231
`JSON.stringify()`<!-- -->. (`JSON.stringify`<!-- -->, in turn, calls the `toJSON` method of the object that is
232-
passed to it.) Whereas the original Excel.Binding object is an API object, the `toJSON` method returns a plain
232+
passed to it.) Whereas the original `Excel.Binding` object is an API object, the `toJSON` method returns a plain
233233
JavaScript object (typed as `Excel.Interfaces.BindingData`<!-- -->) that contains shallow copies of any loaded
234234
child properties from the original object.
235235
remarks: ''

docs/docs-ref-autogen/excel/excel/excel.cellcontrol.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ summary: >-
77
Represents an interactable control inside of a cell. \[ [API set: ExcelApi BETA (PREVIEW
88
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
99
remarks: ''
10-
isPreview: false
10+
isPreview: true
1111
isDeprecated: false
1212
syntax: export type CellControl = UnknownCellControl | EmptyCellControl | MixedCellControl | CheckboxCellControl;

docs/docs-ref-autogen/excel/excel/excel.cellcontroltype.yml

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ name: Excel.CellControlType
33
uid: 'excel!Excel.CellControlType:enum'
44
package: excel!
55
fullName: Excel.CellControlType
6-
summary: >-
7-
Represents the type of cell control. \[ [API set: ExcelApi BETA (PREVIEW
8-
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
9-
remarks: ''
10-
isPreview: false
6+
summary: Represents the type of cell control.
7+
remarks: '\[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
8+
isPreview: true
119
isDeprecated: false
1210
fields:
1311
- name: checkbox
@@ -20,11 +18,6 @@ fields:
2018
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
2119
\]
2220
value: '"Checkbox"'
23-
- name: Checkbox
24-
uid: 'excel!Excel.CellControlType.Checkbox:member'
25-
package: excel!
26-
summary: Type representing a checkbox control.
27-
value: '3'
2821
- name: empty
2922
uid: 'excel!Excel.CellControlType.empty:member'
3023
package: excel!
@@ -35,11 +28,6 @@ fields:
3528
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
3629
\]
3730
value: '"Empty"'
38-
- name: Empty
39-
uid: 'excel!Excel.CellControlType.Empty:member'
40-
package: excel!
41-
summary: Type representing an empty control.
42-
value: '1'
4331
- name: mixed
4432
uid: 'excel!Excel.CellControlType.mixed:member'
4533
package: excel!
@@ -50,11 +38,6 @@ fields:
5038
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
5139
\]
5240
value: '"Mixed"'
53-
- name: Mixed
54-
uid: 'excel!Excel.CellControlType.Mixed:member'
55-
package: excel!
56-
summary: Type representing a query that results in a mix of control results.
57-
value: '2'
5841
- name: unknown
5942
uid: 'excel!Excel.CellControlType.unknown:member'
6043
package: excel!
@@ -66,10 +49,3 @@ fields:
6649
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
6750
\]
6851
value: '"Unknown"'
69-
- name: Unknown
70-
uid: 'excel!Excel.CellControlType.Unknown:member'
71-
package: excel!
72-
summary: >-
73-
Type representing an unknown control. This represents a control that was added in a future version of Excel, and
74-
the current version of Excel doesn't know how to display this control.
75-
value: '0'

docs/docs-ref-autogen/excel/excel/excel.cellpropertiesloadoptions.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,18 @@ properties:
139139
content: 'style?: boolean;'
140140
return:
141141
type: boolean
142+
- name: textRuns
143+
uid: 'excel!Excel.CellPropertiesLoadOptions#textRuns:member'
144+
package: excel!
145+
fullName: textRuns
146+
summary: |-
147+
Specifies whether to load on the `textRuns` property.
148+
149+
\[ [API set: RangeTextRun](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
150+
remarks: ''
151+
isPreview: false
152+
isDeprecated: false
153+
syntax:
154+
content: 'textRuns?: boolean;'
155+
return:
156+
type: boolean

docs/docs-ref-autogen/excel/excel/excel.cellvalueconditionalformat.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ methods:
211211
summary: >-
212212
Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to
213213
`JSON.stringify()`<!-- -->. (`JSON.stringify`<!-- -->, in turn, calls the `toJSON` method of the object that is
214-
passed to it.) Whereas the original Excel.CellValueConditionalFormat object is an API object, the `toJSON` method
215-
returns a plain JavaScript object (typed as `Excel.Interfaces.CellValueConditionalFormatData`<!-- -->) that
214+
passed to it.) Whereas the original `Excel.CellValueConditionalFormat` object is an API object, the `toJSON`
215+
method returns a plain JavaScript object (typed as `Excel.Interfaces.CellValueConditionalFormatData`<!-- -->) that
216216
contains shallow copies of any loaded child properties from the original object.
217217
remarks: ''
218218
isPreview: false

docs/docs-ref-autogen/excel/excel/excel.chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ methods:
801801
summary: >-
802802
Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to
803803
`JSON.stringify()`<!-- -->. (`JSON.stringify`<!-- -->, in turn, calls the `toJSON` method of the object that is
804-
passed to it.) Whereas the original Excel.Chart object is an API object, the `toJSON` method returns a plain
804+
passed to it.) Whereas the original `Excel.Chart` object is an API object, the `toJSON` method returns a plain
805805
JavaScript object (typed as `Excel.Interfaces.ChartData`<!-- -->) that contains shallow copies of any loaded child
806806
properties from the original object.
807807
remarks: ''

0 commit comments

Comments
 (0)