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

public final class VideoFrame
extends PictureFrame

Represents a VideoFrame shape.


Method Summary
 java.lang.String getFileName()
           Returns or sets the file from which the media object was created.
 boolean getLoopUntilStopped()
           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 getRewindMovie()
           Determines whether the movie is automatically rewinded to start as soon as the movie has finished playing.
 void setFileName(java.lang.String value)
           
 void setLoopUntilStopped(boolean value)
           
 void setRewindMovie(boolean value)
           
 
Methods inherited from class com.aspose.slides.PictureFrame
addTextFrame, getBrightness, getColorType, getContrast, getCropBottom, getCropLeft, getCropRight, getCropTop, getPictureFileName, getPictureId, getPictureLinked, getRecolor, getTransparentColor, isPictureLinked, 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, getFlipH, getFlipHorizontal, getFlipV, getFlipVertical, getHeight, getHidden, getLineFormat, getLink, getMasterShapeId, getName, getParent, getParentSlide, getPlaceholder, getProtection, getRotation, getShadowFormat, getShapeId, getShapeRectangle, getTags, getTextFrame, getThreeDFormat, getWidth, getX, getY, getZOrderPosition, hasExternalData, isMasterTextHolder, isTextHolder, setAlternativeText, setFlipH, setFlipHorizontal, setFlipV, 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
 

Method Detail

getFileName

public java.lang.String getFileName()

Returns or sets the file from which the media object was created. Read/write string.


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


setFileName

public void setFileName(java.lang.String value)

getLoopUntilStopped

public boolean getLoopUntilStopped()

Determines whether the movie loops continuously until either the next movie or sound starts, the user clicks the slide, or a slide transition occurs. Read/write bool.


setLoopUntilStopped

public void setLoopUntilStopped(boolean value)

getRewindMovie

public boolean getRewindMovie()

Determines whether the movie is automatically rewinded to start as soon as the movie has finished playing. Read/write bool.


setRewindMovie

public void setRewindMovie(boolean value)