NotebookObject[fe, id] is an object that represents an open notebook in the front end.
NotebookOpen["name"] opens an existing notebook with the specified name, returning the corresponding notebook object. NotebookOpen["name", options] opens a notebook using the ...
NotebookPath is a global option that determines which directories are searched when a specified notebook is needed.
NotebookPrint[expr] sends a notebook containing expr to your default printer.NotebookPrint[notebook] sends the specified notebook to your default printer. ...
NotebookPut[expr] creates a notebook corresponding to expr and makes it the currently selected notebook in the front end. NotebookPut[] creates a new empty ...
NotebookRead[notebook] gives the expression corresponding to the current selection in the specified notebook object.
NotebookSave[notebook] saves the current version of the specified notebook. NotebookSave[notebook, " file"] saves the notebook in the specified file. NotebookSave[] saves the ...
NotebookSelection[] represents the current selection in the current evaluation notebook in the front end.NotebookSelection[nb] represents the current selection associated ...
NotebooksMenu is a global option that specifies which recently opened notebooks are listed under the File menu.
Notebooks[] gives a list of notebooks currently open in the front end.