Hello,
Not sure if here is the right place to ask, but I am trying OOO Dev Tools to group all shapes within a cell and export them together as a merged image.
So far, I have figured I should create a new instance of ShapeCollection, add corresponding shapes to it, group all of them, and then export the instance as a jpg using ooodev.draw.export.hape_jpg
But I got stuck at the first step, apparently I cannot create the instance correctly, as I have not fuly understanded its required properties.

To be more specific, about this SpreadsheetDrawPage class, I assume the owner represents the CalcDoc I’m reading (which sounds irrelevant because I just need an empty instance without any reference to other files?), but what is component for?