@mescius/wijmo.xlsx 5.20252.43-nightly.d20251114.t173428 → 5.20252.43-nightly.d20251118.t040636

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/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20252.43-nightly.d20251114.t173428
3
+ * Wijmo Library 5.20252.43-nightly.d20251118.t040636
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -5438,6 +5438,10 @@ export declare class WorkbookFont implements IWorkbookFont {
5438
5438
  * Indicates whether the current font is underlined.
5439
5439
  */
5440
5440
  underline: boolean;
5441
+ /**
5442
+ * Indicates whether the current font is strikethrough.
5443
+ */
5444
+ strikethrough: boolean;
5441
5445
  /**
5442
5446
  * Gets or sets the font color.
5443
5447
  *
@@ -6202,6 +6206,7 @@ export interface IWorkbookFont {
6202
6206
  * Gets or sets a value indicating whether this font is underlined.
6203
6207
  */
6204
6208
  underline?: boolean;
6209
+ strikethrough?: boolean;
6205
6210
  /**
6206
6211
  * Gets or sets the font color.
6207
6212
  *