rotation 属性
rotation 属性
将应用旋转设置。
定义:
@property
def rotation(self):
...
@rotation.setter
def rotation(self, value):
...
也可以看看
- 模块 aspose.cells
- 类 StyleFlag
将应用旋转设置。
@property
def rotation(self):
...
@rotation.setter
def rotation(self, value):
...