|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.xls.core.spreadsheet.XlsObject
com.spire.xls.core.spreadsheet.XlsFont
public class XlsFont
Represents one of the 14 standard xls fonts.
Constructor Summary | |
---|---|
XlsFont(java.lang.Object parent)
|
|
XlsFont(java.lang.Object parent,
com.spire.ms.System.Drawing.Font font)
|
|
XlsFont(java.lang.Object parent,
Style style)
|
Method Summary | |
---|---|
java.awt.Color |
getColor()
Gets Color |
double |
getSize()
Gets Size |
void |
setColor(java.awt.Color value)
Sets Color |
void |
setSize(double size)
Sets Size |
Methods inherited from class com.spire.xls.core.spreadsheet.XlsObject |
---|
dispose |
Methods inherited from interface com.spire.xls.core.IFont |
---|
generateNativeFont, getFontName, getKnownColor, getStrikethroughType, getUnderline, getVerticalAlignment, isAutoColor, isBold, isBold, isItalic, isItalic, isStrikethrough, isStrikethrough, isSubscript, isSubscript, isSuperscript, isSuperscript, setFontName, setKnownColor, setStrikethroughType, setUnderline, setVerticalAlignment |
Methods inherited from interface com.spire.xls.core.interfacess.IOptimizedUpdate |
---|
beginUpdate, endUpdate |
Constructor Detail |
---|
public XlsFont(java.lang.Object parent)
public XlsFont(java.lang.Object parent, com.spire.ms.System.Drawing.Font font)
public XlsFont(java.lang.Object parent, Style style)
Method Detail |
---|
public java.awt.Color getColor()
getColor
in interface IFont
public void setColor(java.awt.Color value)
setColor
in interface IFont
public double getSize()
getSize
in interface IFont
public void setSize(double size)
setSize
in interface IFont
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |