Text Wrap Break Control
Posted: Tue May 27, 2014 2:40 pm
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.
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.