com.aspose.slides.pptx
Class VideoFrameEx

java.lang.Object
  extended by com.aspose.slides.pptx.ShapeEx
      extended by com.aspose.slides.pptx.GeometryShapeEx
          extended by com.aspose.slides.pptx.PictureFrameEx
              extended by com.aspose.slides.pptx.VideoFrameEx
All Implemented Interfaces:
IPresentationComponent, ISlideComponent

public class VideoFrameEx
extends PictureFrameEx

Represents a video clip on a slide.


Field Summary
 
Fields inherited from class com.aspose.slides.pptx.ShapeEx
m_parent
 
Method Summary
 ImageEx getImage()
          Returns the image of a video clip.
 java.lang.String getLinkPathLong()
          Returns the name of a video file which is linked to a VideoFrame.
 VideoPlayModePresetEx getPlayMode()
          Returns the video play mode.
 AudioVolumeModeEx getVolume()
          Returns the audio volume.
 boolean isFullScreenMode()
          Determines whether a video is shown in full screen mode.
 boolean isHideAtShowing()
          Determines whether a video clip is hidden.
 boolean isPlayLoopMode()
          Determines whether a video is looped.
 NullableBool isResourceExternal()
           
 boolean isRewindVideo()
          Determines whether a video is automatically rewinded to start as soon as the movie has finished playing.
 void setFullScreenMode(boolean value)
          Sets whether a video is shown in full screen mode.
 void setHideAtShowing(boolean value)
          Sets whether a video clip is hidden.
 void setImage(ImageEx value)
          Sets the image of a video clip.
 void setLinkPathLong(java.lang.String value)
          Sets the name of a video file which is linked to a VideoFrame.
 void setPlayLoopMode(boolean value)
          Sets whether a video is looped.
 void setPlayMode(VideoPlayModePresetEx value)
          Sets the video play mode.
 void setRewindVideo(boolean value)
          Sets whether a video is automatically rewinded to start as soon as the movie has finished playing.
 void setVolume(AudioVolumeModeEx value)
          Sets the audio volume.
 
Methods inherited from class com.aspose.slides.pptx.PictureFrameEx
draw, getPictureFormat, getShapeLock, getShapeType, setShapeType
 
Methods inherited from class com.aspose.slides.pptx.GeometryShapeEx
getShapeStyle
 
Methods inherited from class com.aspose.slides.pptx.ShapeEx
createPropertiesElements, getAlternativeText, getEffectFormat, getFillFormat, getFrame, getHeight, getHLinkClick, getHLinkMouseOver, getLineFormat, getName, getNonVisualPropElement, getParent, getPlaceholder, getPresentation, getRawFrame, getRotation, getShapeId, getSlide, getTags, getThreeDFormat, getWidth, getX, getY, getZOrderPosition, isHidden, isTextHolder, setAlternativeText, setFrame, setHeight, setHidden, setHLinkClick, setHLinkMouseOver, setName, setNVPropertiesElement, setRawFrame, setRotation, setWidth, setX, setY
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getImage

public ImageEx getImage()
Returns the image of a video clip.


setImage

public void setImage(ImageEx value)
Sets the image of a video clip.


isRewindVideo

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


setRewindVideo

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

Parameters:
value - true to rewind a video.

isPlayLoopMode

public boolean isPlayLoopMode()
Determines whether a video is looped.


setPlayLoopMode

public void setPlayLoopMode(boolean value)
Sets whether a video is looped.

Parameters:
value - true to loop a video.

isHideAtShowing

public boolean isHideAtShowing()
Determines whether a video clip is hidden.


setHideAtShowing

public void setHideAtShowing(boolean value)
Sets whether a video clip is hidden.


getVolume

public AudioVolumeModeEx getVolume()
Returns the audio volume.


setVolume

public void setVolume(AudioVolumeModeEx value)
Sets the audio volume.

Parameters:
value - new audio volume.

getPlayMode

public VideoPlayModePresetEx getPlayMode()
Returns the video play mode.


setPlayMode

public void setPlayMode(VideoPlayModePresetEx value)
Sets the video play mode.

Parameters:
value - new play mode.

isFullScreenMode

public boolean isFullScreenMode()
Determines whether a video is shown in full screen mode.


setFullScreenMode

public void setFullScreenMode(boolean value)
Sets whether a video is shown in full screen mode.

Parameters:
value - true to play video in full screen.

getLinkPathLong

public java.lang.String getLinkPathLong()
Returns the name of a video file which is linked to a VideoFrame.


setLinkPathLong

public void setLinkPathLong(java.lang.String value)
Sets the name of a video file which is linked to a VideoFrame.


isResourceExternal

public NullableBool isResourceExternal()