public interface IBorders
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear the borders
|
IBorder |
get(BordersIndex index)
Returns the
IBorder object from a collection. |
Color |
getColor()
|
int |
getColorIndex()
Gets the color of all four borders.
|
int |
getCount()
Returns the number of objects in the collection.
|
BorderLineStyle |
getLineStyle()
Gets the line style for the border.
|
ThemeColor |
getThemeColor()
Gets the theme color in the applied color scheme that is associated with the
specified object.
|
double |
getTintAndShade()
Gets a value that lightens or darkens a color.
|
void |
setColor(Color value)
|
void |
setColorIndex(int value)
Sets the color of all four borders.
|
void |
setLineStyle(BorderLineStyle value)
Sets the line style for the border.
|
void |
setThemeColor(ThemeColor value)
Sets the theme color in the applied color scheme that is associated with the
specified object.
|
void |
setTintAndShade(double value)
Sets a value that lightens or darkens a color.
|
Color getColor()
void setColor(Color value)
int getColorIndex()
void setColorIndex(int value)
ThemeColor getThemeColor()
void setThemeColor(ThemeColor value)
double getTintAndShade()
void setTintAndShade(double value)
BorderLineStyle getLineStyle()
void setLineStyle(BorderLineStyle value)
int getCount()
IBorder get(BordersIndex index)
IBorder object from a collection.index - Specifies the position of an element in the collection.void clear()