|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ExpressionCell
ExpressionCell[expr]
gives an expression cell that can appear in a Mathematica notebook.
ExpressionCell[expr, "style"]
gives an expression cell with the specified style.
Details and OptionsDetails and Options
- Expression cells can contain any Mathematica expressions, including graphics and dynamic objects.
- An ExpressionCell can appear anywhere in a Mathematica expression.
- ExpressionCell[expr] by default formats expr in the current default output format type, typically StandardForm.
- Typical possible styles for expression cells include
,
,
, etc. - CellPrint[ExpressionCell[expr, "Print"]] is normally effectively equivalent to Print[expr].
- ExpressionCell can have any of the many options of Cell, including for example:
-
Background the color of the background for the cell CellBaseline alignment relative to surrounding text CellFrame whether to draw a frame around the cell CellTags tags for the cell Editable whether to allow the contents of the cell to be edited FontSize the default size of text in the cell TextAlignment how to align the contents of the cell - ExpressionCell[Null] gives an empty expression cell.
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
