@types/office-js-preview 1.0.684 → 1.0.685
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 +503 -503
- office-js-preview/package.json +2 -2
office-js-preview/index.d.ts
CHANGED
|
@@ -189639,19 +189639,19 @@ declare namespace PowerPoint {
|
|
|
189639
189639
|
*/
|
|
189640
189640
|
enum ConnectorType {
|
|
189641
189641
|
/**
|
|
189642
|
-
* Straight connector type
|
|
189642
|
+
* Straight connector type.
|
|
189643
189643
|
* @remarks
|
|
189644
189644
|
* [Api set: PowerPointApi 1.4]
|
|
189645
189645
|
*/
|
|
189646
189646
|
straight = "Straight",
|
|
189647
189647
|
/**
|
|
189648
|
-
* Elbow connector type
|
|
189648
|
+
* Elbow connector type.
|
|
189649
189649
|
* @remarks
|
|
189650
189650
|
* [Api set: PowerPointApi 1.4]
|
|
189651
189651
|
*/
|
|
189652
189652
|
elbow = "Elbow",
|
|
189653
189653
|
/**
|
|
189654
|
-
* Curve connector type
|
|
189654
|
+
* Curve connector type.
|
|
189655
189655
|
* @remarks
|
|
189656
189656
|
* [Api set: PowerPointApi 1.4]
|
|
189657
189657
|
*/
|
|
@@ -189665,1063 +189665,1063 @@ declare namespace PowerPoint {
|
|
|
189665
189665
|
*/
|
|
189666
189666
|
enum GeometricShapeType {
|
|
189667
189667
|
/**
|
|
189668
|
-
* Straight
|
|
189668
|
+
* Straight line from top-right corner to bottom-left corner of the shape.
|
|
189669
189669
|
* @remarks
|
|
189670
189670
|
* [Api set: PowerPointApi 1.4]
|
|
189671
189671
|
*/
|
|
189672
189672
|
lineInverse = "LineInverse",
|
|
189673
189673
|
/**
|
|
189674
|
-
* Isosceles
|
|
189674
|
+
* Isosceles triangle geometric shape.
|
|
189675
189675
|
* @remarks
|
|
189676
189676
|
* [Api set: PowerPointApi 1.4]
|
|
189677
189677
|
*/
|
|
189678
189678
|
triangle = "Triangle",
|
|
189679
189679
|
/**
|
|
189680
|
-
* Right
|
|
189680
|
+
* Right triangle geometric shape.
|
|
189681
189681
|
* @remarks
|
|
189682
189682
|
* [Api set: PowerPointApi 1.4]
|
|
189683
189683
|
*/
|
|
189684
189684
|
rightTriangle = "RightTriangle",
|
|
189685
189685
|
/**
|
|
189686
|
-
* Rectangle
|
|
189686
|
+
* Rectangle geometric shape.
|
|
189687
189687
|
* @remarks
|
|
189688
189688
|
* [Api set: PowerPointApi 1.4]
|
|
189689
189689
|
*/
|
|
189690
189690
|
rectangle = "Rectangle",
|
|
189691
189691
|
/**
|
|
189692
|
-
* Diamond
|
|
189692
|
+
* Diamond geometric shape.
|
|
189693
189693
|
* @remarks
|
|
189694
189694
|
* [Api set: PowerPointApi 1.4]
|
|
189695
189695
|
*/
|
|
189696
189696
|
diamond = "Diamond",
|
|
189697
189697
|
/**
|
|
189698
|
-
* Parallelogram
|
|
189698
|
+
* Parallelogram geometric shape.
|
|
189699
189699
|
* @remarks
|
|
189700
189700
|
* [Api set: PowerPointApi 1.4]
|
|
189701
189701
|
*/
|
|
189702
189702
|
parallelogram = "Parallelogram",
|
|
189703
189703
|
/**
|
|
189704
|
-
* Trapezoid
|
|
189704
|
+
* Trapezoid geometric shape.
|
|
189705
189705
|
* @remarks
|
|
189706
189706
|
* [Api set: PowerPointApi 1.4]
|
|
189707
189707
|
*/
|
|
189708
189708
|
trapezoid = "Trapezoid",
|
|
189709
189709
|
/**
|
|
189710
|
-
* Trapezoid which may have
|
|
189710
|
+
* Trapezoid geometric shape which may have non-equal sides.
|
|
189711
189711
|
* @remarks
|
|
189712
189712
|
* [Api set: PowerPointApi 1.4]
|
|
189713
189713
|
*/
|
|
189714
189714
|
nonIsoscelesTrapezoid = "NonIsoscelesTrapezoid",
|
|
189715
189715
|
/**
|
|
189716
|
-
* Pentagon
|
|
189716
|
+
* Pentagon geometric shape.
|
|
189717
189717
|
* @remarks
|
|
189718
189718
|
* [Api set: PowerPointApi 1.4]
|
|
189719
189719
|
*/
|
|
189720
189720
|
pentagon = "Pentagon",
|
|
189721
189721
|
/**
|
|
189722
|
-
* Hexagon
|
|
189722
|
+
* Hexagon geometric shape.
|
|
189723
189723
|
* @remarks
|
|
189724
189724
|
* [Api set: PowerPointApi 1.4]
|
|
189725
189725
|
*/
|
|
189726
189726
|
hexagon = "Hexagon",
|
|
189727
189727
|
/**
|
|
189728
|
-
* Heptagon
|
|
189728
|
+
* Heptagon geometric shape.
|
|
189729
189729
|
* @remarks
|
|
189730
189730
|
* [Api set: PowerPointApi 1.4]
|
|
189731
189731
|
*/
|
|
189732
189732
|
heptagon = "Heptagon",
|
|
189733
189733
|
/**
|
|
189734
|
-
* Octagon
|
|
189734
|
+
* Octagon geometric shape.
|
|
189735
189735
|
* @remarks
|
|
189736
189736
|
* [Api set: PowerPointApi 1.4]
|
|
189737
189737
|
*/
|
|
189738
189738
|
octagon = "Octagon",
|
|
189739
189739
|
/**
|
|
189740
|
-
* Decagon
|
|
189740
|
+
* Decagon geometric shape.
|
|
189741
189741
|
* @remarks
|
|
189742
189742
|
* [Api set: PowerPointApi 1.4]
|
|
189743
189743
|
*/
|
|
189744
189744
|
decagon = "Decagon",
|
|
189745
189745
|
/**
|
|
189746
|
-
* Dodecagon
|
|
189746
|
+
* Dodecagon geometric shape.
|
|
189747
189747
|
* @remarks
|
|
189748
189748
|
* [Api set: PowerPointApi 1.4]
|
|
189749
189749
|
*/
|
|
189750
189750
|
dodecagon = "Dodecagon",
|
|
189751
189751
|
/**
|
|
189752
|
-
* Star: 4
|
|
189752
|
+
* Star: 4 points.
|
|
189753
189753
|
* @remarks
|
|
189754
189754
|
* [Api set: PowerPointApi 1.4]
|
|
189755
189755
|
*/
|
|
189756
189756
|
star4 = "Star4",
|
|
189757
189757
|
/**
|
|
189758
|
-
* Star: 5
|
|
189758
|
+
* Star: 5 points.
|
|
189759
189759
|
* @remarks
|
|
189760
189760
|
* [Api set: PowerPointApi 1.4]
|
|
189761
189761
|
*/
|
|
189762
189762
|
star5 = "Star5",
|
|
189763
189763
|
/**
|
|
189764
|
-
* Star: 6
|
|
189764
|
+
* Star: 6 points.
|
|
189765
189765
|
* @remarks
|
|
189766
189766
|
* [Api set: PowerPointApi 1.4]
|
|
189767
189767
|
*/
|
|
189768
189768
|
star6 = "Star6",
|
|
189769
189769
|
/**
|
|
189770
|
-
* Star: 7
|
|
189770
|
+
* Star: 7 points.
|
|
189771
189771
|
* @remarks
|
|
189772
189772
|
* [Api set: PowerPointApi 1.4]
|
|
189773
189773
|
*/
|
|
189774
189774
|
star7 = "Star7",
|
|
189775
189775
|
/**
|
|
189776
|
-
* Star: 8
|
|
189776
|
+
* Star: 8 points.
|
|
189777
189777
|
* @remarks
|
|
189778
189778
|
* [Api set: PowerPointApi 1.4]
|
|
189779
189779
|
*/
|
|
189780
189780
|
star8 = "Star8",
|
|
189781
189781
|
/**
|
|
189782
|
-
* Star: 10
|
|
189782
|
+
* Star: 10 points.
|
|
189783
189783
|
* @remarks
|
|
189784
189784
|
* [Api set: PowerPointApi 1.4]
|
|
189785
189785
|
*/
|
|
189786
189786
|
star10 = "Star10",
|
|
189787
189787
|
/**
|
|
189788
|
-
* Star: 12
|
|
189788
|
+
* Star: 12 points.
|
|
189789
189789
|
* @remarks
|
|
189790
189790
|
* [Api set: PowerPointApi 1.4]
|
|
189791
189791
|
*/
|
|
189792
189792
|
star12 = "Star12",
|
|
189793
189793
|
/**
|
|
189794
|
-
* Star: 16
|
|
189794
|
+
* Star: 16 points.
|
|
189795
189795
|
* @remarks
|
|
189796
189796
|
* [Api set: PowerPointApi 1.4]
|
|
189797
189797
|
*/
|
|
189798
189798
|
star16 = "Star16",
|
|
189799
189799
|
/**
|
|
189800
|
-
* Star: 24
|
|
189800
|
+
* Star: 24 points.
|
|
189801
189801
|
* @remarks
|
|
189802
189802
|
* [Api set: PowerPointApi 1.4]
|
|
189803
189803
|
*/
|
|
189804
189804
|
star24 = "Star24",
|
|
189805
189805
|
/**
|
|
189806
|
-
* Star: 32
|
|
189806
|
+
* Star: 32 points.
|
|
189807
189807
|
* @remarks
|
|
189808
189808
|
* [Api set: PowerPointApi 1.4]
|
|
189809
189809
|
*/
|
|
189810
189810
|
star32 = "Star32",
|
|
189811
189811
|
/**
|
|
189812
|
-
* Rectangle:
|
|
189812
|
+
* Rectangle geometric shape: rounded corners.
|
|
189813
189813
|
* @remarks
|
|
189814
189814
|
* [Api set: PowerPointApi 1.4]
|
|
189815
189815
|
*/
|
|
189816
189816
|
roundRectangle = "RoundRectangle",
|
|
189817
189817
|
/**
|
|
189818
|
-
* Rectangle:
|
|
189818
|
+
* Rectangle geometric shape: single corner rounded.
|
|
189819
189819
|
* @remarks
|
|
189820
189820
|
* [Api set: PowerPointApi 1.4]
|
|
189821
189821
|
*/
|
|
189822
189822
|
round1Rectangle = "Round1Rectangle",
|
|
189823
189823
|
/**
|
|
189824
|
-
* Rectangle:
|
|
189824
|
+
* Rectangle geometric shape: top corners rounded.
|
|
189825
189825
|
* @remarks
|
|
189826
189826
|
* [Api set: PowerPointApi 1.4]
|
|
189827
189827
|
*/
|
|
189828
189828
|
round2SameRectangle = "Round2SameRectangle",
|
|
189829
189829
|
/**
|
|
189830
|
-
* Rectangle:
|
|
189830
|
+
* Rectangle geometric shape: diagonal corners rounded.
|
|
189831
189831
|
* @remarks
|
|
189832
189832
|
* [Api set: PowerPointApi 1.4]
|
|
189833
189833
|
*/
|
|
189834
189834
|
round2DiagonalRectangle = "Round2DiagonalRectangle",
|
|
189835
189835
|
/**
|
|
189836
|
-
* Rectangle:
|
|
189836
|
+
* Rectangle geometric shape: top corners one rounded and one snipped.
|
|
189837
189837
|
* @remarks
|
|
189838
189838
|
* [Api set: PowerPointApi 1.4]
|
|
189839
189839
|
*/
|
|
189840
189840
|
snipRoundRectangle = "SnipRoundRectangle",
|
|
189841
189841
|
/**
|
|
189842
|
-
* Rectangle:
|
|
189842
|
+
* Rectangle geometric shape: single corner snipped.
|
|
189843
189843
|
* @remarks
|
|
189844
189844
|
* [Api set: PowerPointApi 1.4]
|
|
189845
189845
|
*/
|
|
189846
189846
|
snip1Rectangle = "Snip1Rectangle",
|
|
189847
189847
|
/**
|
|
189848
|
-
* Rectangle:
|
|
189848
|
+
* Rectangle geometric shape: top corners snipped.
|
|
189849
189849
|
* @remarks
|
|
189850
189850
|
* [Api set: PowerPointApi 1.4]
|
|
189851
189851
|
*/
|
|
189852
189852
|
snip2SameRectangle = "Snip2SameRectangle",
|
|
189853
189853
|
/**
|
|
189854
|
-
* Rectangle:
|
|
189854
|
+
* Rectangle geometric shape: diagonal corners snipped.
|
|
189855
189855
|
* @remarks
|
|
189856
189856
|
* [Api set: PowerPointApi 1.4]
|
|
189857
189857
|
*/
|
|
189858
189858
|
snip2DiagonalRectangle = "Snip2DiagonalRectangle",
|
|
189859
189859
|
/**
|
|
189860
|
-
* Plaque
|
|
189860
|
+
* Plaque geometric shape.
|
|
189861
189861
|
* @remarks
|
|
189862
189862
|
* [Api set: PowerPointApi 1.4]
|
|
189863
189863
|
*/
|
|
189864
189864
|
plaque = "Plaque",
|
|
189865
189865
|
/**
|
|
189866
|
-
* Oval
|
|
189866
|
+
* Oval geometric shape.
|
|
189867
189867
|
* @remarks
|
|
189868
189868
|
* [Api set: PowerPointApi 1.4]
|
|
189869
189869
|
*/
|
|
189870
189870
|
ellipse = "Ellipse",
|
|
189871
189871
|
/**
|
|
189872
|
-
* Teardrop
|
|
189872
|
+
* Teardrop geometric shape.
|
|
189873
189873
|
* @remarks
|
|
189874
189874
|
* [Api set: PowerPointApi 1.4]
|
|
189875
189875
|
*/
|
|
189876
189876
|
teardrop = "Teardrop",
|
|
189877
189877
|
/**
|
|
189878
|
-
* Arrow:
|
|
189878
|
+
* Arrow: pentagon.
|
|
189879
189879
|
* @remarks
|
|
189880
189880
|
* [Api set: PowerPointApi 1.4]
|
|
189881
189881
|
*/
|
|
189882
189882
|
homePlate = "HomePlate",
|
|
189883
189883
|
/**
|
|
189884
|
-
* Arrow:
|
|
189884
|
+
* Arrow: chevron.
|
|
189885
189885
|
* @remarks
|
|
189886
189886
|
* [Api set: PowerPointApi 1.4]
|
|
189887
189887
|
*/
|
|
189888
189888
|
chevron = "Chevron",
|
|
189889
189889
|
/**
|
|
189890
|
-
* Partial
|
|
189890
|
+
* Partial circle geometric shape.
|
|
189891
189891
|
* @remarks
|
|
189892
189892
|
* [Api set: PowerPointApi 1.4]
|
|
189893
189893
|
*/
|
|
189894
189894
|
pieWedge = "PieWedge",
|
|
189895
189895
|
/**
|
|
189896
|
-
* Partial
|
|
189896
|
+
* Partial circle geometric shape with adjustable spanning area.
|
|
189897
189897
|
* @remarks
|
|
189898
189898
|
* [Api set: PowerPointApi 1.4]
|
|
189899
189899
|
*/
|
|
189900
189900
|
pie = "Pie",
|
|
189901
189901
|
/**
|
|
189902
|
-
* Block
|
|
189902
|
+
* Block arc geometric shape.
|
|
189903
189903
|
* @remarks
|
|
189904
189904
|
* [Api set: PowerPointApi 1.4]
|
|
189905
189905
|
*/
|
|
189906
189906
|
blockArc = "BlockArc",
|
|
189907
189907
|
/**
|
|
189908
|
-
* Circle:
|
|
189908
|
+
* Circle geometric shape: hollow.
|
|
189909
189909
|
* @remarks
|
|
189910
189910
|
* [Api set: PowerPointApi 1.4]
|
|
189911
189911
|
*/
|
|
189912
189912
|
donut = "Donut",
|
|
189913
189913
|
/**
|
|
189914
|
-
* "Not
|
|
189914
|
+
* "Not allowed" symbol.
|
|
189915
189915
|
* @remarks
|
|
189916
189916
|
* [Api set: PowerPointApi 1.4]
|
|
189917
189917
|
*/
|
|
189918
189918
|
noSmoking = "NoSmoking",
|
|
189919
189919
|
/**
|
|
189920
|
-
* Arrow:
|
|
189920
|
+
* Arrow: right.
|
|
189921
189921
|
* @remarks
|
|
189922
189922
|
* [Api set: PowerPointApi 1.4]
|
|
189923
189923
|
*/
|
|
189924
189924
|
rightArrow = "RightArrow",
|
|
189925
189925
|
/**
|
|
189926
|
-
* Arrow:
|
|
189926
|
+
* Arrow: left.
|
|
189927
189927
|
* @remarks
|
|
189928
189928
|
* [Api set: PowerPointApi 1.4]
|
|
189929
189929
|
*/
|
|
189930
189930
|
leftArrow = "LeftArrow",
|
|
189931
189931
|
/**
|
|
189932
|
-
* Arrow:
|
|
189932
|
+
* Arrow: up.
|
|
189933
189933
|
* @remarks
|
|
189934
189934
|
* [Api set: PowerPointApi 1.4]
|
|
189935
189935
|
*/
|
|
189936
189936
|
upArrow = "UpArrow",
|
|
189937
189937
|
/**
|
|
189938
|
-
* Arrow:
|
|
189938
|
+
* Arrow: down.
|
|
189939
189939
|
* @remarks
|
|
189940
189940
|
* [Api set: PowerPointApi 1.4]
|
|
189941
189941
|
*/
|
|
189942
189942
|
downArrow = "DownArrow",
|
|
189943
189943
|
/**
|
|
189944
|
-
* Arrow:
|
|
189944
|
+
* Arrow: striped right.
|
|
189945
189945
|
* @remarks
|
|
189946
189946
|
* [Api set: PowerPointApi 1.4]
|
|
189947
189947
|
*/
|
|
189948
189948
|
stripedRightArrow = "StripedRightArrow",
|
|
189949
189949
|
/**
|
|
189950
|
-
* Arrow:
|
|
189950
|
+
* Arrow: notched right.
|
|
189951
189951
|
* @remarks
|
|
189952
189952
|
* [Api set: PowerPointApi 1.4]
|
|
189953
189953
|
*/
|
|
189954
189954
|
notchedRightArrow = "NotchedRightArrow",
|
|
189955
189955
|
/**
|
|
189956
|
-
* Arrow:
|
|
189956
|
+
* Arrow: bent-up.
|
|
189957
189957
|
* @remarks
|
|
189958
189958
|
* [Api set: PowerPointApi 1.4]
|
|
189959
189959
|
*/
|
|
189960
189960
|
bentUpArrow = "BentUpArrow",
|
|
189961
189961
|
/**
|
|
189962
|
-
* Arrow:
|
|
189962
|
+
* Arrow: left-right.
|
|
189963
189963
|
* @remarks
|
|
189964
189964
|
* [Api set: PowerPointApi 1.4]
|
|
189965
189965
|
*/
|
|
189966
189966
|
leftRightArrow = "LeftRightArrow",
|
|
189967
189967
|
/**
|
|
189968
|
-
* Arrow:
|
|
189968
|
+
* Arrow: up-down.
|
|
189969
189969
|
* @remarks
|
|
189970
189970
|
* [Api set: PowerPointApi 1.4]
|
|
189971
189971
|
*/
|
|
189972
189972
|
upDownArrow = "UpDownArrow",
|
|
189973
189973
|
/**
|
|
189974
|
-
* Arrow:
|
|
189974
|
+
* Arrow: left-up.
|
|
189975
189975
|
* @remarks
|
|
189976
189976
|
* [Api set: PowerPointApi 1.4]
|
|
189977
189977
|
*/
|
|
189978
189978
|
leftUpArrow = "LeftUpArrow",
|
|
189979
189979
|
/**
|
|
189980
|
-
* Arrow:
|
|
189980
|
+
* Arrow: left-right-up.
|
|
189981
189981
|
* @remarks
|
|
189982
189982
|
* [Api set: PowerPointApi 1.4]
|
|
189983
189983
|
*/
|
|
189984
189984
|
leftRightUpArrow = "LeftRightUpArrow",
|
|
189985
189985
|
/**
|
|
189986
|
-
* Arrow:
|
|
189986
|
+
* Arrow: quad.
|
|
189987
189987
|
* @remarks
|
|
189988
189988
|
* [Api set: PowerPointApi 1.4]
|
|
189989
189989
|
*/
|
|
189990
189990
|
quadArrow = "QuadArrow",
|
|
189991
189991
|
/**
|
|
189992
|
-
* Callout:
|
|
189992
|
+
* Callout: left arrow.
|
|
189993
189993
|
* @remarks
|
|
189994
189994
|
* [Api set: PowerPointApi 1.4]
|
|
189995
189995
|
*/
|
|
189996
189996
|
leftArrowCallout = "LeftArrowCallout",
|
|
189997
189997
|
/**
|
|
189998
|
-
* Callout:
|
|
189998
|
+
* Callout: right arrow.
|
|
189999
189999
|
* @remarks
|
|
190000
190000
|
* [Api set: PowerPointApi 1.4]
|
|
190001
190001
|
*/
|
|
190002
190002
|
rightArrowCallout = "RightArrowCallout",
|
|
190003
190003
|
/**
|
|
190004
|
-
* Callout:
|
|
190004
|
+
* Callout: up arrow.
|
|
190005
190005
|
* @remarks
|
|
190006
190006
|
* [Api set: PowerPointApi 1.4]
|
|
190007
190007
|
*/
|
|
190008
190008
|
upArrowCallout = "UpArrowCallout",
|
|
190009
190009
|
/**
|
|
190010
|
-
* Callout:
|
|
190010
|
+
* Callout: down arrow.
|
|
190011
190011
|
* @remarks
|
|
190012
190012
|
* [Api set: PowerPointApi 1.4]
|
|
190013
190013
|
*/
|
|
190014
190014
|
downArrowCallout = "DownArrowCallout",
|
|
190015
190015
|
/**
|
|
190016
|
-
* Callout:
|
|
190016
|
+
* Callout: left-right arrow.
|
|
190017
190017
|
* @remarks
|
|
190018
190018
|
* [Api set: PowerPointApi 1.4]
|
|
190019
190019
|
*/
|
|
190020
190020
|
leftRightArrowCallout = "LeftRightArrowCallout",
|
|
190021
190021
|
/**
|
|
190022
|
-
* Callout:
|
|
190022
|
+
* Callout: up-down arrow.
|
|
190023
190023
|
* @remarks
|
|
190024
190024
|
* [Api set: PowerPointApi 1.4]
|
|
190025
190025
|
*/
|
|
190026
190026
|
upDownArrowCallout = "UpDownArrowCallout",
|
|
190027
190027
|
/**
|
|
190028
|
-
* Callout:
|
|
190028
|
+
* Callout: quad arrow.
|
|
190029
190029
|
* @remarks
|
|
190030
190030
|
* [Api set: PowerPointApi 1.4]
|
|
190031
190031
|
*/
|
|
190032
190032
|
quadArrowCallout = "QuadArrowCallout",
|
|
190033
190033
|
/**
|
|
190034
|
-
* Arrow:
|
|
190034
|
+
* Arrow: bent.
|
|
190035
190035
|
* @remarks
|
|
190036
190036
|
* [Api set: PowerPointApi 1.4]
|
|
190037
190037
|
*/
|
|
190038
190038
|
bentArrow = "BentArrow",
|
|
190039
190039
|
/**
|
|
190040
|
-
* Arrow: U-
|
|
190040
|
+
* Arrow: U-turn.
|
|
190041
190041
|
* @remarks
|
|
190042
190042
|
* [Api set: PowerPointApi 1.4]
|
|
190043
190043
|
*/
|
|
190044
190044
|
uturnArrow = "UturnArrow",
|
|
190045
190045
|
/**
|
|
190046
|
-
* Arrow:
|
|
190046
|
+
* Arrow: circular.
|
|
190047
190047
|
* @remarks
|
|
190048
190048
|
* [Api set: PowerPointApi 1.4]
|
|
190049
190049
|
*/
|
|
190050
190050
|
circularArrow = "CircularArrow",
|
|
190051
190051
|
/**
|
|
190052
|
-
* Arrow:
|
|
190052
|
+
* Arrow: circular with opposite arrow direction.
|
|
190053
190053
|
* @remarks
|
|
190054
190054
|
* [Api set: PowerPointApi 1.4]
|
|
190055
190055
|
*/
|
|
190056
190056
|
leftCircularArrow = "LeftCircularArrow",
|
|
190057
190057
|
/**
|
|
190058
|
-
* Arrow:
|
|
190058
|
+
* Arrow: circular with two arrows in both directions.
|
|
190059
190059
|
* @remarks
|
|
190060
190060
|
* [Api set: PowerPointApi 1.4]
|
|
190061
190061
|
*/
|
|
190062
190062
|
leftRightCircularArrow = "LeftRightCircularArrow",
|
|
190063
190063
|
/**
|
|
190064
|
-
* Arrow:
|
|
190064
|
+
* Arrow: curved right.
|
|
190065
190065
|
* @remarks
|
|
190066
190066
|
* [Api set: PowerPointApi 1.4]
|
|
190067
190067
|
*/
|
|
190068
190068
|
curvedRightArrow = "CurvedRightArrow",
|
|
190069
190069
|
/**
|
|
190070
|
-
* Arrow:
|
|
190070
|
+
* Arrow: curved left.
|
|
190071
190071
|
* @remarks
|
|
190072
190072
|
* [Api set: PowerPointApi 1.4]
|
|
190073
190073
|
*/
|
|
190074
190074
|
curvedLeftArrow = "CurvedLeftArrow",
|
|
190075
190075
|
/**
|
|
190076
|
-
* Arrow:
|
|
190076
|
+
* Arrow: curved up.
|
|
190077
190077
|
* @remarks
|
|
190078
190078
|
* [Api set: PowerPointApi 1.4]
|
|
190079
190079
|
*/
|
|
190080
190080
|
curvedUpArrow = "CurvedUpArrow",
|
|
190081
190081
|
/**
|
|
190082
|
-
* Arrow:
|
|
190082
|
+
* Arrow: curved down.
|
|
190083
190083
|
* @remarks
|
|
190084
190084
|
* [Api set: PowerPointApi 1.4]
|
|
190085
190085
|
*/
|
|
190086
190086
|
curvedDownArrow = "CurvedDownArrow",
|
|
190087
190087
|
/**
|
|
190088
|
-
* Arrow:
|
|
190088
|
+
* Arrow: curved right arrow with varying width.
|
|
190089
190089
|
* @remarks
|
|
190090
190090
|
* [Api set: PowerPointApi 1.4]
|
|
190091
190091
|
*/
|
|
190092
190092
|
swooshArrow = "SwooshArrow",
|
|
190093
190093
|
/**
|
|
190094
|
-
* Cube
|
|
190094
|
+
* Cube geometric shape.
|
|
190095
190095
|
* @remarks
|
|
190096
190096
|
* [Api set: PowerPointApi 1.4]
|
|
190097
190097
|
*/
|
|
190098
190098
|
cube = "Cube",
|
|
190099
190099
|
/**
|
|
190100
|
-
* Cylinder
|
|
190100
|
+
* Cylinder geometric shape.
|
|
190101
190101
|
* @remarks
|
|
190102
190102
|
* [Api set: PowerPointApi 1.4]
|
|
190103
190103
|
*/
|
|
190104
190104
|
can = "Can",
|
|
190105
190105
|
/**
|
|
190106
|
-
* Lightning
|
|
190106
|
+
* Lightning bolt.
|
|
190107
190107
|
* @remarks
|
|
190108
190108
|
* [Api set: PowerPointApi 1.4]
|
|
190109
190109
|
*/
|
|
190110
190110
|
lightningBolt = "LightningBolt",
|
|
190111
190111
|
/**
|
|
190112
|
-
* Heart
|
|
190112
|
+
* Heart geometric shape.
|
|
190113
190113
|
* @remarks
|
|
190114
190114
|
* [Api set: PowerPointApi 1.4]
|
|
190115
190115
|
*/
|
|
190116
190116
|
heart = "Heart",
|
|
190117
190117
|
/**
|
|
190118
|
-
* Sun
|
|
190118
|
+
* Sun.
|
|
190119
190119
|
* @remarks
|
|
190120
190120
|
* [Api set: PowerPointApi 1.4]
|
|
190121
190121
|
*/
|
|
190122
190122
|
sun = "Sun",
|
|
190123
190123
|
/**
|
|
190124
|
-
* Moon
|
|
190124
|
+
* Moon geometric shape.
|
|
190125
190125
|
* @remarks
|
|
190126
190126
|
* [Api set: PowerPointApi 1.4]
|
|
190127
190127
|
*/
|
|
190128
190128
|
moon = "Moon",
|
|
190129
190129
|
/**
|
|
190130
|
-
* Smiley
|
|
190130
|
+
* Smiley face.
|
|
190131
190131
|
* @remarks
|
|
190132
190132
|
* [Api set: PowerPointApi 1.4]
|
|
190133
190133
|
*/
|
|
190134
190134
|
smileyFace = "SmileyFace",
|
|
190135
190135
|
/**
|
|
190136
|
-
* Explosion: 8
|
|
190136
|
+
* Explosion: 8 points.
|
|
190137
190137
|
* @remarks
|
|
190138
190138
|
* [Api set: PowerPointApi 1.4]
|
|
190139
190139
|
*/
|
|
190140
190140
|
irregularSeal1 = "IrregularSeal1",
|
|
190141
190141
|
/**
|
|
190142
|
-
* Explosion: 14
|
|
190142
|
+
* Explosion: 14 points.
|
|
190143
190143
|
* @remarks
|
|
190144
190144
|
* [Api set: PowerPointApi 1.4]
|
|
190145
190145
|
*/
|
|
190146
190146
|
irregularSeal2 = "IrregularSeal2",
|
|
190147
190147
|
/**
|
|
190148
|
-
* Rectangle:
|
|
190148
|
+
* Rectangle geometric shape: folded corner.
|
|
190149
190149
|
* @remarks
|
|
190150
190150
|
* [Api set: PowerPointApi 1.4]
|
|
190151
190151
|
*/
|
|
190152
190152
|
foldedCorner = "FoldedCorner",
|
|
190153
190153
|
/**
|
|
190154
|
-
* Rectangle:
|
|
190154
|
+
* Rectangle geometric shape: beveled.
|
|
190155
190155
|
* @remarks
|
|
190156
190156
|
* [Api set: PowerPointApi 1.4]
|
|
190157
190157
|
*/
|
|
190158
190158
|
bevel = "Bevel",
|
|
190159
190159
|
/**
|
|
190160
|
-
* Frame
|
|
190160
|
+
* Frame geometric shape.
|
|
190161
190161
|
* @remarks
|
|
190162
190162
|
* [Api set: PowerPointApi 1.4]
|
|
190163
190163
|
*/
|
|
190164
190164
|
frame = "Frame",
|
|
190165
190165
|
/**
|
|
190166
|
-
* Half
|
|
190166
|
+
* Half frame geometric shape.
|
|
190167
190167
|
* @remarks
|
|
190168
190168
|
* [Api set: PowerPointApi 1.4]
|
|
190169
190169
|
*/
|
|
190170
190170
|
halfFrame = "HalfFrame",
|
|
190171
190171
|
/**
|
|
190172
|
-
* L-
|
|
190172
|
+
* L-shape geometric shape.
|
|
190173
190173
|
* @remarks
|
|
190174
190174
|
* [Api set: PowerPointApi 1.4]
|
|
190175
190175
|
*/
|
|
190176
190176
|
corner = "Corner",
|
|
190177
190177
|
/**
|
|
190178
|
-
* Diagonal
|
|
190178
|
+
* Diagonal stripe geometric shape.
|
|
190179
190179
|
* @remarks
|
|
190180
190180
|
* [Api set: PowerPointApi 1.4]
|
|
190181
190181
|
*/
|
|
190182
190182
|
diagonalStripe = "DiagonalStripe",
|
|
190183
190183
|
/**
|
|
190184
|
-
* Chord
|
|
190184
|
+
* Chord geometric shape.
|
|
190185
190185
|
* @remarks
|
|
190186
190186
|
* [Api set: PowerPointApi 1.4]
|
|
190187
190187
|
*/
|
|
190188
190188
|
chord = "Chord",
|
|
190189
190189
|
/**
|
|
190190
|
-
* Arc
|
|
190190
|
+
* Arc geometric shape.
|
|
190191
190191
|
* @remarks
|
|
190192
190192
|
* [Api set: PowerPointApi 1.4]
|
|
190193
190193
|
*/
|
|
190194
190194
|
arc = "Arc",
|
|
190195
190195
|
/**
|
|
190196
|
-
* Left
|
|
190196
|
+
* Left bracket.
|
|
190197
190197
|
* @remarks
|
|
190198
190198
|
* [Api set: PowerPointApi 1.4]
|
|
190199
190199
|
*/
|
|
190200
190200
|
leftBracket = "LeftBracket",
|
|
190201
190201
|
/**
|
|
190202
|
-
* Right
|
|
190202
|
+
* Right bracket.
|
|
190203
190203
|
* @remarks
|
|
190204
190204
|
* [Api set: PowerPointApi 1.4]
|
|
190205
190205
|
*/
|
|
190206
190206
|
rightBracket = "RightBracket",
|
|
190207
190207
|
/**
|
|
190208
|
-
* Left
|
|
190208
|
+
* Left brace.
|
|
190209
190209
|
* @remarks
|
|
190210
190210
|
* [Api set: PowerPointApi 1.4]
|
|
190211
190211
|
*/
|
|
190212
190212
|
leftBrace = "LeftBrace",
|
|
190213
190213
|
/**
|
|
190214
|
-
* Right
|
|
190214
|
+
* Right brace.
|
|
190215
190215
|
* @remarks
|
|
190216
190216
|
* [Api set: PowerPointApi 1.4]
|
|
190217
190217
|
*/
|
|
190218
190218
|
rightBrace = "RightBrace",
|
|
190219
190219
|
/**
|
|
190220
|
-
* Double
|
|
190220
|
+
* Double bracket.
|
|
190221
190221
|
* @remarks
|
|
190222
190222
|
* [Api set: PowerPointApi 1.4]
|
|
190223
190223
|
*/
|
|
190224
190224
|
bracketPair = "BracketPair",
|
|
190225
190225
|
/**
|
|
190226
|
-
* Double
|
|
190226
|
+
* Double brace.
|
|
190227
190227
|
* @remarks
|
|
190228
190228
|
* [Api set: PowerPointApi 1.4]
|
|
190229
190229
|
*/
|
|
190230
190230
|
bracePair = "BracePair",
|
|
190231
190231
|
/**
|
|
190232
|
-
* Callout:
|
|
190232
|
+
* Callout: line with no border.
|
|
190233
190233
|
* @remarks
|
|
190234
190234
|
* [Api set: PowerPointApi 1.4]
|
|
190235
190235
|
*/
|
|
190236
190236
|
callout1 = "Callout1",
|
|
190237
190237
|
/**
|
|
190238
|
-
* Callout:
|
|
190238
|
+
* Callout: bent line with no border.
|
|
190239
190239
|
* @remarks
|
|
190240
190240
|
* [Api set: PowerPointApi 1.4]
|
|
190241
190241
|
*/
|
|
190242
190242
|
callout2 = "Callout2",
|
|
190243
190243
|
/**
|
|
190244
|
-
* Callout:
|
|
190244
|
+
* Callout: double bent line with no border.
|
|
190245
190245
|
* @remarks
|
|
190246
190246
|
* [Api set: PowerPointApi 1.4]
|
|
190247
190247
|
*/
|
|
190248
190248
|
callout3 = "Callout3",
|
|
190249
190249
|
/**
|
|
190250
|
-
* Callout:
|
|
190250
|
+
* Callout: line with accent bar.
|
|
190251
190251
|
* @remarks
|
|
190252
190252
|
* [Api set: PowerPointApi 1.4]
|
|
190253
190253
|
*/
|
|
190254
190254
|
accentCallout1 = "AccentCallout1",
|
|
190255
190255
|
/**
|
|
190256
|
-
* Callout:
|
|
190256
|
+
* Callout: bent line with accent bar.
|
|
190257
190257
|
* @remarks
|
|
190258
190258
|
* [Api set: PowerPointApi 1.4]
|
|
190259
190259
|
*/
|
|
190260
190260
|
accentCallout2 = "AccentCallout2",
|
|
190261
190261
|
/**
|
|
190262
|
-
* Callout:
|
|
190262
|
+
* Callout: double bent line with accent bar.
|
|
190263
190263
|
* @remarks
|
|
190264
190264
|
* [Api set: PowerPointApi 1.4]
|
|
190265
190265
|
*/
|
|
190266
190266
|
accentCallout3 = "AccentCallout3",
|
|
190267
190267
|
/**
|
|
190268
|
-
* Callout:
|
|
190268
|
+
* Callout: line.
|
|
190269
190269
|
* @remarks
|
|
190270
190270
|
* [Api set: PowerPointApi 1.4]
|
|
190271
190271
|
*/
|
|
190272
190272
|
borderCallout1 = "BorderCallout1",
|
|
190273
190273
|
/**
|
|
190274
|
-
* Callout:
|
|
190274
|
+
* Callout: bent line.
|
|
190275
190275
|
* @remarks
|
|
190276
190276
|
* [Api set: PowerPointApi 1.4]
|
|
190277
190277
|
*/
|
|
190278
190278
|
borderCallout2 = "BorderCallout2",
|
|
190279
190279
|
/**
|
|
190280
|
-
* Callout:
|
|
190280
|
+
* Callout: double bent line.
|
|
190281
190281
|
* @remarks
|
|
190282
190282
|
* [Api set: PowerPointApi 1.4]
|
|
190283
190283
|
*/
|
|
190284
190284
|
borderCallout3 = "BorderCallout3",
|
|
190285
190285
|
/**
|
|
190286
|
-
* Callout:
|
|
190286
|
+
* Callout: line with border and accent bar.
|
|
190287
190287
|
* @remarks
|
|
190288
190288
|
* [Api set: PowerPointApi 1.4]
|
|
190289
190289
|
*/
|
|
190290
190290
|
accentBorderCallout1 = "AccentBorderCallout1",
|
|
190291
190291
|
/**
|
|
190292
|
-
* Callout:
|
|
190292
|
+
* Callout: bent line with border and accent bar.
|
|
190293
190293
|
* @remarks
|
|
190294
190294
|
* [Api set: PowerPointApi 1.4]
|
|
190295
190295
|
*/
|
|
190296
190296
|
accentBorderCallout2 = "AccentBorderCallout2",
|
|
190297
190297
|
/**
|
|
190298
|
-
* Callout:
|
|
190298
|
+
* Callout: double bent line with border and accent bar.
|
|
190299
190299
|
* @remarks
|
|
190300
190300
|
* [Api set: PowerPointApi 1.4]
|
|
190301
190301
|
*/
|
|
190302
190302
|
accentBorderCallout3 = "AccentBorderCallout3",
|
|
190303
190303
|
/**
|
|
190304
|
-
* Speech
|
|
190304
|
+
* Speech bubble: rectangle.
|
|
190305
190305
|
* @remarks
|
|
190306
190306
|
* [Api set: PowerPointApi 1.4]
|
|
190307
190307
|
*/
|
|
190308
190308
|
wedgeRectCallout = "WedgeRectCallout",
|
|
190309
190309
|
/**
|
|
190310
|
-
* Speech
|
|
190310
|
+
* Speech bubble: rectangle with corners rounded.
|
|
190311
190311
|
* @remarks
|
|
190312
190312
|
* [Api set: PowerPointApi 1.4]
|
|
190313
190313
|
*/
|
|
190314
190314
|
wedgeRRectCallout = "WedgeRRectCallout",
|
|
190315
190315
|
/**
|
|
190316
|
-
* Speech
|
|
190316
|
+
* Speech bubble: oval.
|
|
190317
190317
|
* @remarks
|
|
190318
190318
|
* [Api set: PowerPointApi 1.4]
|
|
190319
190319
|
*/
|
|
190320
190320
|
wedgeEllipseCallout = "WedgeEllipseCallout",
|
|
190321
190321
|
/**
|
|
190322
|
-
* Thought
|
|
190322
|
+
* Thought bubble: cloud.
|
|
190323
190323
|
* @remarks
|
|
190324
190324
|
* [Api set: PowerPointApi 1.4]
|
|
190325
190325
|
*/
|
|
190326
190326
|
cloudCallout = "CloudCallout",
|
|
190327
190327
|
/**
|
|
190328
|
-
* Cloud
|
|
190328
|
+
* Cloud.
|
|
190329
190329
|
* @remarks
|
|
190330
190330
|
* [Api set: PowerPointApi 1.4]
|
|
190331
190331
|
*/
|
|
190332
190332
|
cloud = "Cloud",
|
|
190333
190333
|
/**
|
|
190334
|
-
* Ribbon:
|
|
190334
|
+
* Ribbon: tilted down.
|
|
190335
190335
|
* @remarks
|
|
190336
190336
|
* [Api set: PowerPointApi 1.4]
|
|
190337
190337
|
*/
|
|
190338
190338
|
ribbon = "Ribbon",
|
|
190339
190339
|
/**
|
|
190340
|
-
* Ribbon:
|
|
190340
|
+
* Ribbon: tilted up.
|
|
190341
190341
|
* @remarks
|
|
190342
190342
|
* [Api set: PowerPointApi 1.4]
|
|
190343
190343
|
*/
|
|
190344
190344
|
ribbon2 = "Ribbon2",
|
|
190345
190345
|
/**
|
|
190346
|
-
* Ribbon:
|
|
190346
|
+
* Ribbon: curved and tilted down.
|
|
190347
190347
|
* @remarks
|
|
190348
190348
|
* [Api set: PowerPointApi 1.4]
|
|
190349
190349
|
*/
|
|
190350
190350
|
ellipseRibbon = "EllipseRibbon",
|
|
190351
190351
|
/**
|
|
190352
|
-
* Ribbon:
|
|
190352
|
+
* Ribbon: curved and tilted up.
|
|
190353
190353
|
* @remarks
|
|
190354
190354
|
* [Api set: PowerPointApi 1.4]
|
|
190355
190355
|
*/
|
|
190356
190356
|
ellipseRibbon2 = "EllipseRibbon2",
|
|
190357
190357
|
/**
|
|
190358
|
-
* Ribbon:
|
|
190358
|
+
* Ribbon: straight with both left and right arrows.
|
|
190359
190359
|
* @remarks
|
|
190360
190360
|
* [Api set: PowerPointApi 1.4]
|
|
190361
190361
|
*/
|
|
190362
190362
|
leftRightRibbon = "LeftRightRibbon",
|
|
190363
190363
|
/**
|
|
190364
|
-
* Scroll:
|
|
190364
|
+
* Scroll: vertical.
|
|
190365
190365
|
* @remarks
|
|
190366
190366
|
* [Api set: PowerPointApi 1.4]
|
|
190367
190367
|
*/
|
|
190368
190368
|
verticalScroll = "VerticalScroll",
|
|
190369
190369
|
/**
|
|
190370
|
-
* Scroll:
|
|
190370
|
+
* Scroll: horizontal.
|
|
190371
190371
|
* @remarks
|
|
190372
190372
|
* [Api set: PowerPointApi 1.4]
|
|
190373
190373
|
*/
|
|
190374
190374
|
horizontalScroll = "HorizontalScroll",
|
|
190375
190375
|
/**
|
|
190376
|
-
* Wave
|
|
190376
|
+
* Wave geometric shape.
|
|
190377
190377
|
* @remarks
|
|
190378
190378
|
* [Api set: PowerPointApi 1.4]
|
|
190379
190379
|
*/
|
|
190380
190380
|
wave = "Wave",
|
|
190381
190381
|
/**
|
|
190382
|
-
* Double
|
|
190382
|
+
* Double wave geometric shape.
|
|
190383
190383
|
* @remarks
|
|
190384
190384
|
* [Api set: PowerPointApi 1.4]
|
|
190385
190385
|
*/
|
|
190386
190386
|
doubleWave = "DoubleWave",
|
|
190387
190387
|
/**
|
|
190388
|
-
* Cross
|
|
190388
|
+
* Cross geometric shape.
|
|
190389
190389
|
* @remarks
|
|
190390
190390
|
* [Api set: PowerPointApi 1.4]
|
|
190391
190391
|
*/
|
|
190392
190392
|
plus = "Plus",
|
|
190393
190393
|
/**
|
|
190394
|
-
* Flowchart:
|
|
190394
|
+
* Flowchart: process.
|
|
190395
190395
|
* @remarks
|
|
190396
190396
|
* [Api set: PowerPointApi 1.4]
|
|
190397
190397
|
*/
|
|
190398
190398
|
flowChartProcess = "FlowChartProcess",
|
|
190399
190399
|
/**
|
|
190400
|
-
* Flowchart:
|
|
190400
|
+
* Flowchart: decision.
|
|
190401
190401
|
* @remarks
|
|
190402
190402
|
* [Api set: PowerPointApi 1.4]
|
|
190403
190403
|
*/
|
|
190404
190404
|
flowChartDecision = "FlowChartDecision",
|
|
190405
190405
|
/**
|
|
190406
|
-
* Flowchart:
|
|
190406
|
+
* Flowchart: data.
|
|
190407
190407
|
* @remarks
|
|
190408
190408
|
* [Api set: PowerPointApi 1.4]
|
|
190409
190409
|
*/
|
|
190410
190410
|
flowChartInputOutput = "FlowChartInputOutput",
|
|
190411
190411
|
/**
|
|
190412
|
-
* Flowchart:
|
|
190412
|
+
* Flowchart: predefined process.
|
|
190413
190413
|
* @remarks
|
|
190414
190414
|
* [Api set: PowerPointApi 1.4]
|
|
190415
190415
|
*/
|
|
190416
190416
|
flowChartPredefinedProcess = "FlowChartPredefinedProcess",
|
|
190417
190417
|
/**
|
|
190418
|
-
* Flowchart:
|
|
190418
|
+
* Flowchart: internal storage.
|
|
190419
190419
|
* @remarks
|
|
190420
190420
|
* [Api set: PowerPointApi 1.4]
|
|
190421
190421
|
*/
|
|
190422
190422
|
flowChartInternalStorage = "FlowChartInternalStorage",
|
|
190423
190423
|
/**
|
|
190424
|
-
* Flowchart:
|
|
190424
|
+
* Flowchart: document.
|
|
190425
190425
|
* @remarks
|
|
190426
190426
|
* [Api set: PowerPointApi 1.4]
|
|
190427
190427
|
*/
|
|
190428
190428
|
flowChartDocument = "FlowChartDocument",
|
|
190429
190429
|
/**
|
|
190430
|
-
* Flowchart:
|
|
190430
|
+
* Flowchart: multidocument.
|
|
190431
190431
|
* @remarks
|
|
190432
190432
|
* [Api set: PowerPointApi 1.4]
|
|
190433
190433
|
*/
|
|
190434
190434
|
flowChartMultidocument = "FlowChartMultidocument",
|
|
190435
190435
|
/**
|
|
190436
|
-
* Flowchart:
|
|
190436
|
+
* Flowchart: terminator.
|
|
190437
190437
|
* @remarks
|
|
190438
190438
|
* [Api set: PowerPointApi 1.4]
|
|
190439
190439
|
*/
|
|
190440
190440
|
flowChartTerminator = "FlowChartTerminator",
|
|
190441
190441
|
/**
|
|
190442
|
-
* Flowchart:
|
|
190442
|
+
* Flowchart: preparation.
|
|
190443
190443
|
* @remarks
|
|
190444
190444
|
* [Api set: PowerPointApi 1.4]
|
|
190445
190445
|
*/
|
|
190446
190446
|
flowChartPreparation = "FlowChartPreparation",
|
|
190447
190447
|
/**
|
|
190448
|
-
* Flowchart:
|
|
190448
|
+
* Flowchart: manual input.
|
|
190449
190449
|
* @remarks
|
|
190450
190450
|
* [Api set: PowerPointApi 1.4]
|
|
190451
190451
|
*/
|
|
190452
190452
|
flowChartManualInput = "FlowChartManualInput",
|
|
190453
190453
|
/**
|
|
190454
|
-
* Flowchart:
|
|
190454
|
+
* Flowchart: manual operation.
|
|
190455
190455
|
* @remarks
|
|
190456
190456
|
* [Api set: PowerPointApi 1.4]
|
|
190457
190457
|
*/
|
|
190458
190458
|
flowChartManualOperation = "FlowChartManualOperation",
|
|
190459
190459
|
/**
|
|
190460
|
-
* Flowchart:
|
|
190460
|
+
* Flowchart: connector.
|
|
190461
190461
|
* @remarks
|
|
190462
190462
|
* [Api set: PowerPointApi 1.4]
|
|
190463
190463
|
*/
|
|
190464
190464
|
flowChartConnector = "FlowChartConnector",
|
|
190465
190465
|
/**
|
|
190466
|
-
* Flowchart:
|
|
190466
|
+
* Flowchart: card.
|
|
190467
190467
|
* @remarks
|
|
190468
190468
|
* [Api set: PowerPointApi 1.4]
|
|
190469
190469
|
*/
|
|
190470
190470
|
flowChartPunchedCard = "FlowChartPunchedCard",
|
|
190471
190471
|
/**
|
|
190472
|
-
* Flowchart:
|
|
190472
|
+
* Flowchart: punched tape.
|
|
190473
190473
|
* @remarks
|
|
190474
190474
|
* [Api set: PowerPointApi 1.4]
|
|
190475
190475
|
*/
|
|
190476
190476
|
flowChartPunchedTape = "FlowChartPunchedTape",
|
|
190477
190477
|
/**
|
|
190478
|
-
* Flowchart:
|
|
190478
|
+
* Flowchart: summing junction.
|
|
190479
190479
|
* @remarks
|
|
190480
190480
|
* [Api set: PowerPointApi 1.4]
|
|
190481
190481
|
*/
|
|
190482
190482
|
flowChartSummingJunction = "FlowChartSummingJunction",
|
|
190483
190483
|
/**
|
|
190484
|
-
* Flowchart:
|
|
190484
|
+
* Flowchart: or.
|
|
190485
190485
|
* @remarks
|
|
190486
190486
|
* [Api set: PowerPointApi 1.4]
|
|
190487
190487
|
*/
|
|
190488
190488
|
flowChartOr = "FlowChartOr",
|
|
190489
190489
|
/**
|
|
190490
|
-
* Flowchart:
|
|
190490
|
+
* Flowchart: collate.
|
|
190491
190491
|
* @remarks
|
|
190492
190492
|
* [Api set: PowerPointApi 1.4]
|
|
190493
190493
|
*/
|
|
190494
190494
|
flowChartCollate = "FlowChartCollate",
|
|
190495
190495
|
/**
|
|
190496
|
-
* Flowchart:
|
|
190496
|
+
* Flowchart: sort.
|
|
190497
190497
|
* @remarks
|
|
190498
190498
|
* [Api set: PowerPointApi 1.4]
|
|
190499
190499
|
*/
|
|
190500
190500
|
flowChartSort = "FlowChartSort",
|
|
190501
190501
|
/**
|
|
190502
|
-
* Flowchart:
|
|
190502
|
+
* Flowchart: extract.
|
|
190503
190503
|
* @remarks
|
|
190504
190504
|
* [Api set: PowerPointApi 1.4]
|
|
190505
190505
|
*/
|
|
190506
190506
|
flowChartExtract = "FlowChartExtract",
|
|
190507
190507
|
/**
|
|
190508
|
-
* Flowchart:
|
|
190508
|
+
* Flowchart: merge.
|
|
190509
190509
|
* @remarks
|
|
190510
190510
|
* [Api set: PowerPointApi 1.4]
|
|
190511
190511
|
*/
|
|
190512
190512
|
flowChartMerge = "FlowChartMerge",
|
|
190513
190513
|
/**
|
|
190514
|
-
*
|
|
190514
|
+
* Flowchart: offline storage.
|
|
190515
190515
|
* @remarks
|
|
190516
190516
|
* [Api set: PowerPointApi 1.4]
|
|
190517
190517
|
*/
|
|
190518
190518
|
flowChartOfflineStorage = "FlowChartOfflineStorage",
|
|
190519
190519
|
/**
|
|
190520
|
-
* Flowchart:
|
|
190520
|
+
* Flowchart: stored data.
|
|
190521
190521
|
* @remarks
|
|
190522
190522
|
* [Api set: PowerPointApi 1.4]
|
|
190523
190523
|
*/
|
|
190524
190524
|
flowChartOnlineStorage = "FlowChartOnlineStorage",
|
|
190525
190525
|
/**
|
|
190526
|
-
* Flowchart:
|
|
190526
|
+
* Flowchart: sequential access storage.
|
|
190527
190527
|
* @remarks
|
|
190528
190528
|
* [Api set: PowerPointApi 1.4]
|
|
190529
190529
|
*/
|
|
190530
190530
|
flowChartMagneticTape = "FlowChartMagneticTape",
|
|
190531
190531
|
/**
|
|
190532
|
-
* Flowchart:
|
|
190532
|
+
* Flowchart: magnetic disk.
|
|
190533
190533
|
* @remarks
|
|
190534
190534
|
* [Api set: PowerPointApi 1.4]
|
|
190535
190535
|
*/
|
|
190536
190536
|
flowChartMagneticDisk = "FlowChartMagneticDisk",
|
|
190537
190537
|
/**
|
|
190538
|
-
* Flowchart:
|
|
190538
|
+
* Flowchart: direct access storage.
|
|
190539
190539
|
* @remarks
|
|
190540
190540
|
* [Api set: PowerPointApi 1.4]
|
|
190541
190541
|
*/
|
|
190542
190542
|
flowChartMagneticDrum = "FlowChartMagneticDrum",
|
|
190543
190543
|
/**
|
|
190544
|
-
* Flowchart:
|
|
190544
|
+
* Flowchart: display.
|
|
190545
190545
|
* @remarks
|
|
190546
190546
|
* [Api set: PowerPointApi 1.4]
|
|
190547
190547
|
*/
|
|
190548
190548
|
flowChartDisplay = "FlowChartDisplay",
|
|
190549
190549
|
/**
|
|
190550
|
-
* Flowchart:
|
|
190550
|
+
* Flowchart: delay.
|
|
190551
190551
|
* @remarks
|
|
190552
190552
|
* [Api set: PowerPointApi 1.4]
|
|
190553
190553
|
*/
|
|
190554
190554
|
flowChartDelay = "FlowChartDelay",
|
|
190555
190555
|
/**
|
|
190556
|
-
* Flowchart:
|
|
190556
|
+
* Flowchart: alternate process.
|
|
190557
190557
|
* @remarks
|
|
190558
190558
|
* [Api set: PowerPointApi 1.4]
|
|
190559
190559
|
*/
|
|
190560
190560
|
flowChartAlternateProcess = "FlowChartAlternateProcess",
|
|
190561
190561
|
/**
|
|
190562
|
-
* Flowchart:
|
|
190562
|
+
* Flowchart: off-page connector.
|
|
190563
190563
|
* @remarks
|
|
190564
190564
|
* [Api set: PowerPointApi 1.4]
|
|
190565
190565
|
*/
|
|
190566
190566
|
flowChartOffpageConnector = "FlowChartOffpageConnector",
|
|
190567
190567
|
/**
|
|
190568
|
-
* Action
|
|
190568
|
+
* Action button: blank.
|
|
190569
190569
|
* @remarks
|
|
190570
190570
|
* [Api set: PowerPointApi 1.4]
|
|
190571
190571
|
*/
|
|
190572
190572
|
actionButtonBlank = "ActionButtonBlank",
|
|
190573
190573
|
/**
|
|
190574
|
-
* Action
|
|
190574
|
+
* Action button: go home.
|
|
190575
190575
|
* @remarks
|
|
190576
190576
|
* [Api set: PowerPointApi 1.4]
|
|
190577
190577
|
*/
|
|
190578
190578
|
actionButtonHome = "ActionButtonHome",
|
|
190579
190579
|
/**
|
|
190580
|
-
* Action
|
|
190580
|
+
* Action button: help.
|
|
190581
190581
|
* @remarks
|
|
190582
190582
|
* [Api set: PowerPointApi 1.4]
|
|
190583
190583
|
*/
|
|
190584
190584
|
actionButtonHelp = "ActionButtonHelp",
|
|
190585
190585
|
/**
|
|
190586
|
-
* Action
|
|
190586
|
+
* Action button: get information.
|
|
190587
190587
|
* @remarks
|
|
190588
190588
|
* [Api set: PowerPointApi 1.4]
|
|
190589
190589
|
*/
|
|
190590
190590
|
actionButtonInformation = "ActionButtonInformation",
|
|
190591
190591
|
/**
|
|
190592
|
-
* Action
|
|
190592
|
+
* Action button: go forward or next.
|
|
190593
190593
|
* @remarks
|
|
190594
190594
|
* [Api set: PowerPointApi 1.4]
|
|
190595
190595
|
*/
|
|
190596
190596
|
actionButtonForwardNext = "ActionButtonForwardNext",
|
|
190597
190597
|
/**
|
|
190598
|
-
* Action
|
|
190598
|
+
* Action button: go back or previous.
|
|
190599
190599
|
* @remarks
|
|
190600
190600
|
* [Api set: PowerPointApi 1.4]
|
|
190601
190601
|
*/
|
|
190602
190602
|
actionButtonBackPrevious = "ActionButtonBackPrevious",
|
|
190603
190603
|
/**
|
|
190604
|
-
* Action
|
|
190604
|
+
* Action button: go to end.
|
|
190605
190605
|
* @remarks
|
|
190606
190606
|
* [Api set: PowerPointApi 1.4]
|
|
190607
190607
|
*/
|
|
190608
190608
|
actionButtonEnd = "ActionButtonEnd",
|
|
190609
190609
|
/**
|
|
190610
|
-
* Action
|
|
190610
|
+
* Action button: go to beginning.
|
|
190611
190611
|
* @remarks
|
|
190612
190612
|
* [Api set: PowerPointApi 1.4]
|
|
190613
190613
|
*/
|
|
190614
190614
|
actionButtonBeginning = "ActionButtonBeginning",
|
|
190615
190615
|
/**
|
|
190616
|
-
* Action
|
|
190616
|
+
* Action button: return.
|
|
190617
190617
|
* @remarks
|
|
190618
190618
|
* [Api set: PowerPointApi 1.4]
|
|
190619
190619
|
*/
|
|
190620
190620
|
actionButtonReturn = "ActionButtonReturn",
|
|
190621
190621
|
/**
|
|
190622
|
-
* Action
|
|
190622
|
+
* Action button: document.
|
|
190623
190623
|
* @remarks
|
|
190624
190624
|
* [Api set: PowerPointApi 1.4]
|
|
190625
190625
|
*/
|
|
190626
190626
|
actionButtonDocument = "ActionButtonDocument",
|
|
190627
190627
|
/**
|
|
190628
|
-
* Action
|
|
190628
|
+
* Action button: sound.
|
|
190629
190629
|
* @remarks
|
|
190630
190630
|
* [Api set: PowerPointApi 1.4]
|
|
190631
190631
|
*/
|
|
190632
190632
|
actionButtonSound = "ActionButtonSound",
|
|
190633
190633
|
/**
|
|
190634
|
-
* Action
|
|
190634
|
+
* Action button: video.
|
|
190635
190635
|
* @remarks
|
|
190636
190636
|
* [Api set: PowerPointApi 1.4]
|
|
190637
190637
|
*/
|
|
190638
190638
|
actionButtonMovie = "ActionButtonMovie",
|
|
190639
190639
|
/**
|
|
190640
|
-
* Gear:
|
|
190640
|
+
* Gear: a gear with six teeth.
|
|
190641
190641
|
* @remarks
|
|
190642
190642
|
* [Api set: PowerPointApi 1.4]
|
|
190643
190643
|
*/
|
|
190644
190644
|
gear6 = "Gear6",
|
|
190645
190645
|
/**
|
|
190646
|
-
* Gear:
|
|
190646
|
+
* Gear: a gear with nine teeth.
|
|
190647
190647
|
* @remarks
|
|
190648
190648
|
* [Api set: PowerPointApi 1.4]
|
|
190649
190649
|
*/
|
|
190650
190650
|
gear9 = "Gear9",
|
|
190651
190651
|
/**
|
|
190652
|
-
* Funnel
|
|
190652
|
+
* Funnel geometric shape.
|
|
190653
190653
|
* @remarks
|
|
190654
190654
|
* [Api set: PowerPointApi 1.4]
|
|
190655
190655
|
*/
|
|
190656
190656
|
funnel = "Funnel",
|
|
190657
190657
|
/**
|
|
190658
|
-
* Plus
|
|
190658
|
+
* Plus sign.
|
|
190659
190659
|
* @remarks
|
|
190660
190660
|
* [Api set: PowerPointApi 1.4]
|
|
190661
190661
|
*/
|
|
190662
190662
|
mathPlus = "MathPlus",
|
|
190663
190663
|
/**
|
|
190664
|
-
* Minus
|
|
190664
|
+
* Minus sign.
|
|
190665
190665
|
* @remarks
|
|
190666
190666
|
* [Api set: PowerPointApi 1.4]
|
|
190667
190667
|
*/
|
|
190668
190668
|
mathMinus = "MathMinus",
|
|
190669
190669
|
/**
|
|
190670
|
-
* Multiplication
|
|
190670
|
+
* Multiplication sign.
|
|
190671
190671
|
* @remarks
|
|
190672
190672
|
* [Api set: PowerPointApi 1.4]
|
|
190673
190673
|
*/
|
|
190674
190674
|
mathMultiply = "MathMultiply",
|
|
190675
190675
|
/**
|
|
190676
|
-
* Division
|
|
190676
|
+
* Division sign.
|
|
190677
190677
|
* @remarks
|
|
190678
190678
|
* [Api set: PowerPointApi 1.4]
|
|
190679
190679
|
*/
|
|
190680
190680
|
mathDivide = "MathDivide",
|
|
190681
190681
|
/**
|
|
190682
|
-
* Equals
|
|
190682
|
+
* Equals.
|
|
190683
190683
|
* @remarks
|
|
190684
190684
|
* [Api set: PowerPointApi 1.4]
|
|
190685
190685
|
*/
|
|
190686
190686
|
mathEqual = "MathEqual",
|
|
190687
190687
|
/**
|
|
190688
|
-
* Not
|
|
190688
|
+
* Not equal.
|
|
190689
190689
|
* @remarks
|
|
190690
190690
|
* [Api set: PowerPointApi 1.4]
|
|
190691
190691
|
*/
|
|
190692
190692
|
mathNotEqual = "MathNotEqual",
|
|
190693
190693
|
/**
|
|
190694
|
-
* Four
|
|
190694
|
+
* Four right triangles that define a rectangular shape.
|
|
190695
190695
|
* @remarks
|
|
190696
190696
|
* [Api set: PowerPointApi 1.4]
|
|
190697
190697
|
*/
|
|
190698
190698
|
cornerTabs = "CornerTabs",
|
|
190699
190699
|
/**
|
|
190700
|
-
* Four
|
|
190700
|
+
* Four small squares that define a rectangular shape.
|
|
190701
190701
|
* @remarks
|
|
190702
190702
|
* [Api set: PowerPointApi 1.4]
|
|
190703
190703
|
*/
|
|
190704
190704
|
squareTabs = "SquareTabs",
|
|
190705
190705
|
/**
|
|
190706
|
-
* Four
|
|
190706
|
+
* Four quarter circles that define a rectangular shape.
|
|
190707
190707
|
* @remarks
|
|
190708
190708
|
* [Api set: PowerPointApi 1.4]
|
|
190709
190709
|
*/
|
|
190710
190710
|
plaqueTabs = "PlaqueTabs",
|
|
190711
190711
|
/**
|
|
190712
|
-
* A
|
|
190712
|
+
* A rectangle divided into four parts along diagonal lines.
|
|
190713
190713
|
* @remarks
|
|
190714
190714
|
* [Api set: PowerPointApi 1.4]
|
|
190715
190715
|
*/
|
|
190716
190716
|
chartX = "ChartX",
|
|
190717
190717
|
/**
|
|
190718
|
-
* A
|
|
190718
|
+
* A rectangle divided into six parts along a vertical line and diagonal lines.
|
|
190719
190719
|
* @remarks
|
|
190720
190720
|
* [Api set: PowerPointApi 1.4]
|
|
190721
190721
|
*/
|
|
190722
190722
|
chartStar = "ChartStar",
|
|
190723
190723
|
/**
|
|
190724
|
-
* A
|
|
190724
|
+
* A rectangle divided vertically and horizontally into four quarters.
|
|
190725
190725
|
* @remarks
|
|
190726
190726
|
* [Api set: PowerPointApi 1.4]
|
|
190727
190727
|
*/
|
|
@@ -190816,6 +190816,88 @@ declare namespace PowerPoint {
|
|
|
190816
190816
|
*/
|
|
190817
190817
|
width?: number;
|
|
190818
190818
|
}
|
|
190819
|
+
/**
|
|
190820
|
+
* Represents a collection of shapes.
|
|
190821
|
+
*
|
|
190822
|
+
* @remarks
|
|
190823
|
+
* [Api set: PowerPointApi 1.5]
|
|
190824
|
+
*/
|
|
190825
|
+
class ShapeScopedCollection extends OfficeExtension.ClientObject {
|
|
190826
|
+
/** The request context associated with the object. This connects the add-in's process to the Office host application's process. */
|
|
190827
|
+
context: RequestContext;
|
|
190828
|
+
/** Gets the loaded child items in this collection. */
|
|
190829
|
+
readonly items: PowerPoint.Shape[];
|
|
190830
|
+
/**
|
|
190831
|
+
* Gets the number of shapes in the collection.
|
|
190832
|
+
*
|
|
190833
|
+
* @remarks
|
|
190834
|
+
* [Api set: PowerPointApi 1.5]
|
|
190835
|
+
* @returns The number of shapes in the collection.
|
|
190836
|
+
*/
|
|
190837
|
+
getCount(): OfficeExtension.ClientResult<number>;
|
|
190838
|
+
/**
|
|
190839
|
+
* Gets a shape using its unique ID. An error is thrown if the shape doesn't exist.
|
|
190840
|
+
*
|
|
190841
|
+
* @remarks
|
|
190842
|
+
* [Api set: PowerPointApi 1.5]
|
|
190843
|
+
*
|
|
190844
|
+
* @param key The ID of the shape.
|
|
190845
|
+
* @returns The shape with the unique ID. If such a shape doesn't exist, an error is thrown.
|
|
190846
|
+
*/
|
|
190847
|
+
getItem(key: string): PowerPoint.Shape;
|
|
190848
|
+
/**
|
|
190849
|
+
* Gets a shape using its zero-based index in the collection. An error is thrown if the index is out of range.
|
|
190850
|
+
*
|
|
190851
|
+
* @remarks
|
|
190852
|
+
* [Api set: PowerPointApi 1.5]
|
|
190853
|
+
*
|
|
190854
|
+
* @param index The index of the shape in the collection.
|
|
190855
|
+
* @returns The shape at the given index. An error is thrown if index is out of range.
|
|
190856
|
+
*/
|
|
190857
|
+
getItemAt(index: number): PowerPoint.Shape;
|
|
190858
|
+
/**
|
|
190859
|
+
* Gets a shape using its unique ID. If such a shape doesn't exist, an object with an `isNullObject` property set to true is returned. 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}.
|
|
190860
|
+
*
|
|
190861
|
+
* @remarks
|
|
190862
|
+
* [Api set: PowerPointApi 1.5]
|
|
190863
|
+
*
|
|
190864
|
+
* @param id The ID of the shape.
|
|
190865
|
+
* @returns The shape with the unique ID. If such a shape doesn't exist, an object with an `isNullObject` property set to true is returned.
|
|
190866
|
+
*/
|
|
190867
|
+
getItemOrNullObject(id: string): PowerPoint.Shape;
|
|
190868
|
+
/**
|
|
190869
|
+
* Groups all shapes in this collection into a single shape.
|
|
190870
|
+
If the collection contains fewer than two shapes, then this method returns the `GeneralException` error.
|
|
190871
|
+
*
|
|
190872
|
+
* @remarks
|
|
190873
|
+
* [Api set: PowerPointApi 1.8]
|
|
190874
|
+
* @returns The newly created grouped shape as a {@link PowerPoint.Shape}.
|
|
190875
|
+
*/
|
|
190876
|
+
group(): PowerPoint.Shape;
|
|
190877
|
+
/**
|
|
190878
|
+
* Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
|
|
190879
|
+
*
|
|
190880
|
+
* @param options Provides options for which properties of the object to load.
|
|
190881
|
+
*/
|
|
190882
|
+
load(options?: PowerPoint.Interfaces.ShapeScopedCollectionLoadOptions & PowerPoint.Interfaces.CollectionLoadOptions): PowerPoint.ShapeScopedCollection;
|
|
190883
|
+
/**
|
|
190884
|
+
* Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
|
|
190885
|
+
*
|
|
190886
|
+
* @param propertyNames A comma-delimited string or an array of strings that specify the properties to load.
|
|
190887
|
+
*/
|
|
190888
|
+
load(propertyNames?: string | string[]): PowerPoint.ShapeScopedCollection;
|
|
190889
|
+
/**
|
|
190890
|
+
* Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
|
|
190891
|
+
*
|
|
190892
|
+
* @param propertyNamesAndPaths `propertyNamesAndPaths.select` is a comma-delimited string that specifies the properties to load, and `propertyNamesAndPaths.expand` is a comma-delimited string that specifies the navigation properties to load.
|
|
190893
|
+
*/
|
|
190894
|
+
load(propertyNamesAndPaths?: OfficeExtension.LoadOption): PowerPoint.ShapeScopedCollection;
|
|
190895
|
+
/**
|
|
190896
|
+
* Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that's passed to it.)
|
|
190897
|
+
* Whereas the original `PowerPoint.ShapeScopedCollection` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `PowerPoint.Interfaces.ShapeScopedCollectionData`) that contains an "items" array with shallow copies of any loaded properties from the collection's items.
|
|
190898
|
+
*/
|
|
190899
|
+
toJSON(): PowerPoint.Interfaces.ShapeScopedCollectionData;
|
|
190900
|
+
}
|
|
190819
190901
|
/**
|
|
190820
190902
|
* Specifies the dash style for a line.
|
|
190821
190903
|
*
|
|
@@ -195092,88 +195174,6 @@ declare namespace PowerPoint {
|
|
|
195092
195174
|
*/
|
|
195093
195175
|
width?: number;
|
|
195094
195176
|
}
|
|
195095
|
-
/**
|
|
195096
|
-
* Represents a collection of shapes.
|
|
195097
|
-
*
|
|
195098
|
-
* @remarks
|
|
195099
|
-
* [Api set: PowerPointApi 1.5]
|
|
195100
|
-
*/
|
|
195101
|
-
class ShapeScopedCollection extends OfficeExtension.ClientObject {
|
|
195102
|
-
/** The request context associated with the object. This connects the add-in's process to the Office host application's process. */
|
|
195103
|
-
context: RequestContext;
|
|
195104
|
-
/** Gets the loaded child items in this collection. */
|
|
195105
|
-
readonly items: PowerPoint.Shape[];
|
|
195106
|
-
/**
|
|
195107
|
-
* Gets the number of shapes in the collection.
|
|
195108
|
-
*
|
|
195109
|
-
* @remarks
|
|
195110
|
-
* [Api set: PowerPointApi 1.5]
|
|
195111
|
-
* @returns The number of shapes in the collection.
|
|
195112
|
-
*/
|
|
195113
|
-
getCount(): OfficeExtension.ClientResult<number>;
|
|
195114
|
-
/**
|
|
195115
|
-
* Gets a shape using its unique ID. An error is thrown if the shape doesn't exist.
|
|
195116
|
-
*
|
|
195117
|
-
* @remarks
|
|
195118
|
-
* [Api set: PowerPointApi 1.5]
|
|
195119
|
-
*
|
|
195120
|
-
* @param key The ID of the shape.
|
|
195121
|
-
* @returns The shape with the unique ID. If such a shape doesn't exist, an error is thrown.
|
|
195122
|
-
*/
|
|
195123
|
-
getItem(key: string): PowerPoint.Shape;
|
|
195124
|
-
/**
|
|
195125
|
-
* Gets a shape using its zero-based index in the collection. An error is thrown if the index is out of range.
|
|
195126
|
-
*
|
|
195127
|
-
* @remarks
|
|
195128
|
-
* [Api set: PowerPointApi 1.5]
|
|
195129
|
-
*
|
|
195130
|
-
* @param index The index of the shape in the collection.
|
|
195131
|
-
* @returns The shape at the given index. An error is thrown if index is out of range.
|
|
195132
|
-
*/
|
|
195133
|
-
getItemAt(index: number): PowerPoint.Shape;
|
|
195134
|
-
/**
|
|
195135
|
-
* Gets a shape using its unique ID. If such a shape doesn't exist, an object with an `isNullObject` property set to true is returned. 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}.
|
|
195136
|
-
*
|
|
195137
|
-
* @remarks
|
|
195138
|
-
* [Api set: PowerPointApi 1.5]
|
|
195139
|
-
*
|
|
195140
|
-
* @param id The ID of the shape.
|
|
195141
|
-
* @returns The shape with the unique ID. If such a shape doesn't exist, an object with an `isNullObject` property set to true is returned.
|
|
195142
|
-
*/
|
|
195143
|
-
getItemOrNullObject(id: string): PowerPoint.Shape;
|
|
195144
|
-
/**
|
|
195145
|
-
* Groups all shapes in this collection into a single shape.
|
|
195146
|
-
If the collection contains fewer than two shapes, then this method returns the `GeneralException` error.
|
|
195147
|
-
*
|
|
195148
|
-
* @remarks
|
|
195149
|
-
* [Api set: PowerPointApi 1.8]
|
|
195150
|
-
* @returns The newly created grouped shape as a {@link PowerPoint.Shape}.
|
|
195151
|
-
*/
|
|
195152
|
-
group(): PowerPoint.Shape;
|
|
195153
|
-
/**
|
|
195154
|
-
* Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
|
|
195155
|
-
*
|
|
195156
|
-
* @param options Provides options for which properties of the object to load.
|
|
195157
|
-
*/
|
|
195158
|
-
load(options?: PowerPoint.Interfaces.ShapeScopedCollectionLoadOptions & PowerPoint.Interfaces.CollectionLoadOptions): PowerPoint.ShapeScopedCollection;
|
|
195159
|
-
/**
|
|
195160
|
-
* Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
|
|
195161
|
-
*
|
|
195162
|
-
* @param propertyNames A comma-delimited string or an array of strings that specify the properties to load.
|
|
195163
|
-
*/
|
|
195164
|
-
load(propertyNames?: string | string[]): PowerPoint.ShapeScopedCollection;
|
|
195165
|
-
/**
|
|
195166
|
-
* Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
|
|
195167
|
-
*
|
|
195168
|
-
* @param propertyNamesAndPaths `propertyNamesAndPaths.select` is a comma-delimited string that specifies the properties to load, and `propertyNamesAndPaths.expand` is a comma-delimited string that specifies the navigation properties to load.
|
|
195169
|
-
*/
|
|
195170
|
-
load(propertyNamesAndPaths?: OfficeExtension.LoadOption): PowerPoint.ShapeScopedCollection;
|
|
195171
|
-
/**
|
|
195172
|
-
* Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that's passed to it.)
|
|
195173
|
-
* Whereas the original `PowerPoint.ShapeScopedCollection` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `PowerPoint.Interfaces.ShapeScopedCollectionData`) that contains an "items" array with shallow copies of any loaded properties from the collection's items.
|
|
195174
|
-
*/
|
|
195175
|
-
toJSON(): PowerPoint.Interfaces.ShapeScopedCollectionData;
|
|
195176
|
-
}
|
|
195177
195177
|
/**
|
|
195178
195178
|
* Represents a shape group inside a presentation. To get the corresponding Shape object, use `ShapeGroup.shape`.
|
|
195179
195179
|
*
|
|
@@ -196897,6 +196897,10 @@ declare namespace PowerPoint {
|
|
|
196897
196897
|
interface HyperlinkCollectionUpdateData {
|
|
196898
196898
|
items?: PowerPoint.Interfaces.HyperlinkData[];
|
|
196899
196899
|
}
|
|
196900
|
+
/** An interface for updating data on the `ShapeScopedCollection` object, for use in `shapeScopedCollection.set({ ... })`. */
|
|
196901
|
+
interface ShapeScopedCollectionUpdateData {
|
|
196902
|
+
items?: PowerPoint.Interfaces.ShapeData[];
|
|
196903
|
+
}
|
|
196900
196904
|
/** An interface for updating data on the `Border` object, for use in `border.set({ ... })`. */
|
|
196901
196905
|
interface BorderUpdateData {
|
|
196902
196906
|
/**
|
|
@@ -197216,10 +197220,6 @@ declare namespace PowerPoint {
|
|
|
197216
197220
|
interface TagCollectionUpdateData {
|
|
197217
197221
|
items?: PowerPoint.Interfaces.TagData[];
|
|
197218
197222
|
}
|
|
197219
|
-
/** An interface for updating data on the `ShapeScopedCollection` object, for use in `shapeScopedCollection.set({ ... })`. */
|
|
197220
|
-
interface ShapeScopedCollectionUpdateData {
|
|
197221
|
-
items?: PowerPoint.Interfaces.ShapeData[];
|
|
197222
|
-
}
|
|
197223
197223
|
/** An interface for updating data on the `ShapeLineFormat` object, for use in `shapeLineFormat.set({ ... })`. */
|
|
197224
197224
|
interface ShapeLineFormatUpdateData {
|
|
197225
197225
|
/**
|
|
@@ -197831,6 +197831,10 @@ declare namespace PowerPoint {
|
|
|
197831
197831
|
interface HyperlinkCollectionData {
|
|
197832
197832
|
items?: PowerPoint.Interfaces.HyperlinkData[];
|
|
197833
197833
|
}
|
|
197834
|
+
/** An interface describing the data returned by calling `shapeScopedCollection.toJSON()`. */
|
|
197835
|
+
interface ShapeScopedCollectionData {
|
|
197836
|
+
items?: PowerPoint.Interfaces.ShapeData[];
|
|
197837
|
+
}
|
|
197834
197838
|
/** An interface describing the data returned by calling `border.toJSON()`. */
|
|
197835
197839
|
interface BorderData {
|
|
197836
197840
|
/**
|
|
@@ -198313,10 +198317,6 @@ declare namespace PowerPoint {
|
|
|
198313
198317
|
*/
|
|
198314
198318
|
index?: number;
|
|
198315
198319
|
}
|
|
198316
|
-
/** An interface describing the data returned by calling `shapeScopedCollection.toJSON()`. */
|
|
198317
|
-
interface ShapeScopedCollectionData {
|
|
198318
|
-
items?: PowerPoint.Interfaces.ShapeData[];
|
|
198319
|
-
}
|
|
198320
198320
|
/** An interface describing the data returned by calling `shapeGroup.toJSON()`. */
|
|
198321
198321
|
interface ShapeGroupData {
|
|
198322
198322
|
/**
|
|
@@ -199289,63 +199289,250 @@ declare namespace PowerPoint {
|
|
|
199289
199289
|
type?: boolean;
|
|
199290
199290
|
}
|
|
199291
199291
|
/**
|
|
199292
|
-
* Represents
|
|
199293
|
-
*
|
|
199294
|
-
* @remarks
|
|
199295
|
-
* [Api set: PowerPointApi 1.9]
|
|
199296
|
-
*/
|
|
199297
|
-
interface BorderLoadOptions {
|
|
199298
|
-
/**
|
|
199299
|
-
Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
|
|
199300
|
-
*/
|
|
199301
|
-
$all?: boolean;
|
|
199302
|
-
/**
|
|
199303
|
-
* Represents the line color in the hexadecimal format #RRGGBB (e.g., "FFA500") or as a named HTML color value (e.g., "orange").
|
|
199304
|
-
*
|
|
199305
|
-
* @remarks
|
|
199306
|
-
* [Api set: PowerPointApi 1.9]
|
|
199307
|
-
*/
|
|
199308
|
-
color?: boolean;
|
|
199309
|
-
/**
|
|
199310
|
-
* Represents the dash style of the line.
|
|
199311
|
-
*
|
|
199312
|
-
* @remarks
|
|
199313
|
-
* [Api set: PowerPointApi 1.9]
|
|
199314
|
-
*/
|
|
199315
|
-
dashStyle?: boolean;
|
|
199316
|
-
/**
|
|
199317
|
-
* Specifies the transparency percentage of the line as a value from 0.0 (opaque) through 1.0 (clear).
|
|
199318
|
-
*
|
|
199319
|
-
* @remarks
|
|
199320
|
-
* [Api set: PowerPointApi 1.9]
|
|
199321
|
-
*/
|
|
199322
|
-
transparency?: boolean;
|
|
199323
|
-
/**
|
|
199324
|
-
* Represents the weight of the line, in points.
|
|
199325
|
-
*
|
|
199326
|
-
* @remarks
|
|
199327
|
-
* [Api set: PowerPointApi 1.9]
|
|
199328
|
-
*/
|
|
199329
|
-
weight?: boolean;
|
|
199330
|
-
}
|
|
199331
|
-
/**
|
|
199332
|
-
* Represents the borders for a table cell.
|
|
199292
|
+
* Represents a collection of shapes.
|
|
199333
199293
|
*
|
|
199334
199294
|
* @remarks
|
|
199335
|
-
* [Api set: PowerPointApi 1.
|
|
199295
|
+
* [Api set: PowerPointApi 1.5]
|
|
199336
199296
|
*/
|
|
199337
|
-
interface
|
|
199297
|
+
interface ShapeScopedCollectionLoadOptions {
|
|
199338
199298
|
/**
|
|
199339
199299
|
Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
|
|
199340
199300
|
*/
|
|
199341
199301
|
$all?: boolean;
|
|
199342
199302
|
/**
|
|
199343
|
-
*
|
|
199303
|
+
* For EACH ITEM in the collection: Returns an `Adjustments` object that contains adjustment values for all the adjustments in this shape.
|
|
199344
199304
|
*
|
|
199345
199305
|
* @remarks
|
|
199346
|
-
* [Api set: PowerPointApi 1.
|
|
199306
|
+
* [Api set: PowerPointApi 1.10]
|
|
199347
199307
|
*/
|
|
199348
|
-
|
|
199308
|
+
adjustments?: PowerPoint.Interfaces.AdjustmentsLoadOptions;
|
|
199309
|
+
/**
|
|
199310
|
+
* For EACH ITEM in the collection: Returns the fill formatting of this shape.
|
|
199311
|
+
*
|
|
199312
|
+
* @remarks
|
|
199313
|
+
* [Api set: PowerPointApi 1.5]
|
|
199314
|
+
*/
|
|
199315
|
+
fill?: PowerPoint.Interfaces.ShapeFillLoadOptions;
|
|
199316
|
+
/**
|
|
199317
|
+
* For EACH ITEM in the collection: Returns the `ShapeGroup` associated with the shape.
|
|
199318
|
+
If the shape type isn't `group`, then this method returns the `GeneralException` error.
|
|
199319
|
+
*
|
|
199320
|
+
* @remarks
|
|
199321
|
+
* [Api set: PowerPointApi 1.8]
|
|
199322
|
+
*/
|
|
199323
|
+
group?: PowerPoint.Interfaces.ShapeGroupLoadOptions;
|
|
199324
|
+
/**
|
|
199325
|
+
* For EACH ITEM in the collection: Returns the line formatting of this shape.
|
|
199326
|
+
*
|
|
199327
|
+
* @remarks
|
|
199328
|
+
* [Api set: PowerPointApi 1.5]
|
|
199329
|
+
*/
|
|
199330
|
+
lineFormat?: PowerPoint.Interfaces.ShapeLineFormatLoadOptions;
|
|
199331
|
+
/**
|
|
199332
|
+
* For EACH ITEM in the collection: Returns the parent group of this shape.
|
|
199333
|
+
If the shape isn't part of a group, then this method returns the `GeneralException` error.
|
|
199334
|
+
*
|
|
199335
|
+
* @remarks
|
|
199336
|
+
* [Api set: PowerPointApi 1.8]
|
|
199337
|
+
*/
|
|
199338
|
+
parentGroup?: PowerPoint.Interfaces.ShapeLoadOptions;
|
|
199339
|
+
/**
|
|
199340
|
+
* For EACH ITEM in the collection: Returns the properties that apply specifically to this placeholder.
|
|
199341
|
+
If the shape type isn't `placeholder`, then this method returns the `GeneralException` error.
|
|
199342
|
+
*
|
|
199343
|
+
* @remarks
|
|
199344
|
+
* [Api set: PowerPointApi 1.8]
|
|
199345
|
+
*/
|
|
199346
|
+
placeholderFormat?: PowerPoint.Interfaces.PlaceholderFormatLoadOptions;
|
|
199347
|
+
/**
|
|
199348
|
+
* For EACH ITEM in the collection: Returns the {@link PowerPoint.TextFrame} object of this `Shape`. Throws an `InvalidArgument` exception if the shape doesn't support a `TextFrame`.
|
|
199349
|
+
*
|
|
199350
|
+
* @remarks
|
|
199351
|
+
* [Api set: PowerPointApi 1.5]
|
|
199352
|
+
*/
|
|
199353
|
+
textFrame?: PowerPoint.Interfaces.TextFrameLoadOptions;
|
|
199354
|
+
/**
|
|
199355
|
+
* For EACH ITEM in the collection: The alt text description of the Shape.
|
|
199356
|
+
|
|
199357
|
+
Alt text provides alternative, text-based representations of the information contained in the Shape.
|
|
199358
|
+
This information is useful for people with vision or cognitive impairments who may not be able to see or understand the shape.
|
|
199359
|
+
*
|
|
199360
|
+
* @remarks
|
|
199361
|
+
* [Api set: PowerPointApi 1.10]
|
|
199362
|
+
*/
|
|
199363
|
+
altTextDescription?: boolean;
|
|
199364
|
+
/**
|
|
199365
|
+
* For EACH ITEM in the collection: The alt text title of the Shape.
|
|
199366
|
+
|
|
199367
|
+
Alt text provides alternative, text-based representations of the information contained in the Shape.
|
|
199368
|
+
This information is useful for people with vision or cognitive impairments who may not be able to see or understand the shape.
|
|
199369
|
+
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.
|
|
199370
|
+
*
|
|
199371
|
+
* @remarks
|
|
199372
|
+
* [Api set: PowerPointApi 1.10]
|
|
199373
|
+
*/
|
|
199374
|
+
altTextTitle?: boolean;
|
|
199375
|
+
/**
|
|
199376
|
+
* For EACH ITEM in the collection: Gets the creation ID of the shape. Returns `null` if the shape has no creation ID.
|
|
199377
|
+
*
|
|
199378
|
+
* @remarks
|
|
199379
|
+
* [Api set: PowerPointApi 1.10]
|
|
199380
|
+
*/
|
|
199381
|
+
creationId?: boolean;
|
|
199382
|
+
/**
|
|
199383
|
+
* For EACH ITEM in the collection: Specifies the height, in points, of the shape. Throws an `InvalidArgument` exception when set with a negative value.
|
|
199384
|
+
*
|
|
199385
|
+
* @remarks
|
|
199386
|
+
* [Api set: PowerPointApi 1.4]
|
|
199387
|
+
*/
|
|
199388
|
+
height?: boolean;
|
|
199389
|
+
/**
|
|
199390
|
+
* For EACH ITEM in the collection: Gets the unique ID of the shape.
|
|
199391
|
+
*
|
|
199392
|
+
* @remarks
|
|
199393
|
+
* [Api set: PowerPointApi 1.3]
|
|
199394
|
+
*/
|
|
199395
|
+
id?: boolean;
|
|
199396
|
+
/**
|
|
199397
|
+
* For EACH ITEM in the collection: Represents whether the shape is decorative or not.
|
|
199398
|
+
|
|
199399
|
+
Decorative objects add visual interest but aren't informative (e.g. stylistic borders).
|
|
199400
|
+
People using screen readers will hear these are decorative so they know they aren't missing any important information.
|
|
199401
|
+
*
|
|
199402
|
+
* @remarks
|
|
199403
|
+
* [Api set: PowerPointApi 1.10]
|
|
199404
|
+
*/
|
|
199405
|
+
isDecorative?: boolean;
|
|
199406
|
+
/**
|
|
199407
|
+
* For EACH ITEM in the collection: The distance, in points, from the left side of the shape to the left side of the slide.
|
|
199408
|
+
*
|
|
199409
|
+
* @remarks
|
|
199410
|
+
* [Api set: PowerPointApi 1.4]
|
|
199411
|
+
*/
|
|
199412
|
+
left?: boolean;
|
|
199413
|
+
/**
|
|
199414
|
+
* For EACH ITEM in the collection: Returns the level of the specified shape.
|
|
199415
|
+
|
|
199416
|
+
- A level of 0 means the shape isn't part of a group.
|
|
199417
|
+
|
|
199418
|
+
- A level of 1 means the shape is part of a top-level group.
|
|
199419
|
+
|
|
199420
|
+
- A level greater than 1 indicates the shape is a nested group.
|
|
199421
|
+
*
|
|
199422
|
+
* @remarks
|
|
199423
|
+
* [Api set: PowerPointApi 1.8]
|
|
199424
|
+
*/
|
|
199425
|
+
level?: boolean;
|
|
199426
|
+
/**
|
|
199427
|
+
* For EACH ITEM in the collection: Specifies the name of this shape.
|
|
199428
|
+
*
|
|
199429
|
+
* @remarks
|
|
199430
|
+
* [Api set: PowerPointApi 1.4]
|
|
199431
|
+
*/
|
|
199432
|
+
name?: boolean;
|
|
199433
|
+
/**
|
|
199434
|
+
* For EACH ITEM in the collection: Specifies the rotation, in degrees, of the shape around the z-axis.
|
|
199435
|
+
A positive value indicates clockwise rotation, and a negative value indicates counterclockwise rotation.
|
|
199436
|
+
*
|
|
199437
|
+
* @remarks
|
|
199438
|
+
* [Api set: PowerPointApi 1.10]
|
|
199439
|
+
*/
|
|
199440
|
+
rotation?: boolean;
|
|
199441
|
+
/**
|
|
199442
|
+
* For EACH ITEM in the collection: The distance, in points, from the top edge of the shape to the top edge of the slide.
|
|
199443
|
+
*
|
|
199444
|
+
* @remarks
|
|
199445
|
+
* [Api set: PowerPointApi 1.4]
|
|
199446
|
+
*/
|
|
199447
|
+
top?: boolean;
|
|
199448
|
+
/**
|
|
199449
|
+
* For EACH ITEM in the collection: Returns the type of this shape. See {@link PowerPoint.ShapeType} for details.
|
|
199450
|
+
*
|
|
199451
|
+
* @remarks
|
|
199452
|
+
* [Api set: PowerPointApi 1.4]
|
|
199453
|
+
*/
|
|
199454
|
+
type?: boolean;
|
|
199455
|
+
/**
|
|
199456
|
+
* For EACH ITEM in the collection: Specifies if the shape is visible.
|
|
199457
|
+
*
|
|
199458
|
+
* @remarks
|
|
199459
|
+
* [Api set: PowerPointApi 1.10]
|
|
199460
|
+
*/
|
|
199461
|
+
visible?: boolean;
|
|
199462
|
+
/**
|
|
199463
|
+
* For EACH ITEM in the collection: Specifies the width, in points, of the shape. Throws an `InvalidArgument` exception when set with a negative value.
|
|
199464
|
+
*
|
|
199465
|
+
* @remarks
|
|
199466
|
+
* [Api set: PowerPointApi 1.4]
|
|
199467
|
+
*/
|
|
199468
|
+
width?: boolean;
|
|
199469
|
+
/**
|
|
199470
|
+
* For EACH ITEM in the collection: Returns the z-order position of the shape, with 0 representing the bottom of the order stack. Every shape on a slide has a unique z-order, but
|
|
199471
|
+
each slide also has a unique z-order stack, so two shapes on separate slides could have the same z-order number.
|
|
199472
|
+
*
|
|
199473
|
+
* @remarks
|
|
199474
|
+
* [Api set: PowerPointApi 1.8]
|
|
199475
|
+
*/
|
|
199476
|
+
zOrderPosition?: boolean;
|
|
199477
|
+
}
|
|
199478
|
+
/**
|
|
199479
|
+
* Represents the properties for a table cell border.
|
|
199480
|
+
*
|
|
199481
|
+
* @remarks
|
|
199482
|
+
* [Api set: PowerPointApi 1.9]
|
|
199483
|
+
*/
|
|
199484
|
+
interface BorderLoadOptions {
|
|
199485
|
+
/**
|
|
199486
|
+
Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
|
|
199487
|
+
*/
|
|
199488
|
+
$all?: boolean;
|
|
199489
|
+
/**
|
|
199490
|
+
* Represents the line color in the hexadecimal format #RRGGBB (e.g., "FFA500") or as a named HTML color value (e.g., "orange").
|
|
199491
|
+
*
|
|
199492
|
+
* @remarks
|
|
199493
|
+
* [Api set: PowerPointApi 1.9]
|
|
199494
|
+
*/
|
|
199495
|
+
color?: boolean;
|
|
199496
|
+
/**
|
|
199497
|
+
* Represents the dash style of the line.
|
|
199498
|
+
*
|
|
199499
|
+
* @remarks
|
|
199500
|
+
* [Api set: PowerPointApi 1.9]
|
|
199501
|
+
*/
|
|
199502
|
+
dashStyle?: boolean;
|
|
199503
|
+
/**
|
|
199504
|
+
* Specifies the transparency percentage of the line as a value from 0.0 (opaque) through 1.0 (clear).
|
|
199505
|
+
*
|
|
199506
|
+
* @remarks
|
|
199507
|
+
* [Api set: PowerPointApi 1.9]
|
|
199508
|
+
*/
|
|
199509
|
+
transparency?: boolean;
|
|
199510
|
+
/**
|
|
199511
|
+
* Represents the weight of the line, in points.
|
|
199512
|
+
*
|
|
199513
|
+
* @remarks
|
|
199514
|
+
* [Api set: PowerPointApi 1.9]
|
|
199515
|
+
*/
|
|
199516
|
+
weight?: boolean;
|
|
199517
|
+
}
|
|
199518
|
+
/**
|
|
199519
|
+
* Represents the borders for a table cell.
|
|
199520
|
+
*
|
|
199521
|
+
* @remarks
|
|
199522
|
+
* [Api set: PowerPointApi 1.9]
|
|
199523
|
+
*/
|
|
199524
|
+
interface BordersLoadOptions {
|
|
199525
|
+
/**
|
|
199526
|
+
Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
|
|
199527
|
+
*/
|
|
199528
|
+
$all?: boolean;
|
|
199529
|
+
/**
|
|
199530
|
+
* Gets the bottom border.
|
|
199531
|
+
*
|
|
199532
|
+
* @remarks
|
|
199533
|
+
* [Api set: PowerPointApi 1.9]
|
|
199534
|
+
*/
|
|
199535
|
+
bottom?: PowerPoint.Interfaces.BorderLoadOptions;
|
|
199349
199536
|
/**
|
|
199350
199537
|
* Gets the diagonal border (top-left to bottom-right).
|
|
199351
199538
|
*
|
|
@@ -200486,193 +200673,6 @@ declare namespace PowerPoint {
|
|
|
200486
200673
|
*/
|
|
200487
200674
|
index?: boolean;
|
|
200488
200675
|
}
|
|
200489
|
-
/**
|
|
200490
|
-
* Represents a collection of shapes.
|
|
200491
|
-
*
|
|
200492
|
-
* @remarks
|
|
200493
|
-
* [Api set: PowerPointApi 1.5]
|
|
200494
|
-
*/
|
|
200495
|
-
interface ShapeScopedCollectionLoadOptions {
|
|
200496
|
-
/**
|
|
200497
|
-
Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
|
|
200498
|
-
*/
|
|
200499
|
-
$all?: boolean;
|
|
200500
|
-
/**
|
|
200501
|
-
* For EACH ITEM in the collection: Returns an `Adjustments` object that contains adjustment values for all the adjustments in this shape.
|
|
200502
|
-
*
|
|
200503
|
-
* @remarks
|
|
200504
|
-
* [Api set: PowerPointApi 1.10]
|
|
200505
|
-
*/
|
|
200506
|
-
adjustments?: PowerPoint.Interfaces.AdjustmentsLoadOptions;
|
|
200507
|
-
/**
|
|
200508
|
-
* For EACH ITEM in the collection: Returns the fill formatting of this shape.
|
|
200509
|
-
*
|
|
200510
|
-
* @remarks
|
|
200511
|
-
* [Api set: PowerPointApi 1.5]
|
|
200512
|
-
*/
|
|
200513
|
-
fill?: PowerPoint.Interfaces.ShapeFillLoadOptions;
|
|
200514
|
-
/**
|
|
200515
|
-
* For EACH ITEM in the collection: Returns the `ShapeGroup` associated with the shape.
|
|
200516
|
-
If the shape type isn't `group`, then this method returns the `GeneralException` error.
|
|
200517
|
-
*
|
|
200518
|
-
* @remarks
|
|
200519
|
-
* [Api set: PowerPointApi 1.8]
|
|
200520
|
-
*/
|
|
200521
|
-
group?: PowerPoint.Interfaces.ShapeGroupLoadOptions;
|
|
200522
|
-
/**
|
|
200523
|
-
* For EACH ITEM in the collection: Returns the line formatting of this shape.
|
|
200524
|
-
*
|
|
200525
|
-
* @remarks
|
|
200526
|
-
* [Api set: PowerPointApi 1.5]
|
|
200527
|
-
*/
|
|
200528
|
-
lineFormat?: PowerPoint.Interfaces.ShapeLineFormatLoadOptions;
|
|
200529
|
-
/**
|
|
200530
|
-
* For EACH ITEM in the collection: Returns the parent group of this shape.
|
|
200531
|
-
If the shape isn't part of a group, then this method returns the `GeneralException` error.
|
|
200532
|
-
*
|
|
200533
|
-
* @remarks
|
|
200534
|
-
* [Api set: PowerPointApi 1.8]
|
|
200535
|
-
*/
|
|
200536
|
-
parentGroup?: PowerPoint.Interfaces.ShapeLoadOptions;
|
|
200537
|
-
/**
|
|
200538
|
-
* For EACH ITEM in the collection: Returns the properties that apply specifically to this placeholder.
|
|
200539
|
-
If the shape type isn't `placeholder`, then this method returns the `GeneralException` error.
|
|
200540
|
-
*
|
|
200541
|
-
* @remarks
|
|
200542
|
-
* [Api set: PowerPointApi 1.8]
|
|
200543
|
-
*/
|
|
200544
|
-
placeholderFormat?: PowerPoint.Interfaces.PlaceholderFormatLoadOptions;
|
|
200545
|
-
/**
|
|
200546
|
-
* For EACH ITEM in the collection: Returns the {@link PowerPoint.TextFrame} object of this `Shape`. Throws an `InvalidArgument` exception if the shape doesn't support a `TextFrame`.
|
|
200547
|
-
*
|
|
200548
|
-
* @remarks
|
|
200549
|
-
* [Api set: PowerPointApi 1.5]
|
|
200550
|
-
*/
|
|
200551
|
-
textFrame?: PowerPoint.Interfaces.TextFrameLoadOptions;
|
|
200552
|
-
/**
|
|
200553
|
-
* For EACH ITEM in the collection: The alt text description of the Shape.
|
|
200554
|
-
|
|
200555
|
-
Alt text provides alternative, text-based representations of the information contained in the Shape.
|
|
200556
|
-
This information is useful for people with vision or cognitive impairments who may not be able to see or understand the shape.
|
|
200557
|
-
*
|
|
200558
|
-
* @remarks
|
|
200559
|
-
* [Api set: PowerPointApi 1.10]
|
|
200560
|
-
*/
|
|
200561
|
-
altTextDescription?: boolean;
|
|
200562
|
-
/**
|
|
200563
|
-
* For EACH ITEM in the collection: The alt text title of the Shape.
|
|
200564
|
-
|
|
200565
|
-
Alt text provides alternative, text-based representations of the information contained in the Shape.
|
|
200566
|
-
This information is useful for people with vision or cognitive impairments who may not be able to see or understand the shape.
|
|
200567
|
-
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.
|
|
200568
|
-
*
|
|
200569
|
-
* @remarks
|
|
200570
|
-
* [Api set: PowerPointApi 1.10]
|
|
200571
|
-
*/
|
|
200572
|
-
altTextTitle?: boolean;
|
|
200573
|
-
/**
|
|
200574
|
-
* For EACH ITEM in the collection: Gets the creation ID of the shape. Returns `null` if the shape has no creation ID.
|
|
200575
|
-
*
|
|
200576
|
-
* @remarks
|
|
200577
|
-
* [Api set: PowerPointApi 1.10]
|
|
200578
|
-
*/
|
|
200579
|
-
creationId?: boolean;
|
|
200580
|
-
/**
|
|
200581
|
-
* For EACH ITEM in the collection: Specifies the height, in points, of the shape. Throws an `InvalidArgument` exception when set with a negative value.
|
|
200582
|
-
*
|
|
200583
|
-
* @remarks
|
|
200584
|
-
* [Api set: PowerPointApi 1.4]
|
|
200585
|
-
*/
|
|
200586
|
-
height?: boolean;
|
|
200587
|
-
/**
|
|
200588
|
-
* For EACH ITEM in the collection: Gets the unique ID of the shape.
|
|
200589
|
-
*
|
|
200590
|
-
* @remarks
|
|
200591
|
-
* [Api set: PowerPointApi 1.3]
|
|
200592
|
-
*/
|
|
200593
|
-
id?: boolean;
|
|
200594
|
-
/**
|
|
200595
|
-
* For EACH ITEM in the collection: Represents whether the shape is decorative or not.
|
|
200596
|
-
|
|
200597
|
-
Decorative objects add visual interest but aren't informative (e.g. stylistic borders).
|
|
200598
|
-
People using screen readers will hear these are decorative so they know they aren't missing any important information.
|
|
200599
|
-
*
|
|
200600
|
-
* @remarks
|
|
200601
|
-
* [Api set: PowerPointApi 1.10]
|
|
200602
|
-
*/
|
|
200603
|
-
isDecorative?: boolean;
|
|
200604
|
-
/**
|
|
200605
|
-
* For EACH ITEM in the collection: The distance, in points, from the left side of the shape to the left side of the slide.
|
|
200606
|
-
*
|
|
200607
|
-
* @remarks
|
|
200608
|
-
* [Api set: PowerPointApi 1.4]
|
|
200609
|
-
*/
|
|
200610
|
-
left?: boolean;
|
|
200611
|
-
/**
|
|
200612
|
-
* For EACH ITEM in the collection: Returns the level of the specified shape.
|
|
200613
|
-
|
|
200614
|
-
- A level of 0 means the shape isn't part of a group.
|
|
200615
|
-
|
|
200616
|
-
- A level of 1 means the shape is part of a top-level group.
|
|
200617
|
-
|
|
200618
|
-
- A level greater than 1 indicates the shape is a nested group.
|
|
200619
|
-
*
|
|
200620
|
-
* @remarks
|
|
200621
|
-
* [Api set: PowerPointApi 1.8]
|
|
200622
|
-
*/
|
|
200623
|
-
level?: boolean;
|
|
200624
|
-
/**
|
|
200625
|
-
* For EACH ITEM in the collection: Specifies the name of this shape.
|
|
200626
|
-
*
|
|
200627
|
-
* @remarks
|
|
200628
|
-
* [Api set: PowerPointApi 1.4]
|
|
200629
|
-
*/
|
|
200630
|
-
name?: boolean;
|
|
200631
|
-
/**
|
|
200632
|
-
* For EACH ITEM in the collection: Specifies the rotation, in degrees, of the shape around the z-axis.
|
|
200633
|
-
A positive value indicates clockwise rotation, and a negative value indicates counterclockwise rotation.
|
|
200634
|
-
*
|
|
200635
|
-
* @remarks
|
|
200636
|
-
* [Api set: PowerPointApi 1.10]
|
|
200637
|
-
*/
|
|
200638
|
-
rotation?: boolean;
|
|
200639
|
-
/**
|
|
200640
|
-
* For EACH ITEM in the collection: The distance, in points, from the top edge of the shape to the top edge of the slide.
|
|
200641
|
-
*
|
|
200642
|
-
* @remarks
|
|
200643
|
-
* [Api set: PowerPointApi 1.4]
|
|
200644
|
-
*/
|
|
200645
|
-
top?: boolean;
|
|
200646
|
-
/**
|
|
200647
|
-
* For EACH ITEM in the collection: Returns the type of this shape. See {@link PowerPoint.ShapeType} for details.
|
|
200648
|
-
*
|
|
200649
|
-
* @remarks
|
|
200650
|
-
* [Api set: PowerPointApi 1.4]
|
|
200651
|
-
*/
|
|
200652
|
-
type?: boolean;
|
|
200653
|
-
/**
|
|
200654
|
-
* For EACH ITEM in the collection: Specifies if the shape is visible.
|
|
200655
|
-
*
|
|
200656
|
-
* @remarks
|
|
200657
|
-
* [Api set: PowerPointApi 1.10]
|
|
200658
|
-
*/
|
|
200659
|
-
visible?: boolean;
|
|
200660
|
-
/**
|
|
200661
|
-
* For EACH ITEM in the collection: Specifies the width, in points, of the shape. Throws an `InvalidArgument` exception when set with a negative value.
|
|
200662
|
-
*
|
|
200663
|
-
* @remarks
|
|
200664
|
-
* [Api set: PowerPointApi 1.4]
|
|
200665
|
-
*/
|
|
200666
|
-
width?: boolean;
|
|
200667
|
-
/**
|
|
200668
|
-
* For EACH ITEM in the collection: Returns the z-order position of the shape, with 0 representing the bottom of the order stack. Every shape on a slide has a unique z-order, but
|
|
200669
|
-
each slide also has a unique z-order stack, so two shapes on separate slides could have the same z-order number.
|
|
200670
|
-
*
|
|
200671
|
-
* @remarks
|
|
200672
|
-
* [Api set: PowerPointApi 1.8]
|
|
200673
|
-
*/
|
|
200674
|
-
zOrderPosition?: boolean;
|
|
200675
|
-
}
|
|
200676
200676
|
/**
|
|
200677
200677
|
* Represents a shape group inside a presentation. To get the corresponding Shape object, use `ShapeGroup.shape`.
|
|
200678
200678
|
*
|