![]() |
||
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.Area
public class Area
Encapsulates the object that represents a chart area.
Method Summary | |
---|---|
Color |
getBackgroundColor()
Gets the background Color of the Area. |
Color |
getForegroundColor()
Gets the foreground Color. |
boolean |
isAuto()
Indicates Microsoft Excel automatically determines the area pattern. |
void |
setAuto(boolean isAuto)
Sets whether Microsoft Excel automatically determines the area pattern. |
void |
setBackgroundColor(Color color)
Sets the background Color of the Area. |
void |
setForegroundColor(Color color)
Sets the foreground Color. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Color getBackgroundColor()
public void setBackgroundColor(Color color)
color
- the background Color of the Area.public Color getForegroundColor()
public void setForegroundColor(Color color)
color
- the foreground Color.public void setAuto(boolean isAuto)
isAuto
- whether Microsoft Excel automatically determines the area pattern.public boolean isAuto()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |