Files
docx-js/demo
Firat Ciftci 7d1129900f Fix: separate vertical alignment enums for ITableCellOptions and ISectionPropertiesOptions (#3079)
* fix: separate vertical alignment enums for table and section properties

- Introduced `VerticalAlignTable` for table-cell vertical alignment with valid values: `top`, `center`, and `bottom`.
- Added `VerticalAlignSection` for section properties, extending `VerticalAlignTable` with an additional value `both`.
- Marked the original `VerticalAlign` as deprecated for backward compatibility, directing users to the new enums.
- Updated type definitions for better clarity on valid vertical alignments.

* refactor: update vertical alignment imports and types for section and table properties

- Renamed `VerticalAlign` to `VerticalAlignSection` in section properties and `VerticalAlignTable` in table-cell properties for clarity.
- Updated type definitions to reflect the new enum names, ensuring better organization and understanding of vertical alignment options.
- Adjusted related test cases to utilize the new imports and types.

* refactor: update demos to use new enums for table and section properties for vertical alignment
2025-05-02 19:58:10 +01:00
..
2018-09-04 17:32:16 +03:00
2023-12-31 18:54:35 +00:00
2023-06-05 00:33:43 +01:00
2023-06-05 00:33:43 +01:00
2023-12-31 18:54:35 +00:00
2023-06-05 00:33:43 +01:00
2023-06-05 00:33:43 +01:00
2023-06-05 00:33:43 +01:00
2023-06-05 00:33:43 +01:00
2023-12-31 14:22:22 +00:00
2023-06-05 00:33:43 +01:00
2023-06-05 00:33:43 +01:00
2023-06-05 00:33:43 +01:00
2023-06-05 00:33:43 +01:00
2024-01-03 00:13:13 +00:00
2023-06-05 00:33:43 +01:00
2023-06-05 00:33:43 +01:00
2023-06-12 19:21:22 +01:00
2023-06-12 19:45:03 +01:00
2023-06-12 19:45:03 +01:00
2023-06-25 03:09:29 +01:00
2023-12-30 02:23:54 +00:00
2024-11-28 10:33:19 +00:00
2023-07-21 20:11:52 +01:00
2023-12-22 01:10:54 +00:00
2023-12-30 02:23:54 +00:00