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.
Text Wrap Break Control
Re: Text Wrap Break Control
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.
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.