|
||
| 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.ShapeFill
public class ShapeFill
Encapsulates the object that contains fill formatting properties for the specified shape.
| Method Summary | |
|---|---|
Color |
getColor()
Gets the fill color of the shape. |
int |
getTransparence()
Gets the degree of transparency of the specified fill as a value from 0 (opaque) through 100 (clear). |
boolean |
isVisible()
Indicates whether shape is filled. |
void |
setColor(Color color)
Sets the fill color of the shape. |
void |
setTransparence(int transparence)
Sets the degree of transparency of the specified fill as a value from 0 (opaque) through 100 (clear). |
void |
setVisible(boolean visible)
Sets whether shape is filled. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean isVisible()
public void setVisible(boolean visible)
visible - whether shape is filled.public int getTransparence()
public void setTransparence(int transparence)
transparence - the degree of transparency of the specified fill.
java.lang.IllegalArgumentExceptionpublic Color getColor()
public void setColor(Color color)
color - the fill color of the shape.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||