@types/office-js-preview 1.0.662 → 1.0.664
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-preview/README.md +1 -1
- office-js-preview/index.d.ts +261 -11
- office-js-preview/package.json +2 -2
office-js-preview/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for office-js-preview (https://github.com
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Thu, 13 Nov 2025 00:04:13 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -11861,7 +11861,9 @@ declare namespace Office {
|
|
|
11861
11861
|
*
|
|
11862
11862
|
* - Web browser, new Mac UI, Android: No limit
|
|
11863
11863
|
*
|
|
11864
|
-
* - Windows: 500 members
|
|
11864
|
+
* - Windows (new and classic): 500 members
|
|
11865
|
+
*
|
|
11866
|
+
* - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 members
|
|
11865
11867
|
*
|
|
11866
11868
|
* - Classic Mac UI: 100 members
|
|
11867
11869
|
*
|
|
@@ -11900,6 +11902,8 @@ declare namespace Office {
|
|
|
11900
11902
|
*
|
|
11901
11903
|
* - Windows: 500 members
|
|
11902
11904
|
*
|
|
11905
|
+
* - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 members
|
|
11906
|
+
*
|
|
11903
11907
|
* - Classic Mac UI: 100 members
|
|
11904
11908
|
*
|
|
11905
11909
|
* *Compose mode*
|
|
@@ -12186,7 +12190,9 @@ declare namespace Office {
|
|
|
12186
12190
|
* The `optionalAttendees` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
|
|
12187
12191
|
* each optional attendee to the meeting. The maximum number of attendees returned varies per Outlook client.
|
|
12188
12192
|
*
|
|
12189
|
-
* - Windows: 500 attendees
|
|
12193
|
+
* - Windows (new and classic): 500 attendees
|
|
12194
|
+
*
|
|
12195
|
+
* - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 attendees
|
|
12190
12196
|
*
|
|
12191
12197
|
* - Android, classic Mac UI, iOS: 100 attendees
|
|
12192
12198
|
*
|
|
@@ -12234,7 +12240,9 @@ declare namespace Office {
|
|
|
12234
12240
|
* The `requiredAttendees` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
|
|
12235
12241
|
* each required attendee to the meeting. The maximum number of attendees returned varies per Outlook client.
|
|
12236
12242
|
*
|
|
12237
|
-
* - Windows: 500 attendees
|
|
12243
|
+
* - Windows (new and classic): 500 attendees
|
|
12244
|
+
*
|
|
12245
|
+
* - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 recipients
|
|
12238
12246
|
*
|
|
12239
12247
|
* - Android, classic Mac UI, iOS: 100 attendees
|
|
12240
12248
|
*
|
|
@@ -16777,9 +16785,11 @@ declare namespace Office {
|
|
|
16777
16785
|
* The `cc` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
|
|
16778
16786
|
* each recipient listed on the **Cc** line of the message. The maximum number of recipients returned varies per Outlook client.
|
|
16779
16787
|
*
|
|
16780
|
-
* - classic
|
|
16788
|
+
* - Windows (classic): 500 recipients
|
|
16781
16789
|
*
|
|
16782
|
-
* -
|
|
16790
|
+
* - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 recipients
|
|
16791
|
+
*
|
|
16792
|
+
* - Web browser, Windows (new): 20 recipients (collapsed view), 500 recipients (expanded view)
|
|
16783
16793
|
*
|
|
16784
16794
|
* @remarks
|
|
16785
16795
|
*
|
|
@@ -17101,9 +17111,11 @@ declare namespace Office {
|
|
|
17101
17111
|
* The `to` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
|
|
17102
17112
|
* each recipient listed on the **To** line of the message. The maximum number of recipients returned varies per Outlook client.
|
|
17103
17113
|
*
|
|
17104
|
-
* - classic
|
|
17114
|
+
* - Windows (classic): 500 recipients
|
|
17115
|
+
*
|
|
17116
|
+
* - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 recipients
|
|
17105
17117
|
*
|
|
17106
|
-
* - Web browser, new
|
|
17118
|
+
* - Web browser, Windows (new): 20 recipients (collapsed view), 500 recipients (expanded view)
|
|
17107
17119
|
*
|
|
17108
17120
|
* @remarks
|
|
17109
17121
|
*
|
|
@@ -21054,11 +21066,13 @@ declare namespace Office {
|
|
|
21054
21066
|
* The `cc` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
|
|
21055
21067
|
* each recipient listed on the **Cc** line of the message. The maximum number of recipients returned varies per Outlook client.
|
|
21056
21068
|
*
|
|
21057
|
-
* - classic
|
|
21069
|
+
* - Windows (classic): 500 recipients
|
|
21070
|
+
*
|
|
21071
|
+
* - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 recipients
|
|
21058
21072
|
*
|
|
21059
21073
|
* - Android, classic Mac UI, iOS: 100 recipients
|
|
21060
21074
|
*
|
|
21061
|
-
* - Web browser, new
|
|
21075
|
+
* - Web browser, Windows (new): 20 recipients (collapsed view), 500 recipients (expanded view)
|
|
21062
21076
|
*
|
|
21063
21077
|
* - New Mac UI: No limit
|
|
21064
21078
|
*
|
|
@@ -21382,11 +21396,13 @@ declare namespace Office {
|
|
|
21382
21396
|
* The `to` property returns an array that contains an {@link Office.EmailAddressDetails | EmailAddressDetails} object for
|
|
21383
21397
|
* each recipient listed on the **To** line of the message. The maximum number of recipients returned varies per Outlook client.
|
|
21384
21398
|
*
|
|
21385
|
-
* - classic
|
|
21399
|
+
* - Windows (classic): 500 recipients
|
|
21400
|
+
*
|
|
21401
|
+
* - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 recipients
|
|
21386
21402
|
*
|
|
21387
21403
|
* - Android, classic Mac UI, iOS: 100 recipients
|
|
21388
21404
|
*
|
|
21389
|
-
* - Web browser, new
|
|
21405
|
+
* - Web browser, Windows (new): 20 recipients (collapsed view), 500 recipients (expanded view)
|
|
21390
21406
|
*
|
|
21391
21407
|
* - New Mac UI: No limit
|
|
21392
21408
|
*
|
|
@@ -22687,6 +22703,10 @@ declare namespace Office {
|
|
|
22687
22703
|
* - In Outlook on the web, on Windows (new and classic), and on Mac (classic UI), you can have a maximum of 500 recipients in a target field.
|
|
22688
22704
|
* If you need to add more than 100 recipients to a mail item, you can call `addAsync` repeatedly, but be mindful of the recipient limit of the field.
|
|
22689
22705
|
*
|
|
22706
|
+
* - In classic Outlook on Windows, a maximum of 1,000 recipients in a target field is available for preview. To test this increased limit, you must install Version 2511 (Build 19426.20000) or later.
|
|
22707
|
+
* Then, join the {@link https://techcommunity.microsoft.com/kb/microsoft-365-insider-kb/join-the-microsoft-365-insider-program-on-windows/4401748 | Microsoft 365 Insider program} and select the
|
|
22708
|
+
* **Beta Channel** option to access Office beta builds.
|
|
22709
|
+
*
|
|
22690
22710
|
* - In Outlook on Android and on iOS, the `addAsync` method is supported starting in Version 4.2530.0. On these mobile clients, the `addAsync` method isn't
|
|
22691
22711
|
* supported when a user replies from the the reply field at the bottom of a message.
|
|
22692
22712
|
*
|
|
@@ -22725,6 +22745,10 @@ declare namespace Office {
|
|
|
22725
22745
|
* - In Outlook on the web, on Windows, and on Mac (classic UI), you can have a maximum of 500 recipients in a target field.
|
|
22726
22746
|
* If you need to add more than 100 recipients to a mail item, you can call `addAsync` repeatedly, but be mindful of the recipient limit of the field.
|
|
22727
22747
|
*
|
|
22748
|
+
* - In classic Outlook on Windows, a maximum of 1,000 recipients in a target field is available for preview. To test this increased limit, you must install Version 2511 (Build 19426.20000) or later.
|
|
22749
|
+
* Then, join the {@link https://techcommunity.microsoft.com/kb/microsoft-365-insider-kb/join-the-microsoft-365-insider-program-on-windows/4401748 | Microsoft 365 Insider program} and select the
|
|
22750
|
+
* **Beta Channel** option to access Office beta builds.
|
|
22751
|
+
*
|
|
22728
22752
|
* - In Outlook on Android and on iOS, the `addAsync` method is supported starting in Version 4.2530.0. On these mobile clients, the `addAsync` method isn't
|
|
22729
22753
|
* supported when a user replies from the the reply field at the bottom of a message.
|
|
22730
22754
|
*
|
|
@@ -22759,6 +22783,8 @@ declare namespace Office {
|
|
|
22759
22783
|
*
|
|
22760
22784
|
* - Windows ({@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new} and classic), web browser, Mac (classic UI): 500 recipients
|
|
22761
22785
|
*
|
|
22786
|
+
* - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 recipients
|
|
22787
|
+
*
|
|
22762
22788
|
* - Android, iOS: 100 recipients
|
|
22763
22789
|
*
|
|
22764
22790
|
* - Mac (new UI): No limit
|
|
@@ -22813,6 +22839,8 @@ declare namespace Office {
|
|
|
22813
22839
|
*
|
|
22814
22840
|
* - Windows ({@link https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627 | new} and classic), web browser, Mac (classic UI): 500 recipients
|
|
22815
22841
|
*
|
|
22842
|
+
* - Windows (classic - in preview starting in Version 2511 (Build 19426.20000)): 1,000 recipients
|
|
22843
|
+
*
|
|
22816
22844
|
* - Android, iOS: 100 recipients
|
|
22817
22845
|
*
|
|
22818
22846
|
* - Mac (new UI): No limit
|
|
@@ -22867,6 +22895,10 @@ declare namespace Office {
|
|
|
22867
22895
|
* - In Outlook on the web, on Windows (new and classic), and on Mac (classic UI), you can have a maximum of 500 recipients in a target field.
|
|
22868
22896
|
* If you need to add more recipients after setting 100 recipients, you can call `addAsync` repeatedly, but be mindful of the recipient limit of the field.
|
|
22869
22897
|
*
|
|
22898
|
+
* - In classic Outlook on Windows, a maximum of 1,000 recipients in a target field is available for preview. To test this increased limit, you must install Version 2511 (Build 19426.20000) or later.
|
|
22899
|
+
* Then, join the {@link https://techcommunity.microsoft.com/kb/microsoft-365-insider-kb/join-the-microsoft-365-insider-program-on-windows/4401748 | Microsoft 365 Insider program} and select the
|
|
22900
|
+
* **Beta Channel** option to access Office beta builds.
|
|
22901
|
+
*
|
|
22870
22902
|
* - In Outlook on Android and on iOS, the `setAsync` method is supported starting in Version 4.2530.0. On these mobile clients, the `setAsync` method isn't
|
|
22871
22903
|
* supported when a user replies from the the reply field at the bottom of a message.
|
|
22872
22904
|
*
|
|
@@ -22909,6 +22941,10 @@ declare namespace Office {
|
|
|
22909
22941
|
* - In Outlook on the web, on Windows (new and classic), and on Mac (classic UI), you can have a maximum of 500 recipients in a target field.
|
|
22910
22942
|
* If you need to add more recipients after setting 100 recipients, you can call `addAsync` repeatedly, but be mindful of the recipient limit of the field.
|
|
22911
22943
|
*
|
|
22944
|
+
* - In classic Outlook on Windows, a maximum of 1,000 recipients in a target field is available for preview. To test this increased limit, you must install Version 2511 (Build 19426.20000) or later.
|
|
22945
|
+
* Then, join the {@link https://techcommunity.microsoft.com/kb/microsoft-365-insider-kb/join-the-microsoft-365-insider-program-on-windows/4401748 | Microsoft 365 Insider program} and select the
|
|
22946
|
+
* **Beta Channel** option to access Office beta builds.
|
|
22947
|
+
*
|
|
22912
22948
|
* - In Outlook on Android and on iOS, the `setAsync` method is supported starting in Version 4.2530.0. On these mobile clients, the `setAsync` method isn't
|
|
22913
22949
|
* supported when a user replies from the the reply field at the bottom of a message.
|
|
22914
22950
|
*
|
|
@@ -186771,6 +186807,16 @@ declare namespace PowerPoint {
|
|
|
186771
186807
|
* [Api set: PowerPointApi 1.0]
|
|
186772
186808
|
*/
|
|
186773
186809
|
readonly title: string;
|
|
186810
|
+
/**
|
|
186811
|
+
* Returns the current active {@link PowerPoint.Slide} that is visible in the editing area.
|
|
186812
|
+
If there's no active slide, an object with an `isNullObject` property set to `true` is returned.
|
|
186813
|
+
For further information, see {@link https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
|
|
186814
|
+
*
|
|
186815
|
+
* @remarks
|
|
186816
|
+
* [Api set: PowerPointApi BETA (PREVIEW ONLY)]
|
|
186817
|
+
* @beta
|
|
186818
|
+
*/
|
|
186819
|
+
getActiveSlideOrNullObject(): PowerPoint.Slide;
|
|
186774
186820
|
/**
|
|
186775
186821
|
* Returns the selected shapes in the current slide of the presentation.
|
|
186776
186822
|
If no shapes are selected, an empty collection is returned.
|
|
@@ -194782,6 +194828,29 @@ declare namespace PowerPoint {
|
|
|
194782
194828
|
* [Api set: PowerPointApi 1.4]
|
|
194783
194829
|
*/
|
|
194784
194830
|
readonly textFrame: PowerPoint.TextFrame;
|
|
194831
|
+
/**
|
|
194832
|
+
* The alt text description of the Shape.
|
|
194833
|
+
|
|
194834
|
+
Alt text provides alternative, text-based representations of the information contained in the Shape.
|
|
194835
|
+
This information is useful for people with vision or cognitive impairments who may not be able to see or understand the shape.
|
|
194836
|
+
*
|
|
194837
|
+
* @remarks
|
|
194838
|
+
* [Api set: PowerPointApi BETA (PREVIEW ONLY)]
|
|
194839
|
+
* @beta
|
|
194840
|
+
*/
|
|
194841
|
+
altTextDescription: string;
|
|
194842
|
+
/**
|
|
194843
|
+
* The alt text title of the Shape.
|
|
194844
|
+
|
|
194845
|
+
Alt text provides alternative, text-based representations of the information contained in the Shape.
|
|
194846
|
+
This information is useful for people with vision or cognitive impairments who may not be able to see or understand the shape.
|
|
194847
|
+
A title can be read to a person with a disability and is used to determine whether they wish to hear the description of the content.
|
|
194848
|
+
*
|
|
194849
|
+
* @remarks
|
|
194850
|
+
* [Api set: PowerPointApi BETA (PREVIEW ONLY)]
|
|
194851
|
+
* @beta
|
|
194852
|
+
*/
|
|
194853
|
+
altTextTitle: string;
|
|
194785
194854
|
/**
|
|
194786
194855
|
* Gets the creation ID of the shape. Returns `null` if the shape has no creation ID.
|
|
194787
194856
|
*
|
|
@@ -194804,6 +194873,17 @@ declare namespace PowerPoint {
|
|
|
194804
194873
|
* [Api set: PowerPointApi 1.3]
|
|
194805
194874
|
*/
|
|
194806
194875
|
readonly id: string;
|
|
194876
|
+
/**
|
|
194877
|
+
* Represents whether the shape is decorative or not.
|
|
194878
|
+
|
|
194879
|
+
Decorative objects add visual interest but aren't informative (e.g. stylistic borders).
|
|
194880
|
+
People using screen readers will hear these are decorative so they know they aren't missing any important information.
|
|
194881
|
+
*
|
|
194882
|
+
* @remarks
|
|
194883
|
+
* [Api set: PowerPointApi BETA (PREVIEW ONLY)]
|
|
194884
|
+
* @beta
|
|
194885
|
+
*/
|
|
194886
|
+
isDecorative: boolean;
|
|
194807
194887
|
/**
|
|
194808
194888
|
* The distance, in points, from the left side of the shape to the left side of the slide.
|
|
194809
194889
|
*
|
|
@@ -196551,6 +196631,29 @@ declare namespace PowerPoint {
|
|
|
196551
196631
|
}
|
|
196552
196632
|
/** An interface for updating data on the `Shape` object, for use in `shape.set({ ... })`. */
|
|
196553
196633
|
interface ShapeUpdateData {
|
|
196634
|
+
/**
|
|
196635
|
+
* The alt text description of the Shape.
|
|
196636
|
+
|
|
196637
|
+
Alt text provides alternative, text-based representations of the information contained in the Shape.
|
|
196638
|
+
This information is useful for people with vision or cognitive impairments who may not be able to see or understand the shape.
|
|
196639
|
+
*
|
|
196640
|
+
* @remarks
|
|
196641
|
+
* [Api set: PowerPointApi BETA (PREVIEW ONLY)]
|
|
196642
|
+
* @beta
|
|
196643
|
+
*/
|
|
196644
|
+
altTextDescription?: string;
|
|
196645
|
+
/**
|
|
196646
|
+
* The alt text title of the Shape.
|
|
196647
|
+
|
|
196648
|
+
Alt text provides alternative, text-based representations of the information contained in the Shape.
|
|
196649
|
+
This information is useful for people with vision or cognitive impairments who may not be able to see or understand the shape.
|
|
196650
|
+
A title can be read to a person with a disability and is used to determine whether they wish to hear the description of the content.
|
|
196651
|
+
*
|
|
196652
|
+
* @remarks
|
|
196653
|
+
* [Api set: PowerPointApi BETA (PREVIEW ONLY)]
|
|
196654
|
+
* @beta
|
|
196655
|
+
*/
|
|
196656
|
+
altTextTitle?: string;
|
|
196554
196657
|
/**
|
|
196555
196658
|
* Specifies the height, in points, of the shape. Throws an `InvalidArgument` exception when set with a negative value.
|
|
196556
196659
|
*
|
|
@@ -196558,6 +196661,17 @@ declare namespace PowerPoint {
|
|
|
196558
196661
|
* [Api set: PowerPointApi 1.4]
|
|
196559
196662
|
*/
|
|
196560
196663
|
height?: number;
|
|
196664
|
+
/**
|
|
196665
|
+
* Represents whether the shape is decorative or not.
|
|
196666
|
+
|
|
196667
|
+
Decorative objects add visual interest but aren't informative (e.g. stylistic borders).
|
|
196668
|
+
People using screen readers will hear these are decorative so they know they aren't missing any important information.
|
|
196669
|
+
*
|
|
196670
|
+
* @remarks
|
|
196671
|
+
* [Api set: PowerPointApi BETA (PREVIEW ONLY)]
|
|
196672
|
+
* @beta
|
|
196673
|
+
*/
|
|
196674
|
+
isDecorative?: boolean;
|
|
196561
196675
|
/**
|
|
196562
196676
|
* The distance, in points, from the left side of the shape to the left side of the slide.
|
|
196563
196677
|
*
|
|
@@ -197653,6 +197767,29 @@ declare namespace PowerPoint {
|
|
|
197653
197767
|
}
|
|
197654
197768
|
/** An interface describing the data returned by calling `shape.toJSON()`. */
|
|
197655
197769
|
interface ShapeData {
|
|
197770
|
+
/**
|
|
197771
|
+
* The alt text description of the Shape.
|
|
197772
|
+
|
|
197773
|
+
Alt text provides alternative, text-based representations of the information contained in the Shape.
|
|
197774
|
+
This information is useful for people with vision or cognitive impairments who may not be able to see or understand the shape.
|
|
197775
|
+
*
|
|
197776
|
+
* @remarks
|
|
197777
|
+
* [Api set: PowerPointApi BETA (PREVIEW ONLY)]
|
|
197778
|
+
* @beta
|
|
197779
|
+
*/
|
|
197780
|
+
altTextDescription?: string;
|
|
197781
|
+
/**
|
|
197782
|
+
* The alt text title of the Shape.
|
|
197783
|
+
|
|
197784
|
+
Alt text provides alternative, text-based representations of the information contained in the Shape.
|
|
197785
|
+
This information is useful for people with vision or cognitive impairments who may not be able to see or understand the shape.
|
|
197786
|
+
A title can be read to a person with a disability and is used to determine whether they wish to hear the description of the content.
|
|
197787
|
+
*
|
|
197788
|
+
* @remarks
|
|
197789
|
+
* [Api set: PowerPointApi BETA (PREVIEW ONLY)]
|
|
197790
|
+
* @beta
|
|
197791
|
+
*/
|
|
197792
|
+
altTextTitle?: string;
|
|
197656
197793
|
/**
|
|
197657
197794
|
* Gets the creation ID of the shape. Returns `null` if the shape has no creation ID.
|
|
197658
197795
|
*
|
|
@@ -197675,6 +197812,17 @@ declare namespace PowerPoint {
|
|
|
197675
197812
|
* [Api set: PowerPointApi 1.3]
|
|
197676
197813
|
*/
|
|
197677
197814
|
id?: string;
|
|
197815
|
+
/**
|
|
197816
|
+
* Represents whether the shape is decorative or not.
|
|
197817
|
+
|
|
197818
|
+
Decorative objects add visual interest but aren't informative (e.g. stylistic borders).
|
|
197819
|
+
People using screen readers will hear these are decorative so they know they aren't missing any important information.
|
|
197820
|
+
*
|
|
197821
|
+
* @remarks
|
|
197822
|
+
* [Api set: PowerPointApi BETA (PREVIEW ONLY)]
|
|
197823
|
+
* @beta
|
|
197824
|
+
*/
|
|
197825
|
+
isDecorative?: boolean;
|
|
197678
197826
|
/**
|
|
197679
197827
|
* The distance, in points, from the left side of the shape to the left side of the slide.
|
|
197680
197828
|
*
|
|
@@ -199185,6 +199333,29 @@ declare namespace PowerPoint {
|
|
|
199185
199333
|
* [Api set: PowerPointApi 1.4]
|
|
199186
199334
|
*/
|
|
199187
199335
|
textFrame?: PowerPoint.Interfaces.TextFrameLoadOptions;
|
|
199336
|
+
/**
|
|
199337
|
+
* For EACH ITEM in the collection: The alt text description of the Shape.
|
|
199338
|
+
|
|
199339
|
+
Alt text provides alternative, text-based representations of the information contained in the Shape.
|
|
199340
|
+
This information is useful for people with vision or cognitive impairments who may not be able to see or understand the shape.
|
|
199341
|
+
*
|
|
199342
|
+
* @remarks
|
|
199343
|
+
* [Api set: PowerPointApi BETA (PREVIEW ONLY)]
|
|
199344
|
+
* @beta
|
|
199345
|
+
*/
|
|
199346
|
+
altTextDescription?: boolean;
|
|
199347
|
+
/**
|
|
199348
|
+
* For EACH ITEM in the collection: The alt text title of the Shape.
|
|
199349
|
+
|
|
199350
|
+
Alt text provides alternative, text-based representations of the information contained in the Shape.
|
|
199351
|
+
This information is useful for people with vision or cognitive impairments who may not be able to see or understand the shape.
|
|
199352
|
+
A title can be read to a person with a disability and is used to determine whether they wish to hear the description of the content.
|
|
199353
|
+
*
|
|
199354
|
+
* @remarks
|
|
199355
|
+
* [Api set: PowerPointApi BETA (PREVIEW ONLY)]
|
|
199356
|
+
* @beta
|
|
199357
|
+
*/
|
|
199358
|
+
altTextTitle?: boolean;
|
|
199188
199359
|
/**
|
|
199189
199360
|
* For EACH ITEM in the collection: Gets the creation ID of the shape. Returns `null` if the shape has no creation ID.
|
|
199190
199361
|
*
|
|
@@ -199207,6 +199378,17 @@ declare namespace PowerPoint {
|
|
|
199207
199378
|
* [Api set: PowerPointApi 1.3]
|
|
199208
199379
|
*/
|
|
199209
199380
|
id?: boolean;
|
|
199381
|
+
/**
|
|
199382
|
+
* For EACH ITEM in the collection: Represents whether the shape is decorative or not.
|
|
199383
|
+
|
|
199384
|
+
Decorative objects add visual interest but aren't informative (e.g. stylistic borders).
|
|
199385
|
+
People using screen readers will hear these are decorative so they know they aren't missing any important information.
|
|
199386
|
+
*
|
|
199387
|
+
* @remarks
|
|
199388
|
+
* [Api set: PowerPointApi BETA (PREVIEW ONLY)]
|
|
199389
|
+
* @beta
|
|
199390
|
+
*/
|
|
199391
|
+
isDecorative?: boolean;
|
|
199210
199392
|
/**
|
|
199211
199393
|
* For EACH ITEM in the collection: The distance, in points, from the left side of the shape to the left side of the slide.
|
|
199212
199394
|
*
|
|
@@ -199785,6 +199967,29 @@ declare namespace PowerPoint {
|
|
|
199785
199967
|
* [Api set: PowerPointApi 1.5]
|
|
199786
199968
|
*/
|
|
199787
199969
|
textFrame?: PowerPoint.Interfaces.TextFrameLoadOptions;
|
|
199970
|
+
/**
|
|
199971
|
+
* For EACH ITEM in the collection: The alt text description of the Shape.
|
|
199972
|
+
|
|
199973
|
+
Alt text provides alternative, text-based representations of the information contained in the Shape.
|
|
199974
|
+
This information is useful for people with vision or cognitive impairments who may not be able to see or understand the shape.
|
|
199975
|
+
*
|
|
199976
|
+
* @remarks
|
|
199977
|
+
* [Api set: PowerPointApi BETA (PREVIEW ONLY)]
|
|
199978
|
+
* @beta
|
|
199979
|
+
*/
|
|
199980
|
+
altTextDescription?: boolean;
|
|
199981
|
+
/**
|
|
199982
|
+
* For EACH ITEM in the collection: The alt text title of the Shape.
|
|
199983
|
+
|
|
199984
|
+
Alt text provides alternative, text-based representations of the information contained in the Shape.
|
|
199985
|
+
This information is useful for people with vision or cognitive impairments who may not be able to see or understand the shape.
|
|
199986
|
+
A title can be read to a person with a disability and is used to determine whether they wish to hear the description of the content.
|
|
199987
|
+
*
|
|
199988
|
+
* @remarks
|
|
199989
|
+
* [Api set: PowerPointApi BETA (PREVIEW ONLY)]
|
|
199990
|
+
* @beta
|
|
199991
|
+
*/
|
|
199992
|
+
altTextTitle?: boolean;
|
|
199788
199993
|
/**
|
|
199789
199994
|
* For EACH ITEM in the collection: Gets the creation ID of the shape. Returns `null` if the shape has no creation ID.
|
|
199790
199995
|
*
|
|
@@ -199807,6 +200012,17 @@ declare namespace PowerPoint {
|
|
|
199807
200012
|
* [Api set: PowerPointApi 1.3]
|
|
199808
200013
|
*/
|
|
199809
200014
|
id?: boolean;
|
|
200015
|
+
/**
|
|
200016
|
+
* For EACH ITEM in the collection: Represents whether the shape is decorative or not.
|
|
200017
|
+
|
|
200018
|
+
Decorative objects add visual interest but aren't informative (e.g. stylistic borders).
|
|
200019
|
+
People using screen readers will hear these are decorative so they know they aren't missing any important information.
|
|
200020
|
+
*
|
|
200021
|
+
* @remarks
|
|
200022
|
+
* [Api set: PowerPointApi BETA (PREVIEW ONLY)]
|
|
200023
|
+
* @beta
|
|
200024
|
+
*/
|
|
200025
|
+
isDecorative?: boolean;
|
|
199810
200026
|
/**
|
|
199811
200027
|
* For EACH ITEM in the collection: The distance, in points, from the left side of the shape to the left side of the slide.
|
|
199812
200028
|
*
|
|
@@ -200033,6 +200249,29 @@ declare namespace PowerPoint {
|
|
|
200033
200249
|
* [Api set: PowerPointApi 1.4]
|
|
200034
200250
|
*/
|
|
200035
200251
|
textFrame?: PowerPoint.Interfaces.TextFrameLoadOptions;
|
|
200252
|
+
/**
|
|
200253
|
+
* The alt text description of the Shape.
|
|
200254
|
+
|
|
200255
|
+
Alt text provides alternative, text-based representations of the information contained in the Shape.
|
|
200256
|
+
This information is useful for people with vision or cognitive impairments who may not be able to see or understand the shape.
|
|
200257
|
+
*
|
|
200258
|
+
* @remarks
|
|
200259
|
+
* [Api set: PowerPointApi BETA (PREVIEW ONLY)]
|
|
200260
|
+
* @beta
|
|
200261
|
+
*/
|
|
200262
|
+
altTextDescription?: boolean;
|
|
200263
|
+
/**
|
|
200264
|
+
* The alt text title of the Shape.
|
|
200265
|
+
|
|
200266
|
+
Alt text provides alternative, text-based representations of the information contained in the Shape.
|
|
200267
|
+
This information is useful for people with vision or cognitive impairments who may not be able to see or understand the shape.
|
|
200268
|
+
A title can be read to a person with a disability and is used to determine whether they wish to hear the description of the content.
|
|
200269
|
+
*
|
|
200270
|
+
* @remarks
|
|
200271
|
+
* [Api set: PowerPointApi BETA (PREVIEW ONLY)]
|
|
200272
|
+
* @beta
|
|
200273
|
+
*/
|
|
200274
|
+
altTextTitle?: boolean;
|
|
200036
200275
|
/**
|
|
200037
200276
|
* Gets the creation ID of the shape. Returns `null` if the shape has no creation ID.
|
|
200038
200277
|
*
|
|
@@ -200055,6 +200294,17 @@ declare namespace PowerPoint {
|
|
|
200055
200294
|
* [Api set: PowerPointApi 1.3]
|
|
200056
200295
|
*/
|
|
200057
200296
|
id?: boolean;
|
|
200297
|
+
/**
|
|
200298
|
+
* Represents whether the shape is decorative or not.
|
|
200299
|
+
|
|
200300
|
+
Decorative objects add visual interest but aren't informative (e.g. stylistic borders).
|
|
200301
|
+
People using screen readers will hear these are decorative so they know they aren't missing any important information.
|
|
200302
|
+
*
|
|
200303
|
+
* @remarks
|
|
200304
|
+
* [Api set: PowerPointApi BETA (PREVIEW ONLY)]
|
|
200305
|
+
* @beta
|
|
200306
|
+
*/
|
|
200307
|
+
isDecorative?: boolean;
|
|
200058
200308
|
/**
|
|
200059
200309
|
* The distance, in points, from the left side of the shape to the left side of the slide.
|
|
200060
200310
|
*
|
office-js-preview/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js-preview",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.664",
|
|
4
4
|
"description": "TypeScript definitions for office-js-preview",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
|
|
6
6
|
"license": "MIT",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
48
|
"peerDependencies": {},
|
|
49
|
-
"typesPublisherContentHash": "
|
|
49
|
+
"typesPublisherContentHash": "7be304a0c0d34e2456bc5b52ea963074463d6f26e728158b8b01b70b04a4135c",
|
|
50
50
|
"typeScriptVersion": "5.2",
|
|
51
51
|
"nonNpm": true
|
|
52
52
|
}
|