Previous Document Next Document
StructHyphenationSettings.BreakCapitalized

Property BreakCapitalized As Boolean

Member of StructHyphenationSettings

The BreakCapitalized property returns or sets whether the hyphenation of capitalized words is enabled. If the BreakCapitalized property is True, CorelDRAW automatically hyphenates words with initial or all capital letters.

To return or set the BreakCapitalized property, the UseAutomaticHyphenation property must be set to True.

The following code example disables hyphenation of capitalized words for the whole text object:

Sub Test() 
 ActiveShape.Text.HyphenationSettings.BreakCapitalized = False 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.