Object Model Reference : Classes : S : StructAlignProperties : Properties : StructAlignProperties.VerticalCharacterShift |
Property VerticalCharacterShift As Long
Member of StructAlignProperties
The VerticalCharacterShift property returns or specifies the amount by which to vertically shift the characters in a text object.
The following VBA example specifies a vertical character shift of -10% for the second and third words of the text object.
Sub Test() |
ActiveShape.Text.AlignPropertiesInRange(2, 2, cdrWordIndexing).VerticalCharacterShift = -10 |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.