Method Summary |
|
public String | getAlign() Returns the alignment. |
public String | getBorder() Returns the width of the border. |
public org.zkoss.sound.Audio | getContent() Returns the content set by
Audio.setContent . |
public String | getOuterAttrs() |
public String | getSrc() Returns the src. |
final public boolean | isAutostart() Returns whether to auto start playing the audio. |
public boolean | isChildable() Default: not childable. |
protected Object | newExtraCtrl() |
public void | pause() Pauses the audio at the cient. |
public void | play() Plays the audio at the client. |
public void | setAlign(String align) Sets the alignment: one of top, texttop, middle, absmiddle,
bottom, absbottom, baseline, left, right and center. |
final public void | setAutostart(boolean autostart) Sets whether to auto start playing the audio. |
public void | setBorder(String border) Sets the width of the border. |
public void | setContent(org.zkoss.sound.Audio audio) Sets the content directly.
Default: null.
Parameters: audio - the audio to display. |
public void | setSrc(String src) Sets the src. |
public void | stop() Stops the audio at the cient. |