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.


Field Summary
 
Fields inherited from class com.aspose.slides.pptx.ShapeEx
m_parent
 
Constructor Summary
PictureFrameEx(ShapesEx parent, com.aspose.slides.escher.EsSpContainer esc, Ppt2003Slide ppt)
           
 
Method Summary
 void draw(Canvas canvas, RenderContext rc)
           
 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, setNVPropertiesElement, setRawFrame, setRotation, setWidth, setX, setY
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PictureFrameEx

public PictureFrameEx(ShapesEx parent,
                      com.aspose.slides.escher.EsSpContainer esc,
                      Ppt2003Slide ppt)
Method Detail

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.