![]() |
||
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.ChartArea
public class ChartArea
Encapsulates the object that represents the chart area in the worksheet.
Method Summary | |
---|---|
Area |
getArea()
Gets the Area. |
Line |
getBorder()
Gets the border Line. |
Font |
getFont()
Gets a Font object of the chart area. |
boolean |
isShadow()
Indicates whether the chart area has a shadow. |
void |
setFont(Font font)
Sets a Font object of the chart area. |
void |
setShadow(boolean isShadow)
Sets whether the chart area has a shadow. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Font getFont()
ExcelException
- if chart has bean removed.public void setFont(Font font)
font
- a Font object of the chart area.
ExcelException
- if chart has bean removed.public void setShadow(boolean isShadow)
isShadow
- whether the chart area has a shadow.
ExcelException
- if chart has bean removed.public boolean isShadow()
ExcelException
- if chart has bean removed.public Line getBorder()
ExcelException
- if chart has bean removed.public Area getArea()
ExcelException
- if chart has bean removed.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |