Package | Description |
---|---|
com.aspose.cells.model |
Modifier and Type | Method and Description |
---|---|
Color |
Style.getBackgroundColor()
getBackgroundColor
Gets Color
|
Color |
PatternFill.getBackgroundColor()
getBackgroundColor
Gets Color
|
Color |
Area.getBackgroundColor()
getBackgroundColor
Gets Color
|
Color |
Picture.getBorderLineColor()
getBorderLineColor
Gets Color
|
Color |
SolidFill.getColor()
getColor
Gets Color
|
Color |
Line.getColor()
getColor
Gets Color
|
Color |
GradientFillStop.getColor()
getColor
Gets Color
|
Color |
Font.getColor()
getColor
Gets Color
|
Color |
CellsColor.getColor()
getColor
Gets Color
|
Color |
Border.getColor()
getColor
Gets Color
|
Color |
Style.getForegroundColor()
getForegroundColor
Gets Color
|
Color |
PatternFill.getForegroundColor()
getForegroundColor
Gets Color
|
Color |
Area.getForegroundColor()
getForegroundColor
Gets Color
|
Color |
Worksheet.getTabColor()
getTabColor
Gets Color
|
Modifier and Type | Method and Description |
---|---|
void |
Style.setBackgroundColor(Color BackgroundColor)
setBackgroundColor
Sets Color
|
void |
PatternFill.setBackgroundColor(Color BackgroundColor)
setBackgroundColor
Sets Color
|
void |
Area.setBackgroundColor(Color BackgroundColor)
setBackgroundColor
Sets Color
|
void |
Picture.setBorderLineColor(Color BorderLineColor)
setBorderLineColor
Sets Color
|
void |
SolidFill.setColor(Color Color)
setColor
Sets Color
|
void |
Line.setColor(Color Color)
setColor
Sets Color
|
void |
GradientFillStop.setColor(Color Color)
setColor
Sets Color
|
void |
Font.setColor(Color Color)
setColor
Sets Color
|
void |
CellsColor.setColor(Color Color)
setColor
Sets Color
|
void |
Border.setColor(Color Color)
setColor
Sets Color
|
void |
Style.setForegroundColor(Color ForegroundColor)
setForegroundColor
Sets Color
|
void |
PatternFill.setForegroundColor(Color ForegroundColor)
setForegroundColor
Sets Color
|
void |
Area.setForegroundColor(Color ForegroundColor)
setForegroundColor
Sets Color
|
void |
Worksheet.setTabColor(Color TabColor)
setTabColor
Sets Color
|
Copyright © 2015. All rights reserved.