fontwrapper-ag凯发旗舰厅



com.spire.xls.core.spreadsheet
class fontwrapper

java.lang.object
  extended by com.spire.xls.core.spreadsheet.commonwrapper
      extended by com.spire.xls.core.spreadsheet.fontwrapper
all implemented interfaces:
ifont, ioptimizedupdate

public class fontwrapper
extends commonwrapper
implements ifont

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

fontwrapper

public fontwrapper()

fontwrapper

public fontwrapper(xlsfont font)

fontwrapper

public fontwrapper(xlsfont font,
                   boolean breadonly,
                   boolean braiseevents)
method detail

beginupdate

public void beginupdate()
this method should be called before several updates to the object will take place.
specified by:
beginupdate in interface ioptimizedupdate
overrides:
beginupdate in class commonwrapper

endupdate

public void endupdate()
this method should be called after several updates to the object took place.
specified by:
endupdate in interface ioptimizedupdate
overrides:
endupdate in class commonwrapper

getcolor

public java.awt.color getcolor()
returns or sets the primary color of the font.
specified by:
getcolor in interface ifont
returns:
color

setcolor

public void setcolor(java.awt.color value)
returns or sets the primary color of the font.
specified by:
setcolor in interface ifont


网站地图