|
1 | 1 | --- |
2 | 2 | title: Feature Matrix in .NET PowerPoint Library | Syncfusion |
3 | | -description: Explore the supported features of Syncfusion® Essential PowerPoint for working with PowerPoint 2007–2016 presentations programmatically. |
| 3 | +description: Explore the supported features of Syncfusion® Essential PowerPoint for working with PowerPoint 2007–2016 and later OOXML presentations programmatically. |
4 | 4 | platform: document-processing |
5 | 5 | control: Presentation |
6 | 6 | documentation: UG |
7 | 7 | --- |
8 | 8 |
|
9 | 9 | # Feature Matrix in .NET PowerPoint Library |
10 | 10 |
|
11 | | -Syncfusion® Essential PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) that provides comprehensive support for creating, editing, and managing PowerPoint presentations programmatically. It allows seamless handling of slides, shapes, charts, SmartArt, tables, and more. |
| 11 | +Syncfusion® Essential PowerPoint is the [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) that provides comprehensive support for creating, editing, and managing PowerPoint presentations programmatically. It allows seamless handling of features such as slides, shapes, charts, SmartArt, and tables. |
12 | 12 |
|
13 | | -The following table outlines the supported features for PowerPoint 2007–2016 presentations. |
| 13 | +For prerequisites and setup, refer to the [Assemblies Required](Assemblies-Required) and [NuGet Packages Required](NuGet-Packages-Required) pages. For a quick start, see the [Getting Started](Getting-Started) guide. |
| 14 | + |
| 15 | +The following table outlines the supported features for PowerPoint 2007–2016 and later OOXML presentations. |
14 | 16 |
|
15 | 17 | ## Document Content Features |
16 | 18 |
|
17 | | -<table> |
18 | | - <tr> |
19 | | - <td> |
20 | | - {{'**Document Content Features**'| markdownify }} |
21 | | - </td> |
22 | | - <td> |
23 | | - {{'**PowerPoint 2007–2016**'| markdownify }} |
24 | | - </td> |
25 | | - </tr> |
26 | | - <tr><td>Create PowerPoint presentations from scratch or edit an existing presentation.</td><td> Yes </td></tr> |
27 | | - <tr><td>Open existing PowerPoint presentations from the file system or stream.</td><td> Yes </td></tr> |
28 | | - <tr><td>Save PowerPoint presentation to a local file, stream, or stream it to a client browser.</td><td> Yes </td></tr> |
29 | | - <tr><td>Create, access, and modify paragraphs and text.</td><td> Yes </td></tr> |
30 | | - <tr><td>Create, access, and modify bullets and numbering.</td><td> Yes </td></tr> |
31 | | - <tr><td>Create, access, and modify images.</td><td> Yes </td></tr> |
32 | | - <tr><td>Create, access, and modify tables, rows, and cells.</td><td> Yes </td></tr> |
33 | | - <tr><td>Create, access, and modify shapes.</td><td> Yes </td></tr> |
34 | | - <tr><td>Create, access, and modify charts.</td><td> Yes </td></tr> |
35 | | - <tr><td>Access and modify placeholders.</td><td> Yes </td></tr> |
36 | | - <tr><td>Create, access, and modify SmartArt diagrams.</td><td> Yes </td></tr> |
37 | | - <tr><td>Create, access, and modify sections.</td><td> Yes </td></tr> |
38 | | - <tr><td>Create, access, and modify animation and slide transition.</td><td> Yes </td></tr> |
39 | | - <tr><td>Create, access, and modify hyperlinks.</td><td> Yes </td></tr> |
40 | | - <tr><td>Create, access, and modify slide notes.</td><td> Yes </td></tr> |
41 | | - <tr><td>Copy and move slide elements between PowerPoint presentations.</td><td> Yes </td></tr> |
42 | | - <tr><td>Merge multiple PowerPoint presentations.</td><td> Yes </td></tr> |
43 | | - <tr><td>Encrypt and open password-protected PowerPoint presentations.</td><td> Yes </td></tr> |
44 | | - <tr><td>Iterate over slide content.</td><td> Yes </td></tr> |
45 | | - <tr><td>Insert OLE objects in PowerPoint presentations.</td><td> Yes </td></tr> |
46 | | - <tr><td>Access and modify built-in document properties.</td><td> Yes </td></tr> |
47 | | - <tr><td>Create, access, and modify custom document properties.</td><td> Yes </td></tr> |
48 | | -</table> |
| 19 | +| Document Content Features | PowerPoint 2007–2016 and later | |
| 20 | +| --- | :---: | |
| 21 | +| Create PowerPoint presentations from scratch or edit an existing presentation. | Yes | |
| 22 | +| Open existing PowerPoint presentations from the file system or stream. | Yes | |
| 23 | +| Save a PowerPoint presentation to a local file, stream, or stream it to a client browser. | Yes | |
| 24 | +| Create, access, and modify paragraphs and text. | Yes | |
| 25 | +| Create, access, and modify bullets and numbering. | Yes | |
| 26 | +| Create, access, and modify images. | Yes | |
| 27 | +| Create, access, and modify tables, rows, and cells. | Yes | |
| 28 | +| Create, access, and modify shapes. | Yes | |
| 29 | +| Create, access, and modify charts. | Yes | |
| 30 | +| Create, access, and modify placeholders. | Yes | |
| 31 | +| Create, access, and modify SmartArt diagrams. | Yes | |
| 32 | +| Create, access, and modify sections. | Yes | |
| 33 | +| Create, access, and modify animations. | Yes | |
| 34 | +| Create, access, and modify slide transitions. | Yes | |
| 35 | +| Create, access, and modify hyperlinks. | Yes | |
| 36 | +| Create, access, and modify slide notes. | Yes | |
| 37 | +| Copy and move slide elements between PowerPoint presentations. | Yes | |
| 38 | +| Merge multiple PowerPoint presentations. | Yes | |
| 39 | +| Encrypt and open password-protected PowerPoint presentations. | Yes | |
| 40 | +| Traverse slide content programmatically. | Yes | |
| 41 | +| Insert OLE objects in PowerPoint presentations. | Yes | |
| 42 | +| Create, access, and modify built-in document properties. | Yes | |
| 43 | +| Create, access, and modify custom document properties. | Yes | |
| 44 | + |
| 45 | + |
0 commit comments