Skip to content

Commit 4a2a6b5

Browse files
author
fileformat-slides
authored
Update README.md
1 parent a3d802f commit 4a2a6b5

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

+13-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Presentation Management C# API System Outlines
22

3-
This Documentation explains the internal structure of our Presentation Management C# API system. Despite its complexity, we've ensured the public APIs are user-friendly, providing a seamless experience for manipulating PowerPoint presentations.
3+
This Documentation explains the internal structure of our Presentation Management C# API system. Despite its complexity, we've ensured the public APIs are user-friendly, providing an easy experience for manipulating PowerPoint presentations.
44

55
For a more detailed understanding of our system architecture, design patterns, and public interfaces, please visit the [Articles Section](https://fileformat-slides.github.io/FileFormat.Slides-for-.NET/docs/index.html).
66

@@ -14,13 +14,24 @@ For a more detailed understanding of our system architecture, design patterns, a
1414

1515
### TextShape Class
1616
- This class is responsible to manage the text shapes within a slide.
17-
- It allows add, update, retrieve and removing of a textshape.
17+
- It allows add, update, retrieve and removing of a text shape.
1818
- It allows to set text, x and y coordinates, width, height, font size, font color, font family, text alignment of a text shape.
1919

2020
### Image Class
2121
- This class is providing the functions to deal with Image within a slide.
2222
- It allows add, update, retrieve and removing of an image.
2323

24+
### StyledList Class
25+
- This class facilitates the addition of numbered or bulleted lists.
26+
- It enables easy updates and removals of list items.
27+
- Users can change the styling of entire lists or individual items.
28+
- Complete lists can be updated or removed.
29+
- It allows conversion between numbered and bulleted lists.
30+
31+
### Table Class
32+
- Enables users to add tables to PPT/PPTX slides.
33+
- Supports styling at the table, row, and cell levels.
34+
2435
## FileFormat.Slides.Common Namespace
2536
- This namespace contains all classes, enums or methods for common use.
2637

@@ -33,11 +44,6 @@ For a more detailed understanding of our system architecture, design patterns, a
3344
## FileFormat.Slides.Facade
3445
- Contains facade classes
3546

36-
# Installation
37-
- Install-Package FileFormat.Slides
38-
39-
# System Requirements
40-
- .NET Core 3.1 and above
4147

4248
## API Reference
4349
- [API Reference](https://fileformat-slides.github.io/FileFormat.Slides-for-.NET/api/FileFormat.Slides.html) - In-depth information about public interfaces and usage.

0 commit comments

Comments
 (0)