aspose.cells.node 25.6.0 → 25.7.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.
package/aspose.cells.js CHANGED
@@ -429,6 +429,7 @@ exports.AccessCacheOptions = {
429
429
  exports.MemorySetting = {
430
430
  Normal : 0,
431
431
  MemoryPreference : 1,
432
+ FileCache : 2,
432
433
  };
433
434
 
434
435
  exports.DataLabelShapeType = {
@@ -4587,12 +4588,6 @@ Object.assign(exports.AutoFilter.prototype, {
4587
4588
  });
4588
4589
 
4589
4590
  Object.assign(exports.SvgImageOptions.prototype, {
4590
- getImageType() {
4591
- return this.imageType;
4592
- },
4593
- setImageType(value) {
4594
- this.imageType = value;
4595
- },
4596
4591
  getFitToViewPort() {
4597
4592
  return this.fitToViewPort;
4598
4593
  },
@@ -5094,9 +5089,6 @@ Object.assign(exports.ArrayEquationNode.prototype, {
5094
5089
  setParentNode(value) {
5095
5090
  this.parentNode = value;
5096
5091
  },
5097
- getType() {
5098
- return this.type;
5099
- },
5100
5092
  getEquationType() {
5101
5093
  return this.equationType;
5102
5094
  }
@@ -5121,9 +5113,6 @@ Object.assign(exports.FunctionEquationNode.prototype, {
5121
5113
  setParentNode(value) {
5122
5114
  this.parentNode = value;
5123
5115
  },
5124
- getType() {
5125
- return this.type;
5126
- },
5127
5116
  getEquationType() {
5128
5117
  return this.equationType;
5129
5118
  }
@@ -5172,9 +5161,6 @@ Object.assign(exports.GroupCharacterEquationNode.prototype, {
5172
5161
  setParentNode(value) {
5173
5162
  this.parentNode = value;
5174
5163
  },
5175
- getType() {
5176
- return this.type;
5177
- },
5178
5164
  getEquationType() {
5179
5165
  return this.equationType;
5180
5166
  }
@@ -5199,9 +5185,6 @@ Object.assign(exports.LimLowUppEquationNode.prototype, {
5199
5185
  setParentNode(value) {
5200
5186
  this.parentNode = value;
5201
5187
  },
5202
- getType() {
5203
- return this.type;
5204
- },
5205
5188
  getEquationType() {
5206
5189
  return this.equationType;
5207
5190
  }
@@ -5226,9 +5209,6 @@ Object.assign(exports.MathematicalEquationNode.prototype, {
5226
5209
  setParentNode(value) {
5227
5210
  this.parentNode = value;
5228
5211
  },
5229
- getType() {
5230
- return this.type;
5231
- },
5232
5212
  getEquationType() {
5233
5213
  return this.equationType;
5234
5214
  }
@@ -5262,9 +5242,6 @@ Object.assign(exports.MatrixEquationNode.prototype, {
5262
5242
  setParentNode(value) {
5263
5243
  this.parentNode = value;
5264
5244
  },
5265
- getType() {
5266
- return this.type;
5267
- },
5268
5245
  getEquationType() {
5269
5246
  return this.equationType;
5270
5247
  }
@@ -6258,12 +6235,6 @@ Object.assign(exports.HtmlTableLoadOptionCollection.prototype, {
6258
6235
  });
6259
6236
 
6260
6237
  Object.assign(exports.LowCodeHtmlSaveOptions.prototype, {
6261
- getSaveFormat() {
6262
- return this.saveFormat;
6263
- },
6264
- setSaveFormat(value) {
6265
- this.saveFormat = value;
6266
- },
6267
6238
  getHtmlOptions() {
6268
6239
  return this.htmlOptions;
6269
6240
  },
@@ -6285,12 +6256,6 @@ Object.assign(exports.LowCodeHtmlSaveOptions.prototype, {
6285
6256
  });
6286
6257
 
6287
6258
  Object.assign(exports.LowCodeImageSaveOptions.prototype, {
6288
- getSaveFormat() {
6289
- return this.saveFormat;
6290
- },
6291
- setSaveFormat(value) {
6292
- this.saveFormat = value;
6293
- },
6294
6259
  getImageOptions() {
6295
6260
  return this.imageOptions;
6296
6261
  },
@@ -6348,12 +6313,6 @@ Object.assign(exports.LowCodeMergeOptions.prototype, {
6348
6313
  });
6349
6314
 
6350
6315
  Object.assign(exports.LowCodePdfSaveOptions.prototype, {
6351
- getSaveFormat() {
6352
- return this.saveFormat;
6353
- },
6354
- setSaveFormat(value) {
6355
- this.saveFormat = value;
6356
- },
6357
6316
  getPdfOptions() {
6358
6317
  return this.pdfOptions;
6359
6318
  },
@@ -6774,9 +6733,6 @@ Object.assign(exports.NumbersLoadOptions.prototype, {
6774
6733
  });
6775
6734
 
6776
6735
  Object.assign(exports.PivotDiscreteGroupSettings.prototype, {
6777
- getType() {
6778
- return this.type;
6779
- },
6780
6736
  getItems() {
6781
6737
  return this.items;
6782
6738
  }
@@ -6789,9 +6745,6 @@ Object.assign(exports.PivotAreaFilterCollection.prototype, {
6789
6745
  });
6790
6746
 
6791
6747
  Object.assign(exports.PivotDateTimeRangeGroupSettings.prototype, {
6792
- getType() {
6793
- return this.type;
6794
- },
6795
6748
  getStart() {
6796
6749
  return this.start;
6797
6750
  },
@@ -6807,9 +6760,6 @@ Object.assign(exports.PivotDateTimeRangeGroupSettings.prototype, {
6807
6760
  });
6808
6761
 
6809
6762
  Object.assign(exports.PivotNumbericRangeGroupSettings.prototype, {
6810
- getType() {
6811
- return this.type;
6812
- },
6813
6763
  getStart() {
6814
6764
  return this.start;
6815
6765
  },
@@ -10572,9 +10522,6 @@ Object.assign(exports.TextRunEquationNode.prototype, {
10572
10522
  setParentNode(value) {
10573
10523
  this.parentNode = value;
10574
10524
  },
10575
- getType() {
10576
- return this.type;
10577
- },
10578
10525
  getEquationType() {
10579
10526
  return this.equationType;
10580
10527
  }
@@ -10665,27 +10612,6 @@ Object.assign(exports.FillFormat.prototype, {
10665
10612
  });
10666
10613
 
10667
10614
  Object.assign(exports.DataModelConnection.prototype, {
10668
- getClassType() {
10669
- return this.classType;
10670
- },
10671
- getCommand() {
10672
- return this.command;
10673
- },
10674
- setCommand(value) {
10675
- this.command = value;
10676
- },
10677
- getCommandType() {
10678
- return this.commandType;
10679
- },
10680
- setCommandType(value) {
10681
- this.commandType = value;
10682
- },
10683
- getConnectionString() {
10684
- return this.connectionString;
10685
- },
10686
- setConnectionString(value) {
10687
- this.connectionString = value;
10688
- },
10689
10615
  getId() {
10690
10616
  return this.id;
10691
10617
  },
@@ -10796,9 +10722,6 @@ Object.assign(exports.DataModelConnection.prototype, {
10796
10722
  Object.assign(exports.FileFontSource.prototype, {
10797
10723
  getFilePath() {
10798
10724
  return this.filePath;
10799
- },
10800
- getType() {
10801
- return this.type;
10802
10725
  }
10803
10726
  });
10804
10727
 
@@ -10808,9 +10731,6 @@ Object.assign(exports.FolderFontSource.prototype, {
10808
10731
  },
10809
10732
  getScanSubFolders() {
10810
10733
  return this.scanSubFolders;
10811
- },
10812
- getType() {
10813
- return this.type;
10814
10734
  }
10815
10735
  });
10816
10736
 
@@ -10832,9 +10752,6 @@ Object.assign(exports.FontConfigs, {
10832
10752
  Object.assign(exports.MemoryFontSource.prototype, {
10833
10753
  getFontData() {
10834
10754
  return this.fontData;
10835
- },
10836
- getType() {
10837
- return this.type;
10838
10755
  }
10839
10756
  });
10840
10757
 
@@ -11585,18 +11502,6 @@ Object.assign(exports.XmlSaveOptions.prototype, {
11585
11502
  }
11586
11503
  });
11587
11504
 
11588
- Object.assign(exports.SettableGlobalizationSettings.prototype, {
11589
- getListSeparator() {
11590
- return this.listSeparator;
11591
- },
11592
- getRowSeparatorOfFormulaArray() {
11593
- return this.rowSeparatorOfFormulaArray;
11594
- },
11595
- getColumnSeparatorOfFormulaArray() {
11596
- return this.columnSeparatorOfFormulaArray;
11597
- }
11598
- });
11599
-
11600
11505
  Object.assign(exports.CalculationData.prototype, {
11601
11506
  getCalculatedValue() {
11602
11507
  return this.calculatedValue;
@@ -11757,6 +11662,9 @@ Object.assign(exports.Cells.prototype, {
11757
11662
  setStyle(value) {
11758
11663
  this.style = value;
11759
11664
  },
11665
+ setIsDefaultColumnHidden(value) {
11666
+ this.isDefaultColumnHidden = value;
11667
+ },
11760
11668
  getStandardWidthInch() {
11761
11669
  return this.standardWidthInch;
11762
11670
  },
@@ -12284,12 +12192,6 @@ Object.assign(exports.TwoColorGradient.prototype, {
12284
12192
  }
12285
12193
  });
12286
12194
 
12287
- Object.assign(exports.SystemTimeInterruptMonitor.prototype, {
12288
- getTerminateWithoutException() {
12289
- return this.terminateWithoutException;
12290
- }
12291
- });
12292
-
12293
12195
  Object.assign(exports.Timeline.prototype, {
12294
12196
  getCaption() {
12295
12197
  return this.caption;
@@ -12372,9 +12274,6 @@ Object.assign(exports.PowerQueryFormulaCollection.prototype, {
12372
12274
  });
12373
12275
 
12374
12276
  Object.assign(exports.PowerQueryFormulaFunction.prototype, {
12375
- getType() {
12376
- return this.type;
12377
- },
12378
12277
  getF() {
12379
12278
  return this.f;
12380
12279
  },
@@ -12420,18 +12319,12 @@ Object.assign(exports.PowerQueryFormulaItemCollection.prototype, {
12420
12319
  });
12421
12320
 
12422
12321
  Object.assign(exports.PowerQueryFormulaParameter.prototype, {
12423
- getType() {
12424
- return this.type;
12425
- },
12426
12322
  getValue() {
12427
12323
  return this.value;
12428
12324
  },
12429
12325
  setValue(value) {
12430
12326
  this.value = value;
12431
12327
  },
12432
- getFormulaDefinition() {
12433
- return this.formulaDefinition;
12434
- },
12435
12328
  getGroupName() {
12436
12329
  return this.groupName;
12437
12330
  },
@@ -12591,6 +12484,12 @@ Object.assign(exports.DocxSaveOptions.prototype, {
12591
12484
  setSaveAsEditableShapes(value) {
12592
12485
  this.saveAsEditableShapes = value;
12593
12486
  },
12487
+ getAsNormalView() {
12488
+ return this.asNormalView;
12489
+ },
12490
+ setAsNormalView(value) {
12491
+ this.asNormalView = value;
12492
+ },
12594
12493
  getSaveFormat() {
12595
12494
  return this.saveFormat;
12596
12495
  },
@@ -12831,6 +12730,12 @@ Object.assign(exports.MarkdownSaveOptions.prototype, {
12831
12730
  setExportImagesAsBase64(value) {
12832
12731
  this.exportImagesAsBase64 = value;
12833
12732
  },
12733
+ getCalculateFormula() {
12734
+ return this.calculateFormula;
12735
+ },
12736
+ setCalculateFormula(value) {
12737
+ this.calculateFormula = value;
12738
+ },
12834
12739
  getSaveFormat() {
12835
12740
  return this.saveFormat;
12836
12741
  },
@@ -14364,12 +14269,6 @@ Object.assign(exports.PageSetup.prototype, {
14364
14269
  });
14365
14270
 
14366
14271
  Object.assign(exports.TextOptions.prototype, {
14367
- getName() {
14368
- return this.name;
14369
- },
14370
- setName(value) {
14371
- this.name = value;
14372
- },
14373
14272
  getLanguageCode() {
14374
14273
  return this.languageCode;
14375
14274
  },
@@ -15195,9 +15094,6 @@ Object.assign(exports.ActiveXControl.prototype, {
15195
15094
  setTextAlign(value) {
15196
15095
  this.textAlign = value;
15197
15096
  },
15198
- getData() {
15199
- return this.data;
15200
- },
15201
15097
  getWorkbook() {
15202
15098
  return this.workbook;
15203
15099
  },
@@ -15258,9 +15154,6 @@ Object.assign(exports.ActiveXControlBase.prototype, {
15258
15154
  });
15259
15155
 
15260
15156
  Object.assign(exports.CheckBoxActiveXControl.prototype, {
15261
- getType() {
15262
- return this.type;
15263
- },
15264
15157
  getGroupName() {
15265
15158
  return this.groupName;
15266
15159
  },
@@ -15365,16 +15258,10 @@ Object.assign(exports.CheckBoxActiveXControl.prototype, {
15365
15258
  },
15366
15259
  setTextAlign(value) {
15367
15260
  this.textAlign = value;
15368
- },
15369
- getData() {
15370
- return this.data;
15371
15261
  }
15372
15262
  });
15373
15263
 
15374
15264
  Object.assign(exports.ComboBoxActiveXControl.prototype, {
15375
- getType() {
15376
- return this.type;
15377
- },
15378
15265
  getMaxLength() {
15379
15266
  return this.maxLength;
15380
15267
  },
@@ -15545,16 +15432,10 @@ Object.assign(exports.ComboBoxActiveXControl.prototype, {
15545
15432
  },
15546
15433
  setTextAlign(value) {
15547
15434
  this.textAlign = value;
15548
- },
15549
- getData() {
15550
- return this.data;
15551
15435
  }
15552
15436
  });
15553
15437
 
15554
15438
  Object.assign(exports.CommandButtonActiveXControl.prototype, {
15555
- getType() {
15556
- return this.type;
15557
- },
15558
15439
  getCaption() {
15559
15440
  return this.caption;
15560
15441
  },
@@ -15638,19 +15519,10 @@ Object.assign(exports.CommandButtonActiveXControl.prototype, {
15638
15519
  },
15639
15520
  setTextAlign(value) {
15640
15521
  this.textAlign = value;
15641
- },
15642
- getData() {
15643
- return this.data;
15644
15522
  }
15645
15523
  });
15646
15524
 
15647
15525
  Object.assign(exports.ImageActiveXControl.prototype, {
15648
- getType() {
15649
- return this.type;
15650
- },
15651
- setIsAutoSize(value) {
15652
- this.isAutoSize = value;
15653
- },
15654
15526
  getBorderOleColor() {
15655
15527
  return this.borderOleColor;
15656
15528
  },
@@ -15740,16 +15612,10 @@ Object.assign(exports.ImageActiveXControl.prototype, {
15740
15612
  },
15741
15613
  setTextAlign(value) {
15742
15614
  this.textAlign = value;
15743
- },
15744
- getData() {
15745
- return this.data;
15746
15615
  }
15747
15616
  });
15748
15617
 
15749
15618
  Object.assign(exports.LabelActiveXControl.prototype, {
15750
- getType() {
15751
- return this.type;
15752
- },
15753
15619
  getCaption() {
15754
15620
  return this.caption;
15755
15621
  },
@@ -15845,16 +15711,10 @@ Object.assign(exports.LabelActiveXControl.prototype, {
15845
15711
  },
15846
15712
  setTextAlign(value) {
15847
15713
  this.textAlign = value;
15848
- },
15849
- getData() {
15850
- return this.data;
15851
15714
  }
15852
15715
  });
15853
15716
 
15854
15717
  Object.assign(exports.ListBoxActiveXControl.prototype, {
15855
- getType() {
15856
- return this.type;
15857
- },
15858
15718
  getScrollBars() {
15859
15719
  return this.scrollBars;
15860
15720
  },
@@ -15995,16 +15855,10 @@ Object.assign(exports.ListBoxActiveXControl.prototype, {
15995
15855
  },
15996
15856
  setTextAlign(value) {
15997
15857
  this.textAlign = value;
15998
- },
15999
- getData() {
16000
- return this.data;
16001
15858
  }
16002
15859
  });
16003
15860
 
16004
15861
  Object.assign(exports.RadioButtonActiveXControl.prototype, {
16005
- getType() {
16006
- return this.type;
16007
- },
16008
15862
  getGroupName() {
16009
15863
  return this.groupName;
16010
15864
  },
@@ -16071,9 +15925,6 @@ Object.assign(exports.RadioButtonActiveXControl.prototype, {
16071
15925
  setTextAlign(value) {
16072
15926
  this.textAlign = value;
16073
15927
  },
16074
- getData() {
16075
- return this.data;
16076
- },
16077
15928
  getCaption() {
16078
15929
  return this.caption;
16079
15930
  },
@@ -16116,9 +15967,6 @@ Object.assign(exports.RadioButtonActiveXControl.prototype, {
16116
15967
  });
16117
15968
 
16118
15969
  Object.assign(exports.ScrollBarActiveXControl.prototype, {
16119
- getType() {
16120
- return this.type;
16121
- },
16122
15970
  getLargeChange() {
16123
15971
  return this.largeChange;
16124
15972
  },
@@ -16176,9 +16024,6 @@ Object.assign(exports.ScrollBarActiveXControl.prototype, {
16176
16024
  setTextAlign(value) {
16177
16025
  this.textAlign = value;
16178
16026
  },
16179
- getData() {
16180
- return this.data;
16181
- },
16182
16027
  getMin() {
16183
16028
  return this.min;
16184
16029
  },
@@ -16212,9 +16057,6 @@ Object.assign(exports.ScrollBarActiveXControl.prototype, {
16212
16057
  });
16213
16058
 
16214
16059
  Object.assign(exports.SpinButtonActiveXControl.prototype, {
16215
- getType() {
16216
- return this.type;
16217
- },
16218
16060
  getMin() {
16219
16061
  return this.min;
16220
16062
  },
@@ -16295,16 +16137,10 @@ Object.assign(exports.SpinButtonActiveXControl.prototype, {
16295
16137
  },
16296
16138
  setTextAlign(value) {
16297
16139
  this.textAlign = value;
16298
- },
16299
- getData() {
16300
- return this.data;
16301
16140
  }
16302
16141
  });
16303
16142
 
16304
16143
  Object.assign(exports.TextBoxActiveXControl.prototype, {
16305
- getType() {
16306
- return this.type;
16307
- },
16308
16144
  getBorderStyle() {
16309
16145
  return this.borderStyle;
16310
16146
  },
@@ -16454,16 +16290,10 @@ Object.assign(exports.TextBoxActiveXControl.prototype, {
16454
16290
  },
16455
16291
  setTextAlign(value) {
16456
16292
  this.textAlign = value;
16457
- },
16458
- getData() {
16459
- return this.data;
16460
16293
  }
16461
16294
  });
16462
16295
 
16463
16296
  Object.assign(exports.ToggleButtonActiveXControl.prototype, {
16464
- getType() {
16465
- return this.type;
16466
- },
16467
16297
  getCaption() {
16468
16298
  return this.caption;
16469
16299
  },
@@ -16553,19 +16383,10 @@ Object.assign(exports.ToggleButtonActiveXControl.prototype, {
16553
16383
  },
16554
16384
  setTextAlign(value) {
16555
16385
  this.textAlign = value;
16556
- },
16557
- getData() {
16558
- return this.data;
16559
16386
  }
16560
16387
  });
16561
16388
 
16562
16389
  Object.assign(exports.UnknownControl.prototype, {
16563
- getData() {
16564
- return this.data;
16565
- },
16566
- getType() {
16567
- return this.type;
16568
- },
16569
16390
  getWorkbook() {
16570
16391
  return this.workbook;
16571
16392
  },
@@ -17184,9 +17005,6 @@ Object.assign(exports.SlicerShape.prototype, {
17184
17005
  });
17185
17006
 
17186
17007
  Object.assign(exports.AutoNumberedBulletValue.prototype, {
17187
- getType() {
17188
- return this.type;
17189
- },
17190
17008
  getStartAt() {
17191
17009
  return this.startAt;
17192
17010
  },
@@ -17220,9 +17038,6 @@ Object.assign(exports.Bullet.prototype, {
17220
17038
  });
17221
17039
 
17222
17040
  Object.assign(exports.CharacterBulletValue.prototype, {
17223
- getType() {
17224
- return this.type;
17225
- },
17226
17041
  getCharacter() {
17227
17042
  return this.character;
17228
17043
  },
@@ -17262,9 +17077,6 @@ Object.assign(exports.AccentEquationNode.prototype, {
17262
17077
  setParentNode(value) {
17263
17078
  this.parentNode = value;
17264
17079
  },
17265
- getType() {
17266
- return this.type;
17267
- },
17268
17080
  getEquationType() {
17269
17081
  return this.equationType;
17270
17082
  }
@@ -17295,9 +17107,6 @@ Object.assign(exports.BarEquationNode.prototype, {
17295
17107
  setParentNode(value) {
17296
17108
  this.parentNode = value;
17297
17109
  },
17298
- getType() {
17299
- return this.type;
17300
- },
17301
17110
  getEquationType() {
17302
17111
  return this.equationType;
17303
17112
  }
@@ -17322,9 +17131,6 @@ Object.assign(exports.BorderBoxEquationNode.prototype, {
17322
17131
  setParentNode(value) {
17323
17132
  this.parentNode = value;
17324
17133
  },
17325
- getType() {
17326
- return this.type;
17327
- },
17328
17134
  getEquationType() {
17329
17135
  return this.equationType;
17330
17136
  }
@@ -17349,9 +17155,6 @@ Object.assign(exports.BoxEquationNode.prototype, {
17349
17155
  setParentNode(value) {
17350
17156
  this.parentNode = value;
17351
17157
  },
17352
- getType() {
17353
- return this.type;
17354
- },
17355
17158
  getEquationType() {
17356
17159
  return this.equationType;
17357
17160
  }
@@ -17406,9 +17209,6 @@ Object.assign(exports.DelimiterEquationNode.prototype, {
17406
17209
  setParentNode(value) {
17407
17210
  this.parentNode = value;
17408
17211
  },
17409
- getType() {
17410
- return this.type;
17411
- },
17412
17212
  getEquationType() {
17413
17213
  return this.equationType;
17414
17214
  }
@@ -17421,9 +17221,6 @@ Object.assign(exports.EquationNode.prototype, {
17421
17221
  setParentNode(value) {
17422
17222
  this.parentNode = value;
17423
17223
  },
17424
- getType() {
17425
- return this.type;
17426
- },
17427
17224
  getEquationType() {
17428
17225
  return this.equationType;
17429
17226
  },
@@ -17466,9 +17263,6 @@ Object.assign(exports.EquationNodeParagraph.prototype, {
17466
17263
  setParentNode(value) {
17467
17264
  this.parentNode = value;
17468
17265
  },
17469
- getType() {
17470
- return this.type;
17471
- },
17472
17266
  getEquationType() {
17473
17267
  return this.equationType;
17474
17268
  }
@@ -17499,9 +17293,6 @@ Object.assign(exports.FractionEquationNode.prototype, {
17499
17293
  setParentNode(value) {
17500
17294
  this.parentNode = value;
17501
17295
  },
17502
- getType() {
17503
- return this.type;
17504
- },
17505
17296
  getEquationType() {
17506
17297
  return this.equationType;
17507
17298
  }
@@ -17556,9 +17347,6 @@ Object.assign(exports.NaryEquationNode.prototype, {
17556
17347
  setParentNode(value) {
17557
17348
  this.parentNode = value;
17558
17349
  },
17559
- getType() {
17560
- return this.type;
17561
- },
17562
17350
  getEquationType() {
17563
17351
  return this.equationType;
17564
17352
  }
@@ -17586,9 +17374,6 @@ Object.assign(exports.RadicalEquationNode.prototype, {
17586
17374
  setParentNode(value) {
17587
17375
  this.parentNode = value;
17588
17376
  },
17589
- getType() {
17590
- return this.type;
17591
- },
17592
17377
  getEquationType() {
17593
17378
  return this.equationType;
17594
17379
  }
@@ -17613,9 +17398,6 @@ Object.assign(exports.EquationComponentNode.prototype, {
17613
17398
  setParentNode(value) {
17614
17399
  this.parentNode = value;
17615
17400
  },
17616
- getType() {
17617
- return this.type;
17618
- },
17619
17401
  getEquationType() {
17620
17402
  return this.equationType;
17621
17403
  }
@@ -17640,9 +17422,6 @@ Object.assign(exports.SubSupEquationNode.prototype, {
17640
17422
  setParentNode(value) {
17641
17423
  this.parentNode = value;
17642
17424
  },
17643
- getType() {
17644
- return this.type;
17645
- },
17646
17425
  getEquationType() {
17647
17426
  return this.equationType;
17648
17427
  }
@@ -17667,24 +17446,12 @@ Object.assign(exports.UnknowEquationNode.prototype, {
17667
17446
  setParentNode(value) {
17668
17447
  this.parentNode = value;
17669
17448
  },
17670
- getType() {
17671
- return this.type;
17672
- },
17673
17449
  getEquationType() {
17674
17450
  return this.equationType;
17675
17451
  }
17676
17452
  });
17677
17453
 
17678
- Object.assign(exports.NoneBulletValue.prototype, {
17679
- getType() {
17680
- return this.type;
17681
- }
17682
- });
17683
-
17684
17454
  Object.assign(exports.PictureBulletValue.prototype, {
17685
- getType() {
17686
- return this.type;
17687
- },
17688
17455
  getImageData() {
17689
17456
  return this.imageData;
17690
17457
  },
@@ -17787,9 +17554,6 @@ Object.assign(exports.TextParagraph.prototype, {
17787
17554
  getBullet() {
17788
17555
  return this.bullet;
17789
17556
  },
17790
- getType() {
17791
- return this.type;
17792
- },
17793
17557
  getLineSpaceSizeType() {
17794
17558
  return this.lineSpaceSizeType;
17795
17559
  },
@@ -18078,48 +17842,18 @@ Object.assign(exports.ExternalConnectionCollection.prototype, {
18078
17842
  });
18079
17843
 
18080
17844
  Object.assign(exports.DBConnection.prototype, {
18081
- getClassType() {
18082
- return this.classType;
18083
- },
18084
- getConnectionString() {
18085
- return this.connectionString;
18086
- },
18087
- setConnectionString(value) {
18088
- this.connectionString = value;
18089
- },
18090
17845
  getConnectionInfo() {
18091
17846
  return this.connectionInfo;
18092
17847
  },
18093
17848
  setConnectionInfo(value) {
18094
17849
  this.connectionInfo = value;
18095
17850
  },
18096
- getPowerQueryFormula() {
18097
- return this.powerQueryFormula;
18098
- },
18099
- getCommandType() {
18100
- return this.commandType;
18101
- },
18102
- setCommandType(value) {
18103
- this.commandType = value;
18104
- },
18105
- getCommand() {
18106
- return this.command;
18107
- },
18108
- setCommand(value) {
18109
- this.command = value;
18110
- },
18111
17851
  getSeverCommand() {
18112
17852
  return this.severCommand;
18113
17853
  },
18114
17854
  setSeverCommand(value) {
18115
17855
  this.severCommand = value;
18116
17856
  },
18117
- getSecondCommand() {
18118
- return this.secondCommand;
18119
- },
18120
- setSecondCommand(value) {
18121
- this.secondCommand = value;
18122
- },
18123
17857
  getId() {
18124
17858
  return this.id;
18125
17859
  },
@@ -18228,9 +17962,6 @@ Object.assign(exports.DBConnection.prototype, {
18228
17962
  });
18229
17963
 
18230
17964
  Object.assign(exports.WebQueryConnection.prototype, {
18231
- getClassType() {
18232
- return this.classType;
18233
- },
18234
17965
  setIsXml(value) {
18235
17966
  this.isXml = value;
18236
17967
  },
@@ -18246,9 +17977,6 @@ Object.assign(exports.WebQueryConnection.prototype, {
18246
17977
  setUrl(value) {
18247
17978
  this.url = value;
18248
17979
  },
18249
- getConnectionFile() {
18250
- return this.connectionFile;
18251
- },
18252
17980
  setIsTextDates(value) {
18253
17981
  this.isTextDates = value;
18254
17982
  },
@@ -18615,9 +18343,6 @@ Object.assign(exports.Revision.prototype, {
18615
18343
  });
18616
18344
 
18617
18345
  Object.assign(exports.RevisionAutoFormat.prototype, {
18618
- getType() {
18619
- return this.type;
18620
- },
18621
18346
  getCellArea() {
18622
18347
  return this.cellArea;
18623
18348
  },
@@ -18630,9 +18355,6 @@ Object.assign(exports.RevisionAutoFormat.prototype, {
18630
18355
  });
18631
18356
 
18632
18357
  Object.assign(exports.RevisionCellComment.prototype, {
18633
- getType() {
18634
- return this.type;
18635
- },
18636
18358
  getRow() {
18637
18359
  return this.row;
18638
18360
  },
@@ -18663,9 +18385,6 @@ Object.assign(exports.RevisionCellComment.prototype, {
18663
18385
  });
18664
18386
 
18665
18387
  Object.assign(exports.RevisionCellMove.prototype, {
18666
- getType() {
18667
- return this.type;
18668
- },
18669
18388
  getSourceArea() {
18670
18389
  return this.sourceArea;
18671
18390
  },
@@ -18684,9 +18403,6 @@ Object.assign(exports.RevisionCellMove.prototype, {
18684
18403
  });
18685
18404
 
18686
18405
  Object.assign(exports.RevisionFormat.prototype, {
18687
- getType() {
18688
- return this.type;
18689
- },
18690
18406
  getAreas() {
18691
18407
  return this.areas;
18692
18408
  },
@@ -18702,9 +18418,6 @@ Object.assign(exports.RevisionFormat.prototype, {
18702
18418
  });
18703
18419
 
18704
18420
  Object.assign(exports.RevisionInsertDelete.prototype, {
18705
- getType() {
18706
- return this.type;
18707
- },
18708
18421
  getCellArea() {
18709
18422
  return this.cellArea;
18710
18423
  },
@@ -18723,9 +18436,6 @@ Object.assign(exports.RevisionInsertDelete.prototype, {
18723
18436
  });
18724
18437
 
18725
18438
  Object.assign(exports.RevisionInsertSheet.prototype, {
18726
- getType() {
18727
- return this.type;
18728
- },
18729
18439
  getActionType() {
18730
18440
  return this.actionType;
18731
18441
  },
@@ -18744,9 +18454,6 @@ Object.assign(exports.RevisionInsertSheet.prototype, {
18744
18454
  });
18745
18455
 
18746
18456
  Object.assign(exports.RevisionMergeConflict.prototype, {
18747
- getType() {
18748
- return this.type;
18749
- },
18750
18457
  getWorksheet() {
18751
18458
  return this.worksheet;
18752
18459
  },
@@ -18756,9 +18463,6 @@ Object.assign(exports.RevisionMergeConflict.prototype, {
18756
18463
  });
18757
18464
 
18758
18465
  Object.assign(exports.RevisionQueryTable.prototype, {
18759
- getType() {
18760
- return this.type;
18761
- },
18762
18466
  getCellArea() {
18763
18467
  return this.cellArea;
18764
18468
  },
@@ -18774,9 +18478,6 @@ Object.assign(exports.RevisionQueryTable.prototype, {
18774
18478
  });
18775
18479
 
18776
18480
  Object.assign(exports.RevisionCellChange.prototype, {
18777
- getType() {
18778
- return this.type;
18779
- },
18780
18481
  getCellName() {
18781
18482
  return this.cellName;
18782
18483
  },
@@ -18819,9 +18520,6 @@ Object.assign(exports.RevisionCollection.prototype, {
18819
18520
  });
18820
18521
 
18821
18522
  Object.assign(exports.RevisionDefinedName.prototype, {
18822
- getType() {
18823
- return this.type;
18824
- },
18825
18523
  getText() {
18826
18524
  return this.text;
18827
18525
  },
@@ -18852,9 +18550,6 @@ Object.assign(exports.RevisionLogCollection.prototype, {
18852
18550
  });
18853
18551
 
18854
18552
  Object.assign(exports.RevisionCustomView.prototype, {
18855
- getType() {
18856
- return this.type;
18857
- },
18858
18553
  getActionType() {
18859
18554
  return this.actionType;
18860
18555
  },
@@ -18891,9 +18586,6 @@ Object.assign(exports.RevisionLog.prototype, {
18891
18586
  });
18892
18587
 
18893
18588
  Object.assign(exports.RevisionRenameSheet.prototype, {
18894
- getType() {
18895
- return this.type;
18896
- },
18897
18589
  getOldName() {
18898
18590
  return this.oldName;
18899
18591
  },
@@ -20024,6 +19716,18 @@ Object.assign(exports.TilePicOption.prototype, {
20024
19716
  Object.assign(exports.ShapePath.prototype, {
20025
19717
  getPathSegementList() {
20026
19718
  return this.pathSegementList;
19719
+ },
19720
+ getWidthPixel() {
19721
+ return this.widthPixel;
19722
+ },
19723
+ setWidthPixel(value) {
19724
+ this.widthPixel = value;
19725
+ },
19726
+ getHeightPixel() {
19727
+ return this.heightPixel;
19728
+ },
19729
+ setHeightPixel(value) {
19730
+ this.heightPixel = value;
20027
19731
  }
20028
19732
  });
20029
19733
 
@@ -22746,30 +22450,6 @@ Object.assign(exports.CellsColor.prototype, {
22746
22450
  });
22747
22451
 
22748
22452
  Object.assign(exports.PlotArea.prototype, {
22749
- getX() {
22750
- return this.x;
22751
- },
22752
- setX(value) {
22753
- this.x = value;
22754
- },
22755
- getY() {
22756
- return this.y;
22757
- },
22758
- setY(value) {
22759
- this.y = value;
22760
- },
22761
- getHeight() {
22762
- return this.height;
22763
- },
22764
- setHeight(value) {
22765
- this.height = value;
22766
- },
22767
- getWidth() {
22768
- return this.width;
22769
- },
22770
- setWidth(value) {
22771
- this.width = value;
22772
- },
22773
22453
  getInnerX() {
22774
22454
  return this.innerX;
22775
22455
  },
@@ -22794,30 +22474,6 @@ Object.assign(exports.PlotArea.prototype, {
22794
22474
  setInnerWidth(value) {
22795
22475
  this.innerWidth = value;
22796
22476
  },
22797
- getXRatioToChart() {
22798
- return this.xRatioToChart;
22799
- },
22800
- setXRatioToChart(value) {
22801
- this.xRatioToChart = value;
22802
- },
22803
- getYRatioToChart() {
22804
- return this.yRatioToChart;
22805
- },
22806
- setYRatioToChart(value) {
22807
- this.yRatioToChart = value;
22808
- },
22809
- getHeightRatioToChart() {
22810
- return this.heightRatioToChart;
22811
- },
22812
- setHeightRatioToChart(value) {
22813
- this.heightRatioToChart = value;
22814
- },
22815
- getWidthRatioToChart() {
22816
- return this.widthRatioToChart;
22817
- },
22818
- setWidthRatioToChart(value) {
22819
- this.widthRatioToChart = value;
22820
- },
22821
22477
  getInnerXRatioToChart() {
22822
22478
  return this.innerXRatioToChart;
22823
22479
  },
@@ -22842,9 +22498,6 @@ Object.assign(exports.PlotArea.prototype, {
22842
22498
  setInnerWidthRatioToChart(value) {
22843
22499
  this.innerWidthRatioToChart = value;
22844
22500
  },
22845
- setIsAutomaticSize(value) {
22846
- this.isAutomaticSize = value;
22847
- },
22848
22501
  setIsInnerMode(value) {
22849
22502
  this.isInnerMode = value;
22850
22503
  },
@@ -25080,57 +24733,6 @@ Object.assign(exports.Chart.prototype, {
25080
24733
  });
25081
24734
 
25082
24735
  Object.assign(exports.ChartArea.prototype, {
25083
- getX() {
25084
- return this.x;
25085
- },
25086
- setX(value) {
25087
- this.x = value;
25088
- },
25089
- getY() {
25090
- return this.y;
25091
- },
25092
- setY(value) {
25093
- this.y = value;
25094
- },
25095
- getHeight() {
25096
- return this.height;
25097
- },
25098
- setHeight(value) {
25099
- this.height = value;
25100
- },
25101
- getWidth() {
25102
- return this.width;
25103
- },
25104
- setWidth(value) {
25105
- this.width = value;
25106
- },
25107
- getXRatioToChart() {
25108
- return this.xRatioToChart;
25109
- },
25110
- setXRatioToChart(value) {
25111
- this.xRatioToChart = value;
25112
- },
25113
- getYRatioToChart() {
25114
- return this.yRatioToChart;
25115
- },
25116
- setYRatioToChart(value) {
25117
- this.yRatioToChart = value;
25118
- },
25119
- getHeightRatioToChart() {
25120
- return this.heightRatioToChart;
25121
- },
25122
- setHeightRatioToChart(value) {
25123
- this.heightRatioToChart = value;
25124
- },
25125
- getWidthRatioToChart() {
25126
- return this.widthRatioToChart;
25127
- },
25128
- setWidthRatioToChart(value) {
25129
- this.widthRatioToChart = value;
25130
- },
25131
- getFont() {
25132
- return this.font;
25133
- },
25134
24736
  setIsInnerMode(value) {
25135
24737
  this.isInnerMode = value;
25136
24738
  },
@@ -27432,30 +27034,6 @@ Object.assign(exports.CustomProperty.prototype, {
27432
27034
  });
27433
27035
 
27434
27036
  Object.assign(exports.DataLabels.prototype, {
27435
- getBorder() {
27436
- return this.border;
27437
- },
27438
- getArea() {
27439
- return this.area;
27440
- },
27441
- setIsAutoText(value) {
27442
- this.isAutoText = value;
27443
- },
27444
- getDirectionType() {
27445
- return this.directionType;
27446
- },
27447
- setDirectionType(value) {
27448
- this.directionType = value;
27449
- },
27450
- getText() {
27451
- return this.text;
27452
- },
27453
- setText(value) {
27454
- this.text = value;
27455
- },
27456
- setIsTextWrapped(value) {
27457
- this.isTextWrapped = value;
27458
- },
27459
27037
  getBackgroundMode() {
27460
27038
  return this.backgroundMode;
27461
27039
  },
@@ -27522,9 +27100,6 @@ Object.assign(exports.DataLabels.prototype, {
27522
27100
  setNumberFormatLinked(value) {
27523
27101
  this.numberFormatLinked = value;
27524
27102
  },
27525
- getFont() {
27526
- return this.font;
27527
- },
27528
27103
  getSeparatorType() {
27529
27104
  return this.separatorType;
27530
27105
  },
@@ -27687,21 +27262,6 @@ Object.assign(exports.DataSorter.prototype, {
27687
27262
  });
27688
27263
 
27689
27264
  Object.assign(exports.DisplayUnitLabel.prototype, {
27690
- getText() {
27691
- return this.text;
27692
- },
27693
- setText(value) {
27694
- this.text = value;
27695
- },
27696
- getFont() {
27697
- return this.font;
27698
- },
27699
- getAutoScaleFont() {
27700
- return this.autoScaleFont;
27701
- },
27702
- setAutoScaleFont(value) {
27703
- this.autoScaleFont = value;
27704
- },
27705
27265
  setIsInnerMode(value) {
27706
27266
  this.isInnerMode = value;
27707
27267
  },
@@ -36576,39 +36136,9 @@ Object.assign(exports.TickLabels.prototype, {
36576
36136
  });
36577
36137
 
36578
36138
  Object.assign(exports.Title.prototype, {
36579
- getText() {
36580
- return this.text;
36581
- },
36582
- setText(value) {
36583
- this.text = value;
36584
- },
36585
36139
  setIsVisible(value) {
36586
36140
  this.isVisible = value;
36587
36141
  },
36588
- getX() {
36589
- return this.x;
36590
- },
36591
- setX(value) {
36592
- this.x = value;
36593
- },
36594
- getY() {
36595
- return this.y;
36596
- },
36597
- setY(value) {
36598
- this.y = value;
36599
- },
36600
- getXRatioToChart() {
36601
- return this.xRatioToChart;
36602
- },
36603
- setXRatioToChart(value) {
36604
- this.xRatioToChart = value;
36605
- },
36606
- getYRatioToChart() {
36607
- return this.yRatioToChart;
36608
- },
36609
- setYRatioToChart(value) {
36610
- this.yRatioToChart = value;
36611
- },
36612
36142
  getOverLay() {
36613
36143
  return this.overLay;
36614
36144
  },