public class PictureShape extends ShapeObj
| Modifier and Type | Method and Description |
|---|---|
int |
getHeightEmu() |
byte[] |
getPictureData()
write picture image data to specified stream
|
int |
getPictureType()
get picture image data type
|
int |
getWidthEmu() |
void |
setAspectRatioLocked(boolean b) |
void |
setSizeEMUs(long width,
long height) |
void |
setSizePixels(int width,
int height) |
public byte[] getPictureData()
throws java.lang.Exception
java.lang.Exception - exceptionpublic int getPictureType()
throws java.lang.Exception
java.lang.Exception - exceptionpublic int getWidthEmu()
public int getHeightEmu()
public void setAspectRatioLocked(boolean b)
public void setSizePixels(int width,
int height)
public void setSizeEMUs(long width,
long height)