java.lang.Object
com.aspose.cells.DefaultStyleSettings
public class DefaultStyleSettings
- extends java.lang.Object
Settings for the default values of workbook's style properties.
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
getFontSize/setFontSize | |
public double getFontSize() / 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.
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.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.