Font2.Smallcaps Property
Gets or sets a value specifying whether small caps should be used with the selection of text. Small caps are the same height as the lowercase letters in a selection of text. Read/write.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property Smallcaps As MsoTriState
Get
Set
'Usage
Dim instance As Font2
Dim value As MsoTriState
value = instance.Smallcaps
instance.Smallcaps = value
MsoTriState Smallcaps { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
MsoTriState