Delegate ForEach.ForEachParagraphCallback

Delegate ForEach.ForEachParagraphCallback

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

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.

public delegate void ForEach.ForEachParagraphCallback(Paragraph para, BaseSlide slide, int index)

Parameters

para Paragraph

Current iterated paragraph

slide BaseSlide

Current iterated slide

index int

Index of the current paragraph on the slide