简体   繁体   中英

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

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#? [Image - different text width in cells table]

The text within an AutoCAD table can be formatted using the same technique as u would with MText. RTF

{\\W0.5;Text Width = 0.5}

For a complete reference about RTF

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM