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);
ParameterTypeDescription
portionPortionCurrent iterated portion
paraParagraphCurrent iterated paragraph
slideBaseSlideCurrent iterated slide
indexInt32Index of the current portion in the paragraph

See Also