auto_scale_font 属性
auto_scale_font 属性
如果对象中的文本在对象大小更改时更改字体大小,则为真。默认值是true。
定义:
@property
def auto_scale_font(self):
...
@auto_scale_font.setter
def auto_scale_font(self, value):
...
也可以看看
- 模块 aspose.cells.charts
- 类 Title
如果对象中的文本在对象大小更改时更改字体大小,则为真。默认值是true。
@property
def auto_scale_font(self):
...
@auto_scale_font.setter
def auto_scale_font(self, value):
...