|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Shape
com.aspose.slides.PictureFrame
com.aspose.slides.VideoFrame
public final class VideoFrame
Represents a VideoFrame shape.
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 java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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.
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.
value
- the file from which the media object was created.public boolean isLoopUntilStopped()
public void setLoopUntilStopped(boolean value)
value
- true if the movie loops continuously.public boolean isRewindMovie()
public void setRewindMovie(boolean value)
value
- true if the movie is automatically rewinded to start.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |