uudev 1.0.0 → 1.1.0

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.
@@ -0,0 +1,3107 @@
1
+ /// <reference path="enum/mso_enum.d.ts" />
2
+
3
+ interface Accessible{
4
+ readonly accParent: object | any;
5
+ readonly accChildCount: number;
6
+ accChild(varChild: any): object | any;
7
+ accDescription(varChild?: any): string;
8
+ accRole(varChild?: any): any;
9
+ accState(varChild?: any): any;
10
+ accHelp(varChild?: any): string;
11
+ accHelpTopic(pszHelpFile: string, varChild?: any): number;
12
+ accKeyboardShortcut(varChild?: any): string;
13
+ readonly accFocus: any;
14
+ readonly accSelection: any;
15
+ accDefaultAction(varChild?: any): string;
16
+ accSelect(flagsSelect: number, varChild?: any): void;
17
+ accLocation(pxLeft: number, pyTop: number, pcxWidth: number, pcyHeight: number, varChild?: any): void;
18
+ accNavigate(navDir: number, varStart?: any): any;
19
+ accHitTest(xLeft: number, yTop: number): any;
20
+ accDoDefaultAction(varChild?: any): void;
21
+ accName(varChild?: any, pszName?: string): void;
22
+ accValue(varChild?: any, pszValue?: string): void;
23
+ }
24
+ interface MsoDispObj{
25
+ readonly Application: object | any;
26
+ readonly Creator: number;
27
+ }
28
+ interface MsoOleAccDispObj{
29
+ readonly Application: object | any;
30
+ readonly Creator: number;
31
+ }
32
+ interface CommandBars{
33
+ readonly ActionControl: CommandBarControl;
34
+ readonly ActiveMenuBar: CommandBar;
35
+ Add(Name?: any, Position?: any, MenuBar?: any, Temporary?: any): CommandBar;
36
+ readonly Count: number;
37
+ DisplayTooltips: boolean;
38
+ DisplayKeysInTooltips: boolean;
39
+ FindControl(Type?: any, Id?: any, Tag?: any, Visible?: any): CommandBarControl;
40
+ Item(Index: any): CommandBar;
41
+ LargeButtons: boolean;
42
+ MenuAnimationStyle: MsoMenuAnimation;
43
+ readonly Parent: object | any;
44
+ ReleaseFocus(): void;
45
+ IdsString(ids: number, pbstrName: string): number;
46
+ TmcGetName(tmc: number, pbstrName: string): number;
47
+ AdaptiveMenus: boolean;
48
+ FindControls(Type?: any, Id?: any, Tag?: any, Visible?: any): CommandBarControls;
49
+ AddEx(TbidOrName?: any, Position?: any, MenuBar?: any, Temporary?: any, TbtrProtection?: any): CommandBar;
50
+ DisplayFonts: boolean;
51
+ DisableCustomize: boolean;
52
+ DisableAskAQuestionDropdown: boolean;
53
+ ExecuteMso(idMso: string): void;
54
+ GetEnabledMso(idMso: string): boolean;
55
+ GetVisibleMso(idMso: string): boolean;
56
+ GetPressedMso(idMso: string): boolean;
57
+ GetLabelMso(idMso: string): string;
58
+ GetScreentipMso(idMso: string): string;
59
+ GetSupertipMso(idMso: string): string;
60
+ GetImageMso(idMso: string, Width: number, Height: number): object | any;
61
+ CommitRenderingTransaction(hwnd: number): void;
62
+ }
63
+ interface CommandBar{
64
+ readonly BuiltIn: boolean;
65
+ Context: string;
66
+ readonly Controls: CommandBarControls;
67
+ Delete(): void;
68
+ Enabled: boolean;
69
+ FindControl(Type?: any, Id?: any, Tag?: any, Visible?: any, Recursive?: any): CommandBarControl;
70
+ Height: number;
71
+ readonly Index: number;
72
+ readonly InstanceId: number;
73
+ Left: number;
74
+ Name: string;
75
+ NameLocal: string;
76
+ readonly Parent: object | any;
77
+ Position: MsoBarPosition;
78
+ RowIndex: number;
79
+ Protection: MsoBarProtection;
80
+ Reset(): void;
81
+ ShowPopup(x?: any, y?: any): void;
82
+ Top: number;
83
+ readonly Type: MsoBarType;
84
+ Visible: boolean;
85
+ Width: number;
86
+ AdaptiveMenu: boolean;
87
+ readonly Id: number;
88
+ readonly InstanceIdPtr: any;
89
+ }
90
+ interface CommandBarControls{
91
+ Add(Type?: any, Id?: any, Parameter?: any, Before?: any, Temporary?: any): CommandBarControl;
92
+ readonly Count: number;
93
+ Item(Index: any): CommandBarControl;
94
+ readonly Parent: CommandBar;
95
+ }
96
+ interface CommandBarControl{
97
+ BeginGroup: boolean;
98
+ readonly BuiltIn: boolean;
99
+ Caption: string;
100
+ readonly Control: object | any;
101
+ Copy(Bar?: any, Before?: any): CommandBarControl;
102
+ Delete(Temporary?: any): void;
103
+ DescriptionText: string;
104
+ Enabled: boolean;
105
+ Execute(): void;
106
+ Height: number;
107
+ HelpContextId: number;
108
+ HelpFile: string;
109
+ readonly Id: number;
110
+ readonly Index: number;
111
+ readonly InstanceId: number;
112
+ Move(Bar?: any, Before?: any): CommandBarControl;
113
+ readonly Left: number;
114
+ OLEUsage: MsoControlOLEUsage;
115
+ OnAction: string;
116
+ readonly Parent: CommandBar;
117
+ Parameter: string;
118
+ Priority: number;
119
+ Reset(): void;
120
+ SetFocus(): void;
121
+ Tag: string;
122
+ TooltipText: string;
123
+ readonly Top: number;
124
+ readonly Type: MsoControlType;
125
+ Visible: boolean;
126
+ Width: number;
127
+ readonly IsPriorityDropped: boolean;
128
+ Reserved1(): void;
129
+ Reserved2(): void;
130
+ Reserved3(): void;
131
+ Reserved4(): void;
132
+ Reserved5(): void;
133
+ Reserved6(): void;
134
+ Reserved7(): void;
135
+ }
136
+ interface CommandBarButton{
137
+ BuiltInFace: boolean;
138
+ CopyFace(): void;
139
+ FaceId: number;
140
+ PasteFace(): void;
141
+ ShortcutText: string;
142
+ State: MsoButtonState;
143
+ Style: MsoButtonStyle;
144
+ HyperlinkType: MsoCommandBarButtonHyperlinkType;
145
+ Picture: object | any;
146
+ Mask: object | any;
147
+ readonly InstanceIdPtr: any;
148
+ }
149
+ interface CommandBarPopup{
150
+ readonly CommandBar: CommandBar;
151
+ readonly Controls: CommandBarControls;
152
+ OLEMenuGroup: MsoOLEMenuGroup;
153
+ readonly InstanceIdPtr: any;
154
+ }
155
+ interface CommandBarComboBox{
156
+ AddItem(Text: string, Index?: any): void;
157
+ Clear(): void;
158
+ DropDownLines: number;
159
+ DropDownWidth: number;
160
+ List(Index: number, pbstrItem?: string): void;
161
+ readonly ListCount: number;
162
+ ListHeaderCount: number;
163
+ ListIndex: number;
164
+ RemoveItem(Index: number): void;
165
+ Style: MsoComboStyle;
166
+ Text: string;
167
+ readonly InstanceIdPtr: any;
168
+ }
169
+ interface CommandBarActiveX{
170
+ ControlCLSID: string;
171
+ QueryControlInterface(bstrIid: string): object | any;
172
+ SetInnerObjectFactory(pUnk: object | any): void;
173
+ EnsureControl(): void;
174
+ InitWith: object | any;
175
+ readonly InstanceIdPtr: any;
176
+ }
177
+ interface Adjustments{
178
+ readonly Parent: object | any;
179
+ readonly Count: number;
180
+ Item(Index: number, Val?: number): void;
181
+ }
182
+ interface CalloutFormat{
183
+ readonly Parent: object | any;
184
+ AutomaticLength(): void;
185
+ CustomDrop(Drop: number): void;
186
+ CustomLength(Length: number): void;
187
+ PresetDrop(DropType: MsoCalloutDropType): void;
188
+ Accent: MsoTriState;
189
+ Angle: MsoCalloutAngleType;
190
+ AutoAttach: MsoTriState;
191
+ readonly AutoLength: MsoTriState;
192
+ Border: MsoTriState;
193
+ readonly Drop: number;
194
+ readonly DropType: MsoCalloutDropType;
195
+ Gap: number;
196
+ readonly Length: number;
197
+ Type: MsoCalloutType;
198
+ }
199
+ interface ColorFormat{
200
+ readonly Parent: object | any;
201
+ RGB: number;
202
+ SchemeColor: number;
203
+ readonly Type: MsoColorType;
204
+ TintAndShade: number;
205
+ ObjectThemeColor: MsoThemeColorIndex;
206
+ Brightness: number;
207
+ }
208
+ interface ConnectorFormat{
209
+ readonly Parent: object | any;
210
+ BeginConnect(ConnectedShape: Shape, ConnectionSite: number): void;
211
+ BeginDisconnect(): void;
212
+ EndConnect(ConnectedShape: Shape, ConnectionSite: number): void;
213
+ EndDisconnect(): void;
214
+ readonly BeginConnected: MsoTriState;
215
+ readonly BeginConnectedShape: Shape;
216
+ readonly BeginConnectionSite: number;
217
+ readonly EndConnected: MsoTriState;
218
+ readonly EndConnectedShape: Shape;
219
+ readonly EndConnectionSite: number;
220
+ Type: MsoConnectorType;
221
+ }
222
+ interface FillFormat{
223
+ readonly Parent: object | any;
224
+ Background(): void;
225
+ OneColorGradient(Style: MsoGradientStyle, Variant: number, Degree: number): void;
226
+ Patterned(Pattern: MsoPatternType): void;
227
+ PresetGradient(Style: MsoGradientStyle, Variant: number, PresetGradientType: MsoPresetGradientType): void;
228
+ PresetTextured(PresetTexture: MsoPresetTexture): void;
229
+ Solid(): void;
230
+ TwoColorGradient(Style: MsoGradientStyle, Variant: number): void;
231
+ UserPicture(PictureFile: string): void;
232
+ UserTextured(TextureFile: string): void;
233
+ BackColor: ColorFormat;
234
+ ForeColor: ColorFormat;
235
+ readonly GradientColorType: MsoGradientColorType;
236
+ readonly GradientDegree: number;
237
+ readonly GradientStyle: MsoGradientStyle;
238
+ readonly GradientVariant: number;
239
+ readonly Pattern: MsoPatternType;
240
+ readonly PresetGradientType: MsoPresetGradientType;
241
+ readonly PresetTexture: MsoPresetTexture;
242
+ readonly TextureName: string;
243
+ readonly TextureType: MsoTextureType;
244
+ Transparency: number;
245
+ readonly Type: MsoFillType;
246
+ Visible: MsoTriState;
247
+ readonly GradientStops: GradientStops;
248
+ TextureOffsetX: number;
249
+ TextureOffsetY: number;
250
+ TextureAlignment: MsoTextureAlignment;
251
+ TextureHorizontalScale: number;
252
+ TextureVerticalScale: number;
253
+ TextureTile: MsoTriState;
254
+ RotateWithObject: MsoTriState;
255
+ readonly PictureEffects: PictureEffects;
256
+ GradientAngle: number;
257
+ }
258
+ interface FreeformBuilder{
259
+ readonly Parent: object | any;
260
+ AddNodes(SegmentType: MsoSegmentType, EditingType: MsoEditingType, X1: number, Y1: number, X2?: number, Y2?: number, X3?: number, Y3?: number): void;
261
+ ConvertToShape(): Shape;
262
+ }
263
+ interface GroupShapes{
264
+ readonly Parent: object | any;
265
+ readonly Count: number;
266
+ Item(Index: any): Shape;
267
+ Range(Index: any): ShapeRange;
268
+ }
269
+ interface LineFormat{
270
+ readonly Parent: object | any;
271
+ BackColor: ColorFormat;
272
+ BeginArrowheadLength: MsoArrowheadLength;
273
+ BeginArrowheadStyle: MsoArrowheadStyle;
274
+ BeginArrowheadWidth: MsoArrowheadWidth;
275
+ DashStyle: MsoLineDashStyle;
276
+ EndArrowheadLength: MsoArrowheadLength;
277
+ EndArrowheadStyle: MsoArrowheadStyle;
278
+ EndArrowheadWidth: MsoArrowheadWidth;
279
+ ForeColor: ColorFormat;
280
+ Pattern: MsoPatternType;
281
+ Style: MsoLineStyle;
282
+ Transparency: number;
283
+ Visible: MsoTriState;
284
+ Weight: number;
285
+ InsetPen: MsoTriState;
286
+ }
287
+ interface ShapeNode{
288
+ readonly Parent: object | any;
289
+ readonly EditingType: MsoEditingType;
290
+ readonly Points: any;
291
+ readonly SegmentType: MsoSegmentType;
292
+ }
293
+ interface ShapeNodes{
294
+ readonly Parent: object | any;
295
+ readonly Count: number;
296
+ Item(Index: any): ShapeNode;
297
+ Delete(Index: number): void;
298
+ Insert(Index: number, SegmentType: MsoSegmentType, EditingType: MsoEditingType, X1: number, Y1: number, X2?: number, Y2?: number, X3?: number, Y3?: number): void;
299
+ SetEditingType(Index: number, EditingType: MsoEditingType): void;
300
+ SetPosition(Index: number, X1: number, Y1: number): void;
301
+ SetSegmentType(Index: number, SegmentType: MsoSegmentType): void;
302
+ }
303
+ interface PictureFormat{
304
+ readonly Parent: object | any;
305
+ IncrementBrightness(Increment: number): void;
306
+ IncrementContrast(Increment: number): void;
307
+ Brightness: number;
308
+ ColorType: MsoPictureColorType;
309
+ Contrast: number;
310
+ CropBottom: number;
311
+ CropLeft: number;
312
+ CropRight: number;
313
+ CropTop: number;
314
+ TransparencyColor: number;
315
+ TransparentBackground: MsoTriState;
316
+ readonly Crop: Crop;
317
+ }
318
+ interface ShadowFormat{
319
+ readonly Parent: object | any;
320
+ IncrementOffsetX(Increment: number): void;
321
+ IncrementOffsetY(Increment: number): void;
322
+ ForeColor: ColorFormat;
323
+ Obscured: MsoTriState;
324
+ OffsetX: number;
325
+ OffsetY: number;
326
+ Transparency: number;
327
+ Type: MsoShadowType;
328
+ Visible: MsoTriState;
329
+ Style: MsoShadowStyle;
330
+ Blur: number;
331
+ Size: number;
332
+ RotateWithShape: MsoTriState;
333
+ }
334
+ interface Script{
335
+ readonly Parent: object | any;
336
+ Extended: string;
337
+ Id: string;
338
+ Language: MsoScriptLanguage;
339
+ readonly Location: MsoScriptLocation;
340
+ Delete(): void;
341
+ readonly Shape: object | any;
342
+ ScriptText: string;
343
+ }
344
+ interface Scripts{
345
+ readonly Parent: object | any;
346
+ readonly Count: number;
347
+ Item(Index: any): Script;
348
+ Add(Anchor?: object | any, Location?: MsoScriptLocation, Language?: MsoScriptLanguage, Id?: string, Extended?: string, ScriptText?: string): Script;
349
+ Delete(): void;
350
+ }
351
+ interface Shape{
352
+ readonly Parent: object | any;
353
+ Apply(): void;
354
+ Delete(): void;
355
+ Flip(FlipCmd: MsoFlipCmd): void;
356
+ IncrementLeft(Increment: number): void;
357
+ IncrementRotation(Increment: number): void;
358
+ IncrementTop(Increment: number): void;
359
+ PickUp(): void;
360
+ RerouteConnections(): void;
361
+ ScaleHeight(Factor: number, RelativeToOriginalSize: MsoTriState, fScale?: MsoScaleFrom): void;
362
+ ScaleWidth(Factor: number, RelativeToOriginalSize: MsoTriState, fScale?: MsoScaleFrom): void;
363
+ Select(Replace?: any): void;
364
+ SetShapesDefaultProperties(): void;
365
+ Ungroup(): ShapeRange;
366
+ ZOrder(ZOrderCmd: MsoZOrderCmd): void;
367
+ readonly Adjustments: Adjustments;
368
+ AutoShapeType: MsoAutoShapeType;
369
+ BlackWhiteMode: MsoBlackWhiteMode;
370
+ readonly Callout: CalloutFormat;
371
+ readonly ConnectionSiteCount: number;
372
+ readonly Connector: MsoTriState;
373
+ readonly ConnectorFormat: ConnectorFormat;
374
+ readonly Fill: FillFormat;
375
+ readonly GroupItems: GroupShapes;
376
+ Height: number;
377
+ readonly HorizontalFlip: MsoTriState;
378
+ Left: number;
379
+ readonly Line: LineFormat;
380
+ LockAspectRatio: MsoTriState;
381
+ Name: string;
382
+ readonly Nodes: ShapeNodes;
383
+ Rotation: number;
384
+ readonly PictureFormat: PictureFormat;
385
+ readonly Shadow: ShadowFormat;
386
+ readonly TextEffect: TextEffectFormat;
387
+ readonly TextFrame: TextFrame;
388
+ readonly ThreeD: ThreeDFormat;
389
+ Top: number;
390
+ readonly Type: MsoShapeType;
391
+ readonly VerticalFlip: MsoTriState;
392
+ readonly Vertices: any;
393
+ Visible: MsoTriState;
394
+ Width: number;
395
+ readonly ZOrderPosition: number;
396
+ readonly Script: Script;
397
+ AlternativeText: string;
398
+ readonly HasDiagram: MsoTriState;
399
+ readonly Diagram: MsoDiagram;
400
+ readonly HasDiagramNode: MsoTriState;
401
+ readonly DiagramNode: DiagramNode;
402
+ readonly Child: MsoTriState;
403
+ readonly ParentGroup: Shape;
404
+ readonly CanvasItems: CanvasShapes;
405
+ readonly Id: number;
406
+ CanvasCropLeft(Increment: number): void;
407
+ CanvasCropTop(Increment: number): void;
408
+ CanvasCropRight(Increment: number): void;
409
+ CanvasCropBottom(Increment: number): void;
410
+ RTF: string;
411
+ readonly TextFrame2: TextFrame2;
412
+ Cut(): void;
413
+ Copy(): void;
414
+ readonly HasChart: MsoTriState;
415
+ readonly Chart: MsoChart;
416
+ ShapeStyle: MsoShapeStyleIndex;
417
+ BackgroundStyle: MsoBackgroundStyleIndex;
418
+ readonly SoftEdge: SoftEdgeFormat;
419
+ readonly Glow: GlowFormat;
420
+ readonly Reflection: ReflectionFormat;
421
+ readonly HasSmartArt: MsoTriState;
422
+ readonly SmartArt: SmartArt;
423
+ ConvertTextToSmartArt(Layout: SmartArtLayout): void;
424
+ Title: string;
425
+ GraphicStyle: MsoGraphicStyleIndex;
426
+ SaveAsPicture(PictureType: MsoPictureType, FileName: string, FSaveShapesIndividually: boolean): void;
427
+ readonly Model3D: Model3DFormat;
428
+ Decorative: MsoTriState;
429
+ Locked: MsoTriState;
430
+ }
431
+ interface ShapeRange{
432
+ readonly Parent: object | any;
433
+ readonly Count: number;
434
+ Item(Index: any): Shape;
435
+ Align(AlignCmd: MsoAlignCmd, RelativeTo: MsoTriState): void;
436
+ Apply(): void;
437
+ Delete(): void;
438
+ Distribute(DistributeCmd: MsoDistributeCmd, RelativeTo: MsoTriState): void;
439
+ Flip(FlipCmd: MsoFlipCmd): void;
440
+ IncrementLeft(Increment: number): void;
441
+ IncrementRotation(Increment: number): void;
442
+ IncrementTop(Increment: number): void;
443
+ Group(): Shape;
444
+ PickUp(): void;
445
+ Regroup(): Shape;
446
+ RerouteConnections(): void;
447
+ ScaleHeight(Factor: number, RelativeToOriginalSize: MsoTriState, fScale?: MsoScaleFrom): void;
448
+ ScaleWidth(Factor: number, RelativeToOriginalSize: MsoTriState, fScale?: MsoScaleFrom): void;
449
+ Select(Replace?: any): void;
450
+ SetShapesDefaultProperties(): void;
451
+ Ungroup(): ShapeRange;
452
+ ZOrder(ZOrderCmd: MsoZOrderCmd): void;
453
+ readonly Adjustments: Adjustments;
454
+ AutoShapeType: MsoAutoShapeType;
455
+ BlackWhiteMode: MsoBlackWhiteMode;
456
+ readonly Callout: CalloutFormat;
457
+ readonly ConnectionSiteCount: number;
458
+ readonly Connector: MsoTriState;
459
+ readonly ConnectorFormat: ConnectorFormat;
460
+ readonly Fill: FillFormat;
461
+ readonly GroupItems: GroupShapes;
462
+ Height: number;
463
+ readonly HorizontalFlip: MsoTriState;
464
+ Left: number;
465
+ readonly Line: LineFormat;
466
+ LockAspectRatio: MsoTriState;
467
+ Name: string;
468
+ readonly Nodes: ShapeNodes;
469
+ Rotation: number;
470
+ readonly PictureFormat: PictureFormat;
471
+ readonly Shadow: ShadowFormat;
472
+ readonly TextEffect: TextEffectFormat;
473
+ readonly TextFrame: TextFrame;
474
+ readonly ThreeD: ThreeDFormat;
475
+ Top: number;
476
+ readonly Type: MsoShapeType;
477
+ readonly VerticalFlip: MsoTriState;
478
+ readonly Vertices: any;
479
+ Visible: MsoTriState;
480
+ Width: number;
481
+ readonly ZOrderPosition: number;
482
+ readonly Script: Script;
483
+ AlternativeText: string;
484
+ readonly HasDiagram: MsoTriState;
485
+ readonly Diagram: MsoDiagram;
486
+ readonly HasDiagramNode: MsoTriState;
487
+ readonly DiagramNode: DiagramNode;
488
+ readonly Child: MsoTriState;
489
+ readonly ParentGroup: Shape;
490
+ readonly CanvasItems: CanvasShapes;
491
+ readonly Id: number;
492
+ CanvasCropLeft(Increment: number): void;
493
+ CanvasCropTop(Increment: number): void;
494
+ CanvasCropRight(Increment: number): void;
495
+ CanvasCropBottom(Increment: number): void;
496
+ RTF: string;
497
+ readonly TextFrame2: TextFrame2;
498
+ Cut(): void;
499
+ Copy(): void;
500
+ readonly HasChart: MsoTriState;
501
+ readonly Chart: MsoChart;
502
+ ShapeStyle: MsoShapeStyleIndex;
503
+ BackgroundStyle: MsoBackgroundStyleIndex;
504
+ readonly SoftEdge: SoftEdgeFormat;
505
+ readonly Glow: GlowFormat;
506
+ readonly Reflection: ReflectionFormat;
507
+ Title: string;
508
+ MergeShapes(MergeCmd: MsoMergeCmd, PrimaryShape?: Shape): void;
509
+ GraphicStyle: MsoGraphicStyleIndex;
510
+ SaveAsPicture(PictureType: MsoPictureType, FileName: string, FSaveShapesIndividually: boolean): void;
511
+ readonly Model3D: Model3DFormat;
512
+ Decorative: MsoTriState;
513
+ Locked: MsoTriState;
514
+ }
515
+ interface Shapes{
516
+ readonly Parent: object | any;
517
+ readonly Count: number;
518
+ Item(Index: any): Shape;
519
+ AddCallout(Type: MsoCalloutType, Left: number, Top: number, Width: number, Height: number): Shape;
520
+ AddConnector(Type: MsoConnectorType, BeginX: number, BeginY: number, EndX: number, EndY: number): Shape;
521
+ AddCurve(SafeArrayOfPoints: any): Shape;
522
+ AddLabel(Orientation: MsoTextOrientation, Left: number, Top: number, Width: number, Height: number): Shape;
523
+ AddLine(BeginX: number, BeginY: number, EndX: number, EndY: number): Shape;
524
+ AddPicture(FileName: string, LinkToFile: MsoTriState, SaveWithDocument: MsoTriState, Left: number, Top: number, Width?: number, Height?: number): Shape;
525
+ AddPolyline(SafeArrayOfPoints: any): Shape;
526
+ AddShape(Type: MsoAutoShapeType, Left: number, Top: number, Width: number, Height: number): Shape;
527
+ AddTextEffect(PresetTextEffect: MsoPresetTextEffect, Text: string, FontName: string, FontSize: number, FontBold: MsoTriState, FontItalic: MsoTriState, Left: number, Top: number): Shape;
528
+ AddTextbox(Orientation: MsoTextOrientation, Left: number, Top: number, Width: number, Height: number): Shape;
529
+ BuildFreeform(EditingType: MsoEditingType, X1: number, Y1: number): FreeformBuilder;
530
+ Range(Index: any): ShapeRange;
531
+ SelectAll(): void;
532
+ readonly Background: Shape;
533
+ readonly Default: Shape;
534
+ AddDiagram(Type: MsoDiagramType, Left: number, Top: number, Width: number, Height: number): Shape;
535
+ AddCanvas(Left: number, Top: number, Width: number, Height: number): Shape;
536
+ AddChart(Type?: XlChartType, Left?: number, Top?: number, Width?: number, Height?: number): Shape;
537
+ AddTable(NumRows: number, NumColumns: number, Left: number, Top: number, Width: number, Height: number): Shape;
538
+ AddSmartArt(Layout: SmartArtLayout, Left?: number, Top?: number, Width?: number, Height?: number): Shape;
539
+ AddChart2(Style?: number, Type?: XlChartType, Left?: number, Top?: number, Width?: number, Height?: number, NewLayout?: boolean): Shape;
540
+ AddPicture2(FileName: string, LinkToFile: MsoTriState, SaveWithDocument: MsoTriState, Left: number, Top: number, Width?: number, Height?: number, Compress?: MsoPictureCompress): Shape;
541
+ Add3DModel(FileName: string, LinkToFile: MsoTriState, SaveWithDocument: MsoTriState, Left: number, Top: number, Width?: number, Height?: number): Shape;
542
+ }
543
+ interface TextEffectFormat{
544
+ readonly Parent: object | any;
545
+ ToggleVerticalText(): void;
546
+ Alignment: MsoTextEffectAlignment;
547
+ FontBold: MsoTriState;
548
+ FontItalic: MsoTriState;
549
+ FontName: string;
550
+ FontSize: number;
551
+ KernedPairs: MsoTriState;
552
+ NormalizedHeight: MsoTriState;
553
+ PresetShape: MsoPresetTextEffectShape;
554
+ PresetTextEffect: MsoPresetTextEffect;
555
+ RotatedChars: MsoTriState;
556
+ Text: string;
557
+ Tracking: number;
558
+ }
559
+ interface TextFrame{
560
+ readonly Parent: object | any;
561
+ MarginBottom: number;
562
+ MarginLeft: number;
563
+ MarginRight: number;
564
+ MarginTop: number;
565
+ Orientation: MsoTextOrientation;
566
+ }
567
+ interface ThreeDFormat{
568
+ readonly Parent: object | any;
569
+ IncrementRotationX(Increment: number): void;
570
+ IncrementRotationY(Increment: number): void;
571
+ ResetRotation(): void;
572
+ SetThreeDFormat(PresetThreeDFormat: MsoPresetThreeDFormat): void;
573
+ SetExtrusionDirection(PresetExtrusionDirection: MsoPresetExtrusionDirection): void;
574
+ Depth: number;
575
+ readonly ExtrusionColor: ColorFormat;
576
+ ExtrusionColorType: MsoExtrusionColorType;
577
+ Perspective: MsoTriState;
578
+ readonly PresetExtrusionDirection: MsoPresetExtrusionDirection;
579
+ PresetLightingDirection: MsoPresetLightingDirection;
580
+ PresetLightingSoftness: MsoPresetLightingSoftness;
581
+ PresetMaterial: MsoPresetMaterial;
582
+ readonly PresetThreeDFormat: MsoPresetThreeDFormat;
583
+ RotationX: number;
584
+ RotationY: number;
585
+ Visible: MsoTriState;
586
+ SetPresetCamera(PresetCamera: MsoPresetCamera): void;
587
+ IncrementRotationZ(Increment: number): void;
588
+ IncrementRotationHorizontal(Increment: number): void;
589
+ IncrementRotationVertical(Increment: number): void;
590
+ PresetLighting: MsoLightRigType;
591
+ Z: number;
592
+ BevelTopType: MsoBevelType;
593
+ BevelTopInset: number;
594
+ BevelTopDepth: number;
595
+ BevelBottomType: MsoBevelType;
596
+ BevelBottomInset: number;
597
+ BevelBottomDepth: number;
598
+ readonly PresetCamera: MsoPresetCamera;
599
+ RotationZ: number;
600
+ ContourWidth: number;
601
+ readonly ContourColor: ColorFormat;
602
+ FieldOfView: number;
603
+ ProjectText: MsoTriState;
604
+ LightAngle: number;
605
+ }
606
+ interface MsoDispCagNotifySink{
607
+ InsertClip(pClipMoniker: object | any, pItemMoniker: object | any): void;
608
+ WindowIsClosing(): void;
609
+ }
610
+ interface Balloon{
611
+ readonly Parent: object | any;
612
+ readonly Checkboxes: object | any;
613
+ readonly Labels: object | any;
614
+ BalloonType: MsoBalloonType;
615
+ Icon: MsoIconType;
616
+ Heading: string;
617
+ Text: string;
618
+ Mode: MsoModeType;
619
+ Animation: MsoAnimationType;
620
+ Button: MsoButtonSetType;
621
+ Callback: string;
622
+ Private: number;
623
+ SetAvoidRectangle(Left: number, Top: number, Right: number, Bottom: number): void;
624
+ readonly Name: string;
625
+ Show(): MsoBalloonButtonType;
626
+ Close(): void;
627
+ }
628
+ interface BalloonCheckboxes{
629
+ readonly Name: string;
630
+ readonly Parent: object | any;
631
+ Item(Index: number): object | any;
632
+ Count: number;
633
+ }
634
+ interface BalloonCheckbox{
635
+ readonly Item: string;
636
+ readonly Name: string;
637
+ readonly Parent: object | any;
638
+ Checked: boolean;
639
+ Text: string;
640
+ }
641
+ interface BalloonLabels{
642
+ readonly Name: string;
643
+ readonly Parent: object | any;
644
+ Item(Index: number): object | any;
645
+ Count: number;
646
+ }
647
+ interface BalloonLabel{
648
+ readonly Item: string;
649
+ readonly Name: string;
650
+ readonly Parent: object | any;
651
+ Text: string;
652
+ }
653
+ interface AnswerWizardFiles{
654
+ readonly Parent: object | any;
655
+ Item(Index: number): string;
656
+ readonly Count: number;
657
+ Add(FileName: string): void;
658
+ Delete(FileName: string): void;
659
+ }
660
+ interface AnswerWizard{
661
+ readonly Parent: object | any;
662
+ readonly Files: AnswerWizardFiles;
663
+ ClearFileList(): void;
664
+ ResetFileList(): void;
665
+ }
666
+ interface Assistant{
667
+ readonly Parent: object | any;
668
+ Move(xLeft: number, yTop: number): void;
669
+ Top: number;
670
+ Left: number;
671
+ Help(): void;
672
+ StartWizard(On: boolean, Callback: string, PrivateX: number, Animation?: any, CustomTeaser?: any, Top?: any, Left?: any, Bottom?: any, Right?: any): number;
673
+ EndWizard(WizardID: number, varfSuccess: boolean, Animation?: any): void;
674
+ ActivateWizard(WizardID: number, act: MsoWizardActType, Animation?: any): void;
675
+ ResetTips(): void;
676
+ readonly NewBalloon: Balloon;
677
+ readonly BalloonError: MsoBalloonErrorType;
678
+ Visible: boolean;
679
+ Animation: MsoAnimationType;
680
+ Reduced: boolean;
681
+ AssistWithHelp: boolean;
682
+ AssistWithWizards: boolean;
683
+ AssistWithAlerts: boolean;
684
+ MoveWhenInTheWay: boolean;
685
+ Sounds: boolean;
686
+ FeatureTips: boolean;
687
+ MouseTips: boolean;
688
+ KeyboardShortcutTips: boolean;
689
+ HighPriorityTips: boolean;
690
+ TipOfDay: boolean;
691
+ GuessHelp: boolean;
692
+ SearchWhenProgramming: boolean;
693
+ readonly Item: string;
694
+ FileName: string;
695
+ readonly Name: string;
696
+ On: boolean;
697
+ DoAlert(bstrAlertTitle: string, bstrAlertText: string, alb: MsoAlertButtonType, alc: MsoAlertIconType, ald: MsoAlertDefaultType, alq: MsoAlertCancelType, varfSysAlert: boolean): number;
698
+ }
699
+ interface DocumentProperty{
700
+ readonly Parent: any;
701
+ Delete(): void;
702
+ Name: string;
703
+ Value: any;
704
+ Type: MsoDocProperties;
705
+ LinkToContent: boolean;
706
+ LinkSource: string;
707
+ readonly Application: object | any;
708
+ readonly Creator: number;
709
+ }
710
+ interface DocumentProperties{
711
+ readonly Parent: any;
712
+ Item(Index: any): DocumentProperty;
713
+ readonly Count: number;
714
+ Add(Name: string, LinkToContent: boolean, Type?: any, Value?: any, LinkSource?: any): DocumentProperty;
715
+ readonly Application: object | any;
716
+ readonly Creator: number;
717
+ }
718
+ interface FoundFiles{
719
+ Item(Index: number): string;
720
+ readonly Count: number;
721
+ }
722
+ interface Find{
723
+ readonly Results: FoundFiles;
724
+ Show(): number;
725
+ SearchPath: string;
726
+ Name: string;
727
+ SubDir: boolean;
728
+ Title: string;
729
+ Author: string;
730
+ Keywords: string;
731
+ Subject: string;
732
+ Options: MsoFileFindOptions;
733
+ MatchCase: boolean;
734
+ Text: string;
735
+ PatternMatch: boolean;
736
+ DateSavedFrom: any;
737
+ DateSavedTo: any;
738
+ SavedBy: string;
739
+ DateCreatedFrom: any;
740
+ DateCreatedTo: any;
741
+ View: MsoFileFindView;
742
+ SortBy: MsoFileFindSortBy;
743
+ ListBy: MsoFileFindListBy;
744
+ SelectedFile: number;
745
+ Execute(): void;
746
+ Load(bstrQueryName: string): void;
747
+ Save(bstrQueryName: string): void;
748
+ Delete(bstrQueryName: string): void;
749
+ FileType: number;
750
+ }
751
+ interface FoundFiles{
752
+ Item(Index: number): string;
753
+ readonly Count: number;
754
+ }
755
+ interface PropertyTest{
756
+ readonly Name: string;
757
+ readonly Condition: MsoCondition;
758
+ readonly Value: any;
759
+ readonly SecondValue: any;
760
+ readonly Connector: MsoConnector;
761
+ }
762
+ interface PropertyTests{
763
+ Item(Index: number): PropertyTest;
764
+ readonly Count: number;
765
+ Add(Name: string, Condition: MsoCondition, Value?: any, SecondValue?: any, Connector?: MsoConnector): void;
766
+ Remove(Index: number): void;
767
+ }
768
+ interface FileSearch{
769
+ SearchSubFolders: boolean;
770
+ MatchTextExactly: boolean;
771
+ MatchAllWordForms: boolean;
772
+ FileName: string;
773
+ FileType: MsoFileType;
774
+ LastModified: MsoLastModified;
775
+ TextOrProperty: string;
776
+ LookIn: string;
777
+ Execute(SortBy?: MsoSortBy, SortOrder?: MsoSortOrder, AlwaysAccurate?: boolean): number;
778
+ NewSearch(): void;
779
+ readonly FoundFiles: FoundFiles;
780
+ readonly PropertyTests: PropertyTests;
781
+ readonly SearchScopes: SearchScopes;
782
+ readonly SearchFolders: SearchFolders;
783
+ readonly FileTypes: FileTypes;
784
+ RefreshScopes(): void;
785
+ }
786
+ interface COMAddIn{
787
+ Description: string;
788
+ readonly ProgId: string;
789
+ readonly Guid: string;
790
+ Connect: boolean;
791
+ Object: object | any;
792
+ readonly Parent: object | any;
793
+ }
794
+ interface COMAddIns{
795
+ Item(Index: any): COMAddIn;
796
+ readonly Count: number;
797
+ Update(): void;
798
+ readonly Parent: object | any;
799
+ SetAppModal(varfModal: boolean): void;
800
+ }
801
+ interface LanguageSettings{
802
+ LanguageID(Id: MsoAppLanguageID): number;
803
+ LanguagePreferredForEditing(lid: MsoLanguageID): boolean;
804
+ readonly Parent: object | any;
805
+ }
806
+ interface WebPageFont{
807
+ ProportionalFont: string;
808
+ ProportionalFontSize: number;
809
+ FixedWidthFont: string;
810
+ FixedWidthFontSize: number;
811
+ }
812
+ interface WebPageFonts{
813
+ readonly Count: number;
814
+ Item(Index: MsoCharacterSet): WebPageFont;
815
+ }
816
+ interface HTMLProjectItem{
817
+ readonly Name: string;
818
+ readonly IsOpen: boolean;
819
+ LoadFromFile(FileName: string): void;
820
+ Open(OpenKind?: MsoHTMLProjectOpen): void;
821
+ SaveCopyAs(FileName: string): void;
822
+ Text: string;
823
+ readonly Parent: object | any;
824
+ }
825
+ interface HTMLProjectItems{
826
+ Item(Index: any): HTMLProjectItem;
827
+ readonly Count: number;
828
+ readonly Parent: object | any;
829
+ }
830
+ interface HTMLProject{
831
+ readonly State: MsoHTMLProjectState;
832
+ RefreshProject(Refresh?: boolean): void;
833
+ RefreshDocument(Refresh?: boolean): void;
834
+ readonly HTMLProjectItems: HTMLProjectItems;
835
+ readonly Parent: object | any;
836
+ Open(OpenKind?: MsoHTMLProjectOpen): void;
837
+ }
838
+ interface MsoDebugOptions{
839
+ FeatureReports: number;
840
+ OutputToDebugger: boolean;
841
+ OutputToFile: boolean;
842
+ OutputToMessageBox: boolean;
843
+ readonly UnitTestManager: object | any;
844
+ AddIgnoredAssertTag(bstrTagToIgnore: string): void;
845
+ RemoveIgnoredAssertTag(bstrTagToIgnore: string): void;
846
+ }
847
+ interface FileDialogSelectedItems{
848
+ readonly Parent: object | any;
849
+ readonly Count: number;
850
+ Item(Index: number): string;
851
+ }
852
+ interface FileDialogFilter{
853
+ readonly Parent: object | any;
854
+ readonly Extensions: string;
855
+ readonly Description: string;
856
+ }
857
+ interface FileDialogFilters{
858
+ readonly Parent: object | any;
859
+ readonly Count: number;
860
+ Item(Index: number): FileDialogFilter;
861
+ Delete(filter?: any): void;
862
+ Clear(): void;
863
+ Add(Description: string, Extensions: string, Position?: any): FileDialogFilter;
864
+ }
865
+ interface FileDialog{
866
+ readonly Parent: object | any;
867
+ readonly Filters: FileDialogFilters;
868
+ FilterIndex: number;
869
+ Title: string;
870
+ ButtonName: string;
871
+ AllowMultiSelect: boolean;
872
+ InitialView: MsoFileDialogView;
873
+ InitialFileName: string;
874
+ readonly SelectedItems: FileDialogSelectedItems;
875
+ readonly DialogType: MsoFileDialogType;
876
+ readonly Item: string;
877
+ Show(): number;
878
+ Execute(): void;
879
+ }
880
+ interface SignatureSet{
881
+ readonly Count: number;
882
+ Item(iSig: number): Signature;
883
+ Add(): Signature;
884
+ Commit(): void;
885
+ readonly Parent: object | any;
886
+ AddNonVisibleSignature(varSigProv?: any): Signature;
887
+ readonly CanAddSignatureLine: boolean;
888
+ AddSignatureLine(varSigProv?: any): Signature;
889
+ Subset: MsoSignatureSubset;
890
+ ShowSignaturesPane: boolean;
891
+ }
892
+ interface Signature{
893
+ readonly Signer: string;
894
+ readonly Issuer: string;
895
+ readonly ExpireDate: any;
896
+ readonly IsValid: boolean;
897
+ AttachCertificate: boolean;
898
+ Delete(): void;
899
+ readonly Parent: object | any;
900
+ readonly IsCertificateExpired: boolean;
901
+ readonly IsCertificateRevoked: boolean;
902
+ readonly SignDate: any;
903
+ readonly IsSigned: boolean;
904
+ Sign(varSigImg?: any, varDelSuggSigner?: any, varDelSuggSignerLine2?: any, varDelSuggSignerEmail?: any): void;
905
+ readonly Details: SignatureInfo;
906
+ ShowDetails(): void;
907
+ readonly CanSetup: boolean;
908
+ readonly Setup: SignatureSetup;
909
+ readonly IsSignatureLine: boolean;
910
+ readonly SignatureLineShape: object | any;
911
+ readonly SortHint: number;
912
+ }
913
+ interface MsoEnvelopeVB{
914
+ Introduction: string;
915
+ readonly Item: object | any;
916
+ readonly Parent: object | any;
917
+ readonly CommandBars: object | any;
918
+ }
919
+ interface FileTypes{
920
+ Item(Index: number): MsoFileType;
921
+ readonly Count: number;
922
+ Add(FileType: MsoFileType): void;
923
+ Remove(Index: number): void;
924
+ }
925
+ interface SearchFolders{
926
+ Item(Index: number): ScopeFolder;
927
+ readonly Count: number;
928
+ Add(ScopeFolder: ScopeFolder): void;
929
+ Remove(Index: number): void;
930
+ }
931
+ interface ScopeFolders{
932
+ Item(Index: number): ScopeFolder;
933
+ readonly Count: number;
934
+ }
935
+ interface ScopeFolder{
936
+ readonly Name: string;
937
+ readonly Path: string;
938
+ readonly ScopeFolders: ScopeFolders;
939
+ AddToSearchFolders(): void;
940
+ }
941
+ interface SearchScope{
942
+ readonly Type: MsoSearchIn;
943
+ readonly ScopeFolder: ScopeFolder;
944
+ }
945
+ interface SearchScopes{
946
+ Item(Index: number): SearchScope;
947
+ readonly Count: number;
948
+ }
949
+ interface MsoDiagram{
950
+ readonly Parent: object | any;
951
+ readonly Nodes: DiagramNodes;
952
+ readonly Type: MsoDiagramType;
953
+ AutoLayout: MsoTriState;
954
+ Reverse: MsoTriState;
955
+ AutoFormat: MsoTriState;
956
+ Convert(Type: MsoDiagramType): void;
957
+ FitText(): void;
958
+ }
959
+ interface DiagramNodes{
960
+ Item(Index: any): DiagramNode;
961
+ SelectAll(): void;
962
+ readonly Parent: object | any;
963
+ readonly Count: number;
964
+ }
965
+ interface DiagramNodeChildren{
966
+ Item(Index: any): DiagramNode;
967
+ AddNode(Index?: any, NodeType?: MsoDiagramNodeType): DiagramNode;
968
+ SelectAll(): void;
969
+ readonly Parent: object | any;
970
+ readonly Count: number;
971
+ readonly FirstChild: DiagramNode;
972
+ readonly LastChild: DiagramNode;
973
+ }
974
+ interface DiagramNode{
975
+ AddNode(Pos?: MsoRelativeNodePosition, NodeType?: MsoDiagramNodeType): DiagramNode;
976
+ Delete(): void;
977
+ MoveNode(TargetNode: DiagramNode, Pos: MsoRelativeNodePosition): void;
978
+ ReplaceNode(TargetNode: DiagramNode): void;
979
+ SwapNode(TargetNode: DiagramNode, SwapChildren?: boolean): void;
980
+ CloneNode(CopyChildren: boolean, TargetNode: DiagramNode, Pos?: MsoRelativeNodePosition): DiagramNode;
981
+ TransferChildren(ReceivingNode: DiagramNode): void;
982
+ NextNode(): DiagramNode;
983
+ PrevNode(): DiagramNode;
984
+ readonly Parent: object | any;
985
+ readonly Children: DiagramNodeChildren;
986
+ readonly Shape: Shape;
987
+ readonly Root: DiagramNode;
988
+ readonly Diagram: MsoDiagram;
989
+ Layout: MsoOrgChartLayoutType;
990
+ readonly TextShape: Shape;
991
+ }
992
+ interface CanvasShapes{
993
+ readonly Parent: object | any;
994
+ readonly Count: number;
995
+ Item(Index: any): Shape;
996
+ AddCallout(Type: MsoCalloutType, Left: number, Top: number, Width: number, Height: number): Shape;
997
+ AddConnector(Type: MsoConnectorType, BeginX: number, BeginY: number, EndX: number, EndY: number): Shape;
998
+ AddCurve(SafeArrayOfPoints: any): Shape;
999
+ AddLabel(Orientation: MsoTextOrientation, Left: number, Top: number, Width: number, Height: number): Shape;
1000
+ AddLine(BeginX: number, BeginY: number, EndX: number, EndY: number): Shape;
1001
+ AddPicture(FileName: string, LinkToFile: MsoTriState, SaveWithDocument: MsoTriState, Left: number, Top: number, Width?: number, Height?: number): Shape;
1002
+ AddPolyline(SafeArrayOfPoints: any): Shape;
1003
+ AddShape(Type: MsoAutoShapeType, Left: number, Top: number, Width: number, Height: number): Shape;
1004
+ AddTextEffect(PresetTextEffect: MsoPresetTextEffect, Text: string, FontName: string, FontSize: number, FontBold: MsoTriState, FontItalic: MsoTriState, Left: number, Top: number): Shape;
1005
+ AddTextbox(Orientation: MsoTextOrientation, Left: number, Top: number, Width: number, Height: number): Shape;
1006
+ BuildFreeform(EditingType: MsoEditingType, X1: number, Y1: number): FreeformBuilder;
1007
+ Range(Index: any): ShapeRange;
1008
+ SelectAll(): void;
1009
+ readonly Background: Shape;
1010
+ }
1011
+ interface OfficeDataSourceObject{
1012
+ ConnectString: string;
1013
+ Table: string;
1014
+ DataSource: string;
1015
+ readonly Columns: object | any;
1016
+ readonly RowCount: number;
1017
+ readonly Filters: object | any;
1018
+ Move(MsoMoveRow: MsoMoveRow, RowNbr?: number): number;
1019
+ Open(bstrSrc?: string, bstrConnect?: string, bstrTable?: string, fOpenExclusive?: number, fNeverPrompt?: number): void;
1020
+ SetSortOrder(SortField1: string, SortAscending1?: boolean, SortField2?: string, SortAscending2?: boolean, SortField3?: string, SortAscending3?: boolean): void;
1021
+ ApplyFilter(): void;
1022
+ }
1023
+ interface ODSOColumn{
1024
+ readonly Index: number;
1025
+ readonly Name: string;
1026
+ readonly Parent: object | any;
1027
+ readonly Value: string;
1028
+ }
1029
+ interface ODSOColumns{
1030
+ readonly Count: number;
1031
+ readonly Parent: object | any;
1032
+ Item(varIndex: any): object | any;
1033
+ }
1034
+ interface ODSOFilter{
1035
+ readonly Index: number;
1036
+ readonly Parent: object | any;
1037
+ Column: string;
1038
+ Comparison: MsoFilterComparison;
1039
+ CompareTo: string;
1040
+ Conjunction: MsoFilterConjunction;
1041
+ }
1042
+ interface ODSOFilters{
1043
+ readonly Count: number;
1044
+ readonly Parent: object | any;
1045
+ Item(Index: number): object | any;
1046
+ Add(Column: string, Comparison: MsoFilterComparison, Conjunction: MsoFilterConjunction, bstrCompareTo?: string, DeferUpdate?: boolean): void;
1047
+ Delete(Index: number, DeferUpdate?: boolean): void;
1048
+ }
1049
+ interface NewFile{
1050
+ Add(FileName: string, Section?: any, DisplayName?: any, Action?: any): boolean;
1051
+ Remove(FileName: string, Section?: any, DisplayName?: any, Action?: any): boolean;
1052
+ }
1053
+ interface WebComponent{
1054
+ readonly Shape: object | any;
1055
+ URL: string;
1056
+ HTML: string;
1057
+ Name: string;
1058
+ Width: number;
1059
+ Height: number;
1060
+ SetPlaceHolderGraphic(PlaceHolderGraphic: string): void;
1061
+ Commit(): void;
1062
+ Revert(): void;
1063
+ }
1064
+ interface WebComponentWindowExternal{
1065
+ readonly InterfaceVersion: number;
1066
+ readonly ApplicationName: string;
1067
+ readonly ApplicationVersion: number;
1068
+ readonly Application: object | any;
1069
+ CloseWindow(): void;
1070
+ readonly WebComponent: WebComponent;
1071
+ }
1072
+ interface WebComponentFormat{
1073
+ readonly Application: object | any;
1074
+ readonly Parent: object | any;
1075
+ URL: string;
1076
+ HTML: string;
1077
+ Name: string;
1078
+ Width: number;
1079
+ Height: number;
1080
+ PreviewGraphic: string;
1081
+ LaunchPropertiesWindow(): void;
1082
+ }
1083
+ interface LicWizExternal{
1084
+ PrintHtmlDocument(punkHtmlDoc: object | any): void;
1085
+ InvokeDateTimeApplet(): void;
1086
+ FormatDate(date: number, pFormat?: string): string;
1087
+ ShowHelp(pvarId?: any): void;
1088
+ Terminate(): void;
1089
+ DisableVORWReminder(BPC: number): void;
1090
+ SaveReceipt(bstrReceipt: string): string;
1091
+ OpenInDefaultBrowser(bstrUrl: string): void;
1092
+ MsoAlert(bstrText: string, bstrButtons: string, bstrIcon: string): number;
1093
+ DepositPidKey(bstrKey: string, fMORW: number): number;
1094
+ WriteLog(bstrMessage: string): void;
1095
+ ResignDpc(bstrProductCode: string): void;
1096
+ ResetPID(): void;
1097
+ SetDialogSize(dx: number, dy: number): void;
1098
+ VerifyClock(lMode: number): number;
1099
+ SortSelectOptions(pdispSelect: object | any): void;
1100
+ InternetDisconnect(): void;
1101
+ GetConnectedState(): number;
1102
+ readonly Context: number;
1103
+ readonly Validator: object | any;
1104
+ readonly LicAgent: object | any;
1105
+ readonly CountryInfo: string;
1106
+ WizardVisible: number;
1107
+ WizardTitle: string;
1108
+ readonly AnimationEnabled: number;
1109
+ CurrentHelpId: number;
1110
+ readonly OfficeOnTheWebUrl: string;
1111
+ }
1112
+ interface LicValidator{
1113
+ readonly Products: any;
1114
+ Selection: number;
1115
+ }
1116
+ interface LicAgent{
1117
+ Initialize(dwBPC: number, dwMode: number, bstrLicSource: string): number;
1118
+ GetFirstName(): string;
1119
+ SetFirstName(bstrNewVal: string): void;
1120
+ GetLastName(): string;
1121
+ SetLastName(bstrNewVal: string): void;
1122
+ GetOrgName(): string;
1123
+ SetOrgName(bstrNewVal: string): void;
1124
+ GetEmail(): string;
1125
+ SetEmail(bstrNewVal: string): void;
1126
+ GetPhone(): string;
1127
+ SetPhone(bstrNewVal: string): void;
1128
+ GetAddress1(): string;
1129
+ SetAddress1(bstrNewVal: string): void;
1130
+ GetCity(): string;
1131
+ SetCity(bstrNewVal: string): void;
1132
+ GetState(): string;
1133
+ SetState(bstrNewVal: string): void;
1134
+ GetCountryCode(): string;
1135
+ SetCountryCode(bstrNewVal: string): void;
1136
+ GetCountryDesc(): string;
1137
+ SetCountryDesc(bstrNewVal: string): void;
1138
+ GetZip(): string;
1139
+ SetZip(bstrNewVal: string): void;
1140
+ GetIsoLanguage(): number;
1141
+ SetIsoLanguage(dwNewVal: number): void;
1142
+ GetMSUpdate(): string;
1143
+ SetMSUpdate(bstrNewVal: string): void;
1144
+ GetMSOffer(): string;
1145
+ SetMSOffer(bstrNewVal: string): void;
1146
+ GetOtherOffer(): string;
1147
+ SetOtherOffer(bstrNewVal: string): void;
1148
+ GetAddress2(): string;
1149
+ SetAddress2(bstrNewVal: string): void;
1150
+ CheckSystemClock(): number;
1151
+ GetExistingExpiryDate(): number;
1152
+ GetNewExpiryDate(): number;
1153
+ GetBillingFirstName(): string;
1154
+ SetBillingFirstName(bstrNewVal: string): void;
1155
+ GetBillingLastName(): string;
1156
+ SetBillingLastName(bstrNewVal: string): void;
1157
+ GetBillingPhone(): string;
1158
+ SetBillingPhone(bstrNewVal: string): void;
1159
+ GetBillingAddress1(): string;
1160
+ SetBillingAddress1(bstrNewVal: string): void;
1161
+ GetBillingAddress2(): string;
1162
+ SetBillingAddress2(bstrNewVal: string): void;
1163
+ GetBillingCity(): string;
1164
+ SetBillingCity(bstrNewVal: string): void;
1165
+ GetBillingState(): string;
1166
+ SetBillingState(bstrNewVal: string): void;
1167
+ GetBillingCountryCode(): string;
1168
+ SetBillingCountryCode(bstrNewVal: string): void;
1169
+ GetBillingZip(): string;
1170
+ SetBillingZip(bstrNewVal: string): void;
1171
+ SaveBillingInfo(bSave: number): number;
1172
+ IsCCRenewalCountry(bstrCountryCode: string): number;
1173
+ GetVATLabel(bstrCountryCode: string): string;
1174
+ GetCCRenewalExpiryDate(): number;
1175
+ SetVATNumber(bstrVATNumber: string): void;
1176
+ SetCreditCardType(bstrCCCode: string): void;
1177
+ SetCreditCardNumber(bstrCCNumber: string): void;
1178
+ SetCreditCardExpiryYear(dwCCYear: number): void;
1179
+ SetCreditCardExpiryMonth(dwCCMonth: number): void;
1180
+ GetCreditCardCount(): number;
1181
+ GetCreditCardCode(dwIndex: number): string;
1182
+ GetCreditCardName(dwIndex: number): string;
1183
+ GetVATNumber(): string;
1184
+ GetCreditCardType(): string;
1185
+ GetCreditCardNumber(): string;
1186
+ GetCreditCardExpiryYear(): number;
1187
+ GetCreditCardExpiryMonth(): number;
1188
+ GetDisconnectOption(): number;
1189
+ SetDisconnectOption(bNewVal: number): void;
1190
+ AsyncProcessHandshakeRequest(bReviseCustInfo: number): void;
1191
+ AsyncProcessNewLicenseRequest(): void;
1192
+ AsyncProcessReissueLicenseRequest(): void;
1193
+ AsyncProcessRetailRenewalLicenseRequest(): void;
1194
+ AsyncProcessReviseCustInfoRequest(): void;
1195
+ AsyncProcessCCRenewalPriceRequest(): void;
1196
+ AsyncProcessCCRenewalLicenseRequest(): void;
1197
+ GetAsyncProcessReturnCode(): number;
1198
+ IsUpgradeAvailable(): number;
1199
+ WantUpgrade(bWantUpgrade: number): void;
1200
+ AsyncProcessDroppedLicenseRequest(): void;
1201
+ GenerateInstallationId(): string;
1202
+ DepositConfirmationId(bstrVal: string): number;
1203
+ VerifyCheckDigits(bstrCIDIID: string): number;
1204
+ GetCurrentExpiryDate(): number;
1205
+ CancelAsyncProcessRequest(bIsLicenseRequest: number): void;
1206
+ GetCurrencyDescription(dwCurrencyIndex: number): string;
1207
+ GetPriceItemCount(): number;
1208
+ GetPriceItemLabel(dwIndex: number): string;
1209
+ GetPriceItemValue(dwCurrencyIndex: number, dwIndex: number): string;
1210
+ GetInvoiceText(): string;
1211
+ GetBackendErrorMsg(): string;
1212
+ GetCurrencyOption(): number;
1213
+ SetCurrencyOption(dwCurrencyOption: number): void;
1214
+ GetEndOfLifeHtmlText(): string;
1215
+ DisplaySSLCert(): number;
1216
+ }
1217
+ interface MsoEServicesDialog{
1218
+ Close(ApplyWebComponentChanges?: boolean): void;
1219
+ AddTrustedDomain(Domain: string): void;
1220
+ readonly ApplicationName: string;
1221
+ readonly Application: object | any;
1222
+ readonly WebComponent: object | any;
1223
+ readonly ClipArt: object | any;
1224
+ }
1225
+ interface WebComponentProperties{
1226
+ readonly Shape: object | any;
1227
+ Name: string;
1228
+ URL: string;
1229
+ HTML: string;
1230
+ PreviewGraphic: string;
1231
+ PreviewHTML: string;
1232
+ Width: number;
1233
+ Height: number;
1234
+ Tag: string;
1235
+ }
1236
+ interface SmartDocument{
1237
+ SolutionID: string;
1238
+ SolutionURL: string;
1239
+ PickSolution(ConsiderAllSchemas?: boolean): void;
1240
+ RefreshPane(): void;
1241
+ }
1242
+ interface SharedWorkspaceMember{
1243
+ readonly DomainName: string;
1244
+ readonly Name: string;
1245
+ readonly Email: string;
1246
+ Delete(): void;
1247
+ readonly Id: string;
1248
+ readonly Parent: object | any;
1249
+ }
1250
+ interface SharedWorkspaceMembers{
1251
+ Item(Index: number): SharedWorkspaceMember;
1252
+ readonly Count: number;
1253
+ Add(Email: string, DomainName: string, DisplayName: string, Role?: any): SharedWorkspaceMember;
1254
+ readonly Parent: object | any;
1255
+ readonly ItemCountExceeded: boolean;
1256
+ }
1257
+ interface SharedWorkspaceTask{
1258
+ Title: string;
1259
+ AssignedTo: string;
1260
+ Status: MsoSharedWorkspaceTaskStatus;
1261
+ Priority: MsoSharedWorkspaceTaskPriority;
1262
+ Description: string;
1263
+ DueDate: any;
1264
+ readonly CreatedBy: string;
1265
+ readonly CreatedDate: any;
1266
+ readonly ModifiedBy: string;
1267
+ readonly ModifiedDate: any;
1268
+ Save(): void;
1269
+ Delete(): void;
1270
+ readonly Parent: object | any;
1271
+ }
1272
+ interface SharedWorkspaceTasks{
1273
+ Item(Index: number): SharedWorkspaceTask;
1274
+ readonly Count: number;
1275
+ Add(Title: string, Status?: any, Priority?: any, Assignee?: any, Description?: any, DueDate?: any): SharedWorkspaceTask;
1276
+ readonly Parent: object | any;
1277
+ readonly ItemCountExceeded: boolean;
1278
+ }
1279
+ interface SharedWorkspaceFile{
1280
+ readonly URL: string;
1281
+ readonly CreatedBy: string;
1282
+ readonly CreatedDate: any;
1283
+ readonly ModifiedBy: string;
1284
+ readonly ModifiedDate: any;
1285
+ Delete(): void;
1286
+ readonly Parent: object | any;
1287
+ }
1288
+ interface SharedWorkspaceFiles{
1289
+ Item(Index: number): SharedWorkspaceFile;
1290
+ readonly Count: number;
1291
+ Add(FileName: string, ParentFolder?: any, OverwriteIfFileAlreadyExists?: any, KeepInSync?: any): SharedWorkspaceFile;
1292
+ readonly Parent: object | any;
1293
+ readonly ItemCountExceeded: boolean;
1294
+ }
1295
+ interface SharedWorkspaceFolder{
1296
+ readonly FolderName: string;
1297
+ Delete(DeleteEventIfFolderContainsFiles?: any): void;
1298
+ readonly Parent: object | any;
1299
+ }
1300
+ interface SharedWorkspaceFolders{
1301
+ Item(Index: number): SharedWorkspaceFolder;
1302
+ readonly Count: number;
1303
+ Add(FolderName: string, ParentFolder?: any): SharedWorkspaceFolder;
1304
+ readonly Parent: object | any;
1305
+ readonly ItemCountExceeded: boolean;
1306
+ }
1307
+ interface SharedWorkspaceLink{
1308
+ URL: string;
1309
+ Description: string;
1310
+ Notes: string;
1311
+ readonly CreatedBy: string;
1312
+ readonly CreatedDate: any;
1313
+ readonly ModifiedBy: string;
1314
+ readonly ModifiedDate: any;
1315
+ Save(): void;
1316
+ Delete(): void;
1317
+ readonly Parent: object | any;
1318
+ }
1319
+ interface SharedWorkspaceLinks{
1320
+ Item(Index: number): SharedWorkspaceLink;
1321
+ readonly Count: number;
1322
+ Add(URL: string, Description?: any, Notes?: any): SharedWorkspaceLink;
1323
+ readonly Parent: object | any;
1324
+ readonly ItemCountExceeded: boolean;
1325
+ }
1326
+ interface SharedWorkspace{
1327
+ Name: string;
1328
+ readonly Members: SharedWorkspaceMembers;
1329
+ readonly Tasks: SharedWorkspaceTasks;
1330
+ readonly Files: SharedWorkspaceFiles;
1331
+ readonly Folders: SharedWorkspaceFolders;
1332
+ readonly Links: SharedWorkspaceLinks;
1333
+ Refresh(): void;
1334
+ CreateNew(URL?: any, Name?: any): void;
1335
+ Delete(): void;
1336
+ readonly Parent: object | any;
1337
+ readonly URL: string;
1338
+ readonly Connected: boolean;
1339
+ readonly LastRefreshed: any;
1340
+ SourceURL: string;
1341
+ RemoveDocument(): void;
1342
+ Disconnect(): void;
1343
+ }
1344
+ interface Sync{
1345
+ readonly Status: MsoSyncStatusType;
1346
+ readonly WorkspaceLastChangedBy: string;
1347
+ readonly LastSyncTime: any;
1348
+ readonly ErrorType: MsoSyncErrorType;
1349
+ GetUpdate(): void;
1350
+ PutUpdate(): void;
1351
+ OpenVersion(SyncVersionType: MsoSyncVersionType): void;
1352
+ ResolveConflict(SyncConflictResolution: MsoSyncConflictResolutionType): void;
1353
+ Unsuspend(): void;
1354
+ readonly Parent: object | any;
1355
+ }
1356
+ interface DocumentLibraryVersion{
1357
+ readonly Modified: any;
1358
+ readonly Index: number;
1359
+ readonly Parent: object | any;
1360
+ readonly ModifiedBy: string;
1361
+ readonly Comments: string;
1362
+ Delete(): void;
1363
+ Open(): object | any;
1364
+ Restore(): object | any;
1365
+ }
1366
+ interface DocumentLibraryVersions{
1367
+ Item(lIndex: number): DocumentLibraryVersion;
1368
+ readonly Count: number;
1369
+ readonly Parent: object | any;
1370
+ readonly IsVersioningEnabled: boolean;
1371
+ }
1372
+ interface UserPermission{
1373
+ readonly UserId: string;
1374
+ Permission: number;
1375
+ ExpirationDate: any;
1376
+ readonly Parent: object | any;
1377
+ Remove(): void;
1378
+ }
1379
+ interface Permission{
1380
+ Item(Index: any): UserPermission;
1381
+ readonly Count: number;
1382
+ EnableTrustedBrowser: boolean;
1383
+ Add(UserId: string, Permission?: any, ExpirationDate?: any): UserPermission;
1384
+ ApplyPolicy(FileName: string): void;
1385
+ readonly Parent: object | any;
1386
+ RemoveAll(): void;
1387
+ Enabled: boolean;
1388
+ RequestPermissionURL: string;
1389
+ readonly PolicyName: string;
1390
+ readonly PolicyDescription: string;
1391
+ StoreLicenses: boolean;
1392
+ DocumentAuthor: string;
1393
+ readonly PermissionFromPolicy: boolean;
1394
+ DoubleKeyEncryptionUrl: string;
1395
+ SensitivityLabelId: string;
1396
+ }
1397
+ interface MsoDebugOptions_UTRunResult{
1398
+ readonly Passed: boolean;
1399
+ readonly ErrorString: string;
1400
+ }
1401
+ interface MsoDebugOptions_UT{
1402
+ readonly Name: string;
1403
+ readonly CollectionName: string;
1404
+ Run(): MsoDebugOptions_UTRunResult;
1405
+ }
1406
+ interface MsoDebugOptions_UTs{
1407
+ Item(Index: number): MsoDebugOptions_UT;
1408
+ readonly Count: number;
1409
+ GetUnitTestsInCollection(bstrCollectionName: string): MsoDebugOptions_UTs;
1410
+ GetUnitTest(bstrCollectionName: string, bstrUnitTestName: string): MsoDebugOptions_UT;
1411
+ GetMatchingUnitTestsInCollection(bstrCollectionName: string, bstrUnitTestNameFilter: string): MsoDebugOptions_UTs;
1412
+ }
1413
+ interface MsoDebugOptions_UTManager{
1414
+ readonly UnitTests: MsoDebugOptions_UTs;
1415
+ NotifyStartOfTestSuiteRun(): void;
1416
+ NotifyEndOfTestSuiteRun(): void;
1417
+ ReportErrors: boolean;
1418
+ }
1419
+ interface MetaProperty{
1420
+ Value: any;
1421
+ readonly Name: string;
1422
+ readonly Id: string;
1423
+ readonly IsReadOnly: boolean;
1424
+ readonly IsRequired: boolean;
1425
+ readonly Type: MsoMetaPropertyType;
1426
+ Validate(): string;
1427
+ readonly ValidationError: string;
1428
+ readonly Parent: object | any;
1429
+ }
1430
+ interface MetaProperties{
1431
+ Item(Index: any): MetaProperty;
1432
+ GetItemByInternalName(InternalName: string): MetaProperty;
1433
+ readonly Count: number;
1434
+ Validate(): string;
1435
+ readonly ValidationError: string;
1436
+ readonly Parent: object | any;
1437
+ readonly SchemaXml: string;
1438
+ }
1439
+ interface PolicyItem{
1440
+ readonly Id: string;
1441
+ readonly Name: string;
1442
+ readonly Description: string;
1443
+ readonly Data: string;
1444
+ readonly Parent: object | any;
1445
+ }
1446
+ interface ServerPolicy{
1447
+ Item(Index: any): PolicyItem;
1448
+ readonly Id: string;
1449
+ readonly Name: string;
1450
+ readonly Description: string;
1451
+ readonly Statement: string;
1452
+ readonly Count: number;
1453
+ readonly BlockPreview: boolean;
1454
+ readonly Parent: object | any;
1455
+ }
1456
+ interface DocumentInspector{
1457
+ readonly Name: string;
1458
+ readonly Description: string;
1459
+ Inspect(Status: MsoDocInspectorStatus, Results: string): void;
1460
+ Fix(Status: MsoDocInspectorStatus, Results: string): void;
1461
+ readonly Parent: object | any;
1462
+ }
1463
+ interface DocumentInspectors{
1464
+ Item(Index: number): DocumentInspector;
1465
+ readonly Count: number;
1466
+ readonly Parent: object | any;
1467
+ }
1468
+ interface WorkflowTask{
1469
+ readonly Id: string;
1470
+ readonly ListID: string;
1471
+ readonly WorkflowID: string;
1472
+ readonly Name: string;
1473
+ readonly Description: string;
1474
+ readonly AssignedTo: string;
1475
+ readonly CreatedBy: string;
1476
+ readonly DueDate: number;
1477
+ readonly CreatedDate: number;
1478
+ Show(): number;
1479
+ }
1480
+ interface WorkflowTasks{
1481
+ Item(Index: number): WorkflowTask;
1482
+ readonly Count: number;
1483
+ }
1484
+ interface WorkflowTemplate{
1485
+ readonly Id: string;
1486
+ readonly Name: string;
1487
+ readonly Description: string;
1488
+ readonly DocumentLibraryName: string;
1489
+ readonly DocumentLibraryURL: string;
1490
+ Show(): number;
1491
+ }
1492
+ interface WorkflowTemplates{
1493
+ Item(Index: number): WorkflowTemplate;
1494
+ readonly Count: number;
1495
+ }
1496
+ interface DocumentInspector{
1497
+ GetInfo(Name: string, Desc: string): void;
1498
+ Inspect(Doc: object | any, Status: MsoDocInspectorStatus, Result: string, Action: string): void;
1499
+ Fix(Doc: object | any, hwnd: number, Status: MsoDocInspectorStatus, Result: string): void;
1500
+ }
1501
+ interface SignatureSetup{
1502
+ readonly ReadOnly: boolean;
1503
+ readonly Id: string;
1504
+ readonly SignatureProvider: string;
1505
+ SuggestedSigner: string;
1506
+ SuggestedSignerLine2: string;
1507
+ SuggestedSignerEmail: string;
1508
+ SigningInstructions: string;
1509
+ AllowComments: boolean;
1510
+ ShowSignDate: boolean;
1511
+ AdditionalXml: string;
1512
+ }
1513
+ interface SignatureInfo{
1514
+ readonly ReadOnly: boolean;
1515
+ readonly SignatureProvider: string;
1516
+ SignatureText: string;
1517
+ SignatureImage: object | any;
1518
+ SignatureComment: string;
1519
+ GetSignatureDetail(sigdet: SignatureDetail): any;
1520
+ GetCertificateDetail(certdet: CertificateDetail): any;
1521
+ readonly ContentVerificationResults: ContentVerificationResults;
1522
+ readonly CertificateVerificationResults: CertificateVerificationResults;
1523
+ readonly IsValid: boolean;
1524
+ readonly IsCertificateExpired: boolean;
1525
+ readonly IsCertificateRevoked: boolean;
1526
+ readonly IsCertificateUntrusted: boolean;
1527
+ ShowSignatureCertificate(ParentWindow: object | any): void;
1528
+ SelectSignatureCertificate(ParentWindow: object | any): void;
1529
+ SelectCertificateDetailByThumbprint(bstrThumbprint: string): void;
1530
+ }
1531
+ interface SignatureProvider{
1532
+ GenerateSignatureLineImage(siglnimg: SignatureLineImage, psigsetup: SignatureSetup, psiginfo: SignatureInfo, XmlDsigStream: object | any): object | any;
1533
+ ShowSignatureSetup(ParentWindow: object | any, psigsetup: SignatureSetup): void;
1534
+ ShowSigningCeremony(ParentWindow: object | any, psigsetup: SignatureSetup, psiginfo: SignatureInfo): void;
1535
+ SignXmlDsig(QueryContinue: object | any, psigsetup: SignatureSetup, psiginfo: SignatureInfo, XmlDsigStream: object | any): void;
1536
+ NotifySignatureAdded(ParentWindow: object | any, psigsetup: SignatureSetup, psiginfo: SignatureInfo): void;
1537
+ VerifyXmlDsig(QueryContinue: object | any, psigsetup: SignatureSetup, psiginfo: SignatureInfo, XmlDsigStream: object | any, pcontverres: ContentVerificationResults, pcertverres: CertificateVerificationResults): void;
1538
+ ShowSignatureDetails(ParentWindow: object | any, psigsetup: SignatureSetup, psiginfo: SignatureInfo, XmlDsigStream: object | any, pcontverres: ContentVerificationResults, pcertverres: CertificateVerificationResults): void;
1539
+ GetProviderDetail(sigprovdet: SignatureProviderDetail): any;
1540
+ HashStream(QueryContinue: object | any, Stream: object | any): any[];
1541
+ }
1542
+ interface CustomXMLPrefixMapping{
1543
+ readonly Parent: object | any;
1544
+ readonly Prefix: string;
1545
+ readonly NamespaceURI: string;
1546
+ }
1547
+ interface CustomXMLPrefixMappings{
1548
+ readonly Parent: object | any;
1549
+ readonly Count: number;
1550
+ Item(Index: any): CustomXMLPrefixMapping;
1551
+ AddNamespace(Prefix: string, NamespaceURI: string): void;
1552
+ LookupNamespace(Prefix: string): string;
1553
+ LookupPrefix(NamespaceURI: string): string;
1554
+ }
1555
+ interface CustomXMLSchema{
1556
+ readonly Parent: object | any;
1557
+ readonly Location: string;
1558
+ readonly NamespaceURI: string;
1559
+ Delete(): void;
1560
+ Reload(): void;
1561
+ }
1562
+ interface CustomXMLSchemaCollection{
1563
+ readonly Parent: object | any;
1564
+ readonly Count: number;
1565
+ Item(Index: any): CustomXMLSchema;
1566
+ NamespaceURI(Index: number): string;
1567
+ Add(NamespaceURI?: string, Alias?: string, FileName?: string, InstallForAllUsers?: boolean): CustomXMLSchema;
1568
+ AddCollection(SchemaCollection: CustomXMLSchemaCollection): void;
1569
+ Validate(): boolean;
1570
+ }
1571
+ interface CustomXMLNodes{
1572
+ readonly Parent: object | any;
1573
+ readonly Count: number;
1574
+ Item(Index: number): CustomXMLNode;
1575
+ }
1576
+ interface CustomXMLNode{
1577
+ readonly Parent: object | any;
1578
+ readonly Attributes: CustomXMLNodes;
1579
+ readonly BaseName: string;
1580
+ readonly ChildNodes: CustomXMLNodes;
1581
+ readonly FirstChild: CustomXMLNode;
1582
+ readonly LastChild: CustomXMLNode;
1583
+ readonly NamespaceURI: string;
1584
+ readonly NextSibling: CustomXMLNode;
1585
+ readonly NodeType: MsoCustomXMLNodeType;
1586
+ NodeValue: string;
1587
+ readonly OwnerDocument: object | any;
1588
+ readonly OwnerPart: CustomXMLPart;
1589
+ readonly PreviousSibling: CustomXMLNode;
1590
+ readonly ParentNode: CustomXMLNode;
1591
+ Text: string;
1592
+ readonly XPath: string;
1593
+ readonly XML: string;
1594
+ AppendChildNode(Name?: string, NamespaceURI?: string, NodeType?: MsoCustomXMLNodeType, NodeValue?: string): void;
1595
+ AppendChildSubtree(XML: string): void;
1596
+ Delete(): void;
1597
+ HasChildNodes(): boolean;
1598
+ InsertNodeBefore(Name?: string, NamespaceURI?: string, NodeType?: MsoCustomXMLNodeType, NodeValue?: string, NextSibling?: CustomXMLNode): void;
1599
+ InsertSubtreeBefore(XML: string, NextSibling?: CustomXMLNode): void;
1600
+ RemoveChild(Child: CustomXMLNode): void;
1601
+ ReplaceChildNode(OldNode: CustomXMLNode, Name?: string, NamespaceURI?: string, NodeType?: MsoCustomXMLNodeType, NodeValue?: string): void;
1602
+ ReplaceChildSubtree(XML: string, OldNode: CustomXMLNode): void;
1603
+ SelectNodes(XPath: string): CustomXMLNodes;
1604
+ SelectSingleNode(XPath: string): CustomXMLNode;
1605
+ }
1606
+ interface CustomXMLValidationError{
1607
+ readonly Parent: object | any;
1608
+ readonly Name: string;
1609
+ readonly Node: CustomXMLNode;
1610
+ readonly Text: string;
1611
+ readonly Type: MsoCustomXMLValidationErrorType;
1612
+ Delete(): void;
1613
+ readonly ErrorCode: number;
1614
+ }
1615
+ interface CustomXMLValidationErrors{
1616
+ readonly Parent: object | any;
1617
+ readonly Count: number;
1618
+ Item(Index: number): CustomXMLValidationError;
1619
+ Add(Node: CustomXMLNode, ErrorName: string, ErrorText?: string, ClearedOnUpdate?: boolean): void;
1620
+ }
1621
+ interface CustomXMLPart{
1622
+ readonly Parent: object | any;
1623
+ readonly DocumentElement: CustomXMLNode;
1624
+ readonly Id: string;
1625
+ readonly NamespaceURI: string;
1626
+ SchemaCollection: CustomXMLSchemaCollection;
1627
+ readonly NamespaceManager: CustomXMLPrefixMappings;
1628
+ readonly XML: string;
1629
+ AddNode(Parent: CustomXMLNode, Name?: string, NamespaceURI?: string, NextSibling?: CustomXMLNode, NodeType?: MsoCustomXMLNodeType, NodeValue?: string): void;
1630
+ Delete(): void;
1631
+ Load(FilePath: string): boolean;
1632
+ LoadXML(XML: string): boolean;
1633
+ SelectNodes(XPath: string): CustomXMLNodes;
1634
+ SelectSingleNode(XPath: string): CustomXMLNode;
1635
+ readonly Errors: CustomXMLValidationErrors;
1636
+ readonly BuiltIn: boolean;
1637
+ }
1638
+ interface CustomXMLParts{
1639
+ readonly Parent: object | any;
1640
+ readonly Count: number;
1641
+ Item(Index: any): CustomXMLPart;
1642
+ Add(XML?: string, SchemaCollection?: any): CustomXMLPart;
1643
+ SelectByID(Id: string): CustomXMLPart;
1644
+ SelectByNamespace(NamespaceURI: string): CustomXMLParts;
1645
+ }
1646
+ interface GradientStop{
1647
+ readonly Color: ColorFormat;
1648
+ Position: number;
1649
+ Transparency: number;
1650
+ }
1651
+ interface GradientStops{
1652
+ Item(Index: number): GradientStop;
1653
+ readonly Count: number;
1654
+ Delete(Index?: number): void;
1655
+ Insert(RGB: number, Position: number, Transparency?: number, Index?: number): void;
1656
+ Insert2(RGB: number, Position: number, Transparency?: number, Index?: number, Brightness?: number): void;
1657
+ }
1658
+ interface SoftEdgeFormat{
1659
+ Type: MsoSoftEdgeType;
1660
+ Radius: number;
1661
+ }
1662
+ interface GlowFormat{
1663
+ Radius: number;
1664
+ readonly Color: ColorFormat;
1665
+ Transparency: number;
1666
+ }
1667
+ interface ReflectionFormat{
1668
+ Type: MsoReflectionType;
1669
+ Transparency: number;
1670
+ Size: number;
1671
+ Offset: number;
1672
+ Blur: number;
1673
+ }
1674
+ interface ParagraphFormat2{
1675
+ readonly Parent: object | any;
1676
+ Alignment: MsoParagraphAlignment;
1677
+ BaselineAlignment: MsoBaselineAlignment;
1678
+ readonly Bullet: BulletFormat2;
1679
+ FarEastLineBreakLevel: MsoTriState;
1680
+ FirstLineIndent: number;
1681
+ HangingPunctuation: MsoTriState;
1682
+ IndentLevel: number;
1683
+ LeftIndent: number;
1684
+ LineRuleAfter: MsoTriState;
1685
+ LineRuleBefore: MsoTriState;
1686
+ LineRuleWithin: MsoTriState;
1687
+ RightIndent: number;
1688
+ SpaceAfter: number;
1689
+ SpaceBefore: number;
1690
+ SpaceWithin: number;
1691
+ readonly TabStops: TabStops2;
1692
+ TextDirection: MsoTextDirection;
1693
+ WordWrap: MsoTriState;
1694
+ }
1695
+ interface Font2{
1696
+ readonly Parent: object | any;
1697
+ Bold: MsoTriState;
1698
+ Italic: MsoTriState;
1699
+ Strike: MsoTextStrike;
1700
+ Caps: MsoTextCaps;
1701
+ AutorotateNumbers: MsoTriState;
1702
+ BaselineOffset: number;
1703
+ Kerning: number;
1704
+ Size: number;
1705
+ Spacing: number;
1706
+ UnderlineStyle: MsoTextUnderlineType;
1707
+ Allcaps: MsoTriState;
1708
+ DoubleStrikeThrough: MsoTriState;
1709
+ Equalize: MsoTriState;
1710
+ readonly Fill: FillFormat;
1711
+ readonly Glow: GlowFormat;
1712
+ readonly Reflection: ReflectionFormat;
1713
+ readonly Line: LineFormat;
1714
+ readonly Shadow: ShadowFormat;
1715
+ readonly Highlight: ColorFormat;
1716
+ readonly UnderlineColor: ColorFormat;
1717
+ Smallcaps: MsoTriState;
1718
+ SoftEdgeFormat: MsoSoftEdgeType;
1719
+ StrikeThrough: MsoTriState;
1720
+ Subscript: MsoTriState;
1721
+ Superscript: MsoTriState;
1722
+ WordArtformat: MsoPresetTextEffect;
1723
+ readonly Embeddable: MsoTriState;
1724
+ readonly Embedded: MsoTriState;
1725
+ Name: string;
1726
+ NameAscii: string;
1727
+ NameComplexScript: string;
1728
+ NameFarEast: string;
1729
+ NameOther: string;
1730
+ }
1731
+ interface TextColumn2{
1732
+ Number: number;
1733
+ Spacing: number;
1734
+ TextDirection: MsoTextDirection;
1735
+ }
1736
+ interface TextRange2{
1737
+ Text: string;
1738
+ readonly Count: number;
1739
+ Item(Index: any): TextRange2;
1740
+ readonly Parent: object | any;
1741
+ Paragraphs(Start?: number, Length?: number): TextRange2;
1742
+ Sentences(Start?: number, Length?: number): TextRange2;
1743
+ Words(Start?: number, Length?: number): TextRange2;
1744
+ Characters(Start?: number, Length?: number): TextRange2;
1745
+ Lines(Start?: number, Length?: number): TextRange2;
1746
+ Runs(Start?: number, Length?: number): TextRange2;
1747
+ readonly ParagraphFormat: ParagraphFormat2;
1748
+ readonly Font: Font2;
1749
+ readonly Length: number;
1750
+ readonly Start: number;
1751
+ readonly BoundLeft: number;
1752
+ readonly BoundTop: number;
1753
+ readonly BoundWidth: number;
1754
+ readonly BoundHeight: number;
1755
+ TrimText(): TextRange2;
1756
+ InsertAfter(NewText?: string): TextRange2;
1757
+ InsertBefore(NewText?: string): TextRange2;
1758
+ InsertSymbol(FontName: string, CharNumber: number, Unicode?: MsoTriState): TextRange2;
1759
+ Select(): void;
1760
+ Cut(): void;
1761
+ Copy(): void;
1762
+ Delete(): void;
1763
+ Paste(): TextRange2;
1764
+ PasteSpecial(Format: MsoClipboardFormat): TextRange2;
1765
+ ChangeCase(Type: MsoTextChangeCase): void;
1766
+ AddPeriods(): void;
1767
+ RemovePeriods(): void;
1768
+ Find(FindWhat: string, After?: number, MatchCase?: MsoTriState, WholeWords?: MsoTriState): TextRange2;
1769
+ Replace(FindWhat: string, ReplaceWhat: string, After?: number, MatchCase?: MsoTriState, WholeWords?: MsoTriState): TextRange2;
1770
+ RotatedBounds(X1: number, Y1: number, X2: number, Y2: number, X3: number, Y3: number, x4: number, y4: number): void;
1771
+ LanguageID: MsoLanguageID;
1772
+ RtlRun(): void;
1773
+ LtrRun(): void;
1774
+ MathZones(Start?: number, Length?: number): TextRange2;
1775
+ InsertChartField(ChartFieldType: MsoChartFieldType, Formula?: string, Position?: number): TextRange2;
1776
+ }
1777
+ interface TextFrame2{
1778
+ readonly Parent: object | any;
1779
+ MarginBottom: number;
1780
+ MarginLeft: number;
1781
+ MarginRight: number;
1782
+ MarginTop: number;
1783
+ Orientation: MsoTextOrientation;
1784
+ HorizontalAnchor: MsoHorizontalAnchor;
1785
+ VerticalAnchor: MsoVerticalAnchor;
1786
+ PathFormat: MsoPathFormat;
1787
+ WarpFormat: MsoWarpFormat;
1788
+ WordArtformat: MsoPresetTextEffect;
1789
+ WordWrap: MsoTriState;
1790
+ AutoSize: MsoAutoSize;
1791
+ readonly ThreeD: ThreeDFormat;
1792
+ readonly HasText: MsoTriState;
1793
+ readonly TextRange: TextRange2;
1794
+ readonly Column: TextColumn2;
1795
+ readonly Ruler: Ruler2;
1796
+ DeleteText(): void;
1797
+ NoTextRotation: MsoTriState;
1798
+ }
1799
+ interface ThemeColor{
1800
+ RGB: number;
1801
+ readonly Parent: object | any;
1802
+ readonly ThemeColorSchemeIndex: MsoThemeColorSchemeIndex;
1803
+ }
1804
+ interface ThemeColorScheme{
1805
+ readonly Parent: object | any;
1806
+ readonly Count: number;
1807
+ Colors(Index: MsoThemeColorSchemeIndex): ThemeColor;
1808
+ Load(FileName: string): void;
1809
+ Save(FileName: string): void;
1810
+ GetCustomColor(Name: string): number;
1811
+ }
1812
+ interface ThemeFont{
1813
+ Name: string;
1814
+ readonly Parent: object | any;
1815
+ }
1816
+ interface ThemeFonts{
1817
+ readonly Parent: object | any;
1818
+ readonly Count: number;
1819
+ Item(Index: MsoFontLanguageIndex): ThemeFont;
1820
+ }
1821
+ interface ThemeFontScheme{
1822
+ readonly Parent: object | any;
1823
+ Load(FileName: string): void;
1824
+ Save(FileName: string): void;
1825
+ readonly MinorFont: ThemeFonts;
1826
+ readonly MajorFont: ThemeFonts;
1827
+ }
1828
+ interface ThemeEffectScheme{
1829
+ readonly Parent: object | any;
1830
+ Load(FileName: string): void;
1831
+ }
1832
+ interface OfficeTheme{
1833
+ readonly Parent: object | any;
1834
+ readonly ThemeColorScheme: ThemeColorScheme;
1835
+ readonly ThemeFontScheme: ThemeFontScheme;
1836
+ readonly ThemeEffectScheme: ThemeEffectScheme;
1837
+ }
1838
+ interface CustomTaskPane{
1839
+ readonly Title: string;
1840
+ readonly Application: object | any;
1841
+ readonly Window: object | any;
1842
+ Visible: boolean;
1843
+ readonly ContentControl: object | any;
1844
+ Height: number;
1845
+ Width: number;
1846
+ DockPosition: MsoCTPDockPosition;
1847
+ DockPositionRestrict: MsoCTPDockPositionRestrict;
1848
+ Delete(): void;
1849
+ }
1850
+ interface CTPFactory{
1851
+ CreateCTP(CTPAxID: string, CTPTitle: string, CTPParentWindow?: any): CustomTaskPane;
1852
+ }
1853
+ interface CustomTaskPaneConsumer{
1854
+ CTPFactoryAvailable(CTPFactoryInst: CTPFactory): void;
1855
+ }
1856
+ interface RibbonUI{
1857
+ Invalidate(): void;
1858
+ InvalidateControl(ControlID: string): void;
1859
+ InvalidateControlMso(ControlID: string): void;
1860
+ ActivateTab(ControlID: string): void;
1861
+ ActivateTabMso(ControlID: string): void;
1862
+ ActivateTabQ(ControlID: string, Namespace: string): void;
1863
+ }
1864
+ interface RibbonControl{
1865
+ readonly Id: string;
1866
+ readonly Context: object | any;
1867
+ readonly Tag: string;
1868
+ }
1869
+ interface RibbonExtensibility{
1870
+ GetCustomUI(RibbonID: string): string;
1871
+ }
1872
+ interface Assistance{
1873
+ ShowHelp(HelpId?: string, Scope?: string): void;
1874
+ SearchHelp(Query: string, Scope?: string): void;
1875
+ SetDefaultContext(HelpId: string): void;
1876
+ ClearDefaultContext(HelpId: string): void;
1877
+ }
1878
+ interface MsoChartData{
1879
+ readonly Workbook: object | any;
1880
+ Activate(): void;
1881
+ readonly IsLinked: boolean;
1882
+ BreakLink(): void;
1883
+ ActivateChartDataWindow(): void;
1884
+ }
1885
+ interface MsoChart{
1886
+ readonly Parent: object | any;
1887
+ HasTitle: boolean;
1888
+ readonly ChartTitle: MsoChartTitle;
1889
+ DepthPercent: number;
1890
+ Elevation: number;
1891
+ GapDepth: number;
1892
+ HeightPercent: number;
1893
+ Perspective: number;
1894
+ RightAngleAxes: any;
1895
+ Rotation: any;
1896
+ DisplayBlanksAs: XlDisplayBlanksAs;
1897
+ ChartGroups(pvarIndex?: any, varIgallery?: any): object | any;
1898
+ SeriesCollection(Index?: any): object | any;
1899
+ _ApplyDataLabels(Type?: XlDataLabelsType, IMsoLegendKey?: any, AutoText?: any, HasLeaderLines?: any): void;
1900
+ SubType: number;
1901
+ Type: number;
1902
+ readonly Corners: MsoCorners;
1903
+ ApplyDataLabels(Type?: XlDataLabelsType, IMsoLegendKey?: any, AutoText?: any, HasLeaderLines?: any, ShowSeriesName?: any, ShowCategoryName?: any, ShowValue?: any, ShowPercentage?: any, ShowBubbleSize?: any, Separator?: any): void;
1904
+ ChartType: XlChartType;
1905
+ HasDataTable: boolean;
1906
+ ApplyCustomType(ChartType: XlChartType, TypeName?: any): void;
1907
+ GetChartElement(x: number, y: number, ElementID: number, Arg1: number, Arg2: number): void;
1908
+ SetSourceData(Source: string, PlotBy?: any): void;
1909
+ PlotBy: XlRowCol;
1910
+ HasLegend: boolean;
1911
+ readonly Legend: MsoLegend;
1912
+ Axes(Type?: any, AxisGroup?: XlAxisGroup): object | any;
1913
+ HasAxis(axisType?: any, AxisGroup?: any, pval?: any): void;
1914
+ Walls(fBackWall?: boolean): MsoWalls;
1915
+ readonly Floor: MsoFloor;
1916
+ readonly PlotArea: MsoPlotArea;
1917
+ PlotVisibleOnly: boolean;
1918
+ readonly ChartArea: MsoChartArea;
1919
+ AutoFormat(rGallery: number, varFormat?: any): void;
1920
+ AutoScaling: boolean;
1921
+ ChartWizard(varSource?: any, varGallery?: any, varFormat?: any, varPlotBy?: any, varCategoryLabels?: any, varSeriesLabels?: any, varHasLegend?: any, varTitle?: any, varCategoryTitle?: any, varValueTitle?: any, varExtraTitle?: any): void;
1922
+ CopyPicture(Appearance?: number, Format?: number, Size?: number): void;
1923
+ readonly DataTable: MsoDataTable;
1924
+ BarShape: XlBarShape;
1925
+ Export(bstr: string, varFilterName?: any, varInteractive?: any): boolean;
1926
+ SetDefaultChart(varName: any): void;
1927
+ ApplyChartTemplate(bstrFileName: string): void;
1928
+ SaveChartTemplate(bstrFileName: string): void;
1929
+ readonly SideWall: MsoWalls;
1930
+ readonly BackWall: MsoWalls;
1931
+ ChartStyle: any;
1932
+ ClearToMatchStyle(): void;
1933
+ readonly PivotLayout: object | any;
1934
+ HasPivotFields: boolean;
1935
+ RefreshPivotTable(): void;
1936
+ ShowDataLabelsOverMaximum: boolean;
1937
+ ApplyLayout(Layout: number, varChartType?: any): void;
1938
+ Refresh(): void;
1939
+ SetElement(RHS: MsoChartElementType): void;
1940
+ readonly ChartData: MsoChartData;
1941
+ readonly Format: MsoChartFormat;
1942
+ readonly Shapes: Shapes;
1943
+ readonly Application: object | any;
1944
+ readonly Creator: number;
1945
+ readonly Area3DGroup: MsoChartGroup;
1946
+ AreaGroups(Index?: any): object | any;
1947
+ readonly Bar3DGroup: MsoChartGroup;
1948
+ BarGroups(Index?: any): object | any;
1949
+ readonly Column3DGroup: MsoChartGroup;
1950
+ ColumnGroups(Index?: any): object | any;
1951
+ readonly Line3DGroup: MsoChartGroup;
1952
+ LineGroups(Index?: any): object | any;
1953
+ readonly Pie3DGroup: MsoChartGroup;
1954
+ PieGroups(Index?: any): object | any;
1955
+ DoughnutGroups(Index?: any): object | any;
1956
+ RadarGroups(Index?: any): object | any;
1957
+ readonly SurfaceGroup: MsoChartGroup;
1958
+ XYGroups(Index?: any): object | any;
1959
+ Delete(): any;
1960
+ Copy(): any;
1961
+ Select(Replace?: any): any;
1962
+ ShowReportFilterFieldButtons: boolean;
1963
+ ShowLegendFieldButtons: boolean;
1964
+ ShowAxisFieldButtons: boolean;
1965
+ ShowValueFieldButtons: boolean;
1966
+ ShowAllFieldButtons: boolean;
1967
+ FullSeriesCollection(Index?: any): object | any;
1968
+ CategoryLabelLevel: XlCategoryLabelLevel;
1969
+ SeriesNameLevel: XlSeriesNameLevel;
1970
+ readonly HasHiddenContent: boolean;
1971
+ DeleteHiddenContent(): void;
1972
+ ChartColor: any;
1973
+ ClearToMatchColorStyle(): void;
1974
+ ShowExpandCollapseEntireFieldButtons: boolean;
1975
+ SetProperty(bstrId: string, Value: any): void;
1976
+ GetProperty(bstrId: string): any;
1977
+ DisplayValueNotAvailableAsBlank: boolean;
1978
+ }
1979
+ interface MsoCorners{
1980
+ readonly Parent: object | any;
1981
+ readonly Name: string;
1982
+ Select(): any;
1983
+ readonly Application: object | any;
1984
+ readonly Creator: number;
1985
+ }
1986
+ interface MsoLegend{
1987
+ readonly Parent: object | any;
1988
+ readonly Name: string;
1989
+ Select(): any;
1990
+ readonly Border: MsoBorder;
1991
+ Delete(): any;
1992
+ readonly Font: ChartFont;
1993
+ LegendEntries(Index?: any): object | any;
1994
+ Position: XlLegendPosition;
1995
+ Shadow: boolean;
1996
+ Clear(): any;
1997
+ Height: number;
1998
+ readonly Interior: MsoInterior;
1999
+ readonly Fill: ChartFillFormat;
2000
+ Left: number;
2001
+ Top: number;
2002
+ Width: number;
2003
+ AutoScaleFont: any;
2004
+ IncludeInLayout: boolean;
2005
+ readonly Format: MsoChartFormat;
2006
+ readonly Application: object | any;
2007
+ readonly Creator: number;
2008
+ SetProperty(bstrId: string, Value: any): void;
2009
+ GetProperty(bstrId: string): any;
2010
+ }
2011
+ interface MsoBorder{
2012
+ Color: any;
2013
+ ColorIndex: any;
2014
+ LineStyle: any;
2015
+ Weight: any;
2016
+ readonly Application: object | any;
2017
+ readonly Creator: number;
2018
+ readonly Parent: object | any;
2019
+ }
2020
+ interface MsoWalls{
2021
+ readonly Name: string;
2022
+ Select(): any;
2023
+ readonly Parent: object | any;
2024
+ readonly Border: MsoBorder;
2025
+ ClearFormats(): any;
2026
+ readonly Interior: MsoInterior;
2027
+ readonly Fill: ChartFillFormat;
2028
+ PictureType: any;
2029
+ Paste(): void;
2030
+ PictureUnit: any;
2031
+ Thickness: number;
2032
+ readonly Format: MsoChartFormat;
2033
+ readonly Application: object | any;
2034
+ readonly Creator: number;
2035
+ }
2036
+ interface MsoFloor{
2037
+ readonly Name: string;
2038
+ Select(): any;
2039
+ readonly Parent: object | any;
2040
+ readonly Border: MsoBorder;
2041
+ ClearFormats(): any;
2042
+ readonly Interior: MsoInterior;
2043
+ readonly Fill: ChartFillFormat;
2044
+ PictureType: any;
2045
+ Paste(): void;
2046
+ Thickness: number;
2047
+ readonly Format: MsoChartFormat;
2048
+ readonly Application: object | any;
2049
+ readonly Creator: number;
2050
+ }
2051
+ interface MsoPlotArea{
2052
+ readonly Name: string;
2053
+ Select(): any;
2054
+ readonly Parent: object | any;
2055
+ readonly Border: MsoBorder;
2056
+ ClearFormats(): any;
2057
+ Height: number;
2058
+ readonly Interior: MsoInterior;
2059
+ readonly Fill: ChartFillFormat;
2060
+ Left: number;
2061
+ Top: number;
2062
+ Width: number;
2063
+ InsideLeft: number;
2064
+ InsideTop: number;
2065
+ InsideWidth: number;
2066
+ InsideHeight: number;
2067
+ Position: XlChartElementPosition;
2068
+ readonly Format: MsoChartFormat;
2069
+ readonly Application: object | any;
2070
+ readonly Creator: number;
2071
+ SetProperty(bstrId: string, Value: any): void;
2072
+ GetProperty(bstrId: string): any;
2073
+ }
2074
+ interface MsoChartArea{
2075
+ readonly Name: string;
2076
+ Select(): any;
2077
+ readonly Parent: object | any;
2078
+ readonly Border: MsoBorder;
2079
+ Clear(): any;
2080
+ ClearContents(): any;
2081
+ Copy(): any;
2082
+ readonly Font: ChartFont;
2083
+ Shadow: boolean;
2084
+ ClearFormats(): any;
2085
+ Height: number;
2086
+ readonly Interior: MsoInterior;
2087
+ readonly Fill: ChartFillFormat;
2088
+ Left: number;
2089
+ Top: number;
2090
+ Width: number;
2091
+ AutoScaleFont: any;
2092
+ readonly Format: MsoChartFormat;
2093
+ RoundedCorners: boolean;
2094
+ readonly Application: object | any;
2095
+ readonly Creator: number;
2096
+ }
2097
+ interface MsoSeriesLines{
2098
+ readonly Name: string;
2099
+ Select(): any;
2100
+ readonly Parent: object | any;
2101
+ readonly Border: MsoBorder;
2102
+ Delete(): any;
2103
+ readonly Format: MsoChartFormat;
2104
+ readonly Application: object | any;
2105
+ readonly Creator: number;
2106
+ SetProperty(bstrId: string, Value: any): void;
2107
+ GetProperty(bstrId: string): any;
2108
+ }
2109
+ interface MsoLeaderLines{
2110
+ Select(): void;
2111
+ readonly Border: MsoBorder;
2112
+ Delete(): void;
2113
+ readonly Format: MsoChartFormat;
2114
+ readonly Application: object | any;
2115
+ readonly Creator: number;
2116
+ readonly Parent: object | any;
2117
+ }
2118
+ interface GridLines{
2119
+ readonly Name: string;
2120
+ Select(): any;
2121
+ readonly Parent: object | any;
2122
+ readonly Border: MsoBorder;
2123
+ Delete(): any;
2124
+ readonly Format: MsoChartFormat;
2125
+ readonly Application: object | any;
2126
+ readonly Creator: number;
2127
+ SetProperty(bstrId: string, Value: any): void;
2128
+ GetProperty(bstrId: string): any;
2129
+ }
2130
+ interface MsoUpBars{
2131
+ readonly Name: string;
2132
+ Select(): any;
2133
+ readonly Parent: object | any;
2134
+ readonly Border: MsoBorder;
2135
+ Delete(): any;
2136
+ readonly Interior: MsoInterior;
2137
+ readonly Fill: ChartFillFormat;
2138
+ readonly Format: MsoChartFormat;
2139
+ readonly Application: object | any;
2140
+ readonly Creator: number;
2141
+ SetProperty(bstrId: string, Value: any): void;
2142
+ GetProperty(bstrId: string): any;
2143
+ }
2144
+ interface MsoDownBars{
2145
+ readonly Name: string;
2146
+ Select(): any;
2147
+ readonly Parent: object | any;
2148
+ readonly Border: MsoBorder;
2149
+ Delete(): any;
2150
+ readonly Interior: MsoInterior;
2151
+ readonly Fill: ChartFillFormat;
2152
+ readonly Format: MsoChartFormat;
2153
+ readonly Application: object | any;
2154
+ readonly Creator: number;
2155
+ SetProperty(bstrId: string, Value: any): void;
2156
+ GetProperty(bstrId: string): any;
2157
+ }
2158
+ interface MsoInterior{
2159
+ Color: any;
2160
+ ColorIndex: any;
2161
+ InvertIfNegative: any;
2162
+ Pattern: any;
2163
+ PatternColor: any;
2164
+ PatternColorIndex: any;
2165
+ readonly Application: object | any;
2166
+ readonly Creator: number;
2167
+ readonly Parent: object | any;
2168
+ }
2169
+ interface ChartFillFormat{
2170
+ OneColorGradient(Style: number, Variant: number, Degree: number): void;
2171
+ TwoColorGradient(Style: number, Variant: number): void;
2172
+ PresetTextured(PresetTexture: number): void;
2173
+ Solid(): void;
2174
+ Patterned(Pattern: number): void;
2175
+ UserPicture(PictureFile: any, PictureFormat: any, PictureStackUnit: any, PicturePlacement: any): void;
2176
+ UserTextured(TextureFile: string): void;
2177
+ PresetGradient(Style: number, Variant: number, PresetGradientType: number): void;
2178
+ readonly BackColor: ChartColorFormat;
2179
+ readonly ForeColor: ChartColorFormat;
2180
+ readonly GradientColorType: number;
2181
+ readonly GradientDegree: number;
2182
+ readonly GradientStyle: number;
2183
+ readonly GradientVariant: number;
2184
+ readonly Pattern: number;
2185
+ readonly PresetGradientType: number;
2186
+ readonly PresetTexture: number;
2187
+ readonly TextureName: string;
2188
+ readonly TextureType: number;
2189
+ readonly Type: number;
2190
+ Visible: number;
2191
+ readonly Application: object | any;
2192
+ readonly Creator: number;
2193
+ readonly Parent: object | any;
2194
+ }
2195
+ interface LegendEntries{
2196
+ readonly Parent: object | any;
2197
+ readonly Count: number;
2198
+ Item(Index: any): LegendEntry;
2199
+ readonly Application: object | any;
2200
+ readonly Creator: number;
2201
+ }
2202
+ interface ChartFont{
2203
+ Background: any;
2204
+ Bold: any;
2205
+ Color: any;
2206
+ ColorIndex: any;
2207
+ FontStyle: any;
2208
+ Italic: any;
2209
+ Name: any;
2210
+ OutlineFont: any;
2211
+ Shadow: any;
2212
+ Size: any;
2213
+ StrikeThrough: any;
2214
+ Subscript: any;
2215
+ Superscript: any;
2216
+ Underline: any;
2217
+ readonly Application: object | any;
2218
+ readonly Creator: number;
2219
+ readonly Parent: object | any;
2220
+ }
2221
+ interface ChartColorFormat{
2222
+ readonly Parent: object | any;
2223
+ SchemeColor: number;
2224
+ RGB: number;
2225
+ readonly Type: number;
2226
+ readonly Application: object | any;
2227
+ readonly Creator: number;
2228
+ }
2229
+ interface LegendEntry{
2230
+ readonly Parent: object | any;
2231
+ Delete(): any;
2232
+ readonly Font: ChartFont;
2233
+ readonly Index: number;
2234
+ readonly LegendKey: MsoLegendKey;
2235
+ Select(): any;
2236
+ AutoScaleFont: any;
2237
+ readonly Left: number;
2238
+ readonly Top: number;
2239
+ readonly Width: number;
2240
+ readonly Height: number;
2241
+ readonly Format: MsoChartFormat;
2242
+ readonly Application: object | any;
2243
+ readonly Creator: number;
2244
+ }
2245
+ interface MsoLegendKey{
2246
+ readonly Parent: object | any;
2247
+ readonly Border: MsoBorder;
2248
+ ClearFormats(): any;
2249
+ Delete(): any;
2250
+ readonly Interior: MsoInterior;
2251
+ readonly Fill: ChartFillFormat;
2252
+ InvertIfNegative: boolean;
2253
+ MarkerBackgroundColor: number;
2254
+ MarkerBackgroundColorIndex: XlColorIndex;
2255
+ MarkerForegroundColor: number;
2256
+ MarkerForegroundColorIndex: XlColorIndex;
2257
+ MarkerSize: number;
2258
+ MarkerStyle: XlMarkerStyle;
2259
+ PictureType: number;
2260
+ PictureUnit: number;
2261
+ Select(): any;
2262
+ Smooth: boolean;
2263
+ readonly Left: number;
2264
+ readonly Top: number;
2265
+ readonly Width: number;
2266
+ readonly Height: number;
2267
+ Shadow: boolean;
2268
+ readonly Format: MsoChartFormat;
2269
+ readonly Application: object | any;
2270
+ readonly Creator: number;
2271
+ PictureUnit2: number;
2272
+ }
2273
+ interface SeriesCollection{
2274
+ readonly Parent: object | any;
2275
+ Add(Source: any, Rowcol?: XlRowCol, SeriesLabels?: any, CategoryLabels?: any, Replace?: any): MsoSeries;
2276
+ readonly Count: number;
2277
+ Extend(Source: any, Rowcol?: any, CategoryLabels?: any): any;
2278
+ Item(Index: any): MsoSeries;
2279
+ Paste(Rowcol?: XlRowCol, SeriesLabels?: any, CategoryLabels?: any, Replace?: any, NewSeries?: any): any;
2280
+ NewSeries(): MsoSeries;
2281
+ readonly Application: object | any;
2282
+ readonly Creator: number;
2283
+ }
2284
+ interface MsoSeries{
2285
+ readonly Parent: object | any;
2286
+ _ApplyDataLabels(Type?: XlDataLabelsType, IMsoLegendKey?: any, AutoText?: any, HasLeaderLines?: any): any;
2287
+ AxisGroup: XlAxisGroup;
2288
+ readonly Border: MsoBorder;
2289
+ ClearFormats(): any;
2290
+ Copy(): any;
2291
+ DataLabels(Index?: any): object | any;
2292
+ Delete(): any;
2293
+ ErrorBar(Direction: XlErrorBarDirection, Include: XlErrorBarInclude, Type: XlErrorBarType, Amount?: any, MinusValues?: any): any;
2294
+ readonly ErrorBars: MsoErrorBars;
2295
+ Explosion: number;
2296
+ Formula: string;
2297
+ FormulaLocal: string;
2298
+ FormulaR1C1: string;
2299
+ FormulaR1C1Local: string;
2300
+ HasDataLabels: boolean;
2301
+ HasErrorBars: boolean;
2302
+ readonly Interior: MsoInterior;
2303
+ readonly Fill: ChartFillFormat;
2304
+ InvertIfNegative: boolean;
2305
+ MarkerBackgroundColor: number;
2306
+ MarkerBackgroundColorIndex: XlColorIndex;
2307
+ MarkerForegroundColor: number;
2308
+ MarkerForegroundColorIndex: XlColorIndex;
2309
+ MarkerSize: number;
2310
+ MarkerStyle: XlMarkerStyle;
2311
+ Name: string;
2312
+ Paste(): any;
2313
+ PictureType: XlChartPictureType;
2314
+ PictureUnit: number;
2315
+ PlotOrder: number;
2316
+ Points(Index?: any): object | any;
2317
+ Select(): any;
2318
+ Smooth: boolean;
2319
+ Trendlines(Index?: any): object | any;
2320
+ Type: number;
2321
+ ChartType: XlChartType;
2322
+ ApplyCustomType(ChartType: XlChartType): void;
2323
+ Values: any;
2324
+ XValues: any;
2325
+ BubbleSizes: any;
2326
+ BarShape: XlBarShape;
2327
+ ApplyPictToSides: boolean;
2328
+ ApplyPictToFront: boolean;
2329
+ ApplyPictToEnd: boolean;
2330
+ Has3DEffect: boolean;
2331
+ Shadow: boolean;
2332
+ HasLeaderLines: boolean;
2333
+ readonly LeaderLines: MsoLeaderLines;
2334
+ ApplyDataLabels(Type?: XlDataLabelsType, IMsoLegendKey?: any, AutoText?: any, HasLeaderLines?: any, ShowSeriesName?: any, ShowCategoryName?: any, ShowValue?: any, ShowPercentage?: any, ShowBubbleSize?: any, Separator?: any): any;
2335
+ readonly Format: MsoChartFormat;
2336
+ readonly Application: object | any;
2337
+ readonly Creator: number;
2338
+ PictureUnit2: number;
2339
+ readonly PlotColorIndex: number;
2340
+ InvertColor: number;
2341
+ InvertColorIndex: XlColorIndex;
2342
+ IsFiltered: boolean;
2343
+ ParentDataLabelOption: XlParentDataLabelOptions;
2344
+ QuartileCalculationInclusiveMedian: boolean;
2345
+ ValueSortOrder: XlValueSortOrder;
2346
+ GeoProjectionType: XlGeoProjectionType;
2347
+ GeoMappingLevel: XlGeoMappingLevel;
2348
+ RegionLabelOption: XlRegionLabelOptions;
2349
+ SeriesColorGradientStyle: XlSeriesColorGradientStyle;
2350
+ readonly SeriesColorMinGradientStop: SeriesGradientStopData;
2351
+ readonly SeriesColorMidGradientStop: SeriesGradientStopData;
2352
+ readonly SeriesColorMaxGradientStop: SeriesGradientStopData;
2353
+ SetProperty(bstrId: string, Value: any): void;
2354
+ GetProperty(bstrId: string): any;
2355
+ }
2356
+ interface MsoErrorBars{
2357
+ readonly Parent: object | any;
2358
+ readonly Name: string;
2359
+ Select(): any;
2360
+ readonly Border: MsoBorder;
2361
+ Delete(): any;
2362
+ ClearFormats(): any;
2363
+ EndStyle: XlEndStyleCap;
2364
+ readonly Format: MsoChartFormat;
2365
+ readonly Application: object | any;
2366
+ readonly Creator: number;
2367
+ SetProperty(bstrId: string, Value: any): void;
2368
+ GetProperty(bstrId: string): any;
2369
+ }
2370
+ interface MsoTrendline{
2371
+ readonly Parent: object | any;
2372
+ Backward: number;
2373
+ readonly Border: MsoBorder;
2374
+ ClearFormats(): any;
2375
+ readonly DataLabel: MsoDataLabel;
2376
+ Delete(): any;
2377
+ DisplayEquation: boolean;
2378
+ DisplayRSquared: boolean;
2379
+ Forward: number;
2380
+ readonly Index: number;
2381
+ Intercept: number;
2382
+ InterceptIsAuto: boolean;
2383
+ Name: string;
2384
+ NameIsAuto: boolean;
2385
+ Order: number;
2386
+ Period: number;
2387
+ Select(): any;
2388
+ Type: XlTrendlineType;
2389
+ readonly Format: MsoChartFormat;
2390
+ readonly Application: object | any;
2391
+ readonly Creator: number;
2392
+ Backward2: number;
2393
+ Forward2: number;
2394
+ SetProperty(bstrId: string, Value: any): void;
2395
+ GetProperty(bstrId: string): any;
2396
+ }
2397
+ interface Trendlines{
2398
+ readonly Parent: object | any;
2399
+ Add(Type?: XlTrendlineType, Order?: any, Period?: any, Forward?: any, Backward?: any, Intercept?: any, DisplayEquation?: any, DisplayRSquared?: any, Name?: any): MsoTrendline;
2400
+ readonly Count: number;
2401
+ Item(Index?: any): MsoTrendline;
2402
+ readonly Application: object | any;
2403
+ readonly Creator: number;
2404
+ }
2405
+ interface MsoDataLabels{
2406
+ readonly Parent: object | any;
2407
+ readonly Name: string;
2408
+ Select(): any;
2409
+ readonly Border: MsoBorder;
2410
+ Delete(): any;
2411
+ readonly Interior: MsoInterior;
2412
+ readonly Fill: ChartFillFormat;
2413
+ Characters(Start?: any, Length?: any): MsoCharacters;
2414
+ readonly Font: ChartFont;
2415
+ HorizontalAlignment: any;
2416
+ Orientation: any;
2417
+ Shadow: boolean;
2418
+ VerticalAlignment: any;
2419
+ ReadingOrder: number;
2420
+ AutoScaleFont: any;
2421
+ AutoText: boolean;
2422
+ NumberFormat: string;
2423
+ NumberFormatLinked: boolean;
2424
+ NumberFormatLocal: any;
2425
+ ShowLegendKey: boolean;
2426
+ Type: any;
2427
+ Position: XlDataLabelPosition;
2428
+ ShowSeriesName: boolean;
2429
+ ShowCategoryName: boolean;
2430
+ ShowValue: boolean;
2431
+ ShowPercentage: boolean;
2432
+ ShowBubbleSize: boolean;
2433
+ Separator: any;
2434
+ readonly Count: number;
2435
+ Item(Index: any): MsoDataLabel;
2436
+ readonly Format: MsoChartFormat;
2437
+ readonly Application: object | any;
2438
+ readonly Creator: number;
2439
+ Propagate(Index: any): void;
2440
+ ShowRange: boolean;
2441
+ SetProperty(bstrId: string, Value: any): void;
2442
+ GetProperty(bstrId: string): any;
2443
+ }
2444
+ interface MsoDataLabel{
2445
+ readonly Parent: object | any;
2446
+ readonly Name: string;
2447
+ Select(): any;
2448
+ readonly Border: MsoBorder;
2449
+ Delete(): any;
2450
+ readonly Interior: MsoInterior;
2451
+ readonly Fill: ChartFillFormat;
2452
+ Caption: string;
2453
+ Characters(Start?: any, Length?: any): MsoCharacters;
2454
+ readonly Font: ChartFont;
2455
+ HorizontalAlignment: any;
2456
+ Left: number;
2457
+ Orientation: any;
2458
+ Shadow: boolean;
2459
+ Text: string;
2460
+ Top: number;
2461
+ VerticalAlignment: any;
2462
+ ReadingOrder: number;
2463
+ AutoScaleFont: any;
2464
+ AutoText: boolean;
2465
+ NumberFormat: string;
2466
+ NumberFormatLinked: boolean;
2467
+ NumberFormatLocal: any;
2468
+ ShowLegendKey: boolean;
2469
+ Type: any;
2470
+ Position: XlDataLabelPosition;
2471
+ ShowSeriesName: boolean;
2472
+ ShowCategoryName: boolean;
2473
+ ShowValue: boolean;
2474
+ ShowPercentage: boolean;
2475
+ ShowBubbleSize: boolean;
2476
+ Separator: any;
2477
+ readonly Format: MsoChartFormat;
2478
+ readonly _Height: number;
2479
+ readonly Application: object | any;
2480
+ readonly Creator: number;
2481
+ readonly _Width: number;
2482
+ Formula: string;
2483
+ FormulaR1C1: string;
2484
+ FormulaLocal: string;
2485
+ FormulaR1C1Local: string;
2486
+ ShowRange: boolean;
2487
+ Height: number;
2488
+ Width: number;
2489
+ SetProperty(bstrId: string, Value: any): void;
2490
+ GetProperty(bstrId: string): any;
2491
+ }
2492
+ interface Points{
2493
+ readonly Parent: object | any;
2494
+ readonly Count: number;
2495
+ Item(Index: number): ChartPoint;
2496
+ readonly Application: object | any;
2497
+ readonly Creator: number;
2498
+ }
2499
+ interface ChartPoint{
2500
+ readonly Parent: object | any;
2501
+ _ApplyDataLabels(Type?: XlDataLabelsType, IMsoLegendKey?: any, AutoText?: any, HasLeaderLines?: any): any;
2502
+ readonly Border: MsoBorder;
2503
+ ClearFormats(): any;
2504
+ Copy(): any;
2505
+ readonly DataLabel: MsoDataLabel;
2506
+ Delete(): any;
2507
+ Explosion: number;
2508
+ HasDataLabel: boolean;
2509
+ readonly Interior: MsoInterior;
2510
+ InvertIfNegative: boolean;
2511
+ MarkerBackgroundColor: number;
2512
+ MarkerBackgroundColorIndex: XlColorIndex;
2513
+ MarkerForegroundColor: number;
2514
+ MarkerForegroundColorIndex: XlColorIndex;
2515
+ MarkerSize: number;
2516
+ MarkerStyle: XlMarkerStyle;
2517
+ Paste(): any;
2518
+ PictureType: XlChartPictureType;
2519
+ PictureUnit: number;
2520
+ Select(): any;
2521
+ ApplyPictToSides: boolean;
2522
+ ApplyPictToFront: boolean;
2523
+ ApplyPictToEnd: boolean;
2524
+ Shadow: boolean;
2525
+ SecondaryPlot: boolean;
2526
+ readonly Fill: ChartFillFormat;
2527
+ ApplyDataLabels(Type?: XlDataLabelsType, IMsoLegendKey?: any, AutoText?: any, HasLeaderLines?: any, ShowSeriesName?: any, ShowCategoryName?: any, ShowValue?: any, ShowPercentage?: any, ShowBubbleSize?: any, Separator?: any): any;
2528
+ Has3DEffect: boolean;
2529
+ readonly Format: MsoChartFormat;
2530
+ readonly Application: object | any;
2531
+ readonly Creator: number;
2532
+ PictureUnit2: number;
2533
+ readonly Name: string;
2534
+ readonly Height: number;
2535
+ readonly Width: number;
2536
+ readonly Left: number;
2537
+ readonly Top: number;
2538
+ PieSliceLocation(loc: XlPieSliceLocation, Index?: XlPieSliceIndex): number;
2539
+ IsTotal: boolean;
2540
+ SetProperty(bstrId: string, Value: any): void;
2541
+ GetProperty(bstrId: string): any;
2542
+ }
2543
+ interface Axes{
2544
+ readonly Count: number;
2545
+ Item(Type: XlAxisType, AxisGroup?: XlAxisGroup): MsoAxis;
2546
+ readonly Application: object | any;
2547
+ readonly Creator: number;
2548
+ readonly Parent: object | any;
2549
+ }
2550
+ interface MsoAxis{
2551
+ AxisBetweenCategories: boolean;
2552
+ readonly AxisGroup: XlAxisGroup;
2553
+ readonly AxisTitle: MsoAxisTitle;
2554
+ CategoryNames: any;
2555
+ Crosses: XlAxisCrosses;
2556
+ CrossesAt: number;
2557
+ Delete(): any;
2558
+ HasMajorGridlines: boolean;
2559
+ HasMinorGridlines: boolean;
2560
+ HasTitle: boolean;
2561
+ readonly MajorGridlines: GridLines;
2562
+ MajorTickMark: XlTickMark;
2563
+ MajorUnit: number;
2564
+ LogBase: number;
2565
+ TickLabelSpacingIsAuto: boolean;
2566
+ MajorUnitIsAuto: boolean;
2567
+ MaximumScale: number;
2568
+ MaximumScaleIsAuto: boolean;
2569
+ MinimumScale: number;
2570
+ MinimumScaleIsAuto: boolean;
2571
+ readonly MinorGridlines: GridLines;
2572
+ MinorTickMark: XlTickMark;
2573
+ MinorUnit: number;
2574
+ MinorUnitIsAuto: boolean;
2575
+ ReversePlotOrder: boolean;
2576
+ ScaleType: XlScaleType;
2577
+ Select(): any;
2578
+ TickLabelPosition: XlTickLabelPosition;
2579
+ readonly TickLabels: MsoTickLabels;
2580
+ TickLabelSpacing: number;
2581
+ TickMarkSpacing: number;
2582
+ Type: XlAxisType;
2583
+ BaseUnit: XlTimeUnit;
2584
+ BaseUnitIsAuto: boolean;
2585
+ MajorUnitScale: XlTimeUnit;
2586
+ MinorUnitScale: XlTimeUnit;
2587
+ CategoryType: XlCategoryType;
2588
+ readonly Left: number;
2589
+ readonly Top: number;
2590
+ readonly Width: number;
2591
+ readonly Height: number;
2592
+ DisplayUnit: XlDisplayUnit;
2593
+ DisplayUnitCustom: number;
2594
+ HasDisplayUnitLabel: boolean;
2595
+ readonly DisplayUnitLabel: MsoDisplayUnitLabel;
2596
+ readonly Border: MsoBorder;
2597
+ readonly Name: string;
2598
+ readonly Format: MsoChartFormat;
2599
+ readonly Application: object | any;
2600
+ readonly Creator: number;
2601
+ readonly Parent: object | any;
2602
+ CategorySortOrder: XlCategorySortOrder;
2603
+ SetProperty(bstrId: string, Value: any): void;
2604
+ GetProperty(bstrId: string): any;
2605
+ }
2606
+ interface MsoDataTable{
2607
+ ShowLegendKey: boolean;
2608
+ HasBorderHorizontal: boolean;
2609
+ HasBorderVertical: boolean;
2610
+ HasBorderOutline: boolean;
2611
+ readonly Border: MsoBorder;
2612
+ readonly Font: ChartFont;
2613
+ Select(): void;
2614
+ Delete(): void;
2615
+ readonly Parent: object | any;
2616
+ AutoScaleFont: any;
2617
+ readonly Format: MsoChartFormat;
2618
+ readonly Application: object | any;
2619
+ readonly Creator: number;
2620
+ }
2621
+ interface MsoChartTitle{
2622
+ Caption: string;
2623
+ Characters(Start?: any, Length?: any): MsoCharacters;
2624
+ readonly Font: ChartFont;
2625
+ HorizontalAlignment: any;
2626
+ Left: number;
2627
+ Orientation: any;
2628
+ Shadow: boolean;
2629
+ Text: string;
2630
+ Top: number;
2631
+ VerticalAlignment: any;
2632
+ ReadingOrder: number;
2633
+ AutoScaleFont: any;
2634
+ readonly Interior: MsoInterior;
2635
+ readonly Fill: ChartFillFormat;
2636
+ Delete(): any;
2637
+ readonly Border: MsoBorder;
2638
+ readonly Name: string;
2639
+ readonly Parent: object | any;
2640
+ Select(): any;
2641
+ IncludeInLayout: boolean;
2642
+ Position: XlChartElementPosition;
2643
+ readonly Format: MsoChartFormat;
2644
+ readonly Height: number;
2645
+ readonly Application: object | any;
2646
+ readonly Creator: number;
2647
+ readonly Width: number;
2648
+ Formula: string;
2649
+ FormulaR1C1: string;
2650
+ FormulaLocal: string;
2651
+ FormulaR1C1Local: string;
2652
+ SetProperty(bstrId: string, Value: any): void;
2653
+ GetProperty(bstrId: string): any;
2654
+ }
2655
+ interface MsoAxisTitle{
2656
+ }
2657
+ interface MsoDisplayUnitLabel{
2658
+ }
2659
+ interface MsoTickLabels{
2660
+ readonly Parent: object | any;
2661
+ Delete(): any;
2662
+ readonly Font: ChartFont;
2663
+ readonly Name: string;
2664
+ NumberFormat: string;
2665
+ NumberFormatLinked: boolean;
2666
+ NumberFormatLocal: any;
2667
+ Orientation: XlTickLabelOrientation;
2668
+ Select(): any;
2669
+ ReadingOrder: number;
2670
+ AutoScaleFont: any;
2671
+ readonly Depth: number;
2672
+ Offset: number;
2673
+ Alignment: number;
2674
+ MultiLevel: boolean;
2675
+ readonly Format: MsoChartFormat;
2676
+ readonly Application: object | any;
2677
+ readonly Creator: number;
2678
+ }
2679
+ interface MsoHyperlinks{
2680
+ }
2681
+ interface MsoDropLines{
2682
+ readonly Name: string;
2683
+ Select(): void;
2684
+ readonly Parent: object | any;
2685
+ readonly Border: MsoBorder;
2686
+ Delete(): void;
2687
+ readonly Format: MsoChartFormat;
2688
+ readonly Application: object | any;
2689
+ readonly Creator: number;
2690
+ }
2691
+ interface MsoHiLoLines{
2692
+ readonly Parent: object | any;
2693
+ readonly Name: string;
2694
+ Select(): void;
2695
+ readonly Border: MsoBorder;
2696
+ Delete(): void;
2697
+ readonly Format: MsoChartFormat;
2698
+ readonly Application: object | any;
2699
+ readonly Creator: number;
2700
+ }
2701
+ interface MsoChartGroup{
2702
+ AxisGroup: number;
2703
+ DoughnutHoleSize: number;
2704
+ readonly DownBars: MsoDownBars;
2705
+ readonly DropLines: MsoDropLines;
2706
+ FirstSliceAngle: number;
2707
+ GapWidth: number;
2708
+ HasDropLines: boolean;
2709
+ HasHiLoLines: boolean;
2710
+ HasRadarAxisLabels: boolean;
2711
+ HasSeriesLines: boolean;
2712
+ HasUpDownBars: boolean;
2713
+ readonly HiLoLines: MsoHiLoLines;
2714
+ readonly Index: number;
2715
+ Overlap: number;
2716
+ readonly RadarAxisLabels: object | any;
2717
+ SeriesCollection(Index?: any): object | any;
2718
+ readonly SeriesLines: MsoSeriesLines;
2719
+ SubType: number;
2720
+ Type: number;
2721
+ readonly UpBars: MsoUpBars;
2722
+ VaryByCategories: boolean;
2723
+ SizeRepresents: XlSizeRepresents;
2724
+ BubbleScale: number;
2725
+ ShowNegativeBubbles: boolean;
2726
+ SplitType: XlChartSplitType;
2727
+ SplitValue: any;
2728
+ SecondPlotSize: number;
2729
+ Has3DShading: boolean;
2730
+ readonly Application: object | any;
2731
+ readonly Creator: number;
2732
+ readonly Parent: object | any;
2733
+ CategoryCollection(Index?: any): object | any;
2734
+ FullCategoryCollection(Index?: any): object | any;
2735
+ BinsType: XlBinsType;
2736
+ BinWidthValue: number;
2737
+ BinsCountValue: number;
2738
+ BinsOverflowEnabled: boolean;
2739
+ BinsOverflowValue: number;
2740
+ BinsUnderflowEnabled: boolean;
2741
+ BinsUnderflowValue: number;
2742
+ }
2743
+ interface ChartGroups{
2744
+ readonly Parent: object | any;
2745
+ readonly Count: number;
2746
+ Item(Index: any): MsoChartGroup;
2747
+ readonly Application: object | any;
2748
+ readonly Creator: number;
2749
+ }
2750
+ interface MsoCharacters{
2751
+ readonly Parent: object | any;
2752
+ Caption: string;
2753
+ readonly Count: number;
2754
+ Delete(): any;
2755
+ readonly Font: ChartFont;
2756
+ Insert(bstr: string): any;
2757
+ Text: string;
2758
+ PhoneticCharacters: string;
2759
+ readonly Application: object | any;
2760
+ readonly Creator: number;
2761
+ }
2762
+ interface MsoChartFormat{
2763
+ readonly Fill: FillFormat;
2764
+ readonly Glow: GlowFormat;
2765
+ readonly Line: LineFormat;
2766
+ readonly Parent: object | any;
2767
+ readonly PictureFormat: PictureFormat;
2768
+ readonly Shadow: ShadowFormat;
2769
+ readonly SoftEdge: SoftEdgeFormat;
2770
+ readonly TextFrame2: TextFrame2;
2771
+ readonly ThreeD: ThreeDFormat;
2772
+ readonly Application: object | any;
2773
+ readonly Creator: number;
2774
+ readonly Adjustments: Adjustments;
2775
+ AutoShapeType: MsoAutoShapeType;
2776
+ }
2777
+ interface BulletFormat2{
2778
+ readonly Parent: object | any;
2779
+ Character: number;
2780
+ readonly Font: Font2;
2781
+ readonly Number: number;
2782
+ Picture(FileName: string): void;
2783
+ RelativeSize: number;
2784
+ StartValue: number;
2785
+ Style: MsoNumberedBulletStyle;
2786
+ Type: MsoBulletType;
2787
+ UseTextColor: MsoTriState;
2788
+ UseTextFont: MsoTriState;
2789
+ Visible: MsoTriState;
2790
+ }
2791
+ interface TabStops2{
2792
+ Item(Index: any): TabStop2;
2793
+ readonly Parent: object | any;
2794
+ Add(Type: MsoTabStopType, Position: number): TabStop2;
2795
+ readonly Count: number;
2796
+ DefaultSpacing: number;
2797
+ }
2798
+ interface TabStop2{
2799
+ readonly Parent: object | any;
2800
+ Clear(): void;
2801
+ Position: number;
2802
+ Type: MsoTabStopType;
2803
+ }
2804
+ interface Ruler2{
2805
+ readonly Parent: object | any;
2806
+ readonly Levels: RulerLevels2;
2807
+ readonly TabStops: TabStops2;
2808
+ }
2809
+ interface RulerLevels2{
2810
+ readonly Parent: object | any;
2811
+ readonly Count: number;
2812
+ Item(Index: any): RulerLevel2;
2813
+ }
2814
+ interface RulerLevel2{
2815
+ readonly Parent: object | any;
2816
+ FirstMargin: number;
2817
+ LeftMargin: number;
2818
+ }
2819
+ interface EncryptionProvider{
2820
+ GetProviderDetail(encprovdet: EncryptionProviderDetail): any;
2821
+ NewSession(ParentWindow: object | any): number;
2822
+ Authenticate(ParentWindow: object | any, EncryptionData: object | any, PermissionsMask: number): number;
2823
+ CloneSession(SessionHandle: number): number;
2824
+ EndSession(SessionHandle: number): void;
2825
+ Save(SessionHandle: number, EncryptionData: object | any): number;
2826
+ EncryptStream(SessionHandle: number, StreamName: string, UnencryptedStream: object | any, EncryptedStream: object | any): void;
2827
+ DecryptStream(SessionHandle: number, StreamName: string, EncryptedStream: object | any, UnencryptedStream: object | any): void;
2828
+ ShowSettings(SessionHandle: number, ParentWindow: object | any, ReadOnly: boolean, Remove: boolean): void;
2829
+ }
2830
+ interface BlogExtensibility{
2831
+ BlogProviderProperties(BlogProvider: string, FriendlyName: string, CategorySupport: MsoBlogCategorySupport, Padding: boolean): void;
2832
+ SetupBlogAccount(Account: string, ParentWindow: number, Document: object | any, NewAccount: boolean, ShowPictureUI: boolean): void;
2833
+ GetUserBlogs(Account: string, ParentWindow: number, Document: object | any, BlogNames: any[], BlogIDs: any[], BlogURLs: any[]): void;
2834
+ GetRecentPosts(Account: string, ParentWindow: number, Document: object | any, PostTitles: any[], PostDates: any[], PostIDs: any[]): void;
2835
+ Open(Account: string, PostID: string, ParentWindow: number, xHTML: string, Title: string, DatePosted: string, Categories: any[]): void;
2836
+ PublishPost(Account: string, ParentWindow: number, Document: object | any, xHTML: string, Title: string, DateTime: string, Categories: any[], Draft: boolean, PostID: string, PublishMessage: string): void;
2837
+ RepublishPost(Account: string, ParentWindow: number, Document: object | any, PostID: string, xHTML: string, Title: string, DateTime: string, Categories: any[], Draft: boolean, PublishMessage: string): void;
2838
+ GetCategories(Account: string, ParentWindow: number, Document: object | any, Categories: any[]): void;
2839
+ }
2840
+ interface BlogPictureExtensibility{
2841
+ BlogPictureProviderProperties(BlogPictureProvider: string, FriendlyName: string): void;
2842
+ CreatePictureAccount(Account: string, BlogProvider: string, ParentWindow: number, Document: object | any): void;
2843
+ PublishPicture(Account: string, ParentWindow: number, Document: object | any, Image: object | any, PictureURI: string, ImageType: number): void;
2844
+ }
2845
+ interface ConverterPreferences{
2846
+ HrGetMacroEnabled(pfMacroEnabled: number): void;
2847
+ HrCheckFormat(pFormat: number): void;
2848
+ HrGetLossySave(pfLossySave: number): void;
2849
+ }
2850
+ interface ConverterApplicationPreferences{
2851
+ HrGetLcid(plcid: number): void;
2852
+ HrGetHwnd(phwnd: number): void;
2853
+ HrGetApplication(pbstrApplication: string): void;
2854
+ HrCheckFormat(pFormat: number): void;
2855
+ }
2856
+ interface ConverterUICallback{
2857
+ HrReportProgress(uPercentComplete: number): void;
2858
+ HrMessageBox(bstrText: string, bstrCaption: string, uType: number, pidResult: number): void;
2859
+ HrInputBox(bstrText: string, bstrCaption: string, pbstrInput: string, fPassword: number): void;
2860
+ }
2861
+ interface Converter{
2862
+ HrInitConverter(pcap: ConverterApplicationPreferences, ppcp: ConverterPreferences, pcuic: ConverterUICallback): void;
2863
+ HrUninitConverter(pcuic: ConverterUICallback): void;
2864
+ HrImport(bstrSourcePath: string, bstrDestPath: string, pcap: ConverterApplicationPreferences, ppcp: ConverterPreferences, pcuic: ConverterUICallback): void;
2865
+ HrExport(bstrSourcePath: string, bstrDestPath: string, bstrClass: string, pcap: ConverterApplicationPreferences, ppcp: ConverterPreferences, pcuic: ConverterUICallback): void;
2866
+ HrGetFormat(bstrPath: string, pbstrClass: string, pcap: ConverterApplicationPreferences, ppcp: ConverterPreferences, pcuic: ConverterUICallback): void;
2867
+ HrGetErrorString(hrErr: number, pbstrErrorMsg: string, pcap: ConverterApplicationPreferences): void;
2868
+ }
2869
+ interface SmartArt{
2870
+ readonly Parent: object | any;
2871
+ readonly AllNodes: SmartArtNodes;
2872
+ readonly Nodes: SmartArtNodes;
2873
+ Layout: SmartArtLayout;
2874
+ QuickStyle: SmartArtQuickStyle;
2875
+ Color: SmartArtColor;
2876
+ Reverse: MsoTriState;
2877
+ Reset(): void;
2878
+ }
2879
+ interface SmartArtNodes{
2880
+ Item(Index: any): SmartArtNode;
2881
+ readonly Parent: object | any;
2882
+ readonly Count: number;
2883
+ Add(): SmartArtNode;
2884
+ }
2885
+ interface SmartArtNode{
2886
+ readonly Parent: object | any;
2887
+ AddNode(Position?: MsoSmartArtNodePosition, Type?: MsoSmartArtNodeType): SmartArtNode;
2888
+ Delete(): void;
2889
+ Promote(): void;
2890
+ Demote(): void;
2891
+ OrgChartLayout: MsoOrgChartLayoutType;
2892
+ readonly Shapes: ShapeRange;
2893
+ readonly TextFrame2: TextFrame2;
2894
+ Larger(): void;
2895
+ Smaller(): void;
2896
+ readonly Level: number;
2897
+ readonly Hidden: MsoTriState;
2898
+ readonly Nodes: SmartArtNodes;
2899
+ readonly ParentNode: SmartArtNode;
2900
+ readonly Type: MsoSmartArtNodeType;
2901
+ ReorderUp(): void;
2902
+ ReorderDown(): void;
2903
+ }
2904
+ interface SmartArtLayouts{
2905
+ Item(Index: any): SmartArtLayout;
2906
+ readonly Parent: object | any;
2907
+ readonly Count: number;
2908
+ }
2909
+ interface SmartArtLayout{
2910
+ readonly Parent: object | any;
2911
+ readonly Id: string;
2912
+ readonly Name: string;
2913
+ readonly Description: string;
2914
+ readonly Category: string;
2915
+ }
2916
+ interface SmartArtQuickStyles{
2917
+ Item(Index: any): SmartArtQuickStyle;
2918
+ readonly Parent: object | any;
2919
+ readonly Count: number;
2920
+ }
2921
+ interface SmartArtQuickStyle{
2922
+ readonly Parent: object | any;
2923
+ readonly Id: string;
2924
+ readonly Name: string;
2925
+ readonly Description: string;
2926
+ readonly Category: string;
2927
+ }
2928
+ interface SmartArtColors{
2929
+ Item(Index: any): SmartArtColor;
2930
+ readonly Parent: object | any;
2931
+ readonly Count: number;
2932
+ }
2933
+ interface SmartArtColor{
2934
+ readonly Parent: object | any;
2935
+ readonly Id: string;
2936
+ readonly Name: string;
2937
+ readonly Description: string;
2938
+ readonly Category: string;
2939
+ }
2940
+ interface PickerField{
2941
+ readonly Name: string;
2942
+ readonly Type: MsoPickerField;
2943
+ readonly IsHidden: boolean;
2944
+ }
2945
+ interface PickerFields{
2946
+ Item(Index: number): PickerField;
2947
+ readonly Count: number;
2948
+ }
2949
+ interface PickerProperty{
2950
+ readonly Id: string;
2951
+ readonly Value: any;
2952
+ readonly Type: MsoPickerField;
2953
+ }
2954
+ interface PickerProperties{
2955
+ Item(Index: number): PickerProperty;
2956
+ readonly Count: number;
2957
+ Add(Id: string, Value: string, Type: MsoPickerField): PickerProperty;
2958
+ Remove(Id: string): void;
2959
+ }
2960
+ interface PickerResult{
2961
+ readonly Id: string;
2962
+ DisplayName: string;
2963
+ Type: string;
2964
+ SIPId: string;
2965
+ ItemData: any;
2966
+ SubItems: any;
2967
+ readonly DuplicateResults: any;
2968
+ Fields: PickerFields;
2969
+ }
2970
+ interface PickerResults{
2971
+ Item(Index: number): PickerResult;
2972
+ readonly Count: number;
2973
+ Add(Id: string, DisplayName: string, Type: string, SIPId?: string, ItemData?: any, SubItems?: any): PickerResult;
2974
+ }
2975
+ interface PickerDialog{
2976
+ DataHandlerId: string;
2977
+ Title: string;
2978
+ readonly Properties: PickerProperties;
2979
+ CreatePickerResults(): PickerResults;
2980
+ Show(IsMultiSelect?: boolean, ExistingResults?: PickerResults): PickerResults;
2981
+ Resolve(TokenText: string, duplicateDlgMode: number): PickerResults;
2982
+ }
2983
+ interface MsoContactCard{
2984
+ readonly Address: string;
2985
+ readonly AddressType: MsoContactCardAddressType;
2986
+ readonly CardType: MsoContactCardType;
2987
+ readonly Parent: object | any;
2988
+ }
2989
+ interface EffectParameter{
2990
+ readonly Name: string;
2991
+ Value: any;
2992
+ }
2993
+ interface EffectParameters{
2994
+ Item(Index: any): EffectParameter;
2995
+ readonly Count: number;
2996
+ }
2997
+ interface PictureEffect{
2998
+ readonly Type: MsoPictureEffectType;
2999
+ Position: number;
3000
+ Delete(): void;
3001
+ readonly EffectParameters: EffectParameters;
3002
+ Visible: MsoTriState;
3003
+ }
3004
+ interface PictureEffects{
3005
+ Item(Index: number): PictureEffect;
3006
+ readonly Count: number;
3007
+ Insert(EffectType: MsoPictureEffectType, Position?: number): PictureEffect;
3008
+ Delete(Index?: number): void;
3009
+ }
3010
+ interface Crop{
3011
+ PictureOffsetX: number;
3012
+ PictureOffsetY: number;
3013
+ PictureWidth: number;
3014
+ PictureHeight: number;
3015
+ ShapeLeft: number;
3016
+ ShapeTop: number;
3017
+ ShapeWidth: number;
3018
+ ShapeHeight: number;
3019
+ }
3020
+ interface ContactCard{
3021
+ Close(): void;
3022
+ Show(CardStyle: MsoContactCardStyle, RectangleLeft: number, RectangleRight: number, RectangleTop: number, RectangleBottom: number, HorizontalPosition: number, ShowWithDelay?: boolean): void;
3023
+ }
3024
+ interface FullSeriesCollection{
3025
+ readonly Parent: object | any;
3026
+ readonly Count: number;
3027
+ Item(Index: any): MsoSeries;
3028
+ readonly Application: object | any;
3029
+ readonly Creator: number;
3030
+ }
3031
+ interface MsoCategory{
3032
+ readonly Parent: object | any;
3033
+ readonly Name: string;
3034
+ IsFiltered: boolean;
3035
+ }
3036
+ interface CategoryCollection{
3037
+ readonly Parent: object | any;
3038
+ readonly Count: number;
3039
+ Item(Index: any): MsoCategory;
3040
+ readonly Application: object | any;
3041
+ readonly Creator: number;
3042
+ }
3043
+ interface SeriesGradientStopColorFormat{
3044
+ readonly Parent: object | any;
3045
+ TintAndShade: number;
3046
+ ObjectThemeColor: MsoThemeColorIndex;
3047
+ RGB: number;
3048
+ Transparency: number;
3049
+ readonly Type: MsoColorType;
3050
+ }
3051
+ interface SeriesGradientStopData{
3052
+ readonly Parent: object | any;
3053
+ readonly StopColor: SeriesGradientStopColorFormat;
3054
+ StopPositionType: XlGradientStopPositionType;
3055
+ StopValue: string;
3056
+ }
3057
+ interface Model3DFormat{
3058
+ readonly Parent: object | any;
3059
+ AutoFit: MsoTriState;
3060
+ RotationX: number;
3061
+ RotationY: number;
3062
+ RotationZ: number;
3063
+ FieldOfView: number;
3064
+ CameraPositionX: number;
3065
+ CameraPositionY: number;
3066
+ CameraPositionZ: number;
3067
+ LookAtPointX: number;
3068
+ LookAtPointY: number;
3069
+ LookAtPointZ: number;
3070
+ ResetModel(ResetSize?: boolean): void;
3071
+ IncrementRotationX(Increment: number): void;
3072
+ IncrementRotationY(Increment: number): void;
3073
+ IncrementRotationZ(Increment: number): void;
3074
+ }
3075
+ interface DataPrivacyOptions{
3076
+ readonly Parent: object | any;
3077
+ GetPrivacyOptionSetting(PrivacyOption: MsoPrivacyOptionSetting): boolean;
3078
+ readonly SendTelemetryOption: MsoTelemetryConsentLevel;
3079
+ }
3080
+ interface SensitivityLabelInitInfo{
3081
+ UserId: string;
3082
+ SensitivityLabelsPolicyXml: string;
3083
+ }
3084
+ interface SensitivityLabelPolicy{
3085
+ BeginInitialize(): string;
3086
+ CompleteInitialize(SensitivityLabelInitInfo: SensitivityLabelInitInfo): void;
3087
+ CreateSensitivityLabelInitInfo(): SensitivityLabelInitInfo;
3088
+ readonly SensitivityLabelError: MsoSensitivityLabelError;
3089
+ }
3090
+ interface LabelInfo{
3091
+ LabelId: string;
3092
+ LabelName: string;
3093
+ AssignmentMethod: MsoAssignmentMethod;
3094
+ Justification: string;
3095
+ IsEnabled: boolean;
3096
+ SetDate: string;
3097
+ SiteId: string;
3098
+ ActionId: string;
3099
+ ContentBits: number;
3100
+ }
3101
+ interface SensitivityLabel{
3102
+ readonly Parent: object | any;
3103
+ GetLabel(): LabelInfo;
3104
+ SetLabel(LabelInfo: LabelInfo, Context: object | any): void;
3105
+ CreateLabelInfo(): LabelInfo;
3106
+ readonly SensitivityLabelError: MsoSensitivityLabelError;
3107
+ }