Class SingleColumn
java.lang.Object
com.independentsoft.office.word.sections.SingleColumn
The Class SingleColumn.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new single column.SingleColumn(int width, int space)Instantiates a new single column. -
Method Summary
-
Constructor Details
-
SingleColumn
public SingleColumn()Instantiates a new single column. -
SingleColumn
public SingleColumn(int width, int space)Instantiates a new single column.- Parameters:
width- the widthspace- the space
-
-
Method Details
-
clone
-
toString
-
getSpace
public int getSpace()Gets the space.- Returns:
- the space
-
setSpace
public void setSpace(int space)Sets the space.- Parameters:
space- the new space
-
getWidth
public int getWidth()Gets the width.- Returns:
- the width
-
setWidth
public void setWidth(int width)Sets the width.- Parameters:
width- the new width
-