[]
Represents a single text column.
public class TextColumn
Gets or sets the space between this column and the next column in points.
public float SpaceAfter { get; set; }
Gets or sets the width of the text column in points.
public float Width { get; set; }
Resets text column properties to default values.
public void ClearFormatting()