Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontBase Class / SmallCaps Property

In This Topic
    SmallCaps Property
    In This Topic
    Gets or sets a value indicating whether the font is formatted as small capital letters.
    Syntax
    'Declaration
     
    Public Property SmallCaps As System.Boolean
    public System.bool SmallCaps {get; set;}
    See Also