Namespace EasyXLS.Drawings
Class LineDrawingObject
System.Object
EasyXLS.Drawings.DrawingObject
EasyXLS.Drawings.LineDrawingObject
- Direct Known Subclasses:
ExcelChartGridlines
,FillDrawingObject
This class stores a drawing shape having a line color, a line style and a shadow formatting.
-
Constructor Summary
ConstructorDescriptionDefines an instance of a drawing shape having a line color, a line style and a shadow formatting. -
Method Summary
Modifier and TypeMethodDescriptionReturns the line color format of the drawing shape.Returns the line style format of the drawing shape.Returns the shadow format of the drawing shape.void
setLineColorFormat(LineColorFormat lineColorFormat)
Sets the line color format of the drawing shape.void
setLineStyleFormat(LineStyleFormat lineStyleFormat)
Sets the line style format of the drawing shape.void
setShadowFormat(ShadowFormat shadowFormat)
Sets the shadow format of the drawing shape.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
-
LineDrawingObject
public LineDrawingObject()Defines an instance of a drawing shape having a line color, a line style and a shadow formatting.
-
-
Method Details
-
getLineColorFormat
Returns the line color format of the drawing shape.- Returns:
- the line color format of the drawing shape
- See Also:
setLineColorFormat(EasyXLS.Drawings.Formatting.LineColorFormat)
-
setLineColorFormat
Sets the line color format of the drawing shape.- Parameters:
lineColorFormat
- the line color format of the drawing shape- See Also:
getLineColorFormat()
-
getLineStyleFormat
Returns the line style format of the drawing shape.- Returns:
- the line style format of the drawing shape
- See Also:
setLineStyleFormat(EasyXLS.Drawings.Formatting.LineStyleFormat)
-
setLineStyleFormat
Sets the line style format of the drawing shape.- Parameters:
lineStyleFormat
- the line style format of the drawing shape- See Also:
getLineStyleFormat()
-
getShadowFormat
Returns the shadow format of the drawing shape.- Returns:
- the shadow format of the drawing shape
- See Also:
setShadowFormat(EasyXLS.Drawings.Formatting.ShadowFormat)
-
setShadowFormat
Sets the shadow format of the drawing shape.- Parameters:
shadowFormat
- the shadow format of the drawing shape- See Also:
getShadowFormat()
-