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 SummaryModifier and TypeMethodDescriptionReturns the alignment format of the drawing shape.voidsetAlignmentFormat(AlignmentFormat alignmentFormat) Sets the alignment format of the drawing shape.
- 
Method Details- 
getAlignmentFormatAlignmentFormat getAlignmentFormat()Returns the alignment format of the drawing shape.- Returns:
- the alignment format of the drawing shape
- See Also:
 
- 
setAlignmentFormatSets the alignment format of the drawing shape.- Parameters:
- alignmentFormat- the alignment format of the drawing shape
- See Also:
 
 
-