aspose.cells

Class DefaultStyleSettings

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

Property Getters/Setters Summary
functiongetFontName()
function
           Gets/Sets the default font name for the workbook
functiongetFontSize()
function
           Gets/Sets the default standard font size for the workbook.
functiongetHorizontalAlignment()
function
           Gets/Sets the default value for horizontal alignment The value of the property is TextAlignmentType integer constant.
functiongetVerticalAlignment()
function
           Gets/Sets the default value for vertical alignment The value of the property is TextAlignmentType integer constant.
 

    • Property Getters/Setters Detail

      • getFontName/setFontName : String 

        function getFontName() / function setFontName(value)
        
        Gets/Sets the default font name for the workbook
      • getFontSize/setFontSize : Number 

        function getFontSize() / function setFontSize(value)
        
        Gets/Sets the default standard font size for the workbook.
      • getHorizontalAlignment/setHorizontalAlignment : Number 

        function getHorizontalAlignment() / function setHorizontalAlignment(value)
        
        Gets/Sets the default value for horizontal alignment The value of the property is TextAlignmentType integer constant.
      • getVerticalAlignment/setVerticalAlignment : Number 

        function getVerticalAlignment() / function setVerticalAlignment(value)
        
        Gets/Sets the default value for vertical alignment The value of the property is TextAlignmentType integer constant.