ImageMargins is an option that specifies the absolute margins to leave around the image displayed for an object.
SetSelectedNotebook[notebook] makes the specified notebook be the currently selected one in the front end.
Overlay
(Built-in Mathematica Symbol) Overlay[{expr_1, expr_2, ...}] displays as an overlay of all the expr_i.Overlay[{expr_1, expr_2, ...}, {i, j, ...}] displays as an overlay of expr_i, expr_j, ...
WindowElements is a notebook option that specifies the elements to include in the window used to display the notebook on the screen.
CopyToClipboard[expr] replaces the contents of the clipboard with expr.
PopupWindow[expr, contents] displays as expr, but pops up a window containing contents when clicked.
At the core of Mathematica is the foundational idea that everything —data, programs, formulas, graphics, documents—can be represented as symbolic expressions. And it is this ...
Mathematica's unified symbolic architecture allows immediate generalization of part-oriented list operations to arbitrary expressions —supporting operations both on ...
AbsoluteFileName["name"] gives the full absolute version of the name for a file in your filesystem.
CellLabelAutoDelete is an option for Cell which specifies whether a label for the cell should be automatically deleted if the contents of the cell are modified or the ...