ForEach.ForEachPortionCallback
ForEach.ForEachPortionCallback delegate
Callback that will be invoked for each Portion in the Paragraph on the BaseSlide.
public delegate void ForEachPortionCallback(Portion portion, Paragraph para, BaseSlide slide,
int index);
| Parameter | Type | Description |
|---|---|---|
| portion | Portion | Current iterated portion |
| para | Paragraph | Current iterated paragraph |
| slide | BaseSlide | Current iterated slide |
| index | Int32 | Index of the current portion in the paragraph |
See Also
- class Portion
- class Paragraph
- class BaseSlide
- class ForEach
- namespace Aspose.Slides.LowCode
- assembly Aspose.Slides