Sequence

Vue de l’ensemble

‘Sequence’ est une classe dans Aspose.Slides FOSS pour Python.Déduit de: ‘ISequance’.

La séquence (collecte d’effets) est une réaction.

Cette classe fournit 15 méthodes pour travailler avec des objets de séquence dans les programmes Python. Les méthodologies disponibles comprennent: add_effect, as_i_enumerable , ‘clear ; 'count; ‘get_efects_by_paragraph’ ; get-effects _by _shape : ‘remove` .

Propriétés

NameTypeAccessDescription
countintReadGets the count.
trigger_shapeIShapeRead/WriteGets or sets the trigger shape.
as_i_enumerableAnyReadGets the as i enumerable.

méthodes

SignatureDescription
add_effect(shape, effect_type, subtype, trigger_type)IEffectAdds an animation effect to a chart series/category identified by series and category indexes with specified effect settings
add_effect(paragraph, effect_type, subtype, trigger_type)IEffect
add_effect(chart, type, index, effect_type, subtype, trigger_type)IEffect
add_effect(chart, type, series_index, categories_index, effect_type, subtype, trigger_type)IEffect
add_effect()IEffectAdd an animation effect to the sequence.
remove(item)Deletes the specified effect or item from the animation sequence
remove_at(index)
clear()
remove_by_shape(shape)Deletes all effects that target the provided shape
get_effects_by_shape(shape)list[IEffect]Returns a list of effects applied to the given shape
get_effects_by_paragraph(paragraph)list[IEffect]Get effects that target a specific paragraph.
get_count(shape)int
count()intReturns the number of effects in a sequense.
trigger_shape()IShapeReturns or sets shape target for INTERACTIVE sequence.
as_i_enumerable()AnyAllows to get base IEnumerable interface.

Voir aussi

  • Aspose.Slides - référence API d’entreprise
 Français