public class VideoFrame extends PictureFrame implements IVideoFrame
Represents a video clip on a slide.
Modifier and Type | Method and Description |
---|---|
IVideo |
getEmbeddedVideo()
Returns or sets embedded video object.
|
boolean |
getFullScreenMode()
Determines whether a video is shown in full screen mode.
|
boolean |
getHideAtShowing()
Determines whether a VideoFrame is hidden.
|
java.lang.String |
getLinkPathLong()
Returns or sets the name of an video file which is linked to a VideoFrame.
|
boolean |
getPlayLoopMode()
Determines whether a video is looped.
|
int |
getPlayMode()
Returns or sets the video play mode.
|
boolean |
getRewindVideo()
Determines whether a video is automatically rewinded to start
as soon as the movie has finished playing.
|
int |
getVolume()
Returns or sets the audio volume.
|
void |
setEmbeddedVideo(IVideo value)
Returns or sets embedded video object.
|
void |
setFullScreenMode(boolean value)
Determines whether a video is shown in full screen mode.
|
void |
setHideAtShowing(boolean value)
Determines whether a VideoFrame is hidden.
|
void |
setLinkPathLong(java.lang.String value)
Returns or sets the name of an video file which is linked to a VideoFrame.
|
void |
setPlayLoopMode(boolean value)
Determines whether a video is looped.
|
void |
setPlayMode(int value)
Returns or sets the video play mode.
|
void |
setRewindVideo(boolean value)
Determines whether a video is automatically rewinded to start
as soon as the movie has finished playing.
|
void |
setVolume(int value)
Returns or sets the audio volume.
|
getPictureFormat, getPictureFrameLock, getRelativeScaleHeight, getRelativeScaleWidth, getShapeType, setRelativeScaleHeight, setRelativeScaleWidth, setShapeType
createShapeElements, getAdjustments, getShapeStyle
addPlaceholder, createEffectFormatEffective, createFillFormatEffective, createLineFormatEffective, createThreeDFormatEffective, getAlternativeText, getAlternativeTextTitle, getBlackWhiteMode, getConnectionSiteCount, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, getLineFormat, getName, getOfficeInteropShapeId, getParent_Immediate, getParentGroup, getPlaceholder, getPresentation, getRawFrame, getRotation, getShapeLock, getSlide, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setAlternativeTextTitle, setBlackWhiteMode, setFrame, setHeight, setHidden, setHyperlinkClick, setHyperlinkMouseOver, setName, setRawFrame, setRotation, setWidth, setX, setY, writeAsSvg, writeAsSvg
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPictureFormat, getPictureFrameLock, getRelativeScaleHeight, getRelativeScaleWidth, setRelativeScaleHeight, setRelativeScaleWidth
createShapeElements, getAdjustments, getShapeStyle, getShapeType, setShapeType
addPlaceholder, createEffectFormatEffective, createFillFormatEffective, createLineFormatEffective, createThreeDFormatEffective, getAlternativeText, getAlternativeTextTitle, getBlackWhiteMode, getConnectionSiteCount, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getLineFormat, getName, getOfficeInteropShapeId, getParentGroup, getPlaceholder, getRawFrame, getRotation, getShapeLock, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setAlternativeTextTitle, setBlackWhiteMode, setFrame, setHeight, setHidden, setName, setRawFrame, setRotation, setWidth, setX, setY, writeAsSvg, writeAsSvg
getSlide
getPresentation
getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, setHyperlinkClick, setHyperlinkMouseOver
public final boolean getRewindVideo()
Determines whether a video is automatically rewinded to start
as soon as the movie has finished playing.
Read/write boolean
.
getRewindVideo
in interface IVideoFrame
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
.
setRewindVideo
in interface IVideoFrame
public final boolean getPlayLoopMode()
Determines whether a video is looped.
Read/write boolean
.
getPlayLoopMode
in interface IVideoFrame
public final void setPlayLoopMode(boolean value)
Determines whether a video is looped.
Read/write boolean
.
setPlayLoopMode
in interface IVideoFrame
public final boolean getHideAtShowing()
Determines whether a VideoFrame is hidden.
Read/write boolean
.
getHideAtShowing
in interface IVideoFrame
public final void setHideAtShowing(boolean value)
Determines whether a VideoFrame is hidden.
Read/write boolean
.
setHideAtShowing
in interface IVideoFrame
public final int getVolume()
Returns or sets the audio volume.
Read/write AudioVolumeMode
.
getVolume
in interface IVideoFrame
public final void setVolume(int value)
Returns or sets the audio volume.
Read/write AudioVolumeMode
.
setVolume
in interface IVideoFrame
public final int getPlayMode()
Returns or sets the video play mode.
Read/write VideoPlayModePreset
.
getPlayMode
in interface IVideoFrame
public final void setPlayMode(int value)
Returns or sets the video play mode.
Read/write VideoPlayModePreset
.
setPlayMode
in interface IVideoFrame
public final boolean getFullScreenMode()
Determines whether a video is shown in full screen mode.
Read/write boolean
.
getFullScreenMode
in interface IVideoFrame
public final void setFullScreenMode(boolean value)
Determines whether a video is shown in full screen mode.
Read/write boolean
.
setFullScreenMode
in interface IVideoFrame
public final java.lang.String getLinkPathLong()
Returns or sets the name of an video file which is linked to a VideoFrame.
Read/write String
.
getLinkPathLong
in interface IVideoFrame
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
.
setLinkPathLong
in interface IVideoFrame
public final IVideo getEmbeddedVideo()
Returns or sets embedded video object.
Read/write IVideo
.
getEmbeddedVideo
in interface IVideoFrame
public final void setEmbeddedVideo(IVideo value)
Returns or sets embedded video object.
Read/write IVideo
.
setEmbeddedVideo
in interface IVideoFrame