Alignment
Alignment
Overview
Alignment 是Python的Aspose.Cells FOSS中的一个类.
表示一个单元格或数组的对齐设置.
这个类提供了一个方法,用于在Python程序中与对齐对象工作. 有的方法包括: __init__. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: horizontal, indent, reading_order, relative_indent, shrink_to_fit, text_rotation,另外两个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
horizontal | `` | Read | 得到了水平. |
vertical | `` | Read | 得到垂直. |
wrap_text | `` | Read | 得到了最后的文本. |
indent | `` | Read | 得到了抽印. |
text_rotation | `` | Read | 得到了文本转换. |
shrink_to_fit | `` | Read | 让精神科医生适合. |
reading_order | `` | Read | 得到阅读顺序. |
relative_indent | `` | Read | 得到相对的进度. |
Methods
| Signature | Description |
|---|---|
__init__(horizontal, vertical, wrap_text, indent, text_rotation, shrink_to_fit, reading_order, relative_indent) | 启动一个新的对齐类实例. |