Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

com.aspose.cells
Class Area

java.lang.Object
  extended by com.aspose.cells.Area

public class Area
extends java.lang.Object

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

getBackgroundColor

public Color getBackgroundColor()
Gets the background Color of the Area.

Returns:
the background Color of the Area.

setBackgroundColor

public void setBackgroundColor(Color color)
Sets the background Color of the Area.

Parameters:
color - the background Color of the Area.

getForegroundColor

public Color getForegroundColor()
Gets the foreground Color.

Returns:
the foreground Color.

setForegroundColor

public void setForegroundColor(Color color)
Sets the foreground Color.

Parameters:
color - the foreground Color.

setAuto

public void setAuto(boolean isAuto)
Sets whether Microsoft Excel automatically determines the area pattern.

Parameters:
isAuto - whether Microsoft Excel automatically determines the area pattern.

isAuto

public boolean isAuto()
Indicates Microsoft Excel automatically determines the area pattern.

Returns:
whether Microsoft Excel automatically determines the area pattern.