Property Getters/Setters Summary | ||
---|---|---|
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 getFontName() / function setFontName(value)
function getFontSize() / function setFontSize(value)
function getHorizontalAlignment() / function setHorizontalAlignment(value)
function getVerticalAlignment() / function setVerticalAlignment(value)