Skip to content

Commit 80cbd24

Browse files
Merge pull request #1749 from syncfusion-content/991663-Feature-matrix-for-PowerPoint-hotfix
991663 - Added Feature Matrix Page to PowerPoint UG
2 parents 6b74c3b + 7b71b19 commit 80cbd24

File tree

4 files changed

+51
-0
lines changed

4 files changed

+51
-0
lines changed

Document-Processing-toc.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6700,6 +6700,9 @@
67006700
<li>
67016701
<a href="/document-processing/powerpoint/powerpoint-library/net/Supported-and-Unsupported-Features">Supported and Unsupported Features</a>
67026702
</li>
6703+
<li>
6704+
<a href="/document-processing/powerpoint/powerpoint-library/net/Feature-Matrix">Feature Matrix</a>
6705+
</li>
67036706
<li>
67046707
<a href="/document-processing/powerpoint/powerpoint-library/net/FAQ">FAQs</a>
67056708
<ul>
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
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.
4+
platform: document-processing
5+
control: Presentation
6+
documentation: UG
7+
---
8+
9+
# Feature Matrix in .NET PowerPoint Library
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.
12+
13+
The following table outlines the supported features for PowerPoint 2007–2016 presentations.
14+
15+
## Document Content Features
16+
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](Feature_Matrix/yes.png) </td></tr>
27+
<tr><td>Open existing PowerPoint presentations from the file system or stream.</td><td> ![Yes](Feature_Matrix/yes.png) </td></tr>
28+
<tr><td>Save PowerPoint presentation to a local file, stream, or stream it to a client browser.</td><td> ![Yes](Feature_Matrix/yes.png) </td></tr>
29+
<tr><td>Create, access, and modify paragraphs and text.</td><td> ![Yes](Feature_Matrix/yes.png) </td></tr>
30+
<tr><td>Create, access, and modify bullets and numbering.</td><td> ![Yes](Feature_Matrix/yes.png) </td></tr>
31+
<tr><td>Create, access, and modify images.</td><td> ![Yes](Feature_Matrix/yes.png) </td></tr>
32+
<tr><td>Create, access, and modify tables, rows, and cells.</td><td> ![Yes](Feature_Matrix/yes.png) </td></tr>
33+
<tr><td>Create, access, and modify shapes.</td><td> ![Yes](Feature_Matrix/yes.png) </td></tr>
34+
<tr><td>Create, access, and modify charts.</td><td> ![Yes](Feature_Matrix/yes.png) </td></tr>
35+
<tr><td>Access and modify placeholders.</td><td> ![Yes](Feature_Matrix/yes.png) </td></tr>
36+
<tr><td>Create, access, and modify SmartArt diagrams.</td><td> ![Yes](Feature_Matrix/yes.png) </td></tr>
37+
<tr><td>Create, access, and modify sections.</td><td> ![Yes](Feature_Matrix/yes.png) </td></tr>
38+
<tr><td>Create, access, and modify animation and slide transition.</td><td> ![Yes](Feature_Matrix/yes.png) </td></tr>
39+
<tr><td>Create, access, and modify hyperlinks.</td><td> ![Yes](Feature_Matrix/yes.png) </td></tr>
40+
<tr><td>Create, access, and modify slide notes.</td><td> ![Yes](Feature_Matrix/yes.png) </td></tr>
41+
<tr><td>Copy and move slide elements between PowerPoint presentations.</td><td> ![Yes](Feature_Matrix/yes.png) </td></tr>
42+
<tr><td>Merge multiple PowerPoint presentations.</td><td> ![Yes](Feature_Matrix/yes.png) </td></tr>
43+
<tr><td>Encrypt and open password-protected PowerPoint presentations.</td><td> ![Yes](Feature_Matrix/yes.png) </td></tr>
44+
<tr><td>Iterate over slide content.</td><td> ![Yes](Feature_Matrix/yes.png) </td></tr>
45+
<tr><td>Insert OLE objects in PowerPoint presentations.</td><td> ![Yes](Feature_Matrix/yes.png) </td></tr>
46+
<tr><td>Access and modify built-in document properties.</td><td> ![Yes](Feature_Matrix/yes.png) </td></tr>
47+
<tr><td>Create, access, and modify custom document properties.</td><td> ![Yes](Feature_Matrix/yes.png) </td></tr>
48+
</table>
1.33 KB
Loading
1.18 KB
Loading

0 commit comments

Comments
 (0)