Property Getters/Setters Summary | ||
---|---|---|
method | getFontName() | |
method | setFontName(value) | |
Gets/Sets the default font name for the workbook | ||
method | getFontSize() | |
method | setFontSize(value) | |
Gets/Sets the default standard font size for the workbook. | ||
method | getHorizontalAlignment() | |
method | setHorizontalAlignment(value) | |
Gets/Sets the default value for horizontal alignment The value of the property is TextAlignmentType integer constant. | ||
method | getVerticalAlignment() | |
method | setVerticalAlignment(value) | |
Gets/Sets the default value for vertical alignment The value of the property is TextAlignmentType integer constant. |
String getFontName() / setFontName(value)
float getFontSize() / setFontSize(value)
int getHorizontalAlignment() / setHorizontalAlignment(value)
int getVerticalAlignment() / setVerticalAlignment(value)