cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
senatorx
Level III

manipulating text size and color

Hi, I found that I can send text to a journal with a text box object:

sample_tb = text box("Some text");

sample_tb << journal();

The scripting guide shows that there are optional arguments for a text box object, but I only found Justify Text, and Set Wrap.

Are there other optional arguments for text box or a similar object where I can manipulate text size, color, font, etc.?

Thanks.

1 ACCEPTED SOLUTION

Accepted Solutions
pmroz
Super User

Re: manipulating text size and color

You can find all the information you need in the Scripting Index (Help > Scripting Index > Display Box)

5948_Scripting Index.png

View solution in original post

1 REPLY 1
pmroz
Super User

Re: manipulating text size and color

You can find all the information you need in the Scripting Index (Help > Scripting Index > Display Box)

5948_Scripting Index.png

Recommended Articles