Class Border
java.lang.Object
com.independentsoft.office.spreadsheet.styles.Border
The Class Border.
-
Constructor Summary
ConstructorsConstructorDescriptionBorder()Instantiates a new border.Border(BorderColor color)Instantiates a new border.Border(BorderColor color, BorderStyle style)Instantiates a new border. -
Method Summary
Modifier and TypeMethodDescriptionclone()getColor()Gets the color.getStyle()Gets the style.voidsetColor(BorderColor color)Sets the color.voidsetStyle(BorderStyle style)Sets the style.
-
Constructor Details
-
Border
public Border()Instantiates a new border. -
Border
Instantiates a new border.- Parameters:
color- the color
-
Border
Instantiates a new border.- Parameters:
color- the colorstyle- the style
-
-
Method Details