|
|||||||||
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 ichartwallorfloor
public boolean hasinterior()
hasinterior
in interface ichartfillborder
public boolean haslineproperties()
haslineproperties
in interface ichartfillborder
public boolean hasformat3d()
hasformat3d
in interface ichartfillborder
public boolean hasshadow()
hasshadow
in interface ichartfillborder
public chartborder getlineproperties()
getlineproperties
in interface ichartfillborder
public ichartinterior getinterior()
getinterior
in interface ichartfillborder
public ishapefill getfill()
getfill
in interface ichartfillborder
public format3d getformat3d()
getformat3d
in interface ichartfillborder
public chartshadow getshadow()
getshadow
in interface ichartfillborder
public void delete()
delete
in interface ichartwallorfloor
public 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 |