@types/office-js-preview 1.0.611 → 1.0.612

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.
@@ -8,7 +8,7 @@ This package contains type definitions for office-js-preview (https://github.com
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 07 Jul 2025 18:02:50 GMT
11
+ * Last updated: Fri, 11 Jul 2025 17:36:19 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -136401,21 +136401,21 @@ declare namespace PowerPoint {
136401
136401
  */
136402
136402
  readonly columnIndex: number;
136403
136403
  /**
136404
- * Specifies the horizontal alignment of the text in the table cell.
136404
+ * Specifies the horizontal alignment of the text in the table cell. Returns `null` if the cell text contains different alignments.
136405
136405
  *
136406
136406
  * @remarks
136407
136407
  * [Api set: PowerPointApi BETA (PREVIEW ONLY)]
136408
136408
  * @beta
136409
136409
  */
136410
- horizontalAlignment: PowerPoint.ParagraphHorizontalAlignment | "Left" | "Center" | "Right" | "Justify" | "JustifyLow" | "Distributed" | "ThaiDistributed";
136410
+ horizontalAlignment: PowerPoint.ParagraphHorizontalAlignment | "Left" | "Center" | "Right" | "Justify" | "JustifyLow" | "Distributed" | "ThaiDistributed" | null;
136411
136411
  /**
136412
- * Specifies the indent level of the text in the table cell.
136412
+ * Specifies the indent level of the text in the table cell. Returns `null` if the cell text contains different indent levels.
136413
136413
  *
136414
136414
  * @remarks
136415
136415
  * [Api set: PowerPointApi BETA (PREVIEW ONLY)]
136416
136416
  * @beta
136417
136417
  */
136418
- indentLevel: number;
136418
+ indentLevel: number | null;
136419
136419
  /**
136420
136420
  * Gets the number of table rows this cell spans across.
136421
136421
  Will be greater than or equal to 1.
@@ -140904,21 +140904,21 @@ declare namespace PowerPoint {
140904
140904
  /** An interface for updating data on the `TableCell` object, for use in `tableCell.set({ ... })`. */
140905
140905
  interface TableCellUpdateData {
140906
140906
  /**
140907
- * Specifies the horizontal alignment of the text in the table cell.
140907
+ * Specifies the horizontal alignment of the text in the table cell. Returns `null` if the cell text contains different alignments.
140908
140908
  *
140909
140909
  * @remarks
140910
140910
  * [Api set: PowerPointApi BETA (PREVIEW ONLY)]
140911
140911
  * @beta
140912
140912
  */
140913
- horizontalAlignment?: PowerPoint.ParagraphHorizontalAlignment | "Left" | "Center" | "Right" | "Justify" | "JustifyLow" | "Distributed" | "ThaiDistributed";
140913
+ horizontalAlignment?: PowerPoint.ParagraphHorizontalAlignment | "Left" | "Center" | "Right" | "Justify" | "JustifyLow" | "Distributed" | "ThaiDistributed" | null;
140914
140914
  /**
140915
- * Specifies the indent level of the text in the table cell.
140915
+ * Specifies the indent level of the text in the table cell. Returns `null` if the cell text contains different indent levels.
140916
140916
  *
140917
140917
  * @remarks
140918
140918
  * [Api set: PowerPointApi BETA (PREVIEW ONLY)]
140919
140919
  * @beta
140920
140920
  */
140921
- indentLevel?: number;
140921
+ indentLevel?: number | null;
140922
140922
  /**
140923
140923
  * Specifies the text content of the table cell.
140924
140924
  *
@@ -141666,21 +141666,21 @@ declare namespace PowerPoint {
141666
141666
  */
141667
141667
  columnIndex?: number;
141668
141668
  /**
141669
- * Specifies the horizontal alignment of the text in the table cell.
141669
+ * Specifies the horizontal alignment of the text in the table cell. Returns `null` if the cell text contains different alignments.
141670
141670
  *
141671
141671
  * @remarks
141672
141672
  * [Api set: PowerPointApi BETA (PREVIEW ONLY)]
141673
141673
  * @beta
141674
141674
  */
141675
- horizontalAlignment?: PowerPoint.ParagraphHorizontalAlignment | "Left" | "Center" | "Right" | "Justify" | "JustifyLow" | "Distributed" | "ThaiDistributed";
141675
+ horizontalAlignment?: PowerPoint.ParagraphHorizontalAlignment | "Left" | "Center" | "Right" | "Justify" | "JustifyLow" | "Distributed" | "ThaiDistributed" | null;
141676
141676
  /**
141677
- * Specifies the indent level of the text in the table cell.
141677
+ * Specifies the indent level of the text in the table cell. Returns `null` if the cell text contains different indent levels.
141678
141678
  *
141679
141679
  * @remarks
141680
141680
  * [Api set: PowerPointApi BETA (PREVIEW ONLY)]
141681
141681
  * @beta
141682
141682
  */
141683
- indentLevel?: number;
141683
+ indentLevel?: number | null;
141684
141684
  /**
141685
141685
  * Gets the number of table rows this cell spans across.
141686
141686
  Will be greater than or equal to 1.
@@ -142899,7 +142899,7 @@ declare namespace PowerPoint {
142899
142899
  */
142900
142900
  columnIndex?: boolean;
142901
142901
  /**
142902
- * Specifies the horizontal alignment of the text in the table cell.
142902
+ * Specifies the horizontal alignment of the text in the table cell. Returns `null` if the cell text contains different alignments.
142903
142903
  *
142904
142904
  * @remarks
142905
142905
  * [Api set: PowerPointApi BETA (PREVIEW ONLY)]
@@ -142907,7 +142907,7 @@ declare namespace PowerPoint {
142907
142907
  */
142908
142908
  horizontalAlignment?: boolean;
142909
142909
  /**
142910
- * Specifies the indent level of the text in the table cell.
142910
+ * Specifies the indent level of the text in the table cell. Returns `null` if the cell text contains different indent levels.
142911
142911
  *
142912
142912
  * @remarks
142913
142913
  * [Api set: PowerPointApi BETA (PREVIEW ONLY)]
@@ -143013,7 +143013,7 @@ declare namespace PowerPoint {
143013
143013
  */
143014
143014
  columnIndex?: boolean;
143015
143015
  /**
143016
- * For EACH ITEM in the collection: Specifies the horizontal alignment of the text in the table cell.
143016
+ * For EACH ITEM in the collection: Specifies the horizontal alignment of the text in the table cell. Returns `null` if the cell text contains different alignments.
143017
143017
  *
143018
143018
  * @remarks
143019
143019
  * [Api set: PowerPointApi BETA (PREVIEW ONLY)]
@@ -143021,7 +143021,7 @@ declare namespace PowerPoint {
143021
143021
  */
143022
143022
  horizontalAlignment?: boolean;
143023
143023
  /**
143024
- * For EACH ITEM in the collection: Specifies the indent level of the text in the table cell.
143024
+ * For EACH ITEM in the collection: Specifies the indent level of the text in the table cell. Returns `null` if the cell text contains different indent levels.
143025
143025
  *
143026
143026
  * @remarks
143027
143027
  * [Api set: PowerPointApi BETA (PREVIEW ONLY)]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.611",
3
+ "version": "1.0.612",
4
4
  "description": "TypeScript definitions for office-js-preview",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
6
6
  "license": "MIT",
@@ -46,7 +46,7 @@
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
48
  "peerDependencies": {},
49
- "typesPublisherContentHash": "731dc14d26db062fcd066df4d575c1b4c5dc71339546ac3ba522384ee772bd7d",
49
+ "typesPublisherContentHash": "b889add30a0d5805b1cd1bdb16560067c1d2717c22cb26f28c02d95fc1ea02be",
50
50
  "typeScriptVersion": "5.1",
51
51
  "nonNpm": true
52
52
  }