Aspose.Slides Cloud 23.4 Release Notes

Improvements and Changes

  • SLIDESCLOUD-967 Add methods to modify table elements (columns & rows)
  • SLIDESCLOUD-1727 Enable manipulating table text at paragraph & portion level
  • SLIDESCLOUD-1728 Enable text formatting at table cell level
  • SLIDESCLOUD-1729 Add methods to add/delete table elements (columns & rows)

Public API changes

Added CreateTableRow, UpdateTableRow and DeleteTableRow methods to add, update and delete table rows. See documentation for more info.

Added UpdateTableCell method to update table cells. See documentation for more info.

Added MergeTableCells and SplitTableCell methods to merge & split table cells. See documentation for more info.

Added methods to get, add, modify and delete paragraphs & portions within table cells: GetTableCellParagraph, GetTableCellParagraphs, GetTableCellPortion, GetTableCellPortions, CreateTableCellParagraph, CreateTableCellPortion, UpdateTableCellPortion, UpdateTableCellParagraph, DeleteTableCellParagraph, DeleteTableCellPortion. See documentation for more info.

New TextFrameFormat property in TableCell class allows to specify text format for table cells.