InputField[] represents a blank editable input field. InputField[x] represents an editable input field that currently contains the expression x. InputField[Dynamic[x]] takes ...
PasteButton[expr] represents a button that pastes expr whenever it is pressed. PasteButton[label, expr] displays with label on the button.
Much of what Mathematica does revolves around manipulating structured expressions. But you can also use Mathematica as a system for handling unstructured strings of text. ...
Mathematica's unified symbolic document architecture makes it possible to have flowing text contain any kind of object—including math, graphics or dynamic elements.
Mathematica notebooks include all the usual features of a top-quality word-processing system, plus many additional special capabilities. In all, there are over a thousand ...
LineSpacing is an option for Style and Cell that specifies the spacing between successive lines of text.
Convert To opens a submenu for converting a cell to another form, format, or display form.
Mathematica's unique symbolic architecture makes it easy to add toolbars with any possible appearance and action to a Mathematica notebook. The ruler is a toolbar used to set ...
Inset
(Built-in Mathematica Symbol) Inset[obj] represents an object obj inset in a graphic. Inset[obj, pos] specifies that the inset should be placed at position pos in the graphic. Inset[obj, pos, opos] aligns ...
DefaultBaseStyle is a low-level option for formatting and related constructs that specifies a default base style to use before BaseStyle.