FrameBox
FrameBox[box]
is a low-level box construct that represents box with a frame drawn around it.
Details

- FrameBox is generated as the low-level representation of Framed. Except for low-level notebook expression manipulation, FrameBox should not need to be used directly.
- In StandardForm and InputForm, FrameBox is by default ignored, so that FrameBox[box] is interpreted just as box would be.
- In StandardForm, explicit FrameBox objects are output literally. You can use DisplayForm to see the display form of such objects.
Examples
Basic Examples (3)
Display frames around multiple parts of a typeset structure:
You can use Framed to produce the same structure:
See Also
Tutorials
Related Guides
Introduced in 1996
(3.0)
| Updated in 2007 (6.0)