Author Topic: Table TextHeight for specific Cell  (Read 1878 times)

0 Members and 1 Guest are viewing this topic.

Andrea

  • Water Moccasin
  • Posts: 2372
Table TextHeight for specific Cell
« on: January 11, 2017, 11:24:06 AM »
Hi all,..

i'm trying to set a text height for a specific cell in a AutoCAD Table.
vla-SetTextHeight seem to set only for the entire row..

any direction will be appreciated.
Thank you.
Keep smile...

ChrisCarlson

  • Guest
Re: Table TextHeight for specific Cell
« Reply #1 on: January 11, 2017, 11:56:21 AM »
Similar to excel, I do not think you can have cells with different heights within the same row.

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Table TextHeight for specific Cell
« Reply #2 on: January 11, 2017, 12:13:01 PM »
Yes its possible by changing the textsize in the text editor.
Similar to excel :)

« Last Edit: January 11, 2017, 12:16:11 PM by Andrea »
Keep smile...

ronjonp

  • Needs a day job
  • Posts: 7526
Re: Table TextHeight for specific Cell
« Reply #3 on: January 11, 2017, 12:14:09 PM »
Maybe vla-setcelltextheight ?

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Table TextHeight for specific Cell
« Reply #4 on: January 11, 2017, 12:16:52 PM »
Maybe vla-setcelltextheight ?

Thank you....I'll try this it seem to be logic.
Keep smile...

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Table TextHeight for specific Cell
« Reply #5 on: January 11, 2017, 12:18:12 PM »
IT WORKED !

Thanks alot !
Keep smile...

ChrisCarlson

  • Guest
Re: Table TextHeight for specific Cell
« Reply #6 on: January 11, 2017, 12:18:47 PM »
Oh, sorry misread. Interpreted cell height, not text height.

Code - Auto/Visual Lisp: [Select]
  1. (vla-setCelltextHeight tbl row cell txtheight)

ronjonp

  • Needs a day job
  • Posts: 7526
Re: Table TextHeight for specific Cell
« Reply #7 on: January 11, 2017, 12:29:45 PM »
IT WORKED !

Thanks alot !
Glad to help :)

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC