|
|||||||||
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.FontArrayWrapper
public class FontArrayWrapper
Class that is created when user accesses the font in a multicell range. Redirects all calls to the fonts of the individual cells.
Constructor Summary | |
---|---|
FontArrayWrapper(IXLSRange range)
|
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()
Gets / sets font color. |
void |
setColor(java.awt.Color value)
Gets / sets font color. |
Methods inherited from class com.spire.xls.core.spreadsheet.XlsObject |
---|
dispose |
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 FontArrayWrapper(IXLSRange range)
Method Detail |
---|
public java.awt.Color getColor()
getColor
in interface IFont
public void setColor(java.awt.Color value)
setColor
in interface IFont
public void beginUpdate()
beginUpdate
in interface IOptimizedUpdate
public void endUpdate()
endUpdate
in interface IOptimizedUpdate
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |