SequenceGetEffectsByParagraph 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)
Syntaxpublic IEffect[] GetEffectsByParagraph(
IParagraph paragraph
)
Public Function GetEffectsByParagraph (
paragraph As IParagraph
) As IEffect()
public:
virtual array<IEffect^>^ GetEffectsByParagraph(
IParagraph^ paragraph
) sealed
abstract GetEffectsByParagraph :
paragraph : IParagraph -> IEffect[]
override GetEffectsByParagraph :
paragraph : IParagraph -> IEffect[]
Parameters
- paragraph
- Type: Aspose.SlidesIParagraph
Return Value
Type:
IEffectImplements
ISequenceGetEffectsByParagraph(IParagraph)
See Also