|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.xslf.usermodel.XSLFShape
org.apache.poi.xslf.usermodel.XSLFSimpleShape
org.apache.poi.xslf.usermodel.XSLFPictureShape
@Beta public class XSLFPictureShape
Represents a picture shape
Method Summary | |
---|---|
java.awt.Insets |
getClipping()
Returns the clipping values as percent ratio relatively to the image size. |
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)? |
Methods inherited from class org.apache.poi.xslf.usermodel.XSLFShape |
---|
fetchShapeProperty, getBgPr, getBgRef, getCNvPr, getCTPlaceholder, getFillPaint, getGrpSpPr, getPaint, getParent, getShapeId, getShapeName, getSheet, getSpPr, getSpStyle, getXmlObject, selectPaint, selectPaint, selectPaint, selectPaint, selectPaint, selectProperty, setParent, setPlaceholder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.poi.sl.usermodel.SimpleShape |
---|
getFillStyle, getGeometry, getLineDecoration, getShadow, getShapeType, getStrokeStyle, isPlaceholder |
Methods inherited from interface org.apache.poi.sl.usermodel.Shape |
---|
getAnchor, getParent, getSheet |
Methods inherited from interface org.apache.poi.sl.draw.geom.IAdjustableShape |
---|
getAdjustValue |
Methods inherited from interface org.apache.poi.sl.usermodel.PlaceableShape |
---|
getAnchor, getFlipHorizontal, getFlipVertical, getParent, getRotation, setAnchor, setFlipHorizontal, setFlipVertical, setRotation |
Method Detail |
---|
public boolean isExternalLinkedPicture()
public XSLFPictureData getPictureData()
getPictureData
in interface PictureShape<XSLFShape,XSLFTextParagraph>
public java.net.URI getPictureLink()
public java.awt.Insets getClipping()
PictureShape
getClipping
in interface PictureShape<XSLFShape,XSLFTextParagraph>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |