Annotation Type ExcelFont
The Interface ExcelFont.
ExcelFont defines the following properties:
It is a property of the following annotations:
ExcelFont defines the following properties:
- Font - to set font type
- Bold - to enable/disable bold
- Italic - to enable/disable italic
- Underline - to set underline type
- Size - to set font size
It is a property of the following annotations:
-
Optional Element Summary
Optional Elements
-
Element Details
-
font
FontType fontFont.- Returns:
- the font type
- Default:
CALIBRI
-
bold
boolean boldBold.- Returns:
- true, if successful
- Default:
false
-
italic
boolean italicItalic.- Returns:
- true, if successful
- Default:
false
-
underline
UnderlineType underlineUnderline.- Returns:
- the underline type
- Default:
NONE
-
size
short sizeSize.- Returns:
- the short
- Default:
11
-