Java org.apache.poi.ss.usermodel Drawing fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

ClientAnchorcreateAnchor(int dx1, int dy1, int dx2, int dy2, int col1, int row1, int col2, int row2)
Creates a new client anchor and sets the top-left and bottom-right coordinates of the anchor.
CommentcreateCellComment(ClientAnchor anchor)
Creates a comment.
PicturecreatePicture(ClientAnchor anchor, int pictureIndex)
Creates a picture.