BExcelFontStyle
Identità
Namespace:
B.BOfficeAssembly:
BFrameworkTipo: class
Sorgente API: versione
5.0.0
Scopo
Tipo pubblico B-Arts del namespace B.BOffice. La responsabilità concreta è rappresentata dai membri pubblici elencati di seguito.
Dichiarazione
public class BExcelFontStyle
Costruttori
BExcelFontStyle(string name, string family = "Swiss", int size = 11, bool isBold = false, bool isItalic = false, eUnderlineStyle tipoUnderline = None)
Proprietà
| Proprietà | Tipo | Accesso |
|---|---|---|
Bold |
bool |
get/set |
Color |
string |
get/set |
FontFamily |
string |
get/set |
FontName |
string |
get/set |
FontSize |
int |
get/set |
Italic |
bool |
get/set |
Underline |
eUnderlineStyle |
get/set |
Metodi
BExcelFontStyle Clone()string ToString()
Tipi annidati
eUnderlineStyle
None, Single, Double, SingleAccounting, DoubleAccounting
Esempi
Consultare BExcelFontStyle - Esempi.
