ITextCharacterFormat.AllCaps プロパティ

定義

文字がすべて大文字かどうかを取得または設定します。

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

void AllCaps(FormatEffect value);
public FormatEffect AllCaps { get; set; }
var formatEffect = iTextCharacterFormat.allCaps;
iTextCharacterFormat.allCaps = formatEffect;
Public Property AllCaps As FormatEffect

プロパティ値

大文字の状態。

適用対象