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

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

Introduction

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

The text is from its open source code.

Method

ClientAnchorgetClientAnchor()
DimensiongetImageDimension()
Return the dimension of the embedded image in pixel
ClientAnchorgetPreferredSize()
Calculate the preferred size for this picture.
voidresize()
Reset the image to the dimension of the embedded image
voidresize(double scaleX, double scaleY)
Resize the image.
voidresize(double scale)
Resize the image proportionally.