Package org.apache.poi.sl.usermodel
Interface GraphicalFrame<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
- All Superinterfaces:
PlaceableShape<S,
,P> Shape<S,
P>
- All Known Implementing Classes:
XSLFGraphicFrame
,XSLFObjectShape
,XSLFTable
public interface GraphicalFrame<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
extends Shape<S,P>, PlaceableShape<S,P>
-
Method Summary
Methods inherited from interface org.apache.poi.sl.usermodel.PlaceableShape
getAnchor, getFlipHorizontal, getFlipVertical, getParent, getRotation, getSheet, setAnchor, setFlipHorizontal, setFlipVertical, setRotation
Methods inherited from interface org.apache.poi.sl.usermodel.Shape
draw, getAnchor, getParent, getShapeId, getShapeName, getSheet
-
Method Details
-
getFallbackPicture
PictureShape<S,P> getFallbackPicture()- Returns:
- a fallback representation as picture shape
-