Compartilhar via


ITextCharacterFormat.FontStyle Propriedade

Definição

Obtém ou define o estilo da face da fonte, como normal ou itálico.

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

Valor da propriedade

O estilo da fonte.

Aplica-se a