RichText.WordWrap does not work when I export to text.
Posted: Fri Jul 29, 2011 5:41 am
RichText.WordWrap = true does not work when I export to text.
RichText.CanBreak = true;
RichText.CanGrow = true;
RichText.CanShrink = true;
RichText.WordWrap = true;
exportSettings.CutLongLines = false;
RichText.CanBreak = true;
RichText.CanGrow = true;
RichText.CanShrink = true;
RichText.WordWrap = true;
exportSettings.CutLongLines = false;