Skip to content

Commit f38f2d5

Browse files
Updated examples
1 parent 1fce1f6 commit f38f2d5

File tree

8 files changed

+3
-3
lines changed

8 files changed

+3
-3
lines changed

slides/english/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ url: /
1515

1616
Explore the extensive range of tutorials for Aspose.Slides. Uncover the realm of presentation processing as you delve into the art of utilizing Aspose.Slides to its fullest potential. These tutorials provide step-by-step guidance, helping you master tasks such as slide creation, modification, formatting, and multimedia integration in PowerPoint presentations. Whether you're a seasoned developer or a newcomer, these resources equip you with the skills needed to excel in crafting dynamic and compelling presentations using Aspose.Slides.
1717

18-
## Aspose.Slides For .NET: The PowerPoint Processing API
18+
## Aspose.Slides For .NET: The PowerPoint Processing API(./net/)
1919
{{% alert color="primary" %}}
2020

2121
Embark on a journey of expertise with our Aspose.Slides for .NET tutorials, designed to empower developers with the skills to master presentation manipulation, conversion, and PowerPoint processing. These tutorials offer hands-on guidance, enabling you to seamlessly navigate through the intricacies of creating, customizing, and transforming PowerPoint presentations programmatically. Whether you're seeking to automate tasks, convert presentations to different formats, or enhance slides with multimedia elements, these tutorials provide comprehensive insights to elevate your development capabilities and produce dynamic, professional presentations with ease.

slides/english/net/tables/add-image-inside-table-cell/example.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//ExStepSummary:4:The following code shows how to load an image from file and add it to the presentation:
88
//ExStepSummary:5:The following code shows how to configure the first table cell to display the image:
99
//ExStepSummary:6:The following code shows how to save the presentation to disk:
10-
//ExStepImage:4:images/1.png
10+
//ExStepImage:3:images/1.png
1111
//ExStepImage:5:images/2.png
1212

1313

slides/english/net/text/animate-text-type/example.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//ExStepSummary:4:The following code shows how to set the text animation type to animate by letter:
88
//ExStepSummary:5:The following code shows how to set the delay between animated text parts:
99
//ExStepSummary:6:The following code shows how to save the presentation with the animation effect:
10-
//ExStepImage:5:images/1.png
10+
//ExStepImage:4:images/1.png
1111
//ExStep:0-
1212
// Path to output document
1313
string outFilePath = Path.Combine(RunExamples.OutPath, "AnimateTextEffect_out.pptx");

0 commit comments

Comments
 (0)