_Font.SmallCaps Property

Definition

True if the font is formatted as small capital letters. Returns True, False or wdUndefined (a mixture of True and False). Can be set to True, False, or wdToggle. Read/write Integer.

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

Property Value

Remarks

Setting the SmallCaps property to True sets the AllCaps property to False, and vice versa.

Applies to