Skip to content

v24.2.0

Compare
Choose a tag to compare
@fileformat-slides fileformat-slides released this 20 Feb 10:41
· 13 commits to main since this release
4a2a6b5

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.