Share via


ITextCharacterFormat.Underline プロパティ

定義

文字が使用する下線の種類を取得または設定します。

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

プロパティ値

下線の種類。

適用対象