Namespace EasyXLS.Drawings
Interface IAlignDrawingObject
- All Known Implementing Classes:
AlignDrawingObject
,ExcelAxis
,ExcelDataLabels
,ExcelTitle
public interface IAlignDrawingObject
Interface of the class stores 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.
-
Method Details
-
getAlignmentFormat
AlignmentFormat getAlignmentFormat()Returns the alignment format of the drawing shape.- Returns:
- the alignment format of the drawing shape
- See Also:
setAlignmentFormat(EasyXLS.Drawings.Formatting.AlignmentFormat)
-
setAlignmentFormat
Sets the alignment format of the drawing shape.- Parameters:
alignmentFormat
- the alignment format of the drawing shape- See Also:
getAlignmentFormat()
-