BExcelFontStyle
Linea B-Arts Legacy: questa scheda descrive
BArtsFrameworkStandard(.NET Standard 2.0). Non usare firme o namespace come se appartenessero alla linea Classic successiva o alBFrameworkmoderno .NET 10.
Identità
Assembly/progetto:
BArtsFrameworkStandard.Target:
.NET Standard 2.0.Namespace CLR:
BArts.BOffice.Nome completo:
BArts.BOffice.BExcelFontStyle.Tipo:
class.Ambito:
runtime/interfaccia pubblica.
Ruolo
Creazione di cartelle di lavoro e strutture Excel senza dipendenze applicative esterne.
Dichiarazione
Public Class BExcelFontStyle
Tipi annidati pubblici
Costruttori
| Nome | Dichiarazione |
|---|---|
New |
Public Sub New(name As String, Optional family As String = "Swiss", Optional size As Integer = 11, Optional isBold As Boolean = False, Optional isItalic As Boolean = False, Optional tipoUnderline As eUnderlineStyle = eUnderlineStyle.None) |
Proprietà
| Nome | Dichiarazione |
|---|---|
FontName |
Public Property FontName As String = "Calibri" |
FontFamily |
Public Property FontFamily As String = "Swiss" |
FontSize |
Public Property FontSize As Integer = 11 |
Bold |
Public Property Bold As Boolean = False |
Italic |
Public Property Italic As Boolean = False |
Underline |
Public Property Underline As eUnderlineStyle = eUnderlineStyle.None |
Color |
Public Property Color As String = "#000000" |
Metodi
| Nome | Dichiarazione |
|---|---|
ToString |
Public Overrides Function ToString() As String |
Clone |
Public Function Clone() As BExcelFontStyle |
Sorgenti verificati
Office\BExcelFontStyle.vb
