public interface IVideoFrame extends IPictureFrame
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, 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
boolean getRewindVideo()
Determines whether a video is automatically rewinded to start
as soon as the movie has finished playing.
Read/write boolean
.
void setRewindVideo(boolean value)
Determines whether a video is automatically rewinded to start
as soon as the movie has finished playing.
Read/write boolean
.
boolean getPlayLoopMode()
Determines whether a video is looped.
Read/write boolean
.
void setPlayLoopMode(boolean value)
Determines whether a video is looped.
Read/write boolean
.
boolean getHideAtShowing()
Determines whether a VideoFrame is hidden.
Read/write boolean
.
void setHideAtShowing(boolean value)
Determines whether a VideoFrame is hidden.
Read/write boolean
.
int getVolume()
Returns or sets the audio volume.
Read/write AudioVolumeMode
.
void setVolume(int value)
Returns or sets the audio volume.
Read/write AudioVolumeMode
.
int getPlayMode()
Returns or sets the video play mode.
Read/write VideoPlayModePreset
.
void setPlayMode(int value)
Returns or sets the video play mode.
Read/write VideoPlayModePreset
.
boolean getFullScreenMode()
Determines whether a video is shown in full screen mode.
Read/write boolean
.
void setFullScreenMode(boolean value)
Determines whether a video is shown in full screen mode.
Read/write boolean
.
java.lang.String getLinkPathLong()
Returns or sets the name of an video file which is linked to a VideoFrame.
Read/write String
.
void setLinkPathLong(java.lang.String value)
Returns or sets the name of an video file which is linked to a VideoFrame.
Read/write String
.
IVideo getEmbeddedVideo()
Returns or sets embedded video object.
Read/write IVideo
.