Java org.apache.poi.hssf.usermodel HSSFPatriarch fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.hssf.usermodel HSSFPatriarch fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.hssf.usermodel HSSFPatriarch.

The text is from its open source code.

Method

HSSFCommentcreateComment(HSSFAnchor anchor)
Constructs a cell comment.
HSSFShapeGroupcreateGroup(HSSFClientAnchor anchor)
Creates a new group record stored under this patriarch.
HSSFPicturecreatePicture(HSSFClientAnchor anchor, int pictureIndex)
Creates a picture.
HSSFPicturecreatePicture(ClientAnchor anchor, int pictureIndex)
HSSFSimpleShapecreateSimpleShape(HSSFClientAnchor anchor)
Creates a simple shape.
HSSFTextboxcreateTextbox(HSSFClientAnchor anchor)
Constructs a textbox under the patriarch.
ListgetChildren()
Returns a unmodifiable list of all shapes contained by the patriarch.