Alignment
Общ преглед
Alignment е клас в Aspose.Cells за Python.
Представя настройките за подравняване за клетка или диапазон от клетки.
Методи за изчисляване на данните
| Name | Type | Access | Description |
|---|---|---|---|
horizontal | `` | Read | Gets the horizontal. |
vertical | `` | Read | Gets the vertical. |
wrap_text | `` | Read | Gets the wrap text. |
indent | `` | Read | Gets the indent. |
text_rotation | `` | Read | Gets the text rotation. |
shrink_to_fit | `` | Read | Gets the shrink to fit. |
reading_order | `` | Read | Gets the reading order. |
relative_indent | `` | Read | Gets the relative indent. |
| Signature | Description |
|---|---|
__init__(horizontal, vertical, wrap_text, indent, text_rotation, shrink_to_fit, reading_order, relative_indent) | Initializes a new instance of Alignment class. |