Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get positions of all boxes in a notebook
ResourceFunction["GetBoxPositions"][] gets positions of boxes in the current notebook. | |
ResourceFunction["GetBoxPositions"][nb] gets positions in the specified notebook. | |
ResourceFunction["GetBoxPositions"][nb,type] gets only boxes matching the given pattern. |
Get positions of boxes in the current notebook:
In[1]:= |
Out[1]= |
Get box positions for another notebook:
In[2]:= |
Out[2]= |
In[3]:= |
Out[3]= |
Find specific box types:
In[4]:= |
Out[4]= |
In[5]:= |
Find buttons in another notebook and click them automatically:
In[6]:= |
Out[5]= |
In[7]:= |
Out[7]= |
In[8]:= |
Out[9]= |
This work is licensed under a Creative Commons Attribution 4.0 International License