com.aspose.slides.pptx
Class PictureFrameEx
java.lang.Object
com.aspose.slides.pptx.ShapeEx
com.aspose.slides.pptx.GeometryShapeEx
com.aspose.slides.pptx.PictureFrameEx
- All Implemented Interfaces:
- IPresentationComponent, ISlideComponent
- Direct Known Subclasses:
- AudioFrameEx, VideoFrameEx
public class PictureFrameEx
- extends GeometryShapeEx
Represents a frame with a picture inside.
Methods inherited from class com.aspose.slides.pptx.ShapeEx |
createPropertiesElements, getAlternativeText, getEffectFormat, getFillFormat, getFrame, getHeight, getHLinkClick, getHLinkMouseOver, getLineFormat, getName, getNonVisualPropElement, getParent, getPlaceholder, getPresentation, getRawFrame, getRotation, getShapeId, getSlide, getTags, getThreeDFormat, getWidth, getX, getY, getZOrderPosition, isHidden, isTextHolder, setAlternativeText, setFrame, setHeight, setHidden, setHLinkClick, setHLinkMouseOver, setName, setNVPropertiesElement, setRawFrame, setRotation, setWidth, setX, setY |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PictureFrameEx
public PictureFrameEx(ShapesEx parent,
com.aspose.slides.escher.EsSpContainer esc,
Ppt2003Slide ppt)
draw
public void draw(Canvas canvas,
RenderContext rc)
- Overrides:
draw
in class GeometryShapeEx
getShapeLock
public PictureFrameLockEx getShapeLock()
- Returns shape's locks.
getShapeType
public ShapeTypeEx getShapeType()
- Returns or sets the AutoShape type for a PictureFrame.
- Overrides:
getShapeType
in class GeometryShapeEx
setShapeType
public void setShapeType(ShapeTypeEx value)
- Overrides:
setShapeType
in class GeometryShapeEx
getPictureFormat
public PictureFillFormatEx getPictureFormat()
- Returns the PictureFillFormat object for a picture frame.