_Font.AllCaps Property

Definition

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

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

Property Value

Remarks

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

Applies to