|
|||||||||
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.xlschartgridline
public class xlschartgridline
constructor summary | |
---|---|
xlschartgridline(java.lang.object parent,
axislineidentifiertype axistype)
|
method summary | |
---|---|
java.lang.object |
deepclone(java.lang.object parent)
clones current object. |
void |
delete()
clears current gridlines. |
axislineidentifiertype |
getaxislinetype()
gets or sets axis line type. |
chartborder |
getborder()
gets line border. |
ishapefill |
getfill()
represents fill options. |
format3d |
getformat3d()
gets the chart3 d properties. |
ichartinterior |
getinterior()
returns object, that represents area properties. |
chartborder |
getlineproperties()
gets line border. |
chartshadow |
getshadow()
gets the shadow properties. |
boolean |
hasformat3d()
this property indicates whether the shadow object has been created(which includes the 3d properties) |
boolean |
haslineproperties()
indicates whether line formatting object was created. |
boolean |
hasshadow()
this property indicates whether the shadow object has been created |
methods inherited from class com.spire.xls.core.spreadsheet.xlsobject |
---|
dispose |
constructor detail |
---|
public xlschartgridline(java.lang.object parent, axislineidentifiertype axistype)
method detail |
---|
public axislineidentifiertype getaxislinetype()
public chartborder getborder()
getborder
in interface ichartgridline
public format3d getformat3d()
getformat3d
in interface ichartgridline
public boolean hasformat3d()
public boolean haslineproperties()
public boolean hasshadow()
public chartshadow getshadow()
getshadow
in interface ichartgridline
public chartborder getlineproperties()
getlineproperties
in interface ichartgridline
public ichartinterior getinterior()
getinterior
in interface ichartgridline
public ishapefill getfill()
getfill
in interface ichartgridline
public java.lang.object deepclone(java.lang.object parent)
parent
- parent object.
public void delete()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |