Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Notebooks and Documents > Low-Level Notebook Programming > Low-Level Notebook Structure > FormBox >

FormBox

FormBox
is a low-level box construct which displays as boxes but specifies that rules associated with form should be used to interpret boxes on input.
Create a cell with TraditionalForm style settings applied:
Create a cell with StandardForm style settings applied:
FormBox affects interpretation of its contents:
TraditionalForm formatting uses FormBox:
The formatted result looks like this:
Create a cell with TraditionalForm style settings applied:
In[1]:=
Click for copyable input
Out[1]=
 
Create a cell with StandardForm style settings applied:
In[1]:=
Click for copyable input
Out[1]=
 
FormBox affects interpretation of its contents:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
 
TraditionalForm formatting uses FormBox:
In[1]:=
Click for copyable input
Out[1]//FullForm=
The formatted result looks like this:
In[2]:=
Click for copyable input
Out[2]//TraditionalForm=
New in 3
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF