Namespace EasyXLS.Drawings
Class FillDrawingObject
System.Object
EasyXLS.Drawings.DrawingObject
EasyXLS.Drawings.LineDrawingObject
EasyXLS.Drawings.FillDrawingObject
- Direct Known Subclasses:
DrawingObject2D
,EffectDrawingObject
This class stores a drawing shape having a fill formatting.
-
Constructor Summary
ConstructorDescriptionDefines an instance of a drawing shape having a fill formatting. -
Method Summary
Modifier and TypeMethodDescriptionReturns the fill format of the drawing shape.void
setFillFormat(FillFormat fillFormat)
Sets the fill format of the drawing shape.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
-
FillDrawingObject
public FillDrawingObject()Defines an instance of a drawing shape having a fill formatting.
-
-
Method Details
-
getFillFormat
Returns the fill format of the drawing shape.- Returns:
- the fill format of the drawing shape
- See Also:
setFillFormat(EasyXLS.Drawings.Formatting.FillFormat)
-
setFillFormat
Sets the fill format of the drawing shape.- Parameters:
fillFormat
- the fill format of the drawing shape- See Also:
getFillFormat()
-