Class ColumnSeparator
java.lang.Object
com.independentsoft.office.odf.styles.ColumnSeparator
Represents a separator line between columns.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.getColor()Gets the color of a column or footnote separator line.Gets the height of a column separator line.getStyle()Gets the line style of a column separator line.Specifies how to vertically align a line that is less than 100% of its height within the columned area.getWidth()Gets the width of a column separation.voidSets the color of a column or footnote separator line.voidSets the height of a column separator line.voidsetStyle(ColumnSeparatorLineStyle style)Sets the line style of a column separator line.voidsetVerticalAlignment(VerticalLineAlignment verticalAlignment)Specifies how to vertically align a line that is less than 100% of its height within the columned area.voidSets the width of a column separation.toString()Converts the value of the current ColumnSeparator object to its equivalent string representation.
-
Constructor Details
-
ColumnSeparator
public ColumnSeparator()Initializes a new instance of the ColumnSeparator class.
-
-
Method Details
-
clone
Creates a new object that is a deep copy of the current instance. -
toString
Converts the value of the current ColumnSeparator object to its equivalent string representation. -
getStyle
Gets the line style of a column separator line.- Returns:
- the style
-
setStyle
Sets the line style of a column separator line.- Parameters:
style- the new style
-
getWidth
Gets the width of a column separation.- Returns:
- the width
-
setWidth
Sets the width of a column separation.- Parameters:
width- the new width
-
getHeight
Gets the height of a column separator line. The value of this attribute is a percentage of the height of the columned area.- Returns:
- the height
-
setHeight
Sets the height of a column separator line. The value of this attribute is a percentage of the height of the columned area.- Parameters:
height- the new height
-
getVerticalAlignment
Specifies how to vertically align a line that is less than 100% of its height within the columned area.- Returns:
- the vertical alignment
-
setVerticalAlignment
Specifies how to vertically align a line that is less than 100% of its height within the columned area.- Parameters:
verticalAlignment- the new vertical alignment
-
getColor
Gets the color of a column or footnote separator line.- Returns:
- the color
-
setColor
Sets the color of a column or footnote separator line.- Parameters:
color- the new color
-