fill 属性
fill 属性
返回一个 Shape.fill_format 对象,该对象包含指定形状的 fill 格式化属性。
例子
fillFmt = shape.fill
定义:
@property
def fill(self):
...
也可以看看
- 模块 aspose.cells.drawing
- 类 FillFormat
- 类 Label
返回一个 Shape.fill_format 对象,该对象包含指定形状的 fill 格式化属性。
fillFmt = shape.fill
@property
def fill(self):
...