Property Getters/Setters Summary | ||
---|---|---|
function | getBuiltInPreference() | |
function | 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. | ||
function | getFontName() | |
function | setFontName(value) | |
Gets/Sets the default font name for the workbook | ||
function | getFontSize() | |
function | setFontSize(value) | |
Gets/Sets the default standard font size for the workbook. | ||
function | getHorizontalAlignment() | |
function | setHorizontalAlignment(value) | |
Gets/Sets the default value for horizontal alignment The value of the property is TextAlignmentType integer constant. | ||
function | getVerticalAlignment() | |
function | setVerticalAlignment(value) | |
Gets/Sets the default value for vertical alignment The value of the property is TextAlignmentType integer constant. |
function getBuiltInPreference() / function setBuiltInPreference(value)
function getFontName() / function setFontName(value)
function getFontSize() / function setFontSize(value)
function getHorizontalAlignment() / function setHorizontalAlignment(value)
function getVerticalAlignment() / function setVerticalAlignment(value)