Class SectionColumn
java.lang.Object
com.independentsoft.office.odf.styles.SectionColumn
Represents formatting properties for a column.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.Gets the left space of a column.Gets the lower space of a column.intGets the width of a column.Gets the right space of a column.Gets the upper space of a column.voidsetLeftSpace(Size leftSpace)Sets the left space of a column.voidsetLowerSpace(Size lowerSpace)Sets the lower space of a column.voidsetRelativeWidth(int relativeWidth)Sets the width of a column.voidsetRightSpace(Size rightSpace)Sets the right space of a column.voidsetUpperSpace(Size upperSpace)Sets the upper space of a column.toString()Converts the value of the current SectionColumn object to its equivalent string representation.
-
Constructor Details
-
SectionColumn
public SectionColumn()Initializes a new instance of the SectionColumn class.
-
-
Method Details
-
clone
Creates a new object that is a deep copy of the current instance. -
toString
Converts the value of the current SectionColumn object to its equivalent string representation. -
getRelativeWidth
public int getRelativeWidth()Gets the width of a column.- Returns:
- the relative width
-
setRelativeWidth
public void setRelativeWidth(int relativeWidth)Sets the width of a column.- Parameters:
relativeWidth- the new relative width
-
getLeftSpace
Gets the left space of a column.- Returns:
- the left space
-
setLeftSpace
Sets the left space of a column.- Parameters:
leftSpace- the new left space
-
getRightSpace
Gets the right space of a column.- Returns:
- the right space
-
setRightSpace
Sets the right space of a column.- Parameters:
rightSpace- the new right space
-
getUpperSpace
Gets the upper space of a column.- Returns:
- the upper space
-
setUpperSpace
Sets the upper space of a column.- Parameters:
upperSpace- the new upper space
-
getLowerSpace
Gets the lower space of a column.- Returns:
- the lower space
-
setLowerSpace
Sets the lower space of a column.- Parameters:
lowerSpace- the new lower space
-