cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

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