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

NameTypeAccessDescription
countintReadGets the count.
evenly_spacedboolReadGets the evenly spaced.
spacingfloatReadGets the spacing.
line_betweenboolReadGets the line between.
columnslist[TextColumn]ReadGets the columns.

See Also