com.aspose.slides
Class PictureFrameEx

java.lang.Object
  extended by com.aspose.slides.ShapeEx
      extended by com.aspose.slides.GeometryShapeEx
          extended by com.aspose.slides.PictureFrameEx
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.
 int getShapeType()
           Returns or sets the AutoShape type for a PictureFrame.
 void setShapeType(int value)
           
 
Methods inherited from class com.aspose.slides.GeometryShapeEx
createShapeElements, getAdjustments, getShapeStyle
 
Methods inherited from class com.aspose.slides.ShapeEx
addPlaceholder, createEffectFormatData, createFillFormatData, createLineFormatData, createThreeDFormatData, getAlternativeText, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getHLinkClick, getHLinkMouseOver, getLineFormat, getName, getParent, getPlaceholder, getPresentation, getRawFrame, getRotation, getSlide, getTags, getThreeDFormat, getWidth, getX, getY, getZOrderPosition, isTextHolder, removePlaceholder, 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. Readonly PictureFrameLockEx.


getShapeType

public int getShapeType()

Returns or sets the AutoShape type for a PictureFrame. There are allowable all items of the set ShapeTypeEx, except all sorts of lines:

ShapeTypeEx.Line,

ShapeTypeEx.StraightConnector1,

ShapeTypeEx.BentConnector2,

ShapeTypeEx.BentConnector3,

ShapeTypeEx.BentConnector4,

ShapeTypeEx.BentConnector5,

ShapeTypeEx.CurvedConnector2,

ShapeTypeEx.CurvedConnector3,

ShapeTypeEx.CurvedConnector4,

ShapeTypeEx.CurvedConnector5.

Read/write ShapeTypeEx.

Overrides:
getShapeType in class GeometryShapeEx

setShapeType

public void setShapeType(int value)
Overrides:
setShapeType in class GeometryShapeEx

getPictureFormat

public PictureFillFormatEx getPictureFormat()

Returns the PictureFillFormat object for a picture frame. Read-only PictureFillFormatEx.