Page 1 of 1

Text Wrap Break Control

Posted: Tue May 27, 2014 2:40 pm
by TimWoods
I have a text box that contains several names and is allowed to text wrap. Some of the names are hyphenated (i.e. Mary Anderson-Smith). I want to prevent the text wrap from wrapping at the hyphen. How do I specify that it break only at spaces and not hyphens?

Example:

Instead of this:

Andy Smith John Smith Mary Anderson-
Smith

I need it to look like this:

Andy Smith John Smith Mary
Anderson-Smith

It can wrap at the space, but not at a hyphen.

Re: Text Wrap Break Control

Posted: Wed May 28, 2014 12:12 pm
by Alex K.
Hello,

Please try to use the character 'NON-BREAKING HYPHEN'
for example:
"Mary Anderson{(char)8209}Smith"

http://www.fileformat.info/info/unicode ... /index.htm

Thank you.