|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.xls.core.spreadsheet.XlsObject
com.spire.xls.core.spreadsheet.charts.XlsChartWallOrFloor
public class XlsChartWallOrFloor
| Constructor Summary | |
|---|---|
XlsChartWallOrFloor(java.lang.Object parent,
boolean bWalls)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
deepClone(java.lang.Object parent)
Clones current object. |
void |
delete()
|
java.awt.Color |
getBackGroundColor()
Represents background color. |
OColor |
getBackGroundColorObject()
Represents background color. |
ExcelColors |
getBackGroundKnownColor()
Represents background color. |
ChartBorder |
getBorder()
|
IShapeFill |
getFill()
Represents XlsFill options. |
java.awt.Color |
getForeGroundColor()
Represents foreground color. |
OColor |
getForeGroundColorObject()
Represents foreground color. |
ExcelColors |
getForeGroundKnownColor()
Represents foreground color. |
Format3D |
getFormat3D()
Gets the chart3 D properties. |
IChartInterior |
getInterior()
Returns object, that represents area properties. |
ChartBorder |
getLineProperties()
Returns object, that represents line properties. |
ExcelPatternType |
getPattern()
Represents pattern. |
ChartShadow |
getShadow()
Gets the shadow properties. |
boolean |
getVisible()
Represents visible. |
boolean |
hasFormat3D()
Gets a value indicating whether [has3d properties]. |
boolean |
hasInterior()
This property indicates whether interior object was created. |
boolean |
hasLineProperties()
This property indicates whether line formatting object was created. |
boolean |
hasShadow()
Gets a value indicating whether this instance has shadow properties. |
boolean |
isAutomaticFormat()
Represents if use automatic format. |
void |
isAutomaticFormat(boolean value)
Represents if use automatic format. |
void |
setBackGroundColor(java.awt.Color color)
Represents background color. |
void |
setBackGroundKnownColor(ExcelColors value)
Represents background color. |
void |
setForeGroundColor(java.awt.Color color)
Represents foreground color. |
void |
setForeGroundKnownColor(ExcelColors value)
Represents foreground color. |
void |
setPattern(ExcelPatternType value)
Represents pattern. |
void |
setToDefault()
Sets to default floor or walls. |
void |
setVisible(boolean value)
Represents visible. |
| Methods inherited from class com.spire.xls.core.spreadsheet.XlsObject |
|---|
dispose |
| Constructor Detail |
|---|
public XlsChartWallOrFloor(java.lang.Object parent,
boolean bWalls)
| Method Detail |
|---|
public ChartBorder getBorder()
getBorder in interface IChartWallOrFloorpublic boolean hasInterior()
hasInterior in interface IChartFillBorderpublic boolean hasLineProperties()
hasLineProperties in interface IChartFillBorderpublic boolean hasFormat3D()
hasFormat3D in interface IChartFillBorderpublic boolean hasShadow()
hasShadow in interface IChartFillBorderpublic ChartBorder getLineProperties()
getLineProperties in interface IChartFillBorderpublic IChartInterior getInterior()
getInterior in interface IChartFillBorderpublic IShapeFill getFill()
getFill in interface IChartFillBorderpublic Format3D getFormat3D()
getFormat3D in interface IChartFillBorderpublic ChartShadow getShadow()
getShadow in interface IChartFillBorderpublic void delete()
delete in interface IChartWallOrFloorpublic java.lang.Object deepClone(java.lang.Object parent)
parent - Parent object.
public void setToDefault()
public java.awt.Color getForeGroundColor()
public void setForeGroundColor(java.awt.Color color)
public ExcelColors getForeGroundKnownColor()
public void setForeGroundKnownColor(ExcelColors value)
public OColor getForeGroundColorObject()
public java.awt.Color getBackGroundColor()
public void setBackGroundColor(java.awt.Color color)
public ExcelColors getBackGroundKnownColor()
public void setBackGroundKnownColor(ExcelColors value)
public OColor getBackGroundColorObject()
public ExcelPatternType getPattern()
public void setPattern(ExcelPatternType value)
public boolean isAutomaticFormat()
public void isAutomaticFormat(boolean value)
public boolean getVisible()
public void setVisible(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||