<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How change text width in table cell using autocad .net api C#? in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/how-change-text-width-in-table-cell-using-autocad-net-api-c/m-p/3522862#M54783</link>
    <description>&lt;P&gt;I create Table using Autocad .net api C#.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;var table = new Table();&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;In single text(class DBText), change text width of the property - WidthFactor.&lt;BR /&gt;&lt;BR /&gt;How change text width in table cell using autocad .net api C#?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1010.jpg" border="0" align="center" title="1010.jpg" src="https://forums.autodesk.com/t5/image/serverpage/image-id/32114i37659846E7E69863/image-size/original?v=mpbl-1&amp;amp;px=-1" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A target="_self" href="http://s1.ipicture.ru/uploads/20120702/p726B8IO.jpg" title="Image - different text width in cells table"&gt;&lt;BR /&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 01 Jul 2012 21:47:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-07-01T21:47:53Z</dc:date>
    <item>
      <title>How change text width in table cell using autocad .net api C#?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-change-text-width-in-table-cell-using-autocad-net-api-c/m-p/3522862#M54783</link>
      <description>&lt;P&gt;I create Table using Autocad .net api C#.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;var table = new Table();&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;In single text(class DBText), change text width of the property - WidthFactor.&lt;BR /&gt;&lt;BR /&gt;How change text width in table cell using autocad .net api C#?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1010.jpg" border="0" align="center" title="1010.jpg" src="https://forums.autodesk.com/t5/image/serverpage/image-id/32114i37659846E7E69863/image-size/original?v=mpbl-1&amp;amp;px=-1" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A target="_self" href="http://s1.ipicture.ru/uploads/20120702/p726B8IO.jpg" title="Image - different text width in cells table"&gt;&lt;BR /&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Jul 2012 21:47:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-change-text-width-in-table-cell-using-autocad-net-api-c/m-p/3522862#M54783</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-01T21:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: How change text width in table cell using autocad .net api C#?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-change-text-width-in-table-cell-using-autocad-net-api-c/m-p/3522874#M54784</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;Table.Cells(i,j).TextStyleId=Id_Of_The_TextStyle_With_Needed_WidthFactor&lt;/FONT&gt; should work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gaston Nunez&lt;/P&gt;</description>
      <pubDate>Sun, 01 Jul 2012 22:16:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-change-text-width-in-table-cell-using-autocad-net-api-c/m-p/3522874#M54784</guid>
      <dc:creator>hgasty1001</dc:creator>
      <dc:date>2012-07-01T22:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: How change text width in table cell using autocad .net api C#?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-change-text-width-in-table-cell-using-autocad-net-api-c/m-p/3523692#M54785</link>
      <description>&lt;P&gt;Use Formatting in the contents like Mtext.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"{\W0.5;Text Width = 0.5}"&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2012 17:14:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-change-text-width-in-table-cell-using-autocad-net-api-c/m-p/3523692#M54785</guid>
      <dc:creator>chiefbraincloud</dc:creator>
      <dc:date>2012-07-02T17:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: How change text width in table cell using autocad .net api C#?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-change-text-width-in-table-cell-using-autocad-net-api-c/m-p/3524902#M54786</link>
      <description>&lt;P&gt;Thanks!!! it works perfectly!!!!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2012 13:46:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-change-text-width-in-table-cell-using-autocad-net-api-c/m-p/3524902#M54786</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-03T13:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: How change text width in table cell using autocad .net api C#?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-change-text-width-in-table-cell-using-autocad-net-api-c/m-p/3525948#M54787</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;&lt;P&gt;Thanks!!! it works perfectly!!!!&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since you answered your own post ... which solution worked for you ??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2012 00:21:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-change-text-width-in-table-cell-using-autocad-net-api-c/m-p/3525948#M54787</guid>
      <dc:creator>kerry_w_brown</dc:creator>
      <dc:date>2012-07-04T00:21:04Z</dc:date>
    </item>
  </channel>
</rss>

