Alignement
Vue de l’ensemble
‘Alignment’ est une classe dans Aspose.Cells FOSS pour Python.
Il représente les paramètres d’alignement pour une cellule ou un ensemble de cellules.
Cette classe fournit 1 méthode pour travailler avec les objets d’alignement dans les programmes Python. Les méthodes disponibles comprennent: __init__. Tous les membres publics sont accessibles à n’importe quelle application Pythone après l’installation de l’Aspose.Cell FOSS pour le package Pyathon. Propriétés: ‘horizontal’, ‘indent’, `reading_order’, ‘relative_indant’, ‘shrink_to_fit’, ’text_rotation‘ et 2 autres.
Propriétés
| 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. |
méthodes
| Signature | Description |
|---|---|
__init__(horizontal, vertical, wrap_text, indent, text_rotation, shrink_to_fit, reading_order, relative_indent) | Initializes a new instance of Alignment class. |
Voir aussi
- Aspose.Cells pour Python — Enterprise API Reference