DefaultStyleSettings Class
Contents
[
Hide
]DefaultStyleSettings class
Settings for the default values of workbook’s style properties.
type DefaultStyleSettings struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetBuiltInPreference | Indicates whether property for number format is preferable 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. |
| SetBuiltInPreference | Indicates whether property for number format is preferable 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. |
| GetFontName | Gets/Sets the default font name for the workbook |
| SetFontName | Gets/Sets the default font name for the workbook |
| GetFontSize | Gets/Sets the default standard font size for the workbook. |
| SetFontSize | Gets/Sets the default standard font size for the workbook. |
| GetHorizontalAlignment | Gets/Sets the default value for horizontal alignment |
| SetHorizontalAlignment | Gets/Sets the default value for horizontal alignment |
| GetVerticalAlignment | Gets/Sets the default value for vertical alignment |
| SetVerticalAlignment | Gets/Sets the default value for vertical alignment |