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

属性值

大写状态。

适用于