TextColumnCollection

TextColumnCollection

Overview

TextColumnCollection is a class in Aspose.Words FOSS for .NET.

A collection of TextColumn objects that represent all the columns of text in a section of a document.

This class provides 1 method for working with TextColumnCollection objects in .NET programs. Available methods include: SetCount. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package. Properties: Count, EvenlySpaced, LineBetween, Spacing, Width.

Properties

NameTypeAccessDescription
EvenlySpacedboolRead/WriteTrue if text columns are of equal width and evenly spaced.
SpacingdoubleRead/WriteWhen columns are evenly spaced, gets or sets the amount of space between each column in points.
WidthdoubleReadWhen columns are evenly spaced, gets the width of the columns.
LineBetweenboolRead/WriteWhen true, adds a vertical line between columns.
CountintReadGets the number of columns in the section of a document.

Methods

SignatureDescription
SetCount(newCount: int)Arranges text into the specified number of text columns.

See Also