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 >

FrameBox

FrameBox[box]
is a low-level box construct which represents box with a frame drawn around it.
  • FrameBox is generated as a the low-level representation of Framed. Except for low-level notebook expression manipulation, FrameBox should not need to be used directly.
Display a framed expression:
Display frames around multiple parts of a typeset structure:
You can use Framed to produce the same structure:
Display a framed expression:
In[1]:=
Click for copyable input
Out[1]//DisplayForm=
 
Display frames around multiple parts of a typeset structure:
In[1]:=
Click for copyable input
Out[1]//DisplayForm=
 
You can use Framed to produce the same structure:
In[1]:=
Click for copyable input
Out[1]=
New in 3 | Last modified in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team