Delegate ForEach.ForEachPortionCallback

Delegate ForEach.ForEachPortionCallback

Namespace: Aspose.Slides.LowCode
Assembly: Aspose.Slides.dll (25.12.0)

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.

public delegate void ForEach.ForEachPortionCallback(Portion portion, Paragraph para, BaseSlide slide, int index)

Parameters

portion Portion

Current iterated portion

para Paragraph

Current iterated paragraph

slide BaseSlide

Current iterated slide

index int

Index of the current portion in the paragraph