public class RenderingFont
extends java.lang.Object
| Constructor and Description |
|---|
RenderingFont(java.lang.String fontName,
float fontSize)
Initializes a new instance of the
RenderingFont |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBold()
Gets bold for the font.
|
Color |
getColor()
Gets color for the font.
|
boolean |
getItalic()
Gets italic for the font.
|
java.lang.String |
getName()
Gets name of the font.
|
float |
getSize()
Gets size of the font in points.
|
void |
setBold(boolean value)
Sets bold for the font.
|
void |
setColor(Color value)
Sets color for the font.
|
void |
setItalic(boolean value)
Sets italic for the font.
|
public RenderingFont(java.lang.String fontName,
float fontSize)
RenderingFontfontName - font namefontSize - font size in pointspublic java.lang.String getName()
public float getSize()
public boolean getBold()
public void setBold(boolean value)
public boolean getItalic()
public void setItalic(boolean value)
public Color getColor()
public void setColor(Color value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.