java.lang.Object
com.aspose.cells.DefaultStyleSettings
public class DefaultStyleSettings
| 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) | |
getFontSize/setFontSize | |
public double getFontSize() / public void setFontSize(double value) | |
getHorizontalAlignment/setHorizontalAlignment | |
public int getHorizontalAlignment() / public void setHorizontalAlignment(int value) | |
getVerticalAlignment/setVerticalAlignment | |
public int getVerticalAlignment() / public void setVerticalAlignment(int value) | |