aspose.cells.node 25.7.0 → 25.9.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.
Files changed (3) hide show
  1. package/aspose.cells.js +297 -4
  2. package/package.json +6 -6
  3. package/types.d.ts +698 -43
package/types.d.ts CHANGED
@@ -368,6 +368,64 @@ export enum AutoFitWrappedTextType {
368
368
  Paragraph = 1,
369
369
  }
370
370
 
371
+ /**
372
+ * Enumerates all Monochromatic Palettes used in Excel chart.
373
+ */
374
+ export enum ChartColorPaletteType {
375
+ /**
376
+ * accent1 theme color gradient, dark to light.
377
+ */
378
+ MonochromaticPalette1 = 1,
379
+ /**
380
+ * accent2 theme color gradient, dark to light.
381
+ */
382
+ MonochromaticPalette2 = 2,
383
+ /**
384
+ * accent3 theme color gradient, dark to light.
385
+ */
386
+ MonochromaticPalette3 = 3,
387
+ /**
388
+ * accent4 theme color gradient, dark to light.
389
+ */
390
+ MonochromaticPalette4 = 4,
391
+ /**
392
+ * accent5 theme color gradient, dark to light.
393
+ */
394
+ MonochromaticPalette5 = 5,
395
+ /**
396
+ * accent6 theme color gradient, dark to light.
397
+ */
398
+ MonochromaticPalette6 = 6,
399
+ /**
400
+ * accent7 theme color gradient.
401
+ */
402
+ MonochromaticPalette7 = 7,
403
+ /**
404
+ * accent1 theme color gradient, light to dark.
405
+ */
406
+ MonochromaticPalette8 = 8,
407
+ /**
408
+ * accent2 theme color gradient, light to dark.
409
+ */
410
+ MonochromaticPalette9 = 9,
411
+ /**
412
+ * accent3 theme color gradient, light to dark.
413
+ */
414
+ MonochromaticPalette10 = 10,
415
+ /**
416
+ * accent4 theme color gradient, light to dark.
417
+ */
418
+ MonochromaticPalette11 = 11,
419
+ /**
420
+ * accent5 theme color gradient, light to dark.
421
+ */
422
+ MonochromaticPalette12 = 12,
423
+ /**
424
+ * accent6 theme color gradient, light to dark.
425
+ */
426
+ MonochromaticPalette13 = 13,
427
+ }
428
+
371
429
  /**
372
430
  * Represents custom settings during rendering.
373
431
  */
@@ -392,6 +450,20 @@ export class CustomRenderSettings {
392
450
  isNull() : boolean;
393
451
  }
394
452
 
453
+ /**
454
+ * Represents the embedded font type in html.
455
+ */
456
+ export enum HtmlEmbeddedFontType {
457
+ /**
458
+ * Not embed font.
459
+ */
460
+ None = 0,
461
+ /**
462
+ * Embed WOFF font.
463
+ */
464
+ Woff = 1,
465
+ }
466
+
395
467
  /**
396
468
  * Represents the embedded font type in Svg image.
397
469
  */
@@ -490,6 +562,22 @@ export class SvgImageOptions extends ImageOrPrintOptions {
490
562
  isNull() : boolean;
491
563
  }
492
564
 
565
+ /**
566
+ * Specifies the value type of <see cref="ShapePathPoint"/> object
567
+ */
568
+ export enum ShapePathPointValueType {
569
+ /**
570
+ * Specifies the type of the object is location coordinates.
571
+ * The <see cref="ShapePathPoint"/> object stores the coordinate values of a point.
572
+ */
573
+ Position = 0,
574
+ /**
575
+ * Specifies the type of the object is angle markers.
576
+ * The <see cref="ShapePathPoint"/> object stores the start and end angles of the arc.
577
+ */
578
+ Angle = 1,
579
+ }
580
+
493
581
  /**
494
582
  * Represents data infomation of font file data.
495
583
  */
@@ -5888,13 +5976,27 @@ export class PclSaveOptions extends PaginatedSaveOptions {
5888
5976
  isNull() : boolean;
5889
5977
  }
5890
5978
 
5979
+ /**
5980
+ * Represents what kind of elements should be saved.
5981
+ */
5982
+ export enum SaveElementType {
5983
+ /**
5984
+ * All data.
5985
+ */
5986
+ All = 251658239,
5987
+ /**
5988
+ * Only charts.
5989
+ */
5990
+ Chart = 256,
5991
+ }
5992
+
5891
5993
  /**
5892
5994
  * Settings for the default values of workbook's style properties.
5893
5995
  */
