com.aspose.slides
Class AudioFrame

java.lang.Object
  extended by com.aspose.slides.Shape
      extended by com.aspose.slides.GeometryShape
          extended by com.aspose.slides.PictureFrame
              extended by com.aspose.slides.AudioFrame
All Implemented Interfaces:
IAudioFrame, IGeometryShape, IHyperlinkContainer, IPictureFrame, IPresentationComponent, IShape, ISlideComponent

public class AudioFrame
extends PictureFrame
implements IAudioFrame

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 com.aspose.slides.Shape
addPlaceholder, createEffectFormatEffective, createFillFormatEffective, createLineFormatEffective, createThreeDFormatEffective, getAlternativeText, getBlackWhiteMode, getConnectionSiteCount, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getHLinkClick, getHLinkMouseOver, getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, getLineFormat, getName, getParent_Immediate, getParentGroup, getPlaceholder, getPresentation, getRawFrame, getRotation, getShapeLock, getSlide, getTags, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setBlackWhiteMode, setFrame, setHeight, setHidden, setHLinkClick, setHLinkMouseOver, setHyperlinkClick, setHyperlinkMouseOver, setName, setRawFrame, setRotation, setWidth, setX, setY
 
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.IShape
addPlaceholder, createEffectFormatEffective, createFillFormatEffective, createLineFormatEffective, createThreeDFormatEffective, getAlternativeText, getBlackWhiteMode, getConnectionSiteCount, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getLineFormat, getName, getParentGroup, getPlaceholder, getRawFrame, getRotation, getShapeLock, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setBlackWhiteMode, setFrame, setHeight, setHidden, setName, setRawFrame, setRotation, setWidth, setX, setY
 
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

getAudioCdStartTrack

public int getAudioCdStartTrack()

Returns or sets a start track index. Read/write int.

Specified by:
getAudioCdStartTrack in interface IAudioFrame

setAudioCdStartTrack

public void setAudioCdStartTrack(int value)

Returns or sets a start track index. Read/write int.

Specified by:
setAudioCdStartTrack in interface IAudioFrame

getAudioCdStartTrackTime

public int getAudioCdStartTrackTime()

Returns or sets a start track time. Read/write int.

Specified by:
getAudioCdStartTrackTime in interface IAudioFrame

setAudioCdStartTrackTime

public void setAudioCdStartTrackTime(int value)

Returns or sets a start track time. Read/write int.

Specified by:
setAudioCdStartTrackTime in interface IAudioFrame

getAudioCdEndTrack

public int getAudioCdEndTrack()

Returns or sets a last track index Read/write int.

Specified by:
getAudioCdEndTrack in interface IAudioFrame

setAudioCdEndTrack

public void setAudioCdEndTrack(int value)

Returns or sets a last track index Read/write int.

Specified by:
setAudioCdEndTrack in interface IAudioFrame

getAudioCdEndTrackTime

public int getAudioCdEndTrackTime()

Returns or sets a last track time. Read/write int.

Specified by:
getAudioCdEndTrackTime in interface IAudioFrame

setAudioCdEndTrackTime

public void setAudioCdEndTrackTime(int value)

Returns or sets a last track time. Read/write int.

Specified by:
setAudioCdEndTrackTime in interface IAudioFrame

getVolume

public int getVolume()

Returns or sets the audio volume. Read/write AudioVolumeMode.

Specified by:
getVolume in interface IAudioFrame

setVolume

public void setVolume(int value)

Returns or sets the audio volume. Read/write AudioVolumeMode.

Specified by:
setVolume in interface IAudioFrame

getPlayMode

public int getPlayMode()

Returns or sets the audio play mode. Read/write AudioPlayModePreset.

Specified by:
getPlayMode in interface IAudioFrame

setPlayMode

public void setPlayMode(int value)

Returns or sets the audio play mode. Read/write AudioPlayModePreset.

Specified by:
setPlayMode in interface IAudioFrame

getHideAtShowing

public boolean getHideAtShowing()

Determines whether an AudioFrame is hidden. Read/write boolean.

Specified by:
getHideAtShowing in interface IAudioFrame

setHideAtShowing

public void setHideAtShowing(boolean value)

Determines whether an AudioFrame is hidden. Read/write boolean.

Specified by:
setHideAtShowing in interface IAudioFrame

getPlayLoopMode

public boolean getPlayLoopMode()

Determines whether an audio is looped. Read/write boolean.

Specified by:
getPlayLoopMode in interface IAudioFrame

setPlayLoopMode

public void setPlayLoopMode(boolean value)

Determines whether an audio is looped. Read/write boolean.

Specified by:
setPlayLoopMode in interface IAudioFrame

getEmbedded

public boolean getEmbedded()

Determines whether a sound is embedded to a presentation. Read-only boolean.

Specified by:
getEmbedded in interface IAudioFrame

getLinkPathLong

public java.lang.String getLinkPathLong()

Returns or sets the name of an audio file which is linked to an AudioFrame. Read/write String.

Specified by:
getLinkPathLong in interface IAudioFrame

setLinkPathLong

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.

Specified by:
setLinkPathLong in interface IAudioFrame

getEmbeddedAudio

public IAudio getEmbeddedAudio()

Returns or sets embedded audio object. Read/write IAudio.

Specified by:
getEmbeddedAudio in interface IAudioFrame

setEmbeddedAudio

public void setEmbeddedAudio(IAudio value)

Returns or sets embedded audio object. Read/write IAudio.

Specified by:
setEmbeddedAudio in interface IAudioFrame


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.