|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
TextCell
TextCell["string"]
gives a text cell that can appear in a Mathematica notebook.
TextCell["string", "style"]
gives a text cell with the specified style.
Details and OptionsDetails and Options
- Text cells are formatted like text, with appropriate spacing and line breaking.
- CellPrint[TextCell[expr]] inserts a text cell into your current notebook.
- Typical possible styles for text cells include
,
, "Text", etc. - TextCell[Row[{expr1, expr2, ...}]] generates a text cell containing a concatenation of the
, which need not be only strings. - TextCell can have any of the many options of Cell, including:
-
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 text in the cell
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
