DefaultStyleSettings Class

DefaultStyleSettings class

Settings for the default values of workbook’s style properties.


type DefaultStyleSettings struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetBuiltInPreferenceIndicates 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.
SetBuiltInPreferenceIndicates 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.
GetFontNameGets/Sets the default font name for the workbook
SetFontNameGets/Sets the default font name for the workbook
GetFontSizeGets/Sets the default standard font size for the workbook.
SetFontSizeGets/Sets the default standard font size for the workbook.
GetHorizontalAlignmentGets/Sets the default value for horizontal alignment
SetHorizontalAlignmentGets/Sets the default value for horizontal alignment
GetVerticalAlignmentGets/Sets the default value for vertical alignment
SetVerticalAlignmentGets/Sets the default value for vertical alignment