Package com.grapecity.documents.excel
Class FontInfo
java.lang.Object
com.grapecity.documents.excel.FontInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
Get or sets the name of font. -
bold
public boolean boldA bool value indicates whether the font is bold. -
italic
public boolean italicA bool value indicates whether the font is italic.
-
-
Constructor Details
-
FontInfo
public FontInfo()
-
-
Method Details
-
equals
Check if the font info equals to another. -
hashCode
public int hashCode()Returns a hash code for this instance.
-