Copying everything from a page, not just the text on Pages

I have a page documents that contains textboxes, images, etc. I am trying to copy all content from one documento into a variable and then paste it on a new section of a new document…

I have found this


set allContent to the body text

tell the front document
	set body text of last section to allContent
end tell

but this will copy just the body text. Is there a way to copy everything respecting the layout this page has to another section? Any way to copy the entire page as it is?

thanks