• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    .NET

    Reply
    New Member
    Posts: 2
    Registered: ‎07-01-2012
    Accepted Solution

    How change text width in table cell using autocad .net api C#?

    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#?

    1010.jpg


    Please use plain text.
    Mentor
    Posts: 223
    Registered: ‎04-11-2010

    Re: How change text width in table cell using autocad .net api C#?

    07-01-2012 03:16 PM in reply to: 1854656984

    Hi,

     

    Table.Cells(i,j).TextStyleId=Id_Of_The_TextStyle_With_Needed_WidthFactor should work.

     

    Gaston Nunez

    Please use plain text.
    *Expert Elite*
    chiefbraincloud
    Posts: 736
    Registered: ‎02-13-2008

    Re: How change text width in table cell using autocad .net api C#?

    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.                                                                                Sig-Logos32.png
    Please use plain text.
    New Member
    Posts: 2
    Registered: ‎07-01-2012

    Re: How change text width in table cell using autocad .net api C#?

    07-03-2012 06:46 AM in reply to: 1854656984

    Thanks!!! it works perfectly!!!!

    Please use plain text.
    Valued Mentor
    KerryBrown
    Posts: 259
    Registered: ‎11-29-2008

    Re: How change text width in table cell using autocad .net api C#?

    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:smileyembarrassed:

    Please use plain text.