All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.DefaultStyleSettings.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





DefaultStyleSettings




com.aspose.cells
Class DefaultStyleSettings

java.lang.Object
    extended by com.aspose.cells.DefaultStyleSettings

public class DefaultStyleSettings 
extends java.lang.Object

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


Property Getters/Setters Summary
java.lang.StringgetFontName()
voidsetFontName(java.lang.String)
           Gets/Sets the default font name for the workbook
doublegetFontSize()
voidsetFontSize(double)
           Gets/Sets the default standard font size for the workbook.
intgetHorizontalAlignment()
voidsetHorizontalAlignment(int)
           Gets/Sets the default value for horizontal alignment The value of the property is TextAlignmentType integer constant.
intgetVerticalAlignment()
voidsetVerticalAlignment(int)
           Gets/Sets the default value for vertical alignment The value of the property is TextAlignmentType integer constant.
 

Property Getters/Setters Detail

getFontName/setFontName

public java.lang.String getFontName() / public void setFontName(java.lang.String value)
Gets/Sets the default font name for the workbook

setFontName

public void setFontName(java.lang.String value)
Gets/Sets the default font name for the workbook

getFontSize/setFontSize

public double getFontSize() / public void setFontSize(double value)
Gets/Sets the default standard font size for the workbook.

setFontSize

public void setFontSize(double value)
Gets/Sets the default standard font size for the workbook.

getHorizontalAlignment/setHorizontalAlignment

public int getHorizontalAlignment() / public void setHorizontalAlignment(int value)
Gets/Sets the default value for horizontal alignment The value of the property is TextAlignmentType integer constant.

setHorizontalAlignment

public void setHorizontalAlignment(int value)
Gets/Sets the default value for horizontal alignment The value of the property is TextAlignmentType integer constant.

getVerticalAlignment/setVerticalAlignment

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

setVerticalAlignment

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

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy