org.apache.poi.ss.usermodel
public interface Picture
| Modifier and Type | Method and Description |
|---|---|
ClientAnchor |
getPreferredSize() |
void |
resize()
Reset the image to the original size.
|
void |
resize(double scale)
Reset the image to the original size.
|
void resize()
void resize(double scale)
scale - the amount by which image dimensions are multiplied relative to the original size.
resize(1.0) sets the original size, resize(0.5) resize to 50% of the original,
resize(2.0) resizes to 200% of the original.ClientAnchor getPreferredSize()
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.