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