Manipulate Introduction to Control Objects Views
WindowFrame is a notebook option that specifies the type of frame to draw around the window in which the notebook is displayed on the screen.
UpdateNotebookStyles[] is a function that will add the styles and input aliases the Notation Package defines to your current notebook.UpdateNotebookStyles[notebook] will ...
WindowSize is a notebook option that specifies the size of window that should be used to display a notebook on the screen.
Hyperlink[uri] represents a hyperlink that jumps to the specified URI when clicked. Hyperlink[label, uri] represents a hyperlink to be displayed as label.
Expressions corresponding to cells. Here is a notebook containing a text cell and a Mathematica input cell. Here are the expressions corresponding to these cells.
ButtonBox[boxes] is a low-level box construct that represents a button in a notebook expression.
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 ...
"EvaluateInitialization" is a front end token that evaluates all the initialization cells in a notebook.
SaveAutoDelete is an option for ErrorBox objects that specifies whether the ErrorBox is automatically deleted when the notebook containing it is saved.