|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.xls.core.spreadsheet.CommonWrapper
com.spire.xls.core.spreadsheet.FontWrapper
public class FontWrapper
Class that is created when user accesses the
| Constructor Summary | |
|---|---|
FontWrapper()
|
|
FontWrapper(XlsFont font)
|
|
FontWrapper(XlsFont font,
boolean bReadOnly,
boolean bRaiseEvents)
|
|
| Method Summary | |
|---|---|
void |
beginUpdate()
This method should be called before several updates to the object will take place. |
void |
endUpdate()
This method should be called after several updates to the object took place. |
java.awt.Color |
getColor()
Returns or sets the primary color of the font. |
void |
setColor(java.awt.Color value)
Returns or sets the primary color of the font. |
| Methods inherited from interface com.spire.xls.core.IFont |
|---|
generateNativeFont, getFontName, getKnownColor, getSize, getStrikethroughType, getUnderline, getVerticalAlignment, isAutoColor, isBold, isBold, isItalic, isItalic, isStrikethrough, isStrikethrough, isSubscript, isSubscript, isSuperscript, isSuperscript, setFontName, setKnownColor, setSize, setStrikethroughType, setUnderline, setVerticalAlignment |
| Constructor Detail |
|---|
public FontWrapper()
public FontWrapper(XlsFont font)
public FontWrapper(XlsFont font,
boolean bReadOnly,
boolean bRaiseEvents)
| Method Detail |
|---|
public void beginUpdate()
beginUpdate in interface IOptimizedUpdatebeginUpdate in class CommonWrapperpublic void endUpdate()
endUpdate in interface IOptimizedUpdateendUpdate in class CommonWrapperpublic java.awt.Color getColor()
getColor in interface IFontpublic void setColor(java.awt.Color value)
setColor in interface IFont
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||