public interface Border
| Modifier and Type | Interface and Description |
|---|---|
static class |
Border.Style
Style attributes that can be applied.
|
static class |
Border.ThemeColor
ThemeColor attributes that can be applied.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Returns the border color.
|
int |
getColorIndex()
Returns the border color index.
|
Border.Style |
getStyle()
Returns the border style.
|
Border.ThemeColor |
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(Border.Style style)
Sets the border style.
|
void |
setThemeColor(Border.ThemeColor themeColor)
Sets the border theme color.
|
void setColor(String color)
void setColor(int index)
void setStyle(Border.Style style)
style - either Border.Style.None, Border.Style.Thin, Border.Style.Medium,
Border.Style.Dashed, Border.Style.Dotted, Border.Style.Thick, Border.Style.Double,
Border.Style.Hair, Border.Style.MediumDashed, Border.Style.DashDot,
Border.Style.MediumDashDot,Border.Style.DashDotDot,
Border.Style.MediumDashDotDot, or Border.Style.SlantDashDotvoid setThemeColor(Border.ThemeColor themeColor)
themeColor - either Border.ThemeColor.Dark1, Border.ThemeColor.Light1,
Border.ThemeColor.Dark2, Border.ThemeColor.Light2, Border.ThemeColor.Accent1,
Border.ThemeColor.Accent2, Border.ThemeColor.Accent3,
Border.ThemeColor.Accent4, Border.ThemeColor.Accent5,
Border.ThemeColor.Accent6, Border.ThemeColor.Hyperlink,
or Border.ThemeColor.FollowedHyperlinkString getColor()
int getColorIndex()
Border.Style getStyle()
Border.ThemeColor getThemeColor()
Copyright © 2018. All rights reserved.