|
|||||||||
| 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.XlsChartDropBar
public class XlsChartDropBar
| Constructor Summary | |
|---|---|
XlsChartDropBar(java.lang.Object parent)
|
|
| Method Summary | |
|---|---|
XlsChartDropBar |
Clone(java.lang.Object parent)
Clones current object. |
java.awt.Color |
getBackGroundColor()
Gets or sets background color. |
OColor |
getBackGroundColorObject()
|
ExcelColors |
getBackGroundKnownColor()
Gets or sets background color. |
IShapeFill |
getFill()
Represents XlsFill options. |
java.awt.Color |
getForeGroundColor()
Gets or sets foreground color. |
OColor |
getForeGroundColorObject()
Gets or sets foreground color. |
ExcelColors |
getForeGroundKnownColor()
|
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()
Gets pattern. |
ChartShadow |
getShadow()
Gets the shadow properties. |
boolean |
getVisible()
Gets or sets visiblity. |
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()
Gets if use automatic format. |
void |
isAutomaticFormat(boolean value)
Gets if use automatic format. |
void |
setBackGroundColor(java.awt.Color color)
Gets or sets background color. |
void |
setBackGroundKnownColor(ExcelColors value)
Gets or sets background color. |
void |
setForeGroundKnownColor(ExcelColors value)
|
void |
setPattern(ExcelPatternType value)
Gets pattern. |
void |
setVisible(boolean value)
Gets or sets visiblity. |
| Methods inherited from class com.spire.xls.core.spreadsheet.XlsObject |
|---|
dispose |
| Constructor Detail |
|---|
public XlsChartDropBar(java.lang.Object parent)
| Method Detail |
|---|
public 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 OColor getForeGroundColorObject()
public java.awt.Color getForeGroundColor()
public ExcelColors getForeGroundKnownColor()
public void setForeGroundKnownColor(ExcelColors value)
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)
public XlsChartDropBar Clone(java.lang.Object parent)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||