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

NameTypeAccessDescription
horizontal``ReadGets the horizontal.
vertical``ReadGets the vertical.
wrap_text``ReadGets the wrap text.
indent``ReadGets the indent.
text_rotation``ReadGets the text rotation.
shrink_to_fit``ReadGets the shrink to fit.
reading_order``ReadGets the reading order.
relative_indent``ReadGets the relative indent.

méthodes

SignatureDescription
__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
 Français