|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAudio
| 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. |
AudioCD |
getAudioCd()
Gets setting of CD. |
ClickHyperlink |
getClick()
Gets or sets the hyperlink defined for mouse click. |
IAudioData |
getData()
Gets or sets embedded audio data. |
EffectDag |
getEffectDag()
Gets the EffectFormat object which contains pixel effects applied to a shape. |
java.lang.String |
getFileName()
Gets the name of an audio file. |
FillFormat |
getFill()
Gets the FillFormat object that contains fill formatting properties for a shape. |
GraphicFrame |
getFrame()
Gets the shape frame's properties. |
float |
getHeight()
Gets the height of the shape. |
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. |
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. |
AudioPlayMode |
getPlayMode()
Gets the audio play mode. |
Presentation |
getPresentation()
|
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()
Gets 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 |
isEmbedded()
Indicates whether a sound is embedded to a presentation. |
boolean |
isHidden()
Indicates whether the shape is hidden. |
void |
isHidden(boolean value)
|
boolean |
isLoop()
Indicates whether an audio is looped. |
void |
isLoop(boolean value)
|
boolean |
isPlayInBackground()
Whether the audio plays in the background. |
void |
isPlayInBackground(boolean isPlayInBackground)
|
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 |
setData(IAudioData value)
Sets embedded audio data. |
void |
setFileName(java.lang.String value)
Sets the name of an audio file. |
void |
setFrame(GraphicFrame value)
Sets the shape frame's properties. |
void |
setHeight(float value)
Sets the height of the shape. |
void |
setLeft(double value)
Sets the x-coordinate of the upper-left corner of the shape. |
void |
setMouseOver(ClickHyperlink value)
Sets the hyperlink defined for mouse over. |
void |
setName(java.lang.String value)
Sets the name of a shape. |
void |
setPlayMode(AudioPlayMode value)
Sets the audio play mode. |
void |
setRotation(float value)
Sets the number of degrees the specified shape is rotated around the z-axis. |
void |
setShapeType(ShapeType value)
Sets the AutoShape type. |
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 |
|---|
AudioVolumeType getVolume()
void setVolume(AudioVolumeType value)
AudioPlayMode getPlayMode()
void setPlayMode(AudioPlayMode value)
throws AppException
AppExceptionboolean isLoop()
void isLoop(boolean value)
boolean isEmbedded()
java.lang.String getFileName()
void setFileName(java.lang.String value)
IAudioData getData()
void setData(IAudioData value)
throws DocumentEditException
DocumentEditExceptionAudioCD getAudioCd()
PictureFrameLockEx 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 IShapeboolean isPlayInBackground()
void isPlayInBackground(boolean isPlayInBackground)
ActiveSlide 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 | ||||||||