DOCUMENTATION CENTER SEARCH
Mathematica
>
Low-Level Notebook Programming
>
Built-in
Mathematica
Symbol
Manipulating Notebooks from the Kernel
Tutorials »
|
SelectionMove
CurrentValue
See Also »
|
Low-Level Notebook Programming
Programmatic Notebook & Interface Customization
More About »
NotebookSelection
NotebookSelection
[]
represents the current selection in the current evaluation notebook in the front end.
NotebookSelection
[
nb
]
represents the current selection associated with the open notebook
nb
.
MORE INFORMATION
NotebookSelection
takes a
NotebookObject
as an argument.
You can use
Options
and
SetOptions
to read and write options associated with your current selection.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Select some text and then set a font option for it:
In[1]:=
In[2]:=
In[3]:=
Find out the option settings for the selected text:
In[4]:=
Out[4]=
Scope
(2)
Properties & Relations
(1)
Possible Issues
(1)
SEE ALSO
SelectionMove
CurrentValue
TUTORIALS
Manipulating Notebooks from the Kernel
MORE ABOUT
Low-Level Notebook Programming
Programmatic Notebook & Interface Customization
New in 3
© 2008 Wolfram Research, Inc.