JMP 13.2 联机文档
发现 JMP
使用 JMP
基本分析
基本绘图
刻画器指南
实验设计指南
拟合线性模型
预测和专业建模
多元方法
质量和过程方法
可靠性和生存方法
消费者研究
Scripting Guide
JSL Syntax Reference
JSL Syntax Reference
•
JSL Messages
•
Display Boxes
• Tab Boxes
上一个
•
下一个
Tab Boxes
tab box<<Get Tab Margin()
Returns a list of the current margins in pixels for the tab box in this order:
{left, top, right, bottom}
.
tab box<<Set Style("tab" | "combo" | "outline" | "vertical spread" | "horizontal spread" | "minimize size")
Changes the appearance of the tab box from a tab to a combo box or outline node.
"
vertical spread
" and "
horizontal spread
" change the orientation of the tab title.
"
minimize size
" bases the tab style on the width of the tab title. See
Tab Box and Tab Page Box
in the
Scripting Guide
for an example.
tab box<<Set Tab Margin(n|{...})
Sets the tab margin for the tab box. If a single number is specified, all four margins are set to that number of pixels. If a list of two numbers is specified, the left and right margins are set to the first number, and the top and bottom margins are set to the second number. If a list of four numbers is specified, the margins are set in this order:
{left, top, right, bottom}
.
tab box<<Show Tabs(0|1)
Shows or hides the tabs for tab boxes. If you hide the tabs, you need to provide another way to select and show tabs. For example, a list box that contains a list of references to the tabs. The default value is 1.