|
|||||||||
| 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.XlsChartInterior
public class XlsChartInterior
| Constructor Summary | |
|---|---|
XlsChartInterior(java.lang.Object parent)
|
|
| Method Summary | |
|---|---|
XlsChartInterior |
deepClone(java.lang.Object parent,
boolean isFrameClone)
Clones current object. |
java.awt.Color |
getBackgroundColor()
Background color. |
OColor |
getBackgroundColorObject()
Background color (RGB). |
ExcelColors |
getBackgroundKnownColor()
Background excel color. |
java.awt.Color |
getForegroundColor()
Foreground color. |
OColor |
getForegroundColorObject()
Foreground color (RGB). |
ExcelColors |
getForegroundKnownColor()
Foreground excel color. |
boolean |
getSwapColorsOnNegative()
Foreground and background are swapped when the data value is negative. |
boolean |
getUseDefaultFormat()
Indicates whether use default format. |
void |
initForFrameFormat(boolean bIsAutoSize,
boolean bIs3DChart,
boolean bIsInteriorGray,
boolean bIsGray50)
Initialize interior for frame format. |
void |
setBackgroundColor(java.awt.Color value)
Background color. |
void |
setBackgroundKnownColor(ExcelColors value)
Background excel color. |
void |
setForegroundColor(java.awt.Color value)
Foreground color. |
void |
setForegroundKnownColor(ExcelColors value)
Foreground excel color. |
void |
setSwapColorsOnNegative(boolean value)
Foreground and background are swapped when the data value is negative. |
void |
setUseDefaultFormat(boolean value)
Indicates whether use default format. |
| Methods inherited from class com.spire.xls.core.spreadsheet.XlsObject |
|---|
dispose |
| Methods inherited from interface com.spire.xls.core.IChartInterior |
|---|
getPattern, setPattern |
| Constructor Detail |
|---|
public XlsChartInterior(java.lang.Object parent)
| Method Detail |
|---|
public OColor getForegroundColorObject()
public OColor getBackgroundColorObject()
public java.awt.Color getForegroundColor()
getForegroundColor in interface IChartInteriorpublic void setForegroundColor(java.awt.Color value)
setForegroundColor in interface IChartInteriorpublic java.awt.Color getBackgroundColor()
getBackgroundColor in interface IChartInteriorpublic void setBackgroundColor(java.awt.Color value)
setBackgroundColor in interface IChartInteriorpublic ExcelColors getForegroundKnownColor()
getForegroundKnownColor in interface IChartInteriorpublic void setForegroundKnownColor(ExcelColors value)
setForegroundKnownColor in interface IChartInteriorpublic ExcelColors getBackgroundKnownColor()
getBackgroundKnownColor in interface IChartInteriorpublic void setBackgroundKnownColor(ExcelColors value)
setBackgroundKnownColor in interface IChartInteriorpublic boolean getUseDefaultFormat()
getUseDefaultFormat in interface IChartInteriorpublic void setUseDefaultFormat(boolean value)
setUseDefaultFormat in interface IChartInteriorpublic boolean getSwapColorsOnNegative()
getSwapColorsOnNegative in interface IChartInteriorpublic void setSwapColorsOnNegative(boolean value)
setSwapColorsOnNegative in interface IChartInterior
public XlsChartInterior deepClone(java.lang.Object parent,
boolean isFrameClone)
parent - Represents parent object.
public void initForFrameFormat(boolean bIsAutoSize,
boolean bIs3DChart,
boolean bIsInteriorGray,
boolean bIsGray50)
bIs3DChart - Represents is 3d chart.bIsAutoSize - Indicate is autosize interior.bIsInteriorGray - Indicates is interior is gray.bIsGray50 - Indicates is default color is gray_50.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||