_Font.SmallCaps 属性

定义

如果字体格式为小型大写字母,则该属性值为 True。 返回 TrueFalsewdUndefined (trueFalse) 的混合。 可以设置为 wdToggleInteger 型,可读/写。

public:
 property int SmallCaps { int get(); void set(int value); };
public int SmallCaps { get; set; }
member this.SmallCaps : int with get, set
Public Property SmallCaps As Integer

属性值

注解

SmallCaps 属性设置为 True 会将属性 AllCaps 设置为 False,反之亦然。

适用于