Namespace EasyXLS.Drawings
Interface IFontDrawingObject
- All Known Implementing Classes:
AlignDrawingObject
,ExcelAxis
,ExcelChartArea
,ExcelChartLegend
,ExcelDataLabels
,ExcelDataTable
,ExcelTitle
,FontDrawingObject
public interface IFontDrawingObject
Interface of the class that stores a drawing shape having a font formatting.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the font format of the drawing shape.void
setFontFormat(FontFormat fontFormat)
Sets the font format of the drawing shape.
-
Method Details
-
getFontFormat
FontFormat getFontFormat()Returns the font format of the drawing shape.- Returns:
- the font format of the drawing shape
- See Also:
setFontFormat(EasyXLS.Drawings.Formatting.FontFormat)
-
setFontFormat
Sets the font format of the drawing shape.- Parameters:
fontFormat
- the font format of the drawing shape- See Also:
getFontFormat()
-