![]() |
||
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. |
FillFormat |
getFillFormat()
Gets a object that contains fill formatting properties for the specified chart or shape. |
Color |
getForegroundColor()
Gets the foreground Color. |
boolean |
isAuto()
Indicates Microsoft Workbook automatically determines the area pattern. |
boolean |
isVisible()
Indicates whether the area is visible in the chart. |
void |
setAuto(boolean isAuto)
Sets whether Microsoft Workbook automatically determines the area pattern. |
void |
setBackgroundColor(Color color)
Sets the background Color of the Area. |
void |
setForegroundColor(Color color)
Sets the foreground Color. |
void |
setVisible(boolean visible)
Sets whether the area is visible in the chart. |
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 Workbook automatically determines the area pattern.public boolean isAuto()
public boolean isVisible()
public void setVisible(boolean visible)
visible
- whether the area is visible in the chart.public FillFormat getFillFormat()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |