Sequence

概述

Sequence 是Python的Aspose.Slides FOSS中的一个类. 继承人: ISequence.

表示序列 (集合效果).

本类提供了在Python程序中与Sequence对象工作的15种方法. 有的方法包括: add_effect, as_i_enumerable, clear, count, get_count, get_effects_by_paragraph, get_effects_by_shape, remove, remove_at, remove_by_shape, trigger_shape. 在安装Python包的Aspose.Slides FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: as_i_enumerable, count, trigger_shape.

属性

名称:类型Access描述情况
countint阅读获取计数。.
trigger_shapeIShape阅读/写作获取或设置触发器形状。.
as_i_enumerableAny阅读获取作为 IEnumerable 的.

方法

Signature描述情况
add_effect(shape, effect_type, subtype, trigger_type)IEffect将动画效果添加到表格系列/类别,由特定的效应设置中的系列和类型索引识别.
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()IEffect添加动画效果.
remove(item)从动画序列中删除指定效果或项目
remove_at(index)
clear()
remove_by_shape(shape)删除所有针对所提供形状的效果
get_effects_by_shape(shape)list[IEffect]返回对给定形状应用的效果列表
get_effects_by_paragraph(paragraph)list[IEffect]获取针对特定段落的效果。.
get_count(shape)int
count()int返回一个序列中的效果数.
trigger_shape()IShape返回或设置 INTERACTIVE 序列的形状目标.
as_i_enumerable()Any允许获得基本的 IEnumerable 接口.

查看更多

 中文