ShapePropertyCollection类
ShapePropertyCollection类
此类指定图表元素或形状的视觉形状属性。
ShapePropertyCollection 类型公开以下成员:
属性
属性 | 描述 |
---|---|
glow_effect | 表示为图表元素或形状指定发光效果的 ShapePropertyCollection.glow_effect 对象。 |
format_3d | 表示一个 ShapePropertyCollection.format_3d 对象,该对象指定图表元素或形状的 3D 形状属性。 |
soft_edge_radius | 获取并设置应用于边缘的模糊半径,以点为单位。 |
shadow_effect | 表示指定图表元素或形状的阴影效果的 ShapePropertyCollection.shadow_effect 对象。 |
方法
方法 | 描述 |
---|---|
clear_glow_effect(self) | 清除形状的光晕效果。 |
has_glow_effect(self) | 指示形状是否具有辉光效果数据。 |
has_format_3d(self) | 指示形状是否具有 3d 格式数据。 |
clear_format_3d(self) | 清除形状的 3D 形状属性。 |
clear_shadow_effect(self) | 清除图表元素或形状的阴影效果。 |
has_shadow_effect(self) | 指示形状是否具有阴影效果数据。 |