|
SOLUTIONS
|
-
函数
- AutoScroll
- ButtonBox
- ButtonNotebook
- Cell
- CellObject
- Cells
- CurrentValue
- EvaluationCell
- EvaluationNotebook
- FrontEndEventActions
- FrontEndExecute
- FrontEndTokenExecute
- GridBox
- InputNotebook
- Notebook
- NotebookApply
- NotebookClose
- NotebookDelete
- NotebookDirectory
- NotebookFileName
- NotebookFind
- NotebookGet
- NotebookInformation
- NotebookLocate
- NotebookObject
- NotebookPrint
- NotebookPut
- NotebookRead
- Notebooks
- NotebookSave
- NotebookSelection
- NotebookWrite
- Options
- RowBox
- SelectedCells
- SelectedNotebook
- SelectionAnimate
- SelectionCreateCell
- SelectionEvaluate
- SelectionMove
- SetOptions
- SetSelectedNotebook
- ShowSelection
- Visible
- 相关指南
- 教程
底层笔记本编程
在 Mathematica 统一的符号体系中,每个您看到的 Mathematica 笔记本都可以表示成一个符号表达式,您都可以使用 Mathematica 的符号语言来操纵和编程控制. Mathematica 底层的笔记本编程函数可直接访问笔记本表达式,允许您对任意笔记本中所选内容执行任意操作.
参考资料参考资料
笔记本处理
Notebooks — 打开的笔记本的列表 (NotebookObject对象)
SelectedNotebook ▪ EvaluationNotebook ▪ InputNotebook ▪ ButtonNotebook
NotebookLocate — 定位一个笔记本、网页笔记本或笔记本标签
NotebookFileName ▪ NotebookDirectory
单元处理
Cells — 一个给定笔记本(CellObject 对象)中的单元列表
SelectedCells ▪ EvaluationCell
完整笔记本的操作
Options, SetOptions, CurrentValue — 获得或设置任意笔记本对象的选项
NotebookInformation — 打开笔记本的信息
SetSelectedNotebook ▪ NotebookClose ▪ NotebookSave ▪ NotebookPrint
符号式笔记本结构 »
NotebookGet — 获得一个显示笔记本的符号表示
NotebookPut — 显示相应于符号表达式的笔记本
Notebook ▪ Cell ▪ RowBox ▪ ButtonBox ▪ GridBox ▪ ...
修改笔记本内容
NotebookFind — 找到笔记本中的一个结构
SelectionMove — 在笔记本中移动选择
NotebookRead — 读取当前的选择,作为一个符号表达式
NotebookWrite, NotebookApply — 在当前选择位置上写入、应用数据内容
NotebookDelete — 删除当前选择内容
ShowSelection ▪ Visible ▪ AutoScroll
NotebookSelection — 处理笔记本中选择的内容
SelectionEvaluate ▪ SelectionCreateCell ▪ SelectionAnimate
全局前端操作 »
FrontEndTokenExecute — 执行有一个命令菜单项的前端命令
$FrontEnd ▪ $FrontEndSession ▪ FrontEndEventActions ▪ ...
FrontEndExecute — 发送一个表达式到前端执行
