ITextCharacterFormat.SmallCaps プロパティ

定義

文字が小文字であるかどうかを取得または設定します。

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

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

プロパティ値

小資本の状態。

適用対象