Inventor VBA Macro - Left justify the title text on a custom table?

Inventor VBA Macro - Left justify the title text on a custom table?

Anonymous
Not applicable
518 Views
1 Reply
Message 1 of 2

Inventor VBA Macro - Left justify the title text on a custom table?

Anonymous
Not applicable

I'm having trouble getting the Title text to justify to the left on a General table in Inventor. Is it possible? If so,

can someone please provide some example VBA code that will force the title text to justify to the left?

Everything I have tried so far does not work. I'm starting to wonder if it is hard coded into Inventor to keep the title text centered.

 

Thank you in adavnce for taking a look.

0 Likes
Accepted solutions (1)
519 Views
1 Reply
Reply (1)
Message 2 of 2

xiaodong_liang
Autodesk Support
Autodesk Support
Accepted solution
Hi,

Sorry there is not such API. in UI we can’t justify it neither, it should be controlled by table style(Table(ANSI))-> text style(Note Text (ANSI)). But if you modify the justifications they don’t apply to the custom table title. Sorry if this is a bad news to you.
0 Likes