Previous Document Next Document

Object Model Reference : Classes : S : StructFontProperties : Properties : StructFontProperties.Uppercase


StructFontProperties.Uppercase

Property Uppercase As cdrFontCase

Description

Member of StructFontProperties

The Uppercase property returns or specifies the case of the characters in a text object.

The Uppercase property returns a value of cdrFontCase.

VBA example

The following VBA example creates a text object and applies “small caps” to it.

Sub Test()
 Dim s As Shape
 Set s = ActiveLayer.CreateArtisticText(4, 5, "Small Caps Text")
 s.Text.FontProperties.Uppercase = cdrSmallCapsFontCase
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.