.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
text in a rectangle
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
118 Views, 1 Replies
04-17-2012 02:47 AM
Hi all,
i'm writing an overrule that write some text into a region, but then the text is too long it edged out.
Is there a way to keep the text into the rectangle, with multiline or setting the boundaries or something else?
Many Thanks.d
Re: text in a rectangle
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-17-2012 10:39 AM in reply to:
darpz
The Justifications with "FIT" at the end (BottomFit, TopFit, etc...) will cause the text to remain a fixed overall width.
That can make the text look really funny, or be nearly unreadable, if the string is too short or too long, so may want to include some kind of check in your code and only use Fit if your test says the string is a little too long.
You can also use MText, which is multiline, but it will only break the lines at spaces or carriage returns.
Dave O. 

