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
| Name | Type | Access | Description |
|---|---|---|---|
EvenlySpaced | bool | Read/Write | True if text columns are of equal width and evenly spaced. |
Spacing | double | Read/Write | When columns are evenly spaced, gets or sets the amount of space between each column in points. |
Width | double | Read | When columns are evenly spaced, gets the width of the columns. |
LineBetween | bool | Read/Write | When true, adds a vertical line between columns. |
Count | int | Read | Gets the number of columns in the section of a document. |
Methods
| Signature | Description |
|---|---|
SetCount(newCount: int) | Arranges text into the specified number of text columns. |