Condividi tramite


ITextCharacterFormat.FontStyle Proprietà

Definizione

Ottiene o imposta lo stile del carattere, ad esempio normale o corsivo.

public:
 property FontStyle FontStyle { FontStyle get(); void set(FontStyle value); };
FontStyle FontStyle();

void FontStyle(FontStyle value);
public FontStyle FontStyle { get; set; }
var fontStyle = iTextCharacterFormat.fontStyle;
iTextCharacterFormat.fontStyle = fontStyle;
Public Property FontStyle As FontStyle

Valore della proprietà

Stile del carattere.

Si applica a