Namespace EasyXLS.Drawings
Interface IAlignDrawingObject
- All Known Implementing Classes:
AlignDrawingObject,ExcelAxis,ExcelDataLabels,ExcelTitle
public interface IAlignDrawingObject
Interface of the class that stores a drawing shape having an alignment formatting.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the alignment format of the drawing shape.voidsetAlignmentFormat(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
Sets the alignment format of the drawing shape.- Parameters:
alignmentFormat- the alignment format of the drawing shape- See Also:
-