com.spire.xls
Class Format3D

java.lang.Object
  extended by com.spire.xls.core.spreadsheet.XlsObject
      extended by com.spire.xls.Format3D
All Implemented Interfaces:
IFormat3D

public class Format3D
extends XlsObject
implements IFormat3D


Constructor Summary
Format3D(java.lang.Object parent)
           
 
Method Summary
 XLSXChartBevelType getBevelBottomType()
          Gets the bevel bottom.
 XLSXChartBevelType getBevelTopType()
          Gets the bevel top.
 XLSXChartLightingType getLightingType()
          Gets the lighting.
 XLSXChartMaterialType getMaterialType()
          Gets the material.
 void setBevelBottomType(XLSXChartBevelType type)
          Sets the bevel bottom.
 void setBevelTopType(XLSXChartBevelType type)
          Sets the bevel top.
 void setLightingType(XLSXChartLightingType xlsxChartLightingType)
          Sets the lighting.
 void setMaterialType(XLSXChartMaterialType xlsxChartMaterialType)
          Sets the material.
 
Methods inherited from class com.spire.xls.core.spreadsheet.XlsObject
dispose
 

Constructor Detail

Format3D

public Format3D(java.lang.Object parent)
Method Detail

getBevelTopType

public XLSXChartBevelType getBevelTopType()
Gets the bevel top.

Specified by:
getBevelTopType in interface IFormat3D
Returns:
The bevel top.

setBevelTopType

public void setBevelTopType(XLSXChartBevelType type)
Sets the bevel top.

Specified by:
setBevelTopType in interface IFormat3D
Parameters:
type - The bevel top.

getBevelBottomType

public XLSXChartBevelType getBevelBottomType()
Gets the bevel bottom.

Specified by:
getBevelBottomType in interface IFormat3D
Returns:
The bevel bottom.

setBevelBottomType

public void setBevelBottomType(XLSXChartBevelType type)
Sets the bevel bottom.

Specified by:
setBevelBottomType in interface IFormat3D
Parameters:
type - The bevel bottom.

getMaterialType

public XLSXChartMaterialType getMaterialType()
Gets the material.

Specified by:
getMaterialType in interface IFormat3D
Returns:
The material.

setMaterialType

public void setMaterialType(XLSXChartMaterialType xlsxChartMaterialType)
Sets the material.

Specified by:
setMaterialType in interface IFormat3D
Parameters:
xlsxChartMaterialType - The material.

getLightingType

public XLSXChartLightingType getLightingType()
Gets the lighting.

Specified by:
getLightingType in interface IFormat3D
Returns:
The lighting.

setLightingType

public void setLightingType(XLSXChartLightingType xlsxChartLightingType)
Sets the lighting.

Specified by:
setLightingType in interface IFormat3D
Parameters:
xlsxChartLightingType - The lighting.