com.aspose.words
Class TextColumn
java.lang.Object
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 TextColumns 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.TextColumns.EvenlySpaced to true.
When a new TextColumn is created it has its width and spacing set to zero.
- See Also:
- TextColumns, PageSetup, Section
Property Getters/Setters Summary |
double | getSpaceAfter() | |
void | setSpaceAfter(double value) | |
|
Gets or sets the space between this column and the next column in points. Not required for the last column.
|
double | getWidth() | |
void | setWidth(double value) | |
|
Gets or sets the width of the text column in points.
|
Property Getters/Setters Detail |
getWidth/setWidth | |
public double getWidth()
public void setWidth(double value)
|
-
Gets or sets the width of the text column in points.
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.
See Also:
Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
Aspose.Words Support Forum - our preferred method of support.
Aspose.Words Team - contact Aspose.Words Team.