Namespace EasyXLS.Drawings
Class AlignDrawingObject
System.Object
- All Implemented Interfaces:
IAlignDrawingObject
,IEffectDrawingObject
,IFontDrawingObject
- Direct Known Subclasses:
ExcelAxis
,ExcelDataLabels
,ExcelTitle
This class stores a drawing shape having an alignment formatting.
-
Constructor Summary
ConstructorDescriptionDefines an instance of a drawing shape having an alignment formatting. -
Method Summary
Modifier and TypeMethodDescriptionReturns the alignment format of the drawing shape.void
setAlignmentFormat(AlignmentFormat alignmentFormat)
Sets the alignment format of the drawing shape.Methods inherited from class EasyXLS.Drawings.FontDrawingObject
getFontFormat, setFontFormat
Methods inherited from class EasyXLS.Drawings.EffectDrawingObject
get3DFormat, set3DFormat
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
-
AlignDrawingObject
public AlignDrawingObject()Defines an instance of a drawing shape having an alignment formatting.
-
-
Method Details
-
getAlignmentFormat
Returns the alignment format of the drawing shape.- Specified by:
getAlignmentFormat
in interfaceIAlignDrawingObject
- Returns:
- the alignment format of the drawing shape
- See Also:
setAlignmentFormat(EasyXLS.Drawings.Formatting.AlignmentFormat)
-
setAlignmentFormat
Sets the alignment format of the drawing shape.- Specified by:
setAlignmentFormat
in interfaceIAlignDrawingObject
- Parameters:
alignmentFormat
- the alignment format of the drawing shape- See Also:
getAlignmentFormat()
-