Alignment
Oversigt over de forskellige former for støtte
Alignment er en klasse i Aspose.Cells for Python.
Repræsenterer justeringsindstillinger for en celle eller et antal celler.
Metoder til at anvende
| 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. |