Namespace EasyXLS.Drawings
Class AlignDrawingObject
- System.Object
-
- All Implemented Interfaces:
IAlignDrawingObject
,IEffectDrawingObject
,IFontDrawingObject
- Direct Known Subclasses:
ExcelAxis
,ExcelDataLabels
,ExcelTitle
public class AlignDrawingObject extends FontDrawingObject implements IAlignDrawingObject
This class stores a drawing shape having an alignment formatting.
-
-
Constructor Summary
Constructors Constructor Description AlignDrawingObject()
Defines an instance of a drawing shape having an alignment formatting.
-
Method Summary
Modifier and Type Method Description AlignmentFormat
getAlignmentFormat()
Returns 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
-
-
-
-
Method Detail
-
getAlignmentFormat
public AlignmentFormat 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
public void setAlignmentFormat(AlignmentFormat alignmentFormat)
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()
-
-