com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class VideoFrame

    • Method Detail

      • getRewindVideo

        public final boolean getRewindVideo()

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

        Specified by:
        getRewindVideo in interface IVideoFrame
      • setRewindVideo

        public final void setRewindVideo(boolean value)

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

        Specified by:
        setRewindVideo in interface IVideoFrame
      • getPlayLoopMode

        public final boolean getPlayLoopMode()

        Determines whether a video is looped. Read/write boolean.

        Specified by:
        getPlayLoopMode in interface IVideoFrame
      • setPlayLoopMode

        public final void setPlayLoopMode(boolean value)

        Determines whether a video is looped. Read/write boolean.

        Specified by:
        setPlayLoopMode in interface IVideoFrame
      • getHideAtShowing

        public final boolean getHideAtShowing()

        Determines whether a VideoFrame is hidden. Read/write boolean.

        Specified by:
        getHideAtShowing in interface IVideoFrame
      • setHideAtShowing

        public final void setHideAtShowing(boolean value)

        Determines whether a VideoFrame is hidden. Read/write boolean.

        Specified by:
        setHideAtShowing in interface IVideoFrame
      • getFullScreenMode

        public final boolean getFullScreenMode()

        Determines whether a video is shown in full screen mode. Read/write boolean.

        Specified by:
        getFullScreenMode in interface IVideoFrame
      • setFullScreenMode

        public final void setFullScreenMode(boolean value)

        Determines whether a video is shown in full screen mode. Read/write boolean.

        Specified by:
        setFullScreenMode in interface IVideoFrame
      • getLinkPathLong

        public final java.lang.String getLinkPathLong()

        Returns or sets the name of an video file which is linked to a VideoFrame. Read/write String.

        Specified by:
        getLinkPathLong in interface IVideoFrame
      • setLinkPathLong

        public final void setLinkPathLong(java.lang.String value)

        Returns or sets the name of an video file which is linked to a VideoFrame. Read/write String.

        Specified by:
        setLinkPathLong in interface IVideoFrame