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 Summary
Modifier and TypeMethodDescriptionReturns the 3D-format of the drawing shape.void
set3DFormat(Format3D format3D)
Sets the 3D-format of the drawing shape.
-
Method Details
-
get3DFormat
Format3D get3DFormat()Returns the 3D-format of the drawing shape.- Returns:
- the 3D-format of the drawing shape
- See Also:
set3DFormat(EasyXLS.Drawings.Formatting.Format3D)
-
set3DFormat
Sets the 3D-format of the drawing shape.- Parameters:
format3D
- the 3D-format of the drawing shape- See Also:
get3DFormat()
-