|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IVideo
| Method Summary | |
|---|---|
void |
dispose()
Dispose object and free resources. |
ShapeAdjustCollection |
getAdjustments()
Gets a collection of shape's adjustment values. |
java.lang.String |
getAlternativeText()
Gets the alternative text associated with a shape. |
ClickHyperlink |
getClick()
Gets the hyperlink defined for mouse click. |
EffectDag |
getEffectDag()
Gets the EffectFormat object which contains pixel effects applied to a shape. |
VideoData |
getEmbeddedVideoData()
Gets embedded video object. |
IImageData |
getEmbedImage()
Gets an Video image. |
FillFormat |
getFill()
Gets the FillFormat object that contains fill formatting properties for a shape. |
GraphicFrame |
getFrame()
Gets the shape frame's properties. |
boolean |
getFullScreenMode()
Indicates whether a video is shown in full screen mode. |
float |
getHeight()
Gets the height of the shape. |
boolean |
getHideAtShowing()
Indicates whether an AudioFrame is hidden. |
float |
getLeft()
Gets the x-coordinate of the upper-left corner of the shape. |
TextLineFormat |
getLine()
Gets the LineFormat object that contains line formatting properties for a shape. |
java.lang.String |
getLinkPathLong()
Gets the name of an audio file which is linked to a VideoFrame. |
ClickHyperlink |
getMouseOver()
Gets the hyperlink defined for mouse over. |
java.lang.String |
getName()
Gets the name of a shape. |
ActiveSlide |
getParent()
Gets the parent slide of a shape. |
PictureFillFormat |
getPictureFill()
Gets the PictureFillFormat object. |
PlaceholderEx |
getPlaceholder()
Gets the placeholder for a shape. |
boolean |
getPlayLoopMode()
Indicates whether an audio is looped. |
VideoPlayMode |
getPlayMode()
Gets the video play mode. |
Presentation |
getPresentation()
|
boolean |
getRewindVideo()
Indicates whether a video is automatically rewinded to start as soon as the movie has finished playing. |
float |
getRotation()
Gets the number of degrees the specified shape is rotated around the z-axis. |
PictureFrameLockEx |
getShapeLocking()
Gets shape's locks. |
ShapeStyleEx |
getShapeStyle()
Gets shape's style object. |
ShapeType |
getShapeType()
Returns or sets the AutoShape type. |
ActiveSlide |
getSlide()
Gets the parent slide of a shape. |
TagCollection |
getTagsList()
Gets the shape's tags collection. |
FormatThreeD |
getThreeD()
Gets the ThreeDFormat object that 3d effect properties for a shape. |
float |
getTop()
Gets the y-coordinate of the upper-left corner of the shape. |
AudioVolumeType |
getVolume()
Gets the audio volume. |
float |
getWidth()
Gets the width of the shape. |
int |
getZOrderPosition()
Gets the position of a shape in the z-order. |
boolean |
isHidden()
Indicates whether the shape is hidden. |
void |
isHidden(boolean value)
|
boolean |
isTextBox()
Indicates whether the shape is TextHolder. |
void |
removePlaceholder()
Removes placeholder from the shape. |
void |
setAlternativeText(java.lang.String value)
Sets the alternative text associated with a shape. |
void |
setClick(ClickHyperlink value)
Sets the hyperlink defined for mouse click. |
void |
setEmbeddedVideoData(VideoData value)
Sets embedded video object. |
void |
setEmbedImage(IImageData value)
Sets an Video image. |
void |
setFrame(GraphicFrame value)
Sets the shape frame's properties. |
void |
setFullScreenMode(boolean value)
|
void |
setHeight(float value)
Sets the height of the shape. |
void |
setHideAtShowing(boolean value)
|
void |
setLeft(double value)
Sets the x-coordinate of the upper-left corner of the shape. |
void |
setLinkPathLong(java.lang.String value)
Sets the name of an audio file which is linked to a VideoFrame. |
void |
setMouseOver(ClickHyperlink value)
Sets the hyperlink defined for mouse over. |
void |
setName(java.lang.String value)
Sets the name of a shape. |
void |
setPlayLoopMode(boolean value)
|
void |
setPlayMode(VideoPlayMode value)
Sets the video play mode. |
void |
setRewindVideo(boolean value)
|
void |
setRotation(float value)
Sets the number of degrees the specified shape is rotated around the z-axis. |
void |
setShapeType(ShapeType value)
|
void |
setTop(double value)
Sets the y-coordinate of the upper-left corner of the shape. |
void |
setVolume(AudioVolumeType value)
Sets the audio volume. |
void |
setWidth(float value)
Sets the width of the shape. |
| Methods inherited from interface com.spire.presentation.IShape |
|---|
getAlternativeTitle, insertChart, insertPicture, insertSmartArt, insertTable, insertVideo, setAlternativeTitle, setShapeAlignment, setShapeArrange |
| Method Detail |
|---|
IImageData getEmbedImage()
void setEmbedImage(IImageData value)
throws DocumentEditException
DocumentEditExceptionboolean getRewindVideo()
void setRewindVideo(boolean value)
boolean getPlayLoopMode()
void setPlayLoopMode(boolean value)
boolean getHideAtShowing()
void setHideAtShowing(boolean value)
AudioVolumeType getVolume()
void setVolume(AudioVolumeType value)
VideoPlayMode getPlayMode()
void setPlayMode(VideoPlayMode value)
boolean getFullScreenMode()
void setFullScreenMode(boolean value)
java.lang.String getLinkPathLong()
void setLinkPathLong(java.lang.String value)
VideoData getEmbeddedVideoData()
void setEmbeddedVideoData(VideoData value)
throws DocumentEditException
DocumentEditExceptionPictureFrameLockEx getShapeLocking()
ShapeType getShapeType()
void setShapeType(ShapeType value)
PictureFillFormat getPictureFill()
ShapeStyleEx getShapeStyle()
ShapeAdjustCollection getAdjustments()
boolean isTextBox()
isTextBox in interface IShapePlaceholderEx getPlaceholder()
getPlaceholder in interface IShapeTagCollection getTagsList()
getTagsList in interface IShapeGraphicFrame getFrame()
getFrame in interface IShapevoid setFrame(GraphicFrame value)
setFrame in interface IShapeTextLineFormat getLine()
getLine in interface IShapeFormatThreeD getThreeD()
getThreeD in interface IShapeEffectDag getEffectDag()
getEffectDag in interface IShapeFillFormat getFill()
getFill in interface IShapeClickHyperlink getClick()
getClick in interface IShapevoid setClick(ClickHyperlink value)
setClick in interface IShapeClickHyperlink getMouseOver()
getMouseOver in interface IShapevoid setMouseOver(ClickHyperlink value)
setMouseOver in interface IShapeboolean isHidden()
isHidden in interface IShapevoid isHidden(boolean value)
isHidden in interface IShapeActiveSlide getParent()
getParent in interface IShapeint getZOrderPosition()
getZOrderPosition in interface IShapefloat getRotation()
getRotation in interface IShapevoid setRotation(float value)
setRotation in interface IShapefloat getLeft()
getLeft in interface IShapevoid setLeft(double value)
setLeft in interface IShapefloat getTop()
getTop in interface IShapevoid setTop(double value)
setTop in interface IShapefloat getWidth()
getWidth in interface IShapevoid setWidth(float value)
setWidth in interface IShapefloat getHeight()
getHeight in interface IShapevoid setHeight(float value)
setHeight in interface IShapejava.lang.String getAlternativeText()
getAlternativeText in interface IShapevoid setAlternativeText(java.lang.String value)
setAlternativeText in interface IShapejava.lang.String getName()
getName in interface IShapevoid setName(java.lang.String value)
setName in interface IShapeActiveSlide getSlide()
getSlide in interface IShapePresentation getPresentation()
getPresentation in interface IShapevoid removePlaceholder()
removePlaceholder in interface IShapevoid dispose()
dispose in interface IShape
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||