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

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

Introduction

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

The text is from its open source code.

Method

intgetPictureIndex()
voidresize(double scaleX, double scaleY)
Resize the image

Please note, that this method works correctly only for workbooks with default font size (Arial 10pt for .xls).

voidresize()
Reset the image to the dimension of the embedded image

Please note, that this method works correctly only for workbooks with default font size (Arial 10pt for .xls).

voidresize(double scale)
Resize the image proportionally.