hi, does anyone know how to interact with tables in “move with text” mode in Pages app vía AppleScript or JavaScript (the one that I’m using) since we're able to control it in “stay on page” mode (format > arrange panel) with no problem, in my case with this code:
Application(‘Pages’).documents[0].tables[0].cells[‘a1’].value();
I have found just one discussion about this previously in this link:
https://discussions.apple.com/thread/7342718?answerId=29337466022#29337466022
but apparently it’s a bug that we cannot use it in “stay on page” mode, if it is, anyone knows if the bug is fixed in recent Pages updates?
It’ll really be super helpful if this work since a table is totally useless in “stay on page” mode if you have a large table that jump pages and disappear parts of it.
Regards!
Application(‘Pages’).documents[0].tables[0].cells[‘a1’].value();
I have found just one discussion about this previously in this link:
https://discussions.apple.com/thread/7342718?answerId=29337466022#29337466022
but apparently it’s a bug that we cannot use it in “stay on page” mode, if it is, anyone knows if the bug is fixed in recent Pages updates?
It’ll really be super helpful if this work since a table is totally useless in “stay on page” mode if you have a large table that jump pages and disappear parts of it.
Regards!