cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • See how to design an experiment, explore factor-response relationships, assess tradeoffs, and ID best settings. Register for Sep. 11 Mastering JMP.

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.png5948_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.png5948_Scripting Index.png

Recommended Articles