![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.Fill
com.aspose.cells.PatternFill
public class PatternFill
Fill format of type PATTERN
Constructor Summary | |
---|---|
PatternFill()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object another)
|
Color |
getBackgroundColor()
Gets the background Color. |
float |
getBackgroundTransparency()
Gets the transparency of background color. |
Color |
getForegroundColor()
Gets the foreground Color. |
float |
getForegroundTransparency()
Gets the transparency of foreground color. |
short |
getPattern()
Gets an area's display pattern. |
void |
setBackgroundColor(Color color)
Sets the background Color. |
void |
setBackgroundTransparency(float val)
Sets the transparency of background color. |
void |
setForegroundColor(Color color)
Sets the foreground Color. |
void |
setForegroundTransparency(float val)
Sets the transparency of foreground color. |
void |
setPattern(short pattern)
Sets an area's display pattern. |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PatternFill()
Method Detail |
---|
public java.lang.Object clone()
clone
in class Fill
public boolean equals(java.lang.Object another)
equals
in class java.lang.Object
public short getPattern()
setPattern(short)
public void setPattern(short pattern)
pattern
- an area's display pattern.FillPatternType
public Color getBackgroundColor()
public void setBackgroundColor(Color color)
color
- the background Color.public Color getForegroundColor()
public void setForegroundColor(Color color)
color
- the foreground Color.public float getBackgroundTransparency()
public void setBackgroundTransparency(float val)
val
- transparency. Can only be a value from 0 to 1.public float getForegroundTransparency()
public void setForegroundTransparency(float val)
val
- transparency. Can only be a value from 0 to 1.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |