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)
SyntaxIEffect[] GetEffectsByParagraph(
IParagraph paragraph
)
Function GetEffectsByParagraph (
paragraph As IParagraph
) As IEffect()
array<IEffect^>^ GetEffectsByParagraph(
IParagraph^ paragraph
)
abstract GetEffectsByParagraph :
paragraph : IParagraph -> IEffect[]
Parameters
- paragraph
- Type: Aspose.SlidesIParagraph
Return Value
Type:
IEffect
See Also