.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
How change text width in table cell using autocad .net api C#?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
453 Views, 4 Replies
07-01-2012 02:47 PM
I create Table using Autocad .net api C#.
var table = new Table();
In single text(class DBText), change text width of the property - WidthFactor.
How change text width in table cell using autocad .net api C#?
Solved! Go to Solution.
Re: How change text width in table cell using autocad .net api C#?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-01-2012 03:16 PM in reply to:
1854656984
Hi,
Table.Cells(i,j).TextStyleId=Id_Of_The_TextStyle_W
Gaston Nunez
Re: How change text width in table cell using autocad .net api C#?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-02-2012 10:14 AM in reply to:
gasty1001
Use Formatting in the contents like Mtext.
"{\W0.5;Text Width = 0.5}"
Dave O. 

Re: How change text width in table cell using autocad .net api C#?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-03-2012 06:46 AM in reply to:
1854656984
Thanks!!! it works perfectly!!!!
Re: How change text width in table cell using autocad .net api C#?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-03-2012 05:19 PM in reply to:
1854656984
1854656984 wrote:Thanks!!! it works perfectly!!!!
Since you answered your own post ... which solution worked for you ??
//-------------------------------------------------------
class keyThumper<T> : Lazy<T>; another Swamper
I do not endorse the social media app links below![]()
