com.aspose.slides
Class VideoFrame

java.lang.Object
  extended by com.aspose.slides.Shape
      extended by com.aspose.slides.PictureFrame
          extended by com.aspose.slides.VideoFrame
All Implemented Interfaces:
IPictureFrame, IShape, IShapeFormat

public final class VideoFrame
extends PictureFrame

Represents a VideoFrame shape.


Constructor Summary
VideoFrame(BaseSlide parent)
           
VideoFrame(BaseSlide parent, com.aspose.slides.escher.EsSpContainer frame)
           
 
Method Summary
 java.lang.String getFileName()
           Returns the file from which the media object was created.
 boolean isLoopUntilStopped()
          Determines whether the movie loops continuously until either the next movie or sound starts, the user clicks the slide, or a slide transition occurs.
 boolean isRewindMovie()
          Determines whether the movie is automatically rewinded to start as soon as the movie has finished playing.
 void setFileName(java.lang.String value)
           Sets the file from which the media object was created.
 void setLoopUntilStopped(boolean value)
          Sets whether the movie loops continuously until either the next movie or sound starts, the user clicks the slide, or a slide transition occurs.
 void setRewindMovie(boolean value)
          Sets whether the movie is automatically rewinded to start as soon as the movie has finished playing.
 
Methods inherited from class com.aspose.slides.PictureFrame
addTextFrame, getBrightness, getColorType, getContrast, getCropBottom, getCropLeft, getCropRight, getCropTop, getPictureFileName, getPictureId, getRecolor, getTransparentColor, isPictureLinked, makeColorTransparent, serialize, setBrightness, setColorType, setContrast, setCropBottom, setCropLeft, setCropRight, setCropTop, setPictureFileName, setPictureId, setTransparentColor
 
Methods inherited from class com.aspose.slides.Shape
addLink, clearLink, createShapeElements, createShapeElements, getAlternativeText, getAnimationSettings, getConnectionSites, getConnectionSitesRaw, getFillFormat, getHeight, getLineFormat, getLink, getMasterShapeId, getName, getParent, getPlaceholder, getProtection, getRotation, getShadowFormat, getShapeId, getShapeRectangle, getTags, getTextFrame, getThreeDFormat, getWidth, getX, getY, getZOrderPosition, hasExternalData, isFlipHorizontal, isFlipVertical, isHidden, isMasterTextHolder, isTextHolder, setAlternativeText, setFlipHorizontal, setFlipVertical, setHeight, setHidden, setName, setProtection, setRotation, setWidth, setX, setY, zOrder
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoFrame

public VideoFrame(BaseSlide parent)

VideoFrame

public VideoFrame(BaseSlide parent,
                  com.aspose.slides.escher.EsSpContainer frame)
           throws PptReadException
Throws:
PptReadException
Method Detail

getFileName

public java.lang.String getFileName()

Returns the file from which the media object was created.

If the path isn't specified, the current working folder is used.

Returns:
the file from which the media object was created.

setFileName

public void setFileName(java.lang.String value)

Sets the file from which the media object was created.

If the path isn't specified, the current working folder is used.

Parameters:
value - the file from which the media object was created.

isLoopUntilStopped

public boolean isLoopUntilStopped()
Determines whether the movie loops continuously until either the next movie or sound starts, the user clicks the slide, or a slide transition occurs.

Returns:
true if the movie loops continuously.

setLoopUntilStopped

public void setLoopUntilStopped(boolean value)
Sets whether the movie loops continuously until either the next movie or sound starts, the user clicks the slide, or a slide transition occurs.

Parameters:
value - true if the movie loops continuously.

isRewindMovie

public boolean isRewindMovie()
Determines whether the movie is automatically rewinded to start as soon as the movie has finished playing.

Returns:
true if the movie is automatically rewinded to start.

setRewindMovie

public void setRewindMovie(boolean value)
Sets whether the movie is automatically rewinded to start as soon as the movie has finished playing.

Parameters:
value - true if the movie is automatically rewinded to start.