asposecells.api

Class DefaultStyleSettings

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

Property Getters/Setters Summary
methodgetFontName()
method
           Gets/Sets the default font name for the workbook
methodgetFontSize()
method
           Gets/Sets the default standard font size for the workbook.
methodgetHorizontalAlignment()
method
           Gets/Sets the default value for horizontal alignment The value of the property is TextAlignmentType integer constant.
methodgetVerticalAlignment()
method
           Gets/Sets the default value for vertical alignment The value of the property is TextAlignmentType integer constant.
 

    • Property Getters/Setters Detail

      • getFontName/setFontName : String 

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

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

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

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