public interface Border
Modifier and Type | Method and Description |
---|---|
String |
getColor()
Returns the border color.
|
int |
getColorIndex()
Returns the border color index.
|
String |
getStyle()
Returns the border style.
|
String |
getThemeColor()
Returns the border theme color.
|
void |
setColor(int index)
Sets the border color index
|
void |
setColor(String color)
Sets the border color.
|
void |
setStyle(String style)
Sets the border style.
|
void |
setThemeColor(String themeColor)
Sets the border theme color.
|
void setColor(String color)
void setColor(int index)
void setStyle(String style)
style
- either 'continuous', 'dash', 'dashDot',
'dashDotDot', 'dot', 'none', 'slantDashDot',
'hairline', 'medium', 'thick', or 'thin'void setThemeColor(String themeColor)
themeColor
- either 'dark1', 'light1', 'dark2', 'light2', 'accent1',
'accent2', 'accent3', 'accent4', 'accent5', 'accent6',
'hyperlink', or 'followedHyperlink'String getColor()
int getColorIndex()
String getStyle()
String getThemeColor()
Copyright © 2017. All rights reserved.