com.aspose.cells.DefaultStyleSettings.html Maven / Gradle / Ivy
DefaultStyleSettings
com.aspose.cells
Class DefaultStyleSettings
java.lang.Object
com.aspose.cells.DefaultStyleSettings
public class DefaultStyleSettings
- extends java.lang.Object
Property Getters/Setters Summary | ||
---|---|---|
java.lang.String | getFontName() | |
void | setFontName(java.lang.String) | |
Gets/Sets the default font name for the workbook | ||
double | getFontSize() | |
void | setFontSize(double) | |
Gets/Sets the default standard font size for the workbook. | ||
int | getHorizontalAlignment() | |
void | setHorizontalAlignment(int) | |
Gets/Sets the default value for horizontal alignment The value of the property is TextAlignmentType integer constant. | ||
int | getVerticalAlignment() | |
void | setVerticalAlignment(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
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.