Property Getters/Setters Summary | ||
---|---|---|
method | getBuiltInPreference() | |
method | setBuiltInPreference(value) | |
Indicates whether property for number format is preferrable when the style defines both built-in number and custom pattern. Default value is false, that means by default custom pattern will be used to format values as long as it is not empty for one style. | ||
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. |
boolean getBuiltInPreference() / setBuiltInPreference(value)
String getFontName() / setFontName(value)
float getFontSize() / setFontSize(value)
int getHorizontalAlignment() / setHorizontalAlignment(value)
int getVerticalAlignment() / setVerticalAlignment(value)