Fill.PatternFill
Modifier and Type | Method and Description |
---|---|
String |
getBackgroundColor()
Returns the background color
|
String |
getForegroundColor()
Returns the foreground color
|
String |
getPatternType()
Returns pattern type.
|
void |
setBackgroundColor(String bgColor)
Sets background color
|
void |
setForegroundColor(String fgColor)
Sets foreground color
|
void |
setPatternType(String patternType)
Sets pattern type
|
void setPatternType(String patternType)
patternType
- either 'none', 'solid', 'mediumGray', 'darkGray',
'lightGray', 'darkHorizontal', 'darkVertical',
'darkDown', 'darkUp', 'darkGrid', 'darkTrellis',
'lightHorizontal', 'lightVertical', 'lightDown',
'lightUp', 'lightGrid', 'lightTrellis', 'gray125',
or 'gray0625'void setForegroundColor(String fgColor)
fgColor
- void setBackgroundColor(String bgColor)
bgColor
- String getPatternType()
String getForegroundColor()
String getBackgroundColor()
Copyright © 2017. All rights reserved.