Enable JavaScript to interact with content and submit forms on Wolfram websites. Learn how

Legacy Documentation

Mathematica 8 (2010)

This is documentation for Mathematica 8, which was
based on an earlier version of Wolfram Language.
View current documentation (Version 14.3)
Low-Level Notebook Programming
In Mathematica's unified symbolic architecture, every Mathematica notebook you see is represented as a symbolic expression that can be manipulated and controlled programmatically using Mathematica's symbolic language. Mathematica's low-level notebook programming functions give direct incremental access to notebook expressions, allowing you successively to perform arbitrary operations on the "selection" in any notebook.
Notebook Handles
Notebooks a list of open notebooks (NotebookObject objects)
NotebookLocate locate a notebook, a web notebook, or a tag in a notebook
Operations on Complete Notebooks
Options , SetOptions , CurrentValue get or set any option of any notebook object
NotebookGet get the symbolic representation of a displayed notebook
NotebookPut display the notebook corresponding to a symbolic expression
Notebook   Cell   RowBox   ButtonBox   GridBox   ...
Modifying Notebook Contents
NotebookFind find a structure within a notebook
SelectionMove move the selection in a notebook
NotebookRead read the current selection as a symbolic expression
NotebookWrite , NotebookApply write, apply content at the current selection
NotebookDelete delete the current selection
NotebookSelection a handle to a selection in a notebook
FrontEndTokenExecute execute a menu-like front end command
FrontEndExecute send an expression to be executed by the front end
TUTORIALS
MORE ABOUT


ja zh

AltStyle によって変換されたページ (->オリジナル) /