v24.2.0
fileformat-slides
released this
20 Feb 10:41
·
13 commits
to main
since this release
Table Class
- Enables users to add tables to PPT/PPTX slides.
- Supports styling at the table, row, and cell levels.
TableColumn Class
- Responsible to add column heading in a table.
TableRow Class
- It contains the cells information according to table columns
- User can apply styling at row level.
TableCell Class
- It represents the cell of a table.
- User can apply styling on a particular cell.