IGradientStopCollection

IGradientStopCollection — Aspose.Slides FOSS Python API Reference

概述

IGradientStopCollection 代表了i梯度停止对象的集合.浏览下面表中的属性和方法,以了解此类型的完整公开API表面.这里列出的所有成员都是稳定的公共API的一部分,可能用于针对FOSS版本的生产代码.

Package: aspose.slides_foss


描述情况

IGradientStopCollection 是Python的Aspose.Slides FOSS库中的一个类,它暴露了8个方法和2个属性用于编程使用. 它扩展到 ABC, 继承了其母型的共享功能.

核心能力包括: list; igradientstop; none.这些操作使开发人员能够直接将gradientstopcollection功能集成到Python应用中.

属性

Property类型Access描述情况
as_i_collectionlist仅读取收藏值为_i.
as_i_enumerableAny仅读取值是可数的.

方法

Method收益率描述情况
add(position, color)IGradientStop增加一个对这个集合.
insert(index, position, color)None执行插入操作.
remove_at(index)None从这个集合中删除指定的 _at.
clear()None执行清晰的操作.

查看更多

 中文