_Font.AllCaps Property
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.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AllCaps As Integer
Get
Set
'Usage
Dim instance As _Font
Dim value As Integer
value = instance.AllCaps
instance.AllCaps = value
int AllCaps { get; set; }
Property Value
Type: System.Int32
Remarks
Setting AllCaps to True sets SmallCaps to False, and vice versa.