Namespace EasyXLS.Drawings
Interface IEffectDrawingObject
- All Known Implementing Classes:
- AlignDrawingObject,- EffectDrawingObject,- ExcelAxis,- ExcelChartArea,- ExcelChartLegend,- ExcelDataLabels,- ExcelDataTable,- ExcelPlotArea,- ExcelSeries,- ExcelTitle,- FontDrawingObject
public interface IEffectDrawingObject
Interface of the class that stores a drawing shape having a 3D-formatting.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the 3D-format of the drawing shape.voidset3DFormat(Format3D format3D) Sets the 3D-format of the drawing shape.
- 
Method Details- 
get3DFormatFormat3D get3DFormat()Returns the 3D-format of the drawing shape.- Returns:
- the 3D-format of the drawing shape
- See Also:
 
- 
set3DFormatSets the 3D-format of the drawing shape.- Parameters:
- format3D- the 3D-format of the drawing shape
- See Also:
 
 
-