Namespace Aspose.Slides.LowCode
Namespace Aspose.Slides.LowCode
Classes
| Class Name | Description |
|---|---|
| Collect | Represents a group of methods intended to collect model objects of different types from Aspose.Slides.Presentation. |
| Compress | Represents a group of methods intended to compress Aspose.Slides.Presentation. |
| Convert | Represents a group of methods intended to convert Aspose.Slides.Presentation. |
| ForEach | Represents a group of methods intended to iterate over different Aspose.Slides.Presentation model objects. These methods can be useful if you need to iterate and change some Presentation’ elements formatting or content, e.g. change each portion formatting. |
| Merger | Represents a group of methods for merging PowerPoint presentations of the same format into one file. |
Delegates
| Delegate Name | Description |
|---|---|
| ForEach.ForEachLayoutSlideCallback | Callback that will be invoked for each Aspose.Slides.LowCode.ForEach.LayoutSlide(Aspose.Slides.Presentation,Aspose.Slides.LowCode.ForEach.ForEachLayoutSlideCallback) in the Aspose.Slides.Presentation. |
| ForEach.ForEachMasterSlideCallback | Callback that will be invoked for each Aspose.Slides.LowCode.ForEach.MasterSlide(Aspose.Slides.Presentation,Aspose.Slides.LowCode.ForEach.ForEachMasterSlideCallback) in the Aspose.Slides.Presentation. |
| ForEach.ForEachParagraphCallback | Callback that will be invoked for each Aspose.Slides.LowCode.ForEach.Paragraph(Aspose.Slides.Presentation,Aspose.Slides.LowCode.ForEach.ForEachParagraphCallback) on the Aspose.Slides.BaseSlide. |
| ForEach.ForEachPortionCallback | Callback that will be invoked for each Aspose.Slides.LowCode.ForEach.Portion(Aspose.Slides.Presentation,Aspose.Slides.LowCode.ForEach.ForEachPortionCallback) in the Aspose.Slides.LowCode.ForEach.Paragraph(Aspose.Slides.Presentation,Aspose.Slides.LowCode.ForEach.ForEachParagraphCallback) on the Aspose.Slides.BaseSlide. |
| ForEach.ForEachShapeCallback | Callback that will be invoked for each Aspose.Slides.LowCode.ForEach.Shape(Aspose.Slides.Presentation,Aspose.Slides.LowCode.ForEach.ForEachShapeCallback) in the Aspose.Slides.Presentation. |
| ForEach.ForEachSlideCallback | Callback that will be invoked for each Aspose.Slides.LowCode.ForEach.Slide(Aspose.Slides.Presentation,Aspose.Slides.LowCode.ForEach.ForEachSlideCallback) in the Aspose.Slides.Presentation. |
| Convert.GetOutPathCallback | Callback that will be invoked for each Aspose.Slides.Slide, the output path expected to be returned. |