![]() |
![]() |
StructHyphenationSettings.HotZone
Property HotZone As Double
Member of StructHyphenationSettings
The HotZone property returns or sets the distance between the last word in a line and the right margin before hyphenation occurs.
To return or set the HotZone property, the UseAutomaticHyphenation property must be set to True.
The following code example specifies a hyphenation hot zone of 7 millimeters for the selected text object:
Sub Test() ActiveDocument.Unit = cdrMillimeter ActiveShape.Text.HyphenationSettings.HotZone = 7 End Sub
![]() |
![]() |
![]() |
Copyright 2007 Corel Corporation. All rights reserved.