TextColumns
Overview
TextColumns is a class in Aspose.Words FOSS for Python.
Inherits from: BaseModel.
TextColumns exposes properties count, evenly_spaced, spacing, line_between, and columns to configure multi‑column layout in a document.
Properties: columns, count, evenly_spaced, line_between, spacing.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | int | Read | Gets the count. |
evenly_spaced | bool | Read | Gets the evenly spaced. |
spacing | float | Read | Gets the spacing. |
line_between | bool | Read | Gets the line between. |
columns | list[TextColumn] | Read | Gets the columns. |