|
||||||||
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 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 java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getFileName()
Returns or sets the file from which the media object was created.
Read/write string
.
public void setFileName(java.lang.String value)
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
.
public void setLoopUntilStopped(boolean value)
public boolean getRewindMovie()
Determines whether the movie is automatically rewinded to start
as soon as the movie has finished playing.
Read/write bool
.
public void setRewindMovie(boolean value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |