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.