ISequenceGetEffectsByParagraph Method

Returns array of effects for the specified paragraph.

Namespace:  Aspose.Slides.Animation
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
IEffect[] GetEffectsByParagraph(
	IParagraph paragraph
)

Parameters

paragraph
Type: Aspose.SlidesIParagraph

Return Value

Type: IEffect
See Also