Text-Wrap only without Wrapping words
Posted: Tue Nov 14, 2017 3:47 pm
Dear Stimulsoft team,
We are facing issue with wrapping text content. We dont want to "DIVIDE" word but only divide text by words. However, we cant achieve one without another. I have attached screenshots. Please indicate how can we divide text without dividing word?
Code snippets:
Regards,
Iskandar Anvarov
We are facing issue with wrapping text content. We dont want to "DIVIDE" word but only divide text by words. However, we cant achieve one without another. I have attached screenshots. Please indicate how can we divide text without dividing word?
Code snippets:
Code: Select all
stiText.HideZeros = blankIfZero;
stiText.CanGrow = true;
stiText.WordWrap = true;
stiText.ShrinkFontToFit = true;
Iskandar Anvarov