size_with_window 属性
size_with_window 属性
如果 Microsoft Excel 调整图表大小以匹配图表工作表窗口的大小,则为真。
定义:
@property
def size_with_window(self):
...
@size_with_window.setter
def size_with_window(self, value):
...
也可以看看
- 模块 aspose.cells.charts
- 类 Chart
如果 Microsoft Excel 调整图表大小以匹配图表工作表窗口的大小,则为真。
@property
def size_with_window(self):
...
@size_with_window.setter
def size_with_window(self, value):
...