LegendTextDirection is an option for Legend, which specifies the direction of text next to the key box.
LegendTextOffset is an option for Legend, which specifies the offset of text next to the key box.
Style assigns a style to selected cells or text.
In
(Built-in Mathematica Symbol) In[n] is a global object that is assigned to have a delayed value of the n\[Null]^th input line.
Quit
(Built-in Mathematica Symbol) Quit[] terminates a Mathematica kernel session.
This example provides a reusable dialog for angle input. This is based on a J/Link example, but rewritten here using the GUIKit` APIs.
"SelectionConvert" converts the selected cells into a new format.
Mathematica notebooks consist of sequences of cells, which can be nested. The hierarchy of cells serves as a structure for organizing information in a notebook as well as ...
LinebreakAdjustments is an option for selections that sets parameters used for calculating where automatic line breaks should be inserted.
Explicit representations of newlines and tabs in strings. This prints on two lines. In InputForm there is an explicit ∖n to represent the newline.