DialogReturn[expr] closes a dialog window, returning the expression expr from the dialog.DialogReturn[] closes a dialog window, returning Null.
ImageForestingComponents[image] finds a segmentation of image, returning an integer matrix in which positive integers label different ...
Magnification is an option for Style and Cell that specifies what magnification to use for display.
Paste
(Built-in Mathematica Symbol) Paste[expr] pastes expr at the current insertion point in the input notebook. Paste[notebook, expr] pastes expr to the specified notebook.Paste[] pastes the contents of the ...
Front end tokens let you perform kernel commands that would normally be done using the menus. Front end tokens are particularly convenient for writing programs to manipulate ...
Manipulating global options in the front end. Just like cells and notebooks, the complete Mathematica front end has various options, which you can look at and manipulate from ...
Table
(Mathematica Import/Export Format) Generic tabular data. Stores numerical and textual information, formatted as a table. Supports user-defined field and record separators, field delimiters, currency tokens, ...
LineScaledCoordinate[{{x_1, y_1}, {x_2, y_2}, ..., {x_k, y_k}}, r] gives the coordinate of a point in the polyline {{x_1, y_1}, {x_2, y_2}, ..., {x_k, y_k}}, at a scaled ...
FromSymbolicXML[expr] converts a SymbolicXML expression expr to a more native format, if one is available.
SVG
(Mathematica Import/Export Format) MIME type: image/svg+xml SVG vector graphics format. Intended for two-dimensional vector graphics on the web. Partially supported by several web browsers and browser ...