Namespace Aspose.Slides.LowCode

Namespace Aspose.Slides.LowCode

Classes

Class NameDescription
CollectRepresents a group of methods intended to collect model objects of different types from Aspose.Slides.Presentation.
CompressRepresents a group of methods intended to compress Aspose.Slides.Presentation.
ConvertRepresents a group of methods intended to convert Aspose.Slides.Presentation.
ForEachRepresents 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.
MergerRepresents a group of methods for merging PowerPoint presentations of the same format into one file.

Delegates

Delegate NameDescription
ForEach.ForEachLayoutSlideCallbackCallback 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.ForEachMasterSlideCallbackCallback 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.ForEachParagraphCallbackCallback 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.ForEachPortionCallbackCallback 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.ForEachShapeCallbackCallback 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.ForEachSlideCallbackCallback 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.GetOutPathCallbackCallback that will be invoked for each Aspose.Slides.Slide, the output path expected to be returned.