Previous Document Next Document

Object Model Reference : Classes : S : StructHyphenationSettings : Properties : StructHyphenationSettings.BreakCapitalized


StructHyphenationSettings.BreakCapitalized

Property BreakCapitalized As Boolean

Description

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.
VBA example

The following VBA example disables the 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 2013 Corel Corporation. All rights reserved.