The patriarch is the toplevel container for shapes in a sheet. It does
little other than act as a container for other shapes and groups.
author: Glen Stampoultzis (glens at apache.org)
createGroup(HSSFClientAnchor anchor) Creates a new group record stored under this patriarch.
Parameters: anchor - the client anchor describes how this group is attachedto the sheet.
createPicture(HSSFClientAnchor anchor, int pictureIndex) Creates a picture.
Parameters: anchor - the client anchor describes how this group is attachedto the sheet.
createTextbox(HSSFClientAnchor anchor) Constructs a textbox under the patriarch.
Parameters: anchor - the client anchor describes how this group is attachedto the sheet.
Creates a new group record stored under this patriarch.
Parameters: anchor - the client anchor describes how this group is attachedto the sheet. the newly created group.
Creates a simple shape. This includes such shapes as lines, rectangles,
and ovals.
Parameters: anchor - the client anchor describes how this group is attachedto the sheet. the newly created shape.
Constructs a textbox under the patriarch.
Parameters: anchor - the client anchor describes how this group is attachedto the sheet. the newly created textbox.