Skip to content

Releases: fileformat-slides/FileFormat.Slides-for-.NET

v24.2.0

20 Feb 10:41
4a2a6b5
Compare
Choose a tag to compare

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.

v24.1.0

18 Jan 17:54
Compare
Choose a tag to compare

Fixed Issues:

  • Resolved an issue with the background color of slides in existing presentations.
  • Corrected the default background color issue for text shapes in existing presentations.

New Features:

  • Introduced the ability to create numbered text lists.
  • Added functionality for updating both numbered and bulleted lists.
  • Enhanced functionality to append new list items to existing numbered or bulleted lists.
  • Improved functionality to remove specific list items from existing numbered or bulleted lists.
  • Expanded capabilities to change the list type dynamically between "Numbered" and "Bulleted".

v23.12.0

20 Dec 13:45
Compare
Choose a tag to compare
  • Insert Text Segments with different styles in the TextShape of a Slide.
  • Add or Change the Background Color of a Text Shape.
  • Add or Change the Background Color of a Slide.
  • Add a Bulleted List in a Slide.

v23.11.0

20 Dec 13:39
ea939a3
Compare
Choose a tag to compare
  • Create a PowerPoint Presentation Programmatically.
  • Insert, Update and Remove PowerPoint Presentation Slide Programmatically.
  • Insert, Update and Remove Text Shape in a Slide Programmatically.
  • Insert, Update and Remove Image in a Slide Programmatically.