EDIT: Crossposted here
Hello,
Is there a page object in Writer that can be accessed via macro?
For example, say I wanted to copy the first page via macro, how would I access the first page object (if a page object exists) to copy it?
Would it be something like:
ThisComponent.page
or
ThisComponent.CurrentController.page
or
ThisComponent.CurrentController.Frame.page
If there is no such thing as a page object, how would I copy all Draw, Images, and objects from the first page?