direction 属性
direction 属性
获取或设置显示数据栏的 direction。
定义:
@property
def direction(self):
...
@direction.setter
def direction(self, value):
...
也可以看看
- 模块 aspose.cells
- 类 DataBar
- 类 TextDirectionType
获取或设置显示数据栏的 direction。
@property
def direction(self):
...
@direction.setter
def direction(self, value):
...