Skip to content

Commit bc70e85

Browse files
Resolved UI issues in staging link
1 parent edb880b commit bc70e85

9 files changed

Lines changed: 208 additions & 197 deletions

File tree

Document-Processing/PowerPoint/PowerPoint-Library/NET/Assemblies-Required.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Assembly
1919
</th>
2020
</tr>
2121
</thead>
22-
<tbody>
2322
<tr>
2423
<td>
2524
@@ -57,7 +56,7 @@ T> * Upgrade quickly with no manual effort.
5756
T> Note: To avoid trial watermark when using NuGet packages, it is recommended to register license key in application. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) for information on registering Syncfusion<sup>&reg;</sup> license key in your application to use our components.
5857
T> Refer [here](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/nuget-packages-required) for more information on the required NuGet packages.
5958

60-
#### Retired Platforms
59+
### Retired Platforms
6160

6261
The following assemblies need to be referenced in your application based on the platform.
6362

@@ -94,7 +93,6 @@ Assembly
9493
</th>
9594
</tr>
9695
</thead>
97-
<tbody>
9896
<tr>
9997
<td>
10098
@@ -136,7 +134,7 @@ Syncfusion.PresentationRenderer.NET<br/>Syncfusion.Pdf.Imaging.NET<br/>Syncfusio
136134
</tr>
137135
</table>
138136

139-
#### Retired Platforms
137+
### Retired Platforms
140138

141139
The following assemblies need to be referenced in your application based on the platform.
142140

@@ -184,7 +182,6 @@ Assembly
184182
</th>
185183
</tr>
186184
</thead>
187-
<tbody>
188185
<tr>
189186
<td>
190187
{{'[WPF](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-wpf)' | markdownify}}, {{'[Windows Forms](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-windows-forms)' | markdownify}} and {{'[ASP.NET MVC](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-asp-net-mvc)' | markdownify}}<br/></td><td>
@@ -232,7 +229,7 @@ Syncfusion.SfChart.UWP<br/>
232229
</tr>
233230
</table>
234231

235-
#### Retired Platforms
232+
### Retired Platforms
236233

237234
The following assemblies need to be referenced in your application based on the platform.
238235

@@ -279,7 +276,6 @@ Assembly
279276
</th>
280277
</tr>
281278
</thead>
282-
<tbody>
283279
<tr>
284280
<td>
285281
WPF, Windows Forms and ASP.NET MVC<br/>
@@ -298,10 +294,9 @@ Syncfusion.OfficeChartToImageConverter.Portable<br/>
298294
Syncfusion.SfChart.Portable<br/>
299295
</td>
300296
</tr>
301-
</tbody>
302297
</table>
303298

304-
#### Retired Platforms
299+
### Retired Platforms
305300

306301
The following assemblies need to be referenced in your application based on the platform.
307302

Document-Processing/PowerPoint/PowerPoint-Library/NET/Charts/Chart-Data-Labels.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,3 +274,9 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
274274
## See Also
275275

276276
* [How to change text of data labels for Chart in Presentation](https://support.syncfusion.com/kb/article/13828/how-to-change-the-text-in-data-labels-inside-a-chart-in-presentation-using-c-in-aspnet-core)
277+
* [Chart Area in PowerPoint](Chart-Area)
278+
* [Chart Axis in PowerPoint](Chart-Axis)
279+
* [Chart Title in PowerPoint](Chart-Title)
280+
* [Chart Legend in PowerPoint](Chart-Legend)
281+
* [Chart Plot Area in PowerPoint](Chart-Plot-Area)
282+
* [Chart Series in PowerPoint](Chart-Series)

Document-Processing/PowerPoint/PowerPoint-Library/NET/Document-Object-Model.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,6 @@ documentation: UG
99

1010
To create or modify a PowerPoint Presentation, you need to understand how elements are organized in the Essential<sup>&reg;</sup> Presentation Document Object Model (DOM). The following figure illustrates the hierarchy of the major DOM elements.
1111

12-
## DOM hierarchy
13-
| Element | Type | Description |
14-
|---------|------|-------------|
15-
| `IPresentation` | Root | Represents the entire PowerPoint presentation file. |
16-
| `ISlide` | Collection member | Represents a single slide within a presentation. |
17-
| `NotesSlide` | Associated element | Stores the speaker notes for a slide. |
18-
| `IShape` | Collection member | Represents a shape, picture, table, chart, or placeholder inside a slide. |
19-
| `ITextBody` | Shape child | Holds the formatted text content of a shape. |
20-
| `IParagraph` | TextBody child | Represents a paragraph within a text body. |
21-
| `ITextPart` | Paragraph child | Represents a run of text within a paragraph. |
22-
| `IPlaceholder` | Shape variant | Represents a layout placeholder on a slide. |
2312

2413
![Document Object Model of the Essential Presentation library](DocumentObjectModel_images/DocumentObjectModel_img1.png)
2514

Document-Processing/PowerPoint/PowerPoint-Library/NET/NuGet-Packages-Required.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ To use NuGet package in your project, refer to the NuGet package [Installation](
482482

483483
The PowerPoint Presentation NuGet packages can be installed and uninstalled using the Package Manager Console. In Visual Studio, select **Tools > NuGet Package Manager > Package Manager Console** and execute the following commands in respective platforms.
484484

485-
N> The Syncfusion<sup>&reg;</sup> components are available in nuget.org
485+
N> The Syncfusion<sup>&reg;</sup> components are available in [NuGet.org](https://www.nuget.org/)
486486

487487
<table>
488488
<tr>

0 commit comments

Comments
 (0)