|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
TextData
TextData[exprs]
is a low-level representation of the contents of a textual cell.
DetailsDetails
- Textual cells can contain unformatted or formatted text such as styles, buttons, inline cells, etc.
- Cell[TextData[string]] or equivalently, Cell[string], represents cells containing unformatted text.
- Cell[TextData[expr]] represents a cell containing formatted text with styles, buttons, inline cells, etc.
- TextData is typically used as the contents of a Cell expression, and not on its own.
- Except for low-level notebook expression manipulation, TextData should not need to be used directly.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Create a textual cell from a low-level description:
| In[1]:= |
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
