_Font.SmallCaps Property

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.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property SmallCaps As Integer
    Get
    Set
'Usage
Dim instance As _Font
Dim value As Integer

value = instance.SmallCaps

instance.SmallCaps = value
int SmallCaps { get; set; }

Property Value

Type: System.Int32

Remarks

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

See Also

Reference

_Font Interface

_Font Members

Microsoft.Office.Interop.Word Namespace