Skip to content

Commit 9c5f400

Browse files
[All hosts] Get latest (#2435)
1 parent 9fe17ae commit 9c5f400

File tree

6 files changed

+16
-14
lines changed

6 files changed

+16
-14
lines changed

docs/docs-ref-autogen/office/office/office.taskpane.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ methods:
4646
- **Web (Word)**: 330 px
4747
4848
49-
- **Windows**: 51 px
49+
- **Windows, Mac**: 51 px
5050
5151
5252
If you pass a width beyond the minimum and maximum constraints, the task
@@ -62,8 +62,9 @@ methods:
6262
The width of a task pane in pixels. The minimum and maximum
6363
constraints vary by platform. In Excel on the web, the width must be
6464
between 350 and 500 px (inclusive). In Word on the web, the width
65-
must be between 330 and 500 px (inclusive). In Office on Windows,
66-
the width must be between 51 px and 50% of the client window.
65+
must be between 330 and 500 px (inclusive). In Office on Windows and
66+
on Mac, the width must be between 51 px and 50% of the client
67+
window.
6768
type: number
6869
return:
6970
type: void

docs/docs-ref-autogen/office_release/office/office.taskpane.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ methods:
4646
- **Web (Word)**: 330 px
4747
4848
49-
- **Windows**: 51 px
49+
- **Windows, Mac**: 51 px
5050
5151
5252
If you pass a width beyond the minimum and maximum constraints, the task
@@ -62,8 +62,9 @@ methods:
6262
The width of a task pane in pixels. The minimum and maximum
6363
constraints vary by platform. In Excel on the web, the width must be
6464
between 350 and 500 px (inclusive). In Word on the web, the width
65-
must be between 330 and 500 px (inclusive). In Office on Windows,
66-
the width must be between 51 px and 50% of the client window.
65+
must be between 330 and 500 px (inclusive). In Office on Windows and
66+
on Mac, the width must be between 51 px and 50% of the client
67+
window.
6768
type: number
6869
return:
6970
type: void

generate-docs/api-extractor-inputs-office-release/office.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8599,12 +8599,12 @@ export declare namespace Office {
85998599
*
86008600
* - **Web (Word)**: 330 px
86018601
*
8602-
* - **Windows**: 51 px
8602+
* - **Windows, Mac**: 51 px
86038603
*
86048604
* If you pass a width beyond the minimum and maximum constraints, the task pane isn't resized and no error is shown.
86058605
*
86068606
* @param width - The width of a task pane in pixels. The minimum and maximum constraints vary by platform. In Excel on the web, the width must be between
8607-
* 350 and 500 px (inclusive). In Word on the web, the width must be between 330 and 500 px (inclusive). In Office on Windows, the width
8607+
* 350 and 500 px (inclusive). In Word on the web, the width must be between 330 and 500 px (inclusive). In Office on Windows and on Mac, the width
86088608
* must be between 51 px and 50% of the client window.
86098609
*/
86108610
setWidth(width: number): void;

generate-docs/api-extractor-inputs-office/office.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8609,12 +8609,12 @@ export declare namespace Office {
86098609
*
86108610
* - **Web (Word)**: 330 px
86118611
*
8612-
* - **Windows**: 51 px
8612+
* - **Windows, Mac**: 51 px
86138613
*
86148614
* If you pass a width beyond the minimum and maximum constraints, the task pane isn't resized and no error is shown.
86158615
*
86168616
* @param width - The width of a task pane in pixels. The minimum and maximum constraints vary by platform. In Excel on the web, the width must be between
8617-
* 350 and 500 px (inclusive). In Word on the web, the width must be between 330 and 500 px (inclusive). In Office on Windows, the width
8617+
* 350 and 500 px (inclusive). In Word on the web, the width must be between 330 and 500 px (inclusive). In Office on Windows and on Mac, the width
86188618
* must be between 51 px and 50% of the client window.
86198619
*/
86208620
setWidth(width: number): void;

generate-docs/script-inputs/office.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8604,12 +8604,12 @@ declare namespace Office {
86048604
*
86058605
* - **Web (Word)**: 330 px
86068606
*
8607-
* - **Windows**: 51 px
8607+
* - **Windows, Mac**: 51 px
86088608
*
86098609
* If you pass a width beyond the minimum and maximum constraints, the task pane isn't resized and no error is shown.
86108610
*
86118611
* @param width The width of a task pane in pixels. The minimum and maximum constraints vary by platform. In Excel on the web, the width must be between
8612-
* 350 and 500 px (inclusive). In Word on the web, the width must be between 330 and 500 px (inclusive). In Office on Windows, the width
8612+
* 350 and 500 px (inclusive). In Word on the web, the width must be between 330 and 500 px (inclusive). In Office on Windows and on Mac, the width
86138613
* must be between 51 px and 50% of the client window.
86148614
*/
86158615
setWidth(width: number): void;

generate-docs/script-inputs/office_preview.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8614,12 +8614,12 @@ declare namespace Office {
86148614
*
86158615
* - **Web (Word)**: 330 px
86168616
*
8617-
* - **Windows**: 51 px
8617+
* - **Windows, Mac**: 51 px
86188618
*
86198619
* If you pass a width beyond the minimum and maximum constraints, the task pane isn't resized and no error is shown.
86208620
*
86218621
* @param width The width of a task pane in pixels. The minimum and maximum constraints vary by platform. In Excel on the web, the width must be between
8622-
* 350 and 500 px (inclusive). In Word on the web, the width must be between 330 and 500 px (inclusive). In Office on Windows, the width
8622+
* 350 and 500 px (inclusive). In Word on the web, the width must be between 330 and 500 px (inclusive). In Office on Windows and on Mac, the width
86238623
* must be between 51 px and 50% of the client window.
86248624
*/
86258625
setWidth(width: number): void;

0 commit comments

Comments
 (0)