xlschartgridline-ag凯发旗舰厅



com.spire.xls.core.spreadsheet.charts
class xlschartgridline

java.lang.object
  extended by com.spire.xls.core.spreadsheet.xlsobject
      extended by com.spire.xls.core.spreadsheet.charts.xlschartgridline
all implemented interfaces:
ichartgridline
direct known subclasses:
chartgridline

public class xlschartgridline
extends xlsobject
implements ichartgridline

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

xlschartgridline

public xlschartgridline(java.lang.object parent,
                        axislineidentifiertype axistype)
method detail

getaxislinetype

public axislineidentifiertype getaxislinetype()
gets or sets axis line type.

getborder

public chartborder getborder()
gets line border.
specified by:
getborder in interface ichartgridline

getformat3d

public format3d getformat3d()
gets the chart3 d properties.
specified by:
getformat3d in interface ichartgridline

hasformat3d

public boolean hasformat3d()
this property indicates whether the shadow object has been created(which includes the 3d properties)

haslineproperties

public boolean haslineproperties()
indicates whether line formatting object was created.

hasshadow

public boolean hasshadow()
this property indicates whether the shadow object has been created

getshadow

public chartshadow getshadow()
gets the shadow properties.
specified by:
getshadow in interface ichartgridline

getlineproperties

public chartborder getlineproperties()
gets line border.
specified by:
getlineproperties in interface ichartgridline

getinterior

public ichartinterior getinterior()
returns object, that represents area properties. read-only.
specified by:
getinterior in interface ichartgridline

getfill

public ishapefill getfill()
represents fill options. read-only.
specified by:
getfill in interface ichartgridline

deepclone

public java.lang.object deepclone(java.lang.object parent)
clones current object.
parameters:
parent - parent object.
returns:
returns cloned object.

delete

public void delete()
clears current gridlines.


网站地图