Alignment

Overview

Alignment is a class in Aspose.Cells FOSS for Python.

Represents alignment settings for a cell or range of cells.

This class provides 1 method for working with Alignment objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package. Properties: horizontal, indent, reading_order, relative_indent, shrink_to_fit, text_rotation, and 2 more.

Properties

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.

Methods

SignatureDescription
__init__(horizontal, vertical, wrap_text, indent, text_rotation, shrink_to_fit, reading_order, relative_indent)Initializes a new instance of Alignment class.

See Also