text_direction 属性
text_direction 属性
表示文本阅读顺序。
定义:
@property
def text_direction(self):
...
@text_direction.setter
def text_direction(self, value):
...
也可以看看
- 模块 aspose.cells
- 类 Style
- 类 TextDirectionType
表示文本阅读顺序。
@property
def text_direction(self):
...
@text_direction.setter
def text_direction(self, value):
...