public class TextColumn
extends java.lang.Object
implements java.lang.Cloneable
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.getEvenlySpaced() / TextColumnCollection.setEvenlySpaced(boolean) to true.
When a new TextColumn is created it has its width and spacing set to zero.
TextColumnCollection,
PageSetup,
Section| Modifier and Type | Method and Description |
|---|---|
double |
getSpaceAfter()
Gets the space between this column and the next column in points.
|
double |
getWidth()
Gets the width of the text column in points.
|
protected java.lang.Object |
memberwiseClone() |
void |
setSpaceAfter(double value)
Sets the space between this column and the next column in points.
|
void |
setWidth(double value)
Sets the width of the text column in points.
|
public double getWidth()
public void setWidth(double value)
value - The width of the text column in points.public double getSpaceAfter()
public void setSpaceAfter(double value)
value - The space between this column and the next column in points.protected java.lang.Object memberwiseClone()