com.aspose.words
Class TextColumn

java.lang.Object
    extended by com.aspose.words.TextColumn
All Implemented Interfaces:
java.lang.Cloneable

public class TextColumn 
extends java.lang.Object

Represents a single text column. TextColumn is a member of the TextColumnCollection collection. The TextColumns collection includes all the columns in a section of a document.

TextColumn objects are only used to specify columns with custom width and spacing. If you want the columns in the document to be of equal width, set TextColumns.TextColumnCollection.EvenlySpaced to true.

When a new TextColumn is created it has its width and spacing set to zero.

See Also:
TextColumnCollection, PageSetup, Section

Property Getters/Setters Summary
doublegetSpaceAfter()
voidsetSpaceAfter(double value)
           Gets or sets the space between this column and the next column in points. Not required for the last column.
doublegetWidth()
voidsetWidth(double value)
           Gets or sets the width of the text column in points.
 

Property Getters/Setters Detail

getSpaceAfter/setSpaceAfter

public double getSpaceAfter() / public void setSpaceAfter(double value)
Gets or sets the space between this column and the next column in points. Not required for the last column.

getWidth/setWidth

public double getWidth() / public void setWidth(double value)
Gets or sets the width of the text column in points.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.