You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-7
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Presentation Management C# API System Outlines
2
2
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.
4
4
5
5
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).
6
6
@@ -14,13 +14,24 @@ For a more detailed understanding of our system architecture, design patterns, a
14
14
15
15
### TextShape Class
16
16
- 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.
18
18
- It allows to set text, x and y coordinates, width, height, font size, font color, font family, text alignment of a text shape.
19
19
20
20
### Image Class
21
21
- This class is providing the functions to deal with Image within a slide.
22
22
- It allows add, update, retrieve and removing of an image.
23
23
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
+
24
35
## FileFormat.Slides.Common Namespace
25
36
- This namespace contains all classes, enums or methods for common use.
26
37
@@ -33,11 +44,6 @@ For a more detailed understanding of our system architecture, design patterns, a
33
44
## FileFormat.Slides.Facade
34
45
- Contains facade classes
35
46
36
-
# Installation
37
-
- Install-Package FileFormat.Slides
38
-
39
-
# System Requirements
40
-
- .NET Core 3.1 and above
41
47
42
48
## API Reference
43
49
-[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