Questions tagged [selectionmove]
The selectionmove tag has no summary.
3 questions
1
vote
0
answers
86
views
How to save and restore cursor position?
After performing some operations on cells in a notebook (with NotebookWrite and NotebookDelete) I need to restore the cursor's position within a particular cell. How can this be done?
I've found that <...
2
votes
2
answers
316
views
How can I select real elements that not an integer and rational numbers?
I have a list
list = {2, -1, 3/5, (Sqrt[2] + 1)/3, Pi}
How can I select from the list real elements that not integer and rational? That's mean, how can I get
...
4
votes
1
answer
183
views
Problem with SelectionMove in stylesheets
I would like to design a cell style, for inclusion in a stylesheet, having the following characteristics:
It should be a cascade descendant of Text, called here FactoidText
When a FactoidText cell is ...