Object Model Reference : Classes : S : StructHyphenationSettings : Properties : StructHyphenationSettings.BreakCapitalized |
Property BreakCapitalized As Boolean
Member of StructHyphenationSettings
The BreakCapitalized property returns or specifies whether to allow automatic hyphenation for capitalized words. Specifying True automatically hyphenates both words with an initial capital and words containing only capital letters.
• |
For the BreakCapitalized property to work, the
StructHyphenationSettings.UseAutomaticHyphenation property must be set
to True.
|
The following VBA example disables the hyphenation of capitalized words for the whole text object.
Sub Test() |
ActiveShape.Text.HyphenationSettings.BreakCapitalized = False |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.