Namespace EasyXLS.Drawings
Class EffectDrawingObject
System.Object
EasyXLS.Drawings.DrawingObject
EasyXLS.Drawings.LineDrawingObject
EasyXLS.Drawings.FillDrawingObject
EasyXLS.Drawings.EffectDrawingObject
- All Implemented Interfaces:
IEffectDrawingObject
- Direct Known Subclasses:
ExcelPlotArea
,ExcelSeries
,FontDrawingObject
This class stores a drawing shape having a 3D-formatting.
-
Constructor Summary
ConstructorDescriptionDefines an instance of 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.Methods inherited from class EasyXLS.Drawings.FillDrawingObject
getFillFormat, setFillFormat
Methods inherited from class EasyXLS.Drawings.LineDrawingObject
getLineColorFormat, getLineStyleFormat, getShadowFormat, setLineColorFormat, setLineStyleFormat, setShadowFormat
Methods inherited from class EasyXLS.Drawings.DrawingObject
getHeight, getHorizontalOffset, getRelativeHeight, getRelativeHorizontalOffset, getRelativeVerticalOffset, getRelativeWidth, getVerticalOffset, getWidth, setLeftUpperOffset, setRelativeLeftUpperOffset, setRelativeSize, setSize
Methods inherited from class System.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EffectDrawingObject
public EffectDrawingObject()Defines an instance of a drawing shape having a 3D-formatting.
-
-
Method Details
-
get3DFormat
Returns the 3D-format of the drawing shape.- Specified by:
get3DFormat
in interfaceIEffectDrawingObject
- Returns:
- the 3D-format of the drawing shape
- See Also:
set3DFormat(EasyXLS.Drawings.Formatting.Format3D)
-
set3DFormat
Sets the 3D-format of the drawing shape.- Specified by:
set3DFormat
in interfaceIEffectDrawingObject
- Parameters:
format3D
- the 3D-format of the drawing shape- See Also:
get3DFormat()
-