public class PatternFill extends Object
Constructor and Description |
---|
PatternFill() |
Modifier and Type | Method and Description |
---|---|
CellsColor |
getBackgroundCellsColor()
getBackgroundCellsColor
Gets CellsColor
|
Color |
getBackgroundColor()
getBackgroundColor
Gets Color
|
Double |
getBackTransparency()
getBackTransparency
Gets Double
|
CellsColor |
getForegroundCellsColor()
getForegroundCellsColor
Gets CellsColor
|
Color |
getForegroundColor()
getForegroundColor
Gets Color
|
Double |
getForeTransparency()
getForeTransparency
Gets Double
|
String |
getPattern()
getPattern
Gets String
|
void |
setBackgroundCellsColor(CellsColor BackgroundCellsColor)
setBackgroundCellsColor
Sets CellsColor
|
void |
setBackgroundColor(Color BackgroundColor)
setBackgroundColor
Sets Color
|
void |
setBackTransparency(Double BackTransparency)
setBackTransparency
Sets Double
|
void |
setForegroundCellsColor(CellsColor ForegroundCellsColor)
setForegroundCellsColor
Sets CellsColor
|
void |
setForegroundColor(Color ForegroundColor)
setForegroundColor
Sets Color
|
void |
setForeTransparency(Double ForeTransparency)
setForeTransparency
Sets Double
|
void |
setPattern(String Pattern)
setPattern
Sets String
|
String |
toString() |
public String getPattern()
public void setPattern(String Pattern)
Pattern
- Stringpublic CellsColor getBackgroundCellsColor()
public void setBackgroundCellsColor(CellsColor BackgroundCellsColor)
BackgroundCellsColor
- CellsColorpublic CellsColor getForegroundCellsColor()
public void setForegroundCellsColor(CellsColor ForegroundCellsColor)
ForegroundCellsColor
- CellsColorpublic Color getForegroundColor()
public void setForegroundColor(Color ForegroundColor)
ForegroundColor
- Colorpublic Color getBackgroundColor()
public void setBackgroundColor(Color BackgroundColor)
BackgroundColor
- Colorpublic Double getBackTransparency()
public void setBackTransparency(Double BackTransparency)
BackTransparency
- Doublepublic Double getForeTransparency()
public void setForeTransparency(Double ForeTransparency)
ForeTransparency
- DoubleCopyright © 2015. All rights reserved.