com.aspose.slides.pptx
Class PictureFrameEx

java.lang.Object
  extended by com.aspose.slides.pptx.ShapeEx
      extended by com.aspose.slides.pptx.GeometryShapeEx
          extended by 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.


Method Summary
 PictureFillFormatEx getPictureFormat()
          Returns the PictureFillFormat object for a picture frame.
 PictureFrameLockEx getShapeLock()
          Returns shape's locks.
 ShapeTypeEx getShapeType()
          Returns or sets the AutoShape type for a PictureFrame.
 void setShapeType(ShapeTypeEx value)
           
 
Methods inherited from class com.aspose.slides.pptx.GeometryShapeEx
getShapeStyle
 
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, setRawFrame, setRotation, setWidth, setX, setY
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.