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

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