Partager via


ITextCharacterFormat.Underline Propriété

Définition

Obtient ou définit le type de soulignement utilisé par les caractères.

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

void Underline(UnderlineType value);
public UnderlineType Underline { get; set; }
var underlineType = iTextCharacterFormat.underline;
iTextCharacterFormat.underline = underlineType;
Public Property Underline As UnderlineType

Valeur de propriété

Type de soulignement.

S’applique à