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

属性值

小首都州。

适用于