5894
5996
  export class DefaultStyleSettings {
5895
5997
  /**
5896
5998
  * @deprecated Please use the 'builtInPreference' property instead.
5897
- * Indicates whether property for number format is preferrable when the style defines both built-in number and custom pattern.
5999
+ * Indicates whether property for number format is preferable when the style defines both built-in number and custom pattern.
5898
6000
  * Default value is false, that means by default custom pattern will be used to format values as long as it is not empty for one style.
5899
6001
  *
5900
6002
  * @remarks
@@ -5903,7 +6005,7 @@ export class DefaultStyleSettings {
5903
6005
  */
5904
6006
  getBuiltInPreference() : boolean;
5905
6007
  /**
5906
- * Indicates whether property for number format is preferrable when the style defines both built-in number and custom pattern.
6008
+ * Indicates whether property for number format is preferable when the style defines both built-in number and custom pattern.
5907
6009
  * Default value is false, that means by default custom pattern will be used to format values as long as it is not empty for one style.
5908
6010
  *
5909
6011
  * @remarks
@@ -5913,7 +6015,7 @@ export class DefaultStyleSettings {
5913
6015
  builtInPreference : boolean;
5914
6016
  /**
5915
6017
  * @deprecated Please use the 'builtInPreference' property instead.
5916
- * Indicates whether property for number format is preferrable when the style defines both built-in number and custom pattern.
6018
+ * Indicates whether property for number format is preferable when the style defines both built-in number and custom pattern.
5917
6019
  * Default value is false, that means by default custom pattern will be used to format values as long as it is not empty for one style.
5918
6020
  * @param value - The value to set.
5919
6021
  *
@@ -7357,18 +7459,19 @@ export enum MemorySetting {
7357
7459
  */
7358
7460
  Normal = 0,
7359
7461
  /**
7360
- * Memory performance preferrable.
7462
+ * Memory performance preferable.
7361
7463
  *
7362
7464
  * @remarks
7363
7465
  * With this mode the cells data will be maintained in compact format
7364
7466
  * to decrease the memory cost. On other hand, the compact data also may
7365
7467
  * cause higher time cost, especially when updating the cells data,
7366
- * or accessing it randomly,
7367
- * This option is available since v 8.0.0.
7468
+ * or accessing it randomly.
7469
+ * <br></br>
7470
+ * This option is available since v8.0.0.
7368
7471
  */
7369
7472
  MemoryPreference = 1,
7370
7473
  /**
7371
- * Memory performance preferrable and using file instead of memory
7474
+ * Memory performance preferable and using file instead of memory
7372
7475
  * to maintain the cells data.
7373
7476
  *
7374
7477
  * @remarks
@@ -7377,28 +7480,32 @@ export enum MemorySetting {
7377
7480
  * So when comparing with <see cref="MemoryPreference"/> mode,
7378
7481
  * this mode may decrease the memory cost more, but the IO operations for accessing
7379
7482
  * cells data also will cause higher time cost.
7483
+ * <br></br>
7484
+ * This option is available since v25.7.0.
7380
7485
  * <list type="bullet">
7381
- * <listheader>Some notable limits and recommended operations when using this mode:</listheader>
7382
- * <item>
7486
+ * <listheader><description>
7487
+ * Some notable limits and recommended operations when using this mode:
7488
+ * </description></listheader>
7489
+ * <item><description>
7383
7490
  * When this mode is used for any worksheet in one workbook, <see cref="Workbook.Dispose()"/>
7384
7491
  * should be called at the end of work to release all resources such as the temporary files.
7385
- * </item>
7386
- * <item>
7492
+ * </description></item>
7493
+ * <item><description>
7387
7494
  * Randomly accessing cells will give poor performance because data needs
7388
7495
  * to be read randomly and repeatedly(so the pointer in the file will be
7389
7496
  * changed accordingly and IO operations will be required repeatedly).
7390
7497
  * If possible, please always access the data sequentially(row by row).
7391
- * </item>
7392
- * <item>
7498
+ * </description></item>
7499
+ * <item><description>
7393
7500
  * When the data of one row/cell be changed, data of other cells/rows
7394
7501
  * may also be influenced(such as the data be shifted/moved to other places
7395
7502
  * to allocated enough spaces for the changed data).
7396
- * So every change of every data requires synchronization of other existing objects(
7397
- * such as Row or Cell object).
7503
+ * So every change of every data requires synchronization of other
7504
+ * existing objects(such as Row or Cell object).
7398
7505
  * So, to get better performance, please do not maintain multiple Rows/Cells
7399
7506
  * at the same time. Processing them one by one will reduce the data synchronization
7400
7507
  * for them so the performance can be improved.
7401
- * </item>
7508
+ * </description></item>
7402
7509
  * </list>
7403
7510
  */
7404
7511
  FileCache = 2,
@@ -12761,16 +12868,136 @@ export class Cells {
12761
12868
  /**
12762
12869
  * @deprecated Please use the 'memorySetting' property instead.
12763
12870
  * Gets or sets the memory usage option for this cells.
12871
+ *
12872
+ * @remarks
12873
+ * Notable limits and recommended operations for some modes:
12874
+ * <list type="table">
12875
+ * <listheader>
12876
+ * <description>Mode</description>
12877
+ * <description>Remarks</description>
12878
+ * <description>Supported</description>
12879
+ * </listheader>
12880
+ * <item>
12881
+ * <description><see cref="MemorySetting.MemoryPreference"/></description>
12882
+ * <description>Cells data will be maintained in compact format
12883
+ * to decrease the memory cost. On other hand, the compact data also may
12884
+ * cause higher time cost, especially when updating the cells data,
12885
+ * or accessing cells/rows randomly</description>
12886
+ * <description>v8.0.0</description>
12887
+ * </item>
12888
+ * <item>
12889
+ * <description><see cref="MemorySetting.FileCache"/></description>
12890
+ * <description>
12891
+ * When this mode is used for any worksheet in one workbook, <see cref="Workbook.Dispose()"/>
12892
+ * should be called at the end of work to release all resources such as the temporary files.
12893
+ * <br></br>
12894
+ * Randomly accessing cells will give poor performance because data needs
12895
+ * to be read/updated randomly and repeatedly(so the pointer in the file will be
12896
+ * changed accordingly and IO operations will be required repeatedly).
12897
+ * If possible, please always access the data sequentially(row by row).
12898
+ * <br></br>
12899
+ * When the data of one row/cell be changed, data of other cells/rows
12900
+ * may also be influenced(such as the data be shifted/moved to other places
12901
+ * to allocated enough spaces for the changed data).
12902
+ * So every change of every data requires synchronization of other existing objects(
12903
+ * such as Row or Cell object).
12904
+ * So, to get better performance, please do not maintain multiple Rows/Cells
12905
+ * at the same time. Processing them one by one will reduce the data synchronization
12906
+ * for them so the performance can be improved a bit.
12907
+ * </description>
12908
+ * <description>v25.7</description>
12909
+ * </item>
12910
+ * </list>
12764
12911
  */
12765
12912
  getMemorySetting() : MemorySetting;
12766
12913
  /**
12767
12914
  * Gets or sets the memory usage option for this cells.
12915
+ *
12916
+ * @remarks
12917
+ * Notable limits and recommended operations for some modes:
12918
+ * <list type="table">
12919
+ * <listheader>
12920
+ * <description>Mode</description>
12921
+ * <description>Remarks</description>
12922
+ * <description>Supported</description>
12923
+ * </listheader>
12924
+ * <item>
12925
+ * <description><see cref="MemorySetting.MemoryPreference"/></description>
12926
+ * <description>Cells data will be maintained in compact format
12927
+ * to decrease the memory cost. On other hand, the compact data also may
12928
+ * cause higher time cost, especially when updating the cells data,
12929
+ * or accessing cells/rows randomly</description>
12930
+ * <description>v8.0.0</description>
12931
+ * </item>
12932
+ * <item>
12933
+ * <description><see cref="MemorySetting.FileCache"/></description>
12934
+ * <description>
12935
+ * When this mode is used for any worksheet in one workbook, <see cref="Workbook.Dispose()"/>
12936
+ * should be called at the end of work to release all resources such as the temporary files.
12937
+ * <br></br>
12938
+ * Randomly accessing cells will give poor performance because data needs
12939
+ * to be read/updated randomly and repeatedly(so the pointer in the file will be
12940
+ * changed accordingly and IO operations will be required repeatedly).
12941
+ * If possible, please always access the data sequentially(row by row).
12942
+ * <br></br>
12943
+ * When the data of one row/cell be changed, data of other cells/rows
12944
+ * may also be influenced(such as the data be shifted/moved to other places
12945
+ * to allocated enough spaces for the changed data).
12946
+ * So every change of every data requires synchronization of other existing objects(
12947
+ * such as Row or Cell object).
12948
+ * So, to get better performance, please do not maintain multiple Rows/Cells
12949
+ * at the same time. Processing them one by one will reduce the data synchronization
12950
+ * for them so the performance can be improved a bit.
12951
+ * </description>
12952
+ * <description>v25.7</description>
12953
+ * </item>
12954
+ * </list>
12768
12955
  */
12769
12956
  memorySetting : MemorySetting;
12770
12957
  /**
12771
12958
  * @deprecated Please use the 'memorySetting' property instead.
12772
12959
  * Gets or sets the memory usage option for this cells.
12773
12960
  * @param value - The value to set.
12961
+ *
12962
+ * @remarks
12963
+ * Notable limits and recommended operations for some modes:
12964
+ * <list type="table">
12965
+ * <listheader>
12966
+ * <description>Mode</description>
12967
+ * <description>Remarks</description>
12968
+ * <description>Supported</description>
12969
+ * </listheader>
12970
+ * <item>
12971
+ * <description><see cref="MemorySetting.MemoryPreference"/></description>
12972
+ * <description>Cells data will be maintained in compact format
12973
+ * to decrease the memory cost. On other hand, the compact data also may
12974
+ * cause higher time cost, especially when updating the cells data,
12975
+ * or accessing cells/rows randomly</description>
12976
+ * <description>v8.0.0</description>
12977
+ * </item>
12978
+ * <item>
12979
+ * <description><see cref="MemorySetting.FileCache"/></description>
12980
+ * <description>
12981
+ * When this mode is used for any worksheet in one workbook, <see cref="Workbook.Dispose()"/>
12982
+ * should be called at the end of work to release all resources such as the temporary files.
12983
+ * <br></br>
12984
+ * Randomly accessing cells will give poor performance because data needs
12985
+ * to be read/updated randomly and repeatedly(so the pointer in the file will be
12986
+ * changed accordingly and IO operations will be required repeatedly).
12987
+ * If possible, please always access the data sequentially(row by row).
12988
+ * <br></br>
12989
+ * When the data of one row/cell be changed, data of other cells/rows
12990
+ * may also be influenced(such as the data be shifted/moved to other places
12991
+ * to allocated enough spaces for the changed data).
12992
+ * So every change of every data requires synchronization of other existing objects(
12993
+ * such as Row or Cell object).
12994
+ * So, to get better performance, please do not maintain multiple Rows/Cells
12995
+ * at the same time. Processing them one by one will reduce the data synchronization
12996
+ * for them so the performance can be improved a bit.
12997
+ * </description>
12998
+ * <description>v25.7</description>
12999
+ * </item>
13000
+ * </list>
12774
13001
  */
12775
13002
  setMemorySetting(value: MemorySetting) : void;
12776
13003
  /**
@@ -14578,6 +14805,40 @@ export class AbstractTextLoadOptions extends LoadOptions {
14578
14805
  isNull() : boolean;
14579
14806
  }
14580
14807
 
14808
+ /**
14809
+ * Represents the options for loading markdown document.
14810
+ */
14811
+ export class MarkdownLoadOptions extends AbstractTextLoadOptions {
14812
+ /**
14813
+ * Constructs from a parent object convertible to this.
14814
+ * @param obj - The parent object.
14815
+ */
14816
+ constructor(obj: AbstractTextLoadOptions);
14817
+ /**
14818
+ * Default Constructor.
14819
+ */
14820
+ constructor();
14821
+ /**
14822
+ * @deprecated Please use the 'hasFormula' property instead.
14823
+ * Indicates whether the text is formula if it starts with "=".
14824
+ */
14825
+ getHasFormula() : boolean;
14826
+ /**
14827
+ * Indicates whether the text is formula if it starts with "=".
14828
+ */
14829
+ hasFormula : boolean;
14830
+ /**
14831
+ * @deprecated Please use the 'hasFormula' property instead.
14832
+ * Indicates whether the text is formula if it starts with "=".
14833
+ * @param value - The value to set.
14834
+ */
14835
+ setHasFormula(value: boolean) : void;
14836
+ /**
14837
+ * Checks whether the implementation object is null.
14838
+ */
14839
+ isNull() : boolean;
14840
+ }
14841
+
14581
14842
  /**
14582
14843
  * Represents the options of loading ods file.
14583
14844
  */
@@ -16279,7 +16540,7 @@ export class RowCollection {
16279
16540
  /**
16280
16541
  * Gets an enumerator that iterates rows through this collection
16281
16542
  * @returns
16282
- * enumerator
16543
+ * The row enumerator which will traverse all existing rows in this collection.
16283
16544
  */
16284
16545
  getEnumerator() : RowEnumerator;
16285
16546
  /**
@@ -16287,7 +16548,7 @@ export class RowCollection {
16287
16548
  * @param reversed - whether enumerate rows in reversed order
16288
16549
  * @param sync - whether the returned enumerator should check the modification of row collection /// and keep synchronized with it.
16289
16550
  * @returns
16290
- * The row enumerator
16551
+ * The row enumerator which will traverse all existing rows in this collection.
16291
16552
  *
16292
16553
  * @remarks
16293
16554
  * If the row collection will be modified(by operations that may cause new Row be instantiated or
@@ -16474,7 +16735,7 @@ export class Row {
16474
16735
  /**
16475
16736
  * Gets the cells enumerator
16476
16737
  * @returns
16477
- * The cells enumerator
16738
+ * The cells enumerator which will traverse all existing cells in this row.
16478
16739
  */
16479
16740
  getEnumerator() : CellEnumerator;
16480
16741
  /**
@@ -16482,7 +16743,7 @@ export class Row {
16482
16743
  * @param reversed - whether enumerate cells in reversed order
16483
16744
  * @param sync - whether the returned enumerator should check the modification of cells in this row /// and keep synchronized with it.
16484
16745
  * @returns
16485
- * The cell enumerator
16746
+ * The cells enumerator which will traverse all existing cells in this row.
16486
16747
  *
16487
16748
  * @remarks
16488
16749
  * If the row will be modified(by operations that may cause new Cell be instantiated or
@@ -16637,6 +16898,60 @@ export class DocxSaveOptions extends PaginatedSaveOptions {
16637
16898
  * Only for charts.
16638
16899
  */
16639
16900
  setSaveAsEditableShapes(value: boolean) : void;
16901
+ /**
16902
+ * @deprecated Please use the 'embedXlsxAsChartDataSource' property instead.
16903
+ * Indicates whether embedding an xlsx file as data source of the chart.
16904
+ *
16905
+ * @remarks
16906
+ * The default value is true.
16907
+ */
16908
+ getEmbedXlsxAsChartDataSource() : boolean;
16909
+ /**
16910
+ * Indicates whether embedding an xlsx file as data source of the chart.
16911
+ *
16912
+ * @remarks
16913
+ * The default value is true.
16914
+ */
16915
+ embedXlsxAsChartDataSource : boolean;
16916
+ /**
16917
+ * @deprecated Please use the 'embedXlsxAsChartDataSource' property instead.
16918
+ * Indicates whether embedding an xlsx file as data source of the chart.
16919
+ * @param value - The value to set.
16920
+ *
16921
+ * @remarks
16922
+ * The default value is true.
16923
+ */
16924
+ setEmbedXlsxAsChartDataSource(value: boolean) : void;
16925
+ /**
16926
+ * @deprecated Please use the 'asFlatOpc' property instead.
16927
+ * Indicates whether saving as a flat opc file which can be generated by Open XML SDK
16928
+ */
16929
+ getAsFlatOpc() : boolean;
16930
+ /**
16931
+ * Indicates whether saving as a flat opc file which can be generated by Open XML SDK
16932
+ */
16933
+ asFlatOpc : boolean;
16934
+ /**
16935
+ * @deprecated Please use the 'asFlatOpc' property instead.
16936
+ * Indicates whether saving as a flat opc file which can be generated by Open XML SDK
16937
+ * @param value - The value to set.
16938
+ */
16939
+ setAsFlatOpc(value: boolean) : void;
16940
+ /**
16941
+ * @deprecated Please use the 'saveElementType' property instead.
16942
+ * Indicates which elements should be saved.
16943
+ */
16944
+ getSaveElementType() : SaveElementType;
16945
+ /**
16946
+ * Indicates which elements should be saved.
16947
+ */
16948
+ saveElementType : SaveElementType;
16949
+ /**
16950
+ * @deprecated Please use the 'saveElementType' property instead.
16951
+ * Indicates which elements should be saved.
16952
+ * @param value - The value to set.
16953
+ */
16954
+ setSaveElementType(value: SaveElementType) : void;
16640
16955
  /**
16641
16956
  * @deprecated Please use the 'asNormalView' property instead.
16642
16957
  * Exporting Excel file to docx fiel as normal view.
@@ -16788,6 +17103,7 @@ export class MarkdownSaveOptions extends SaveOptions {
16788
17103
  /**
16789
17104
  * @deprecated Please use the 'exportImagesAsBase64' property instead.
16790
17105
  * Specifies whether images are saved in Base64 format to Markdown.
17106
+ * The default value is true.
16791
17107
  *
16792
17108
  * @remarks
16793
17109
  * When this property is set to true image data is exported directly on the
@@ -16796,6 +17112,7 @@ export class MarkdownSaveOptions extends SaveOptions {
16796
17112
  getExportImagesAsBase64() : boolean;
16797
17113
  /**
16798
17114
  * Specifies whether images are saved in Base64 format to Markdown.
17115
+ * The default value is true.
16799
17116
  *
16800
17117
  * @remarks
16801
17118
  * When this property is set to true image data is exported directly on the
@@ -16805,6 +17122,7 @@ export class MarkdownSaveOptions extends SaveOptions {
16805
17122
  /**
16806
17123
  * @deprecated Please use the 'exportImagesAsBase64' property instead.
16807
17124
  * Specifies whether images are saved in Base64 format to Markdown.
17125
+ * The default value is true.
16808
17126
  * @param value - The value to set.
16809
17127
  *
16810
17128
  * @remarks
@@ -16814,14 +17132,14 @@ export class MarkdownSaveOptions extends SaveOptions {
16814
17132
  setExportImagesAsBase64(value: boolean) : void;
16815
17133
  /**
16816
17134
  * @deprecated Please use the 'calculateFormula' property instead.
16817
- * Indicates whether to calculate formulas before saving html file.
17135
+ * Indicates whether to calculate formulas before saving markdown file.
16818
17136
  *
16819
17137
  * @remarks
16820
17138
  * The default value is false.
16821
17139
  */
16822
17140
  getCalculateFormula() : boolean;
16823
17141
  /**
16824
- * Indicates whether to calculate formulas before saving html file.
17142
+ * Indicates whether to calculate formulas before saving markdown file.
16825
17143
  *
16826
17144
  * @remarks
16827
17145
  * The default value is false.
@@ -16829,13 +17147,52 @@ export class MarkdownSaveOptions extends SaveOptions {
16829
17147
  calculateFormula : boolean;
16830
17148
  /**
16831
17149
  * @deprecated Please use the 'calculateFormula' property instead.
16832
- * Indicates whether to calculate formulas before saving html file.
17150
+ * Indicates whether to calculate formulas before saving markdown file.
16833
17151
  * @param value - The value to set.
16834
17152
  *
16835
17153
  * @remarks
16836
17154
  * The default value is false.
16837
17155
  */
16838
17156
  setCalculateFormula(value: boolean) : void;
17157
+ /**
17158
+ * @deprecated Please use the 'exportHyperlinkAsReference' property instead.
17159
+ * Exports hyperlink using reference definitions instead of inline format.
17160
+ * The default value is false.
17161
+ */
17162
+ getExportHyperlinkAsReference() : boolean;
17163
+ /**
17164
+ * Exports hyperlink using reference definitions instead of inline format.
17165
+ * The default value is false.
17166
+ */
17167
+ exportHyperlinkAsReference : boolean;
17168
+ /**
17169
+ * @deprecated Please use the 'exportHyperlinkAsReference' property instead.
17170
+ * Exports hyperlink using reference definitions instead of inline format.
17171
+ * The default value is false.
17172
+ * @param value - The value to set.
17173
+ */
17174
+ setExportHyperlinkAsReference(value: boolean) : void;
17175
+ /**
17176
+ * @deprecated Please use the 'alignColumnPadding' property instead.
17177
+ * Indicates whether column alignment is enabled for generated Markdown tables.
17178
+ * When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces).
17179
+ * Set to '\0' to disable column alignment (default).
17180
+ */
17181
+ getAlignColumnPadding() : string;
17182
+ /**
17183
+ * Indicates whether column alignment is enabled for generated Markdown tables.
17184
+ * When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces).
17185
+ * Set to '\0' to disable column alignment (default).
17186
+ */
17187
+ alignColumnPadding : string;
17188
+ /**
17189
+ * @deprecated Please use the 'alignColumnPadding' property instead.
17190
+ * Indicates whether column alignment is enabled for generated Markdown tables.
17191
+ * When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces).
17192
+ * Set to '\0' to disable column alignment (default).
17193
+ * @param value - The value to set.
17194
+ */
17195
+ setAlignColumnPadding(value: string) : void;
16839
17196
  /**
16840
17197
  * Checks whether the implementation object is null.
16841
17198
  */
@@ -16932,6 +17289,54 @@ export class PptxSaveOptions extends PaginatedSaveOptions {
16932
17289
  * @param value - The value to set.
16933
17290
  */
16934
17291
  setIgnoreHiddenRows(value: boolean) : void;
17292
+ /**
17293
+ * @deprecated Please use the 'saveAsEditableShapes' property instead.
17294
+ * Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint.
17295
+ *
17296
+ * @remarks
17297
+ * Only for charts.
17298
+ */
17299
+ getSaveAsEditableShapes() : boolean;
17300
+ /**
17301
+ * Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint.
17302
+ *
17303
+ * @remarks
17304
+ * Only for charts.
17305
+ */
17306
+ saveAsEditableShapes : boolean;
17307
+ /**
17308
+ * @deprecated Please use the 'saveAsEditableShapes' property instead.
17309
+ * Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint.
17310
+ * @param value - The value to set.
17311
+ *
17312
+ * @remarks
17313
+ * Only for charts.
17314
+ */
17315
+ setSaveAsEditableShapes(value: boolean) : void;
17316
+ /**
17317
+ * @deprecated Please use the 'embedXlsxAsChartDataSource' property instead.
17318
+ * Indicates whether embedding an xlsx file as data source of the chart.
17319
+ *
17320
+ * @remarks
17321
+ * The default value is true.
17322
+ */
17323
+ getEmbedXlsxAsChartDataSource() : boolean;
17324
+ /**
17325
+ * Indicates whether embedding an xlsx file as data source of the chart.
17326
+ *
17327
+ * @remarks
17328
+ * The default value is true.
17329
+ */
17330
+ embedXlsxAsChartDataSource : boolean;
17331
+ /**
17332
+ * @deprecated Please use the 'embedXlsxAsChartDataSource' property instead.
17333
+ * Indicates whether embedding an xlsx file as data source of the chart.
17334
+ * @param value - The value to set.
17335
+ *
17336
+ * @remarks
17337
+ * The default value is true.
17338
+ */
17339
+ setEmbedXlsxAsChartDataSource(value: boolean) : void;
16935
17340
  /**
16936
17341
  * @deprecated Please use the 'adjustFontSizeForRowType' property instead.
16937
17342
  * Represents what type of line needs to be adjusted size of font if height of row is small.
@@ -16965,6 +17370,21 @@ export class PptxSaveOptions extends PaginatedSaveOptions {
16965
17370
  * @param value - The value to set.
16966
17371
  */
16967
17372
  setExportViewType(value: SlideViewType) : void;
17373
+ /**
17374
+ * @deprecated Please use the 'asFlatOpc' property instead.
17375
+ * Indicates whether saving as a flat opc file which can be generated by Open XML SDK
17376
+ */
17377
+ getAsFlatOpc() : boolean;
17378
+ /**
17379
+ * Indicates whether saving as a flat opc file which can be generated by Open XML SDK
17380
+ */
17381
+ asFlatOpc : boolean;
17382
+ /**
17383
+ * @deprecated Please use the 'asFlatOpc' property instead.
17384
+ * Indicates whether saving as a flat opc file which can be generated by Open XML SDK
17385
+ * @param value - The value to set.
17386
+ */
17387
+ setAsFlatOpc(value: boolean) : void;
16968
17388
  /**
16969
17389
  * Checks whether the implementation object is null.
16970
17390
  */
@@ -19968,6 +20388,15 @@ export class WorkbookSettings {
19968
20388
  * Returns 255 if the file format is Excel97-2003;
19969
20389
  */
19970
20390
  readonly maxColumn : number;
20391
+ /**
20392
+ * @deprecated Please use the 'smartTagOptions' property instead.
20393
+ * Gets the options of the smart tag.
20394
+ */
20395
+ getSmartTagOptions() : SmartTagOptions;
20396
+ /**
20397
+ * Gets the options of the smart tag.
20398
+ */
20399
+ readonly smartTagOptions : SmartTagOptions;
19971
20400
  /**
19972
20401
  * @deprecated Please use the 'defaultStyleSettings' property instead.
19973
20402
  * Gets the settings for default values of style-related properties for this workbook.
@@ -20358,16 +20787,25 @@ export class WorkbookSettings {
20358
20787
  /**
20359
20788
  * @deprecated Please use the 'memorySetting' property instead.
20360
20789
  * Gets or sets the memory usage options. The new option will be taken as the default option for newly created worksheets but does not take effect for existing worksheets.
20790
+ *
20791
+ * @remarks
20792
+ * For more details about memory mode, please see <see cref="Cells.MemorySetting"/>.
20361
20793
  */
20362
20794
  getMemorySetting() : MemorySetting;
20363
20795
  /**
20364
20796
  * Gets or sets the memory usage options. The new option will be taken as the default option for newly created worksheets but does not take effect for existing worksheets.
20797
+ *
20798
+ * @remarks
20799
+ * For more details about memory mode, please see <see cref="Cells.MemorySetting"/>.
20365
20800
  */
20366
20801
  memorySetting : MemorySetting;
20367
20802
  /**
20368
20803
  * @deprecated Please use the 'memorySetting' property instead.
20369
20804
  * Gets or sets the memory usage options. The new option will be taken as the default option for newly created worksheets but does not take effect for existing worksheets.
20370
20805
  * @param value - The value to set.
20806
+ *
20807
+ * @remarks
20808
+ * For more details about memory mode, please see <see cref="Cells.MemorySetting"/>.
20371
20809
  */
20372
20810
  setMemorySetting(value: MemorySetting) : void;
20373
20811
  /**
@@ -31581,39 +32019,176 @@ export class ShapeSegmentPathCollection {
31581
32019
  }
31582
32020
 
31583
32021
  /**
31584
- * Represents an x-y coordinate within the path coordinate space.
32022
+ * Specify position coordinates or angle markers.
32023
+ * Position coordinates represent the coordinates of a path in a coordinate space (e.g. X/Y).
32024
+ * Angle markers indicate angular changes in a path (e.g. the start and swing angles of an arc).
31585
32025
  */
31586
32026
  export class ShapePathPoint {
31587
32027
  /**
31588
32028
  * @deprecated Please use the 'x' property instead.
31589
- * Gets and sets x coordinate for this position coordinate.
32029
+ * Gets and sets x coordinate for this position coordinate. Unit EMUs.
32030
+ *
32031
+ * @remarks
32032
+ * NOTE: This member is now obsolete. Instead,
32033
+ * please use ShapePathPoint.XPixel and ShapePathPoint.XAngle properties.
32034
+ * This property will be removed 12 months later since August 2025.
32035
+ * Aspose apologizes for any inconvenience you may have experienced.
32036
+ * @deprecated
32037
+ * Use ShapePathPoint.XPixel and ShapePathPoint.XAngle properties instead.
31590
32038
  */
31591
32039
  getX() : number;
31592
32040
  /**
31593
- * Gets and sets x coordinate for this position coordinate.
32041
+ * Gets and sets x coordinate for this position coordinate. Unit EMUs.
32042
+ *
32043
+ * @remarks
32044
+ * NOTE: This member is now obsolete. Instead,
32045
+ * please use ShapePathPoint.XPixel and ShapePathPoint.XAngle properties.
32046
+ * This property will be removed 12 months later since August 2025.
32047
+ * Aspose apologizes for any inconvenience you may have experienced.
32048
+ * @deprecated
32049
+ * Use ShapePathPoint.XPixel and ShapePathPoint.XAngle properties instead.
31594
32050
  */
31595
32051
  x : number;
31596
32052
  /**
31597
32053
  * @deprecated Please use the 'x' property instead.
31598
- * Gets and sets x coordinate for this position coordinate.
32054
+ * Gets and sets x coordinate for this position coordinate. Unit EMUs.
31599
32055
  * @param value - The value to set.
32056
+ *
32057
+ * @remarks
32058
+ * NOTE: This member is now obsolete. Instead,
32059
+ * please use ShapePathPoint.XPixel and ShapePathPoint.XAngle properties.
32060
+ * This property will be removed 12 months later since August 2025.
32061
+ * Aspose apologizes for any inconvenience you may have experienced.
32062
+ * @deprecated
32063
+ * Use ShapePathPoint.XPixel and ShapePathPoint.XAngle properties instead.
31600
32064
  */
31601
32065
  setX(value: number) : void;
31602
32066
  /**
31603
32067
  * @deprecated Please use the 'y' property instead.
31604
- * Gets y coordinate for this position coordinate.
32068
+ * Gets y coordinate for this position coordinate. Unit EMUs.
32069
+ *
32070
+ * @remarks
32071
+ * NOTE: This member is now obsolete. Instead,
32072
+ * please use ShapePathPoint.YPixel and ShapePathPoint.YAngle properties.
32073
+ * This property will be removed 12 months later since August 2025.
32074
+ * Aspose apologizes for any inconvenience you may have experienced.
32075
+ * @deprecated
32076
+ * Use ShapePathPoint.YPixel and ShapePathPoint.YAngle properties instead.
31605
32077
  */
31606
32078
  getY() : number;
31607
32079
  /**
31608
- * Gets y coordinate for this position coordinate.
32080
+ * Gets y coordinate for this position coordinate. Unit EMUs.
32081
+ *
32082
+ * @remarks
32083
+ * NOTE: This member is now obsolete. Instead,
32084
+ * please use ShapePathPoint.YPixel and ShapePathPoint.YAngle properties.
32085
+ * This property will be removed 12 months later since August 2025.
32086
+ * Aspose apologizes for any inconvenience you may have experienced.
32087
+ * @deprecated
32088
+ * Use ShapePathPoint.YPixel and ShapePathPoint.YAngle properties instead.
31609
32089
  */
31610
32090
  y : number;
31611
32091
  /**
31612
32092
  * @deprecated Please use the 'y' property instead.
31613
- * Gets y coordinate for this position coordinate.
32093
+ * Gets y coordinate for this position coordinate. Unit EMUs.
31614
32094
  * @param value - The value to set.
32095
+ *
32096
+ * @remarks
32097
+ * NOTE: This member is now obsolete. Instead,
32098
+ * please use ShapePathPoint.YPixel and ShapePathPoint.YAngle properties.
32099
+ * This property will be removed 12 months later since August 2025.
32100
+ * Aspose apologizes for any inconvenience you may have experienced.
32101
+ * @deprecated
32102
+ * Use ShapePathPoint.YPixel and ShapePathPoint.YAngle properties instead.
31615
32103
  */
31616
32104
  setY(value: number) : void;
32105
+ /**
32106
+ * @deprecated Please use the 'xPixel' property instead.
32107
+ * When the object is a position coordinate, get or set the x coordinate in pixels.
32108
+ */
32109
+ getXPixel() : number;
32110
+ /**
32111
+ * When the object is a position coordinate, get or set the x coordinate in pixels.
32112
+ */
32113
+ xPixel : number;
32114
+ /**
32115
+ * @deprecated Please use the 'xPixel' property instead.
32116
+ * When the object is a position coordinate, get or set the x coordinate in pixels.
32117
+ * @param value - The value to set.
32118
+ */
32119
+ setXPixel(value: number) : void;
32120
+ /**
32121
+ * @deprecated Please use the 'yPixel' property instead.
32122
+ * When the object is a position coordinate, get or set the y coordinate in pixels.
32123
+ */
32124
+ getYPixel() : number;
32125
+ /**
32126
+ * When the object is a position coordinate, get or set the y coordinate in pixels.
32127
+ */
32128
+ yPixel : number;
32129
+ /**
32130
+ * @deprecated Please use the 'yPixel' property instead.
32131
+ * When the object is a position coordinate, get or set the y coordinate in pixels.
32132
+ * @param value - The value to set.
32133
+ */
32134
+ setYPixel(value: number) : void;
32135
+ /**
32136
+ * @deprecated Please use the 'xAngle' property instead.
32137
+ * When the object is an angle marker, get or set the first angle in degrees.
32138
+ *
32139
+ * @remarks
32140
+ * If this angle is the starting angle of an arc. This angle will specify what angle along the supposed circle path will be used as the start position for drawing the arc. This start angle will be locked to the last known pen position in the shape path. Thus guaranteeing a continuos shape path.
32141
+ */
32142
+ getXAngle() : number;
32143
+ /**
32144
+ * When the object is an angle marker, get or set the first angle in degrees.
32145
+ *
32146
+ * @remarks
32147
+ * If this angle is the starting angle of an arc. This angle will specify what angle along the supposed circle path will be used as the start position for drawing the arc. This start angle will be locked to the last known pen position in the shape path. Thus guaranteeing a continuos shape path.
32148
+ */
32149
+ xAngle : number;
32150
+ /**
32151
+ * @deprecated Please use the 'xAngle' property instead.
32152
+ * When the object is an angle marker, get or set the first angle in degrees.
32153
+ * @param value - The value to set.
32154
+ *
32155
+ * @remarks
32156
+ * If this angle is the starting angle of an arc. This angle will specify what angle along the supposed circle path will be used as the start position for drawing the arc. This start angle will be locked to the last known pen position in the shape path. Thus guaranteeing a continuos shape path.
32157
+ */
32158
+ setXAngle(value: number) : void;
32159
+ /**
32160
+ * @deprecated Please use the 'yAngle' property instead.
32161
+ * When the object is an angle marker, get or set the second angle in degrees.
32162
+ *
32163
+ * @remarks
32164
+ * If this angle is the swing angle of an arc. This angle will specify how far angle-wise along the supposed cicle path the arc will be extended. The extension from the start angle will always be in the clockwise direction around the supposed circle.
32165
+ */
32166
+ getYAngle() : number;
32167
+ /**
32168
+ * When the object is an angle marker, get or set the second angle in degrees.
32169
+ *
32170
+ * @remarks
32171
+ * If this angle is the swing angle of an arc. This angle will specify how far angle-wise along the supposed cicle path the arc will be extended. The extension from the start angle will always be in the clockwise direction around the supposed circle.
32172
+ */
32173
+ yAngle : number;
32174
+ /**
32175
+ * @deprecated Please use the 'yAngle' property instead.
32176
+ * When the object is an angle marker, get or set the second angle in degrees.
32177
+ * @param value - The value to set.
32178
+ *
32179
+ * @remarks
32180
+ * If this angle is the swing angle of an arc. This angle will specify how far angle-wise along the supposed cicle path the arc will be extended. The extension from the start angle will always be in the clockwise direction around the supposed circle.
32181
+ */
32182
+ setYAngle(value: number) : void;
32183
+ /**
32184
+ * @deprecated Please use the 'type' property instead.
32185
+ * Specifies the value type of the current object.
32186
+ */
32187
+ getType() : ShapePathPointValueType;
32188
+ /**
32189
+ * Specifies the value type of the current object.
32190
+ */
32191
+ readonly type : ShapePathPointValueType;
31617
32192
  /**
31618
32193
  * Checks whether the implementation object is null.
31619
32194
  */
@@ -31636,9 +32211,17 @@ export class ShapePathPointCollection {
31636
32211
  */
31637
32212
  get(index: number) : ShapePathPoint;
31638
32213
  /**
31639
- * Adds a path point.
32214
+ * Adds a path point in unit of EMUs.
31640
32215
  * @param x - The x coordinate.
31641
32216
  * @param y - The y coordinate.
32217
+ *
32218
+ * @remarks
32219
+ * NOTE: This member is now obsolete. Instead,
32220
+ * please use the MoveTo,LineTo,CubicBezierTo and ArcTo methods in ShapePath.
32221
+ * This method will be removed 12 months later since August 2025.
32222
+ * Aspose apologizes for any inconvenience you may have experienced.
32223
+ * @deprecated
32224
+ * Use the MoveTo,LineTo,CubicBezierTo and ArcTo methods in ShapePath instead.
31642
32225
  */
31643
32226
  add(x: number, y: number) : number;
31644
32227
  /**
@@ -39728,20 +40311,20 @@ export class ShapePath {
39728
40311
  */
39729
40312
  setHeightPixel(value: number) : void;
39730
40313
  /**
39731
- * Starts a new figure from the specified point without closing the current figure. All subsequent points added to the path are added to this new figure.
40314
+ * Starts a new figure from the specified point without closing the current figure. All subsequent points added to the path are added to this new figure.Unit: Pixel.
39732
40315
  * @param x - The x-coordinate of the starting point of the figure(Unit: Pixel).
39733
40316
  * @param y - The y-coordinate of the starting point of the figure(Unit: Pixel).
39734
40317
  */
39735
40318
  moveTo(x: number, y: number) : void;
39736
40319
  /**
39737
40320
  * Appends a line segment to the current figure.
39738
- * The starting point is the end point of the current figure.
40321
+ * The starting point is the end point of the current figure.Unit: Pixel.
39739
40322
  * @param x - The x-coordinate of the endpoint of the line segment(Unit: Pixel).
39740
40323
  * @param y - The y-coordinate of the endpoint of the line segment(Unit: Pixel).
39741
40324
  */
39742
40325
  lineTo(x: number, y: number) : void;
39743
40326
  /**
39744
- * Appends a cubic Bézier curve to the current figure. The starting point is the end point of the current figure.
40327
+ * Appends a cubic Bézier curve to the current figure. The starting point is the end point of the current figure.Unit: Pixel.
39745
40328
  * @param ctrX1 - The x-coordinate of the first control point for the curve(Unit: Pixel).
39746
40329
  * @param ctrY1 - The y-coordinate of the first control point for the curve(Unit: Pixel).
39747
40330
  * @param ctrX2 - The x-coordinate of the second control point for the curve(Unit: Pixel).
@@ -39754,8 +40337,8 @@ export class ShapePath {
39754
40337
  * Appends an elliptical arc to the current figure. The starting point is the end point of the current figure.
39755
40338
  * @param wR - The half-width of the rectangular area of ​​the ellipse that draws the arc(Unit: Pixel).
39756
40339
  * @param hR - The half-height of the rectangular area of ​​the ellipse that draws the arc(Unit: Pixel).
39757
- * @param stAng - The starting angle of the arc, measured in degrees clockwise from the x-axis(Unit: Degree).
39758
- * @param swAng - The angle between startAngle and the end of the arc.(Unit: Degree)
40340
+ * @param stAng - The starting angle of the arc, measured in degrees clockwise from the x-axis(Unit: Degree). This angle will specify what angle along the supposed circle path will be used as the start position for drawing the arc. This start angle will be locked to the last known pen position in the shape path. Thus guaranteeing a continuos shape path.
40341
+ * @param swAng - The swing angle for an arc. This angle will specify how far angle-wise along the supposed cicle path the arc will be extended. The extension from the start angle will always be in the clockwise direction around the supposed circle.(Unit: Degree)
39759
40342
  */
39760
40343
  arcTo(wR: number, hR: number, stAng: number, swAng: number) : void;
39761
40344
  /**
@@ -39835,20 +40418,20 @@ export enum ShapePathType {
39835
40418
  /**
39836
40419
  * Straight line segment
39837
40420
  */
39838
- LineTo = 0,
40421
+ LineTo = 1,
39839
40422
  /**
39840
40423
  * Cubic Bezier curve
39841
40424
  */
39842
- CubicBezierCurveTo = 1,
40425
+ CubicBezierCurveTo = 3,
39843
40426
  /**
39844
40427
  * Start a new path
39845
40428
  */
39846
- MoveTo = 2,
40429
+ MoveTo = 0,
39847
40430
  /**
39848
40431
  * If the starting POINT and the end POINT are not the same, a single
39849
40432
  * straight line is drawn to connect the starting POINT and ending POINT of the path.
39850
40433
  */
39851
- Close = 3,
40434
+ Close = 128,
39852
40435
  /**
39853
40436
  * The end of the current path
39854
40437
  */
@@ -40609,17 +41192,26 @@ export class LoadOptions {
40609
41192
  setLightCellsDataHandler(value: LightCellsDataHandler) : void;
40610
41193
  /**
40611
41194
  * @deprecated Please use the 'memorySetting' property instead.
40612
- * Gets or sets the memory usage options.
41195
+ * Gets or sets the memory mode for loaded workbook.
41196
+ *
41197
+ * @remarks
41198
+ * For more details about memory mode, please see <see cref="Cells.MemorySetting"/>.
40613
41199
  */
40614
41200
  getMemorySetting() : MemorySetting;
40615
41201
  /**
40616
- * Gets or sets the memory usage options.
41202
+ * Gets or sets the memory mode for loaded workbook.
41203
+ *
41204
+ * @remarks
41205
+ * For more details about memory mode, please see <see cref="Cells.MemorySetting"/>.
40617
41206
  */
40618
41207
  memorySetting : MemorySetting;
40619
41208
  /**
40620
41209
  * @deprecated Please use the 'memorySetting' property instead.
40621
- * Gets or sets the memory usage options.
41210
+ * Gets or sets the memory mode for loaded workbook.
40622
41211
  * @param value - The value to set.
41212
+ *
41213
+ * @remarks
41214
+ * For more details about memory mode, please see <see cref="Cells.MemorySetting"/>.
40623
41215
  */
40624
41216
  setMemorySetting(value: MemorySetting) : void;
40625
41217
  /**
@@ -47468,6 +48060,24 @@ export class HtmlSaveOptions extends SaveOptions {
47468
48060
  * @param value - The value to set.
47469
48061
  */
47470
48062
  setSheetSet(value: SheetSet) : void;
48063
+ /**
48064
+ * @deprecated Please use the 'embeddedFontType' property instead.
48065
+ * Gets or sets the type of font that embedded in html.
48066
+ * Default value is <see cref="HtmlEmbeddedFontType.None"/> which indicates that it will not embed font in html.
48067
+ */
48068
+ getEmbeddedFontType() : HtmlEmbeddedFontType;
48069
+ /**
48070
+ * Gets or sets the type of font that embedded in html.
48071
+ * Default value is <see cref="HtmlEmbeddedFontType.None"/> which indicates that it will not embed font in html.
48072
+ */
48073
+ embeddedFontType : HtmlEmbeddedFontType;
48074
+ /**
48075
+ * @deprecated Please use the 'embeddedFontType' property instead.
48076
+ * Gets or sets the type of font that embedded in html.
48077
+ * Default value is <see cref="HtmlEmbeddedFontType.None"/> which indicates that it will not embed font in html.
48078
+ * @param value - The value to set.
48079
+ */
48080
+ setEmbeddedFontType(value: HtmlEmbeddedFontType) : void;
47471
48081
  /**
47472
48082
  * Checks whether the implementation object is null.
47473
48083
  */
@@ -47936,6 +48546,21 @@ export class PasteOptions {
47936
48546
  * @param value - The value to set.
47937
48547
  */
47938
48548
  setSkipBlanks(value: boolean) : void;
48549
+ /**
48550
+ * @deprecated Please use the 'keepOldTables' property instead.
48551
+ * Keeps the tables in the destination range.
48552
+ */
48553
+ getKeepOldTables() : boolean;
48554
+ /**
48555
+ * Keeps the tables in the destination range.
48556
+ */
48557
+ keepOldTables : boolean;
48558
+ /**
48559
+ * @deprecated Please use the 'keepOldTables' property instead.
48560
+ * Keeps the tables in the destination range.
48561
+ * @param value - The value to set.
48562
+ */
48563
+ setKeepOldTables(value: boolean) : void;
47939
48564
  /**
47940
48565
  * @deprecated Please use the 'onlyVisibleCells' property instead.
47941
48566
  * True means only copying visible cells.
@@ -58786,6 +59411,8 @@ export class CopyOptions {
58786
59411
  *
58787
59412
  * @remarks
58788
59413
  * The default value is false, it works as MS Excel.
59414
+ * For example: if copying a chart with the data source "sheet1!A1:B10" from worksheet "sheet1 to other worksheet "sheet2",
59415
+ * The data source will be changed as "sheet2!A1:B10"
58789
59416
  */
58790
59417
  getReferToDestinationSheet() : boolean;
58791
59418
  /**
@@ -58795,6 +59422,8 @@ export class CopyOptions {
58795
59422
  *
58796
59423
  * @remarks
58797
59424
  * The default value is false, it works as MS Excel.
59425
+ * For example: if copying a chart with the data source "sheet1!A1:B10" from worksheet "sheet1 to other worksheet "sheet2",
59426
+ * The data source will be changed as "sheet2!A1:B10"
58798
59427
  */
58799
59428
  referToDestinationSheet : boolean;
58800
59429
  /**
@@ -58806,6 +59435,8 @@ export class CopyOptions {
58806
59435
  *
58807
59436
  * @remarks
58808
59437
  * The default value is false, it works as MS Excel.
59438
+ * For example: if copying a chart with the data source "sheet1!A1:B10" from worksheet "sheet1 to other worksheet "sheet2",
59439
+ * The data source will be changed as "sheet2!A1:B10"
58809
59440
  */
58810
59441
  setReferToDestinationSheet(value: boolean) : void;
58811
59442
  /**
@@ -61510,6 +62141,10 @@ export enum FileFormatType {
61510
62141
  * Xbase Data file
61511
62142
  */
61512
62143
  Dbf = 515,
62144
+ /**
62145
+ * Flat opc file
62146
+ */
62147
+ FlatOpc = 516,
61513
62148
  /**
61514
62149
  * Rrepesents XHtml file.
61515
62150
  */
@@ -66835,6 +67470,11 @@ export class SeriesCollection {
66835
67470
  * Clears the collection
66836
67471
  */
66837
67472
  clear() : void;
67473
+ /**
67474
+ * Set Monochromatic Palette for chart series.
67475
+ * @param type - The Monochromatic Type.
67476
+ */
67477
+ changeColors(type: ChartColorPaletteType) : void;
66838
67478
  /**
66839
67479
  * Gets the number of elements contained in.
66840
67480
  */
@@ -75795,6 +76435,21 @@ export class OoxmlSaveOptions extends SaveOptions {
75795
76435
  * @param saveFormat - The file format. /// It should be one of following types: <see cref="SaveFormat.Xlsx"/>, <see cref="SaveFormat.Xltx"/>, /// <see cref="SaveFormat.Xlam"/>, <see cref="SaveFormat.Xlsm"/> or <see cref="SaveFormat.Xltm"/>, /// otherwise the saved format will be set as <see cref="SaveFormat.Xlsx"/> automatically.
75796
76436
  */
75797
76437
  constructor(saveFormat: SaveFormat);
76438
+ /**
76439
+ * @deprecated Please use the 'asFlatOpc' property instead.
76440
+ * Indicates whether saving as a flat opc file which can be generated by Open XML SDK.
76441
+ */
76442
+ getAsFlatOpc() : boolean;
76443
+ /**
76444
+ * Indicates whether saving as a flat opc file which can be generated by Open XML SDK.
76445
+ */
76446
+ asFlatOpc : boolean;
76447
+ /**
76448
+ * @deprecated Please use the 'asFlatOpc' property instead.
76449
+ * Indicates whether saving as a flat opc file which can be generated by Open XML SDK.
76450
+ * @param value - The value to set.
76451
+ */
76452
+ setAsFlatOpc(value: boolean) : void;
75798
76453
  /**
75799
76454
  * @deprecated Please use the 'exportCellName' property instead.
75800
76455
  * Indicates if export cell name to Excel2007 .xlsx (.xlsm, .xltx, .xltm) file.