ichartfillborder-ag凯发旗舰厅



com.spire.xls.core
interface ichartfillborder

all known subinterfaces:
ichartdropbar, ichartframeformat, ichartseriedataformat, ichartwallorfloor
all known implementing classes:
chartarea, chartdropbar, chartplotarea, chartseriedataformat, chartwallorfloor, xlschartdropbar, xlschartframeformat, xlschartplotarea, xlschartseriedataformat, xlschartwallorfloor

public interface ichartfillborder

method summary
 ishapefill getfill()
          represents xlsfill options.
 format3d getformat3d()
          gets the chart3 d properties.
 ichartinterior getinterior()
          returns object, that represents area properties.
 chartborder getlineproperties()
          returns object, that represents line properties.
 chartshadow getshadow()
          gets the shadow properties.
 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.
 
method detail

hasinterior

boolean hasinterior()
this property indicates whether interior object was created. read-only.

haslineproperties

boolean haslineproperties()
this property indicates whether line formatting object was created. read-only.

hasformat3d

boolean hasformat3d()
gets a value indicating whether [has3d properties].

hasshadow

boolean hasshadow()
gets a value indicating whether this instance has shadow properties.

getlineproperties

chartborder getlineproperties()
returns object, that represents line properties. read-only.

getinterior

ichartinterior getinterior()
returns object, that represents area properties. read-only.

getfill

ishapefill getfill()
represents xlsfill options. read-only.

getformat3d

format3d getformat3d()
gets the chart3 d properties.

getshadow

chartshadow getshadow()
gets the shadow properties.


网站地图