Class ColumnDefinitions
java.lang.Object
com.independentsoft.office.word.sections.ColumnDefinitions
The Class ColumnDefinitions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the columns.Gets the draw line between columns.Gets the equal width.intGets the equal width columns count.intgetSpace()Gets the space.voidsetDrawLineBetweenColumns(ExtendedBoolean drawLineBetweenColumns)Sets the draw line between columns.voidsetEqualWidth(ExtendedBoolean equalWidth)Sets the equal width.voidsetEqualWidthColumnsCount(int equalWidthColumnsCount)Sets the equal width columns count.voidsetSpace(int space)Sets the space.toString()
-
Constructor Details
-
ColumnDefinitions
public ColumnDefinitions()Instantiates a new column definitions.
-
-
Method Details
-
clone
-
toString
-
getColumns
Gets the columns.- Returns:
- the columns
-
getEqualWidth
Gets the equal width.- Returns:
- the equal width
-
setEqualWidth
Sets the equal width.- Parameters:
equalWidth- the new equal width
-
getEqualWidthColumnsCount
public int getEqualWidthColumnsCount()Gets the equal width columns count.- Returns:
- the equal width columns count
-
setEqualWidthColumnsCount
public void setEqualWidthColumnsCount(int equalWidthColumnsCount)Sets the equal width columns count.- Parameters:
equalWidthColumnsCount- the new equal width columns count
-
getDrawLineBetweenColumns
Gets the draw line between columns.- Returns:
- the draw line between columns
-
setDrawLineBetweenColumns
Sets the draw line between columns.- Parameters:
drawLineBetweenColumns- the new draw line between columns
-
getSpace
public int getSpace()Gets the space.- Returns:
- the space
-
setSpace
public void setSpace(int space)Sets the space.- Parameters:
space- the new space
-