IVideo Properties |
The IVideo type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Adjustments |
Gets a collection of shape's adjustment values.
Readonly
ShapeAdjustCollection
.
|
|
|
AlternativeText |
Gets or sets the alternative text associated with a shape.
Read/write
String
.
|
|
|
AlternativeTitle |
Gets or sets the alternative title associated with a shape.
Read/write
String
(Inherited from
IShape
.)
|
|
|
Click |
Gets or sets the hyperlink defined for mouse click.
Read/write
ClickHyperlink
.
|
|
|
EffectDag |
Gets the EffectFormat object which contains pixel effects applied to a shape.
Read-only
EffectDag
Note: can return null for certain types of shapes which don't have effect properties.
|
|
|
EmbeddedVideoData |
Gets or sets embedded video object.
Read/write
VideoData
.
|
|
|
EmbedImage |
Gets or sets an Video image.
Read/write
EmbedImage
.
|
|
|
Fill |
Gets the FillFormat object that contains fill formatting properties for a shape.
Read-only
Fill
.
Note: can return null for certain types of shapes which don't have fill properties.
|
|
|
Frame |
Gets or sets the shape frame's properties.
Read/write
GraphicFrame
.
|
|
|
FullScreenMode |
Indicates whether a video is shown in full screen mode.
Read/write
Boolean
.
|
|
|
Height |
Gets or sets the height of the shape.
Read/write
Int32
.
|
|
|
HideAtShowing |
Indicates whether an AudioFrame is hidden.
Read/write
Boolean
.
|
|
|
Id | (Inherited from IShape .) |
|
|
IsHidden |
Indicates whether the shape is hidden.
Read/write
Boolean
.
|
|
|
IsPlaceholder |
Indicates whether the shape is Placeholder.
Read-only
Boolean
.
|
|
|
IsTextBox |
Indicates whether the shape is TextBox.
Read-only
Boolean
.
(Inherited from
IShape
.)
|
|
|
Left |
Gets or sets the x-coordinate of the upper-left corner of the shape.
Read/write
Int32
.
|
|
|
Line |
Gets the LineFormat object that contains line formatting properties for a shape.
Read-only
Line
.
Note: can return null for certain types of shapes which don't have line properties.
|
|
|
LinkPathLong |
Gets or sets the name of an audio file which is linked to a VideoFrame.
Read/write
String
.
|
|
|
MouseOver |
Gets or sets the hyperlink defined for mouse over.
Read/write
ClickHyperlink
.
|
|
|
Name |
Gets or sets the name of a shape.
Read/write
String
.
|
|
|
Parent |
Gets the parent slide of a shape.
Read-only
ActiveSlide
.
|
|
|
PictureFill |
Gets the PictureFillFormat object.
Read-only
PictureFillFormat
.
|
|
|
Placeholder |
Gets the placeholder for a shape.
Read-only
Placeholder
.
|
|
|
PlayLoopMode |
Indicates whether an audio is looped.
Read/write
Boolean
.
|
|
|
PlayMode |
Gets or sets the video play mode.
Read/write
VideoPlayMode
.
|
|
|
Presentation | |
|
|
RewindVideo |
Indicates whether a video is automatically rewinded to start
as soon as the movie has finished playing.
Read/write
Boolean
.
|
|
|
Rotation |
Gets or sets the number of degrees the specified shape is rotated around
the z-axis. A positive value indicates clockwise rotation; a negative value
indicates counterclockwise rotation.
Read/write
Single
.
|
|
|
ShapeLocking |
Gets shape's locks.
Readonly
SlidePictureLocking
.
|
|
|
ShapeStyle |
Gets shape's style object.
Read-only
ShapeStyle
.
|
|
|
ShapeType |
Returns or sets the AutoShape type.
|
|
|
Slide |
Gets the parent slide of a shape.
Read-only
ActiveSlide
.
|
|
|
TagsList |
Gets the shape's tags collection.
Read-only
TagCollection
.
|
|
|
ThreeD |
Gets the ThreeDFormat object that 3d effect properties for a shape.
Read-only
FormatThreeD
.
Note: can return null for certain types of shapes which don't have 3d properties.
|
|
|
Top |
Gets or sets the y-coordinate of the upper-left corner of the shape.
Read/write
Int32
.
|
|
|
Volume |
Gets or sets the audio volume.
Read/write
AudioVolumeType
.
|
|
|
Width |
Gets or sets the width of the shape.
Read/write
Int32
.
|
|
|
ZOrderPosition |
Gets or sets the position of a shape in the z-order.
Shapes[0] returns the shape at the back of the z-order,
and Shapes[Shapes.Count - 1] returns the shape at the front of the z-order.
Read/Write
Int32
.
|