GetEffectsByParagraph()

ISequence::GetEffectsByParagraph(System::SharedPtr<IParagraph>) method

Returns array of effects for the specified paragraph.

virtual System::ArrayPtr<System::SharedPtr<IEffect>> Aspose::Slides::Animation::ISequence::GetEffectsByParagraph(System::SharedPtr<IParagraph> paragraph)=0

Arguments

ParameterTypeDescription
paragraphSystem::SharedPtr<IParagraph>Paragraph object IParagraph

Return Value

Array of effects IEffect

See Also