public class PatternFill extends FillFormat
Modifier and Type | Class and Description |
---|---|
static class |
PatternFill.StyleEnum
Gets or sets the style of pattern fill.
|
FillFormat.TypeEnum
Constructor and Description |
---|
PatternFill() |
Modifier and Type | Method and Description |
---|---|
PatternFill |
backColor(String backColor) |
boolean |
equals(Object o) |
PatternFill |
foreColor(String foreColor) |
String |
getBackColor()
Gets or sets the back color of the pattern fill.
|
String |
getForeColor()
Gets or sets the fore color of the pattern fill.
|
PatternFill.StyleEnum |
getStyle()
Gets or sets the style of pattern fill.
|
int |
hashCode() |
void |
setBackColor(String backColor) |
void |
setForeColor(String foreColor) |
void |
setStyle(PatternFill.StyleEnum style) |
PatternFill |
style(PatternFill.StyleEnum style) |
String |
toString() |
getType, setType, type
public PatternFill backColor(String backColor)
public String getBackColor()
public void setBackColor(String backColor)
public PatternFill foreColor(String foreColor)
public String getForeColor()
public void setForeColor(String foreColor)
public PatternFill style(PatternFill.StyleEnum style)
public PatternFill.StyleEnum getStyle()
public void setStyle(PatternFill.StyleEnum style)
public boolean equals(Object o)
equals
in class FillFormat
public int hashCode()
hashCode
in class FillFormat
public String toString()
toString
in class FillFormat
Copyright © 2021. All rights reserved.