com.spire.xls.core.interfacess
Interface IFormat3D

All Known Implementing Classes:
Format3D

public interface IFormat3D


Method Summary
 XLSXChartBevelType getBevelBottomType()
          Gets or sets the bevel bottom.
 XLSXChartBevelType getBevelTopType()
          Gets or sets the bevel top.
 XLSXChartLightingType getLightingType()
          Gets or sets the lighting.
 XLSXChartMaterialType getMaterialType()
          Gets or sets the material.
 void setBevelBottomType(XLSXChartBevelType value)
          Gets or sets the bevel bottom.
 void setBevelTopType(XLSXChartBevelType value)
          Gets or sets the bevel top.
 void setLightingType(XLSXChartLightingType value)
          Gets or sets the lighting.
 void setMaterialType(XLSXChartMaterialType value)
          Gets or sets the material.
 

Method Detail

getBevelTopType

XLSXChartBevelType getBevelTopType()
Gets or sets the bevel top.


setBevelTopType

void setBevelTopType(XLSXChartBevelType value)
Gets or sets the bevel top.


getBevelBottomType

XLSXChartBevelType getBevelBottomType()
Gets or sets the bevel bottom.


setBevelBottomType

void setBevelBottomType(XLSXChartBevelType value)
Gets or sets the bevel bottom.


getMaterialType

XLSXChartMaterialType getMaterialType()
Gets or sets the material.


setMaterialType

void setMaterialType(XLSXChartMaterialType value)
Gets or sets the material.


getLightingType

XLSXChartLightingType getLightingType()
Gets or sets the lighting.


setLightingType

void setLightingType(XLSXChartLightingType value)
Gets or sets the lighting.