@Beta public class XSLFPictureShape extends XSLFSimpleShape
Modifier and Type | Method | Description |
---|---|---|
void |
drawContent(java.awt.Graphics2D graphics) |
draw any content within this shape (image, text, etc.).
|
java.awt.Insets |
getBlipClip() |
|
XSLFPictureData |
getPictureData() |
Return the data on the (internal) picture.
|
java.net.URI |
getPictureLink() |
For an external linked picture, return the last-seen
path to the picture.
|
boolean |
isExternalLinkedPicture() |
Is this an internal picture (image data included within
the PowerPoint file), or an external linked picture
(image lives outside)?
|
void |
resize() |
Resize this picture to the default size.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applyTransform
draw, getAnchor, getCTPlaceholder, getFillColor, getFlipHorizontal, getFlipVertical, getLineCap, getLineColor, getLineDash, getLineHeadDecoration, getLineHeadLength, getLineHeadWidth, getLineTailDecoration, getLineTailLength, getLineTailWidth, getLineWidth, getNvPr, getRotation, getShadow, getShapeId, getShapeName, getShapeType, getSheet, getSpPr, getSpStyle, getXmlObject, setAnchor, setFillColor, setFlipHorizontal, setFlipVertical, setLineCap, setLineColor, setLineDash, setLineHeadDecoration, setLineHeadLength, setLineHeadWidth, setLineTailDecoration, setLineTailLength, setLineTailWidth, setLineWidth, setRotation, setShapeType
public void resize()
public boolean isExternalLinkedPicture()
public XSLFPictureData getPictureData()
public java.net.URI getPictureLink()
public java.awt.Insets getBlipClip()
public void drawContent(java.awt.Graphics2D graphics)
XSLFSimpleShape
drawContent
in class XSLFSimpleShape
graphics
- the graphics to draw intoCopyright 2018 The Apache Software Foundation or its licensors, as applicable.