|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Shape
com.aspose.slides.GeometryShape
com.aspose.slides.PictureFrame
com.aspose.slides.AudioFrame
public class AudioFrame
Represents an audio clip on a slide.
Method Summary | |
---|---|
int |
getAudioCdEndTrack()
Returns or sets a last track index Read/write int . |
int |
getAudioCdEndTrackTime()
Returns or sets a last track time. |
int |
getAudioCdStartTrack()
Returns or sets a start track index. |
int |
getAudioCdStartTrackTime()
Returns or sets a start track time. |
boolean |
getEmbedded()
Determines whether a sound is embedded to a presentation. |
IAudio |
getEmbeddedAudio()
Returns or sets embedded audio object. |
boolean |
getHideAtShowing()
Determines whether an AudioFrame is hidden. |
java.lang.String |
getLinkPathLong()
Returns or sets the name of an audio file which is linked to an AudioFrame. |
boolean |
getPlayLoopMode()
Determines whether an audio is looped. |
int |
getPlayMode()
Returns or sets the audio play mode. |
int |
getVolume()
Returns or sets the audio volume. |
void |
setAudioCdEndTrack(int value)
Returns or sets a last track index Read/write int . |
void |
setAudioCdEndTrackTime(int value)
Returns or sets a last track time. |
void |
setAudioCdStartTrack(int value)
Returns or sets a start track index. |
void |
setAudioCdStartTrackTime(int value)
Returns or sets a start track time. |
void |
setEmbeddedAudio(IAudio value)
Returns or sets embedded audio object. |
void |
setHideAtShowing(boolean value)
Determines whether an AudioFrame is hidden. |
void |
setLinkPathLong(java.lang.String value)
Returns or sets the name of an audio file which is linked to an AudioFrame. |
void |
setPlayLoopMode(boolean value)
Determines whether an audio is looped. |
void |
setPlayMode(int value)
Returns or sets the audio play mode. |
void |
setVolume(int value)
Returns or sets the audio volume. |
Methods inherited from class com.aspose.slides.PictureFrame |
---|
getPictureFormat, getPictureFrameLock, getRelativeScaleHeight, getRelativeScaleWidth, getShapeType, setRelativeScaleHeight, setRelativeScaleWidth, setShapeType |
Methods inherited from class com.aspose.slides.GeometryShape |
---|
createShapeElements, getAdjustments, getShapeStyle |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.aspose.slides.IPictureFrame |
---|
getPictureFormat, getPictureFrameLock, getRelativeScaleHeight, getRelativeScaleWidth, setRelativeScaleHeight, setRelativeScaleWidth |
Methods inherited from interface com.aspose.slides.IGeometryShape |
---|
createShapeElements, getAdjustments, getShapeStyle, getShapeType, setShapeType |
Methods inherited from interface com.aspose.slides.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Methods inherited from interface com.aspose.slides.IHyperlinkContainer |
---|
getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, setHyperlinkClick, setHyperlinkMouseOver |
Method Detail |
---|
public int getAudioCdStartTrack()
Returns or sets a start track index.
Read/write int
.
getAudioCdStartTrack
in interface IAudioFrame
public void setAudioCdStartTrack(int value)
Returns or sets a start track index.
Read/write int
.
setAudioCdStartTrack
in interface IAudioFrame
public int getAudioCdStartTrackTime()
Returns or sets a start track time.
Read/write int
.
getAudioCdStartTrackTime
in interface IAudioFrame
public void setAudioCdStartTrackTime(int value)
Returns or sets a start track time.
Read/write int
.
setAudioCdStartTrackTime
in interface IAudioFrame
public int getAudioCdEndTrack()
Returns or sets a last track index
Read/write int
.
getAudioCdEndTrack
in interface IAudioFrame
public void setAudioCdEndTrack(int value)
Returns or sets a last track index
Read/write int
.
setAudioCdEndTrack
in interface IAudioFrame
public int getAudioCdEndTrackTime()
Returns or sets a last track time.
Read/write int
.
getAudioCdEndTrackTime
in interface IAudioFrame
public void setAudioCdEndTrackTime(int value)
Returns or sets a last track time.
Read/write int
.
setAudioCdEndTrackTime
in interface IAudioFrame
public int getVolume()
Returns or sets the audio volume.
Read/write AudioVolumeMode
.
getVolume
in interface IAudioFrame
public void setVolume(int value)
Returns or sets the audio volume.
Read/write AudioVolumeMode
.
setVolume
in interface IAudioFrame
public int getPlayMode()
Returns or sets the audio play mode.
Read/write AudioPlayModePreset
.
getPlayMode
in interface IAudioFrame
public void setPlayMode(int value)
Returns or sets the audio play mode.
Read/write AudioPlayModePreset
.
setPlayMode
in interface IAudioFrame
public boolean getHideAtShowing()
Determines whether an AudioFrame is hidden.
Read/write boolean
.
getHideAtShowing
in interface IAudioFrame
public void setHideAtShowing(boolean value)
Determines whether an AudioFrame is hidden.
Read/write boolean
.
setHideAtShowing
in interface IAudioFrame
public boolean getPlayLoopMode()
Determines whether an audio is looped.
Read/write boolean
.
getPlayLoopMode
in interface IAudioFrame
public void setPlayLoopMode(boolean value)
Determines whether an audio is looped.
Read/write boolean
.
setPlayLoopMode
in interface IAudioFrame
public boolean getEmbedded()
Determines whether a sound is embedded to a presentation.
Read-only boolean
.
getEmbedded
in interface IAudioFrame
public java.lang.String getLinkPathLong()
Returns or sets the name of an audio file which is linked to an AudioFrame.
Read/write String
.
getLinkPathLong
in interface IAudioFrame
public void setLinkPathLong(java.lang.String value)
Returns or sets the name of an audio file which is linked to an AudioFrame.
Read/write String
.
setLinkPathLong
in interface IAudioFrame
public IAudio getEmbeddedAudio()
Returns or sets embedded audio object.
Read/write IAudio
.
getEmbeddedAudio
in interface IAudioFrame
public void setEmbeddedAudio(IAudio value)
Returns or sets embedded audio object.
Read/write IAudio
.
setEmbeddedAudio
in interface IAudioFrame
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |