MultimediaControlProperties
MultimediaControlProperties is one these types:
MultimediaControlPropertiesAudioControl
VideoControl
MultimediaControlProperties Functions
isAutoplay | MultimediaControlProperties.isAutoplay( ) | Returns whether the embedded content will automatically play as soon as it loaded. |
setAutoplay | MultimediaControlProperties.setAutoplay( autoplay ) | Sets whether the embedded content will automatically play as soon as it loaded. |
getHeight | MultimediaControlProperties.getHeight( ) | multimedia player height. |
setHeight | MultimediaControlProperties.setHeight( imageHeight ) | Sets the multimedia player height. |
isLoop | MultimediaControlProperties.isLoop( ) | Returns whether the multimedia player will automatically restart upon reaching the end of the content. |
setLoop | MultimediaControlProperties.setLoop( loop ) | Sets whether the multimedia player will automatically restart upon reaching the end of the content. |
isMuted | MultimediaControlProperties.isMuted( ) | Returns whether the multimedia player will initially be silenced. |
setMuted | MultimediaControlProperties.setMuted( loop ) | Sets whether the multimedia player will initially be silenced. |
isShowControls | MultimediaControlProperties.isShowControls( ) | Returns whether the browser will offer controls to allow the user to control the multimedia playback. |
setShowControls | MultimediaControlProperties.setShowControls( controls ) | Sets whether the browser will offer controls to allow the user to control the multimedia playback. |
getSrc | MultimediaControlProperties.getSrc( ) | The URL of the multimedia content to embed. |
setSrc | MultimediaControlProperties.setSrc( src ) | Sets the URL of the multimedia content to embed. |
getText | MultimediaControlProperties.getText( ) | Returns the com.ebasetech.xi.api.Text object for the multimedia text. |
getTitle | MultimediaControlProperties.getTitle( ) | Returns the com.ebasetech.xi.api.Text object for the title text. |
getWidth | MultimediaControlProperties.getWidth( ) | multimedia player width. |
setWidth | MultimediaControlProperties.setWidth( imageWidth ) | Sets the multimedia player width. |
AriaControlProperties Functions
addAriaCustomAttribute | MultimediaControlProperties.addAriaCustomAttribute( name , value ) | Add an ARIA custom attribute with a specified name and value. |
getAriaCustomAttributes | MultimediaControlProperties.getAriaCustomAttributes( ) | Returns a comma separated list of the ARIA custom attributes for the control. |
setAriaCustomAttributes | MultimediaControlProperties.setAriaCustomAttributes( ariaCustomAttributes ) | Sets the ARIA custom attributes as a comma separated list associated with the control property and overrides the aria custom attributes value. |
getAriaDescribedBy | MultimediaControlProperties.getAriaDescribedBy( ) | Returns the ARIA described-by element ID for the control. |
getAriaLabelledBy | MultimediaControlProperties.getAriaLabelledBy( ) | Returns the ARIA labelled-by element ID for the control. |
getAriaLabelText | MultimediaControlProperties.getAriaLabelText( ) | Returns the com.ebasetech.xi.api.Text object for the ARIA label text. |
getAriaRole | MultimediaControlProperties.getAriaRole( ) | Returns the ARIA role for the control. |
setAriaRole | MultimediaControlProperties.setAriaRole( role ) | Sets the ARIA role for the control. |
removeAriaCustomAttribute | MultimediaControlProperties.removeAriaCustomAttribute( name ) | Remove an ARIA custom attribute specified by name. |
BorderStyleProperties Functions
getBorderColor | MultimediaControlProperties.getBorderColor( ) | Border color applied to all borders. |
setBorderColor | MultimediaControlProperties.setBorderColor( borderColor ) | Sets border color. |
getBorderRadius | MultimediaControlProperties.getBorderRadius( ) | Border radius. |
setBorderRadius | MultimediaControlProperties.setBorderRadius( borderRadius ) | Sets border radius. |
getBorderStyle | MultimediaControlProperties.getBorderStyle( ) | Border style applied to all borders. |
setBorderStyle | MultimediaControlProperties.setBorderStyle( borderStyle ) | Sets border style. |
getBorderWidth | MultimediaControlProperties.getBorderWidth( ) | Border width applied to all four borders. |
setBorderWidth | MultimediaControlProperties.setBorderWidth( borderWidth ) | Sets the border width applied to all four borders. |
getBottomBorderWidth | MultimediaControlProperties.getBottomBorderWidth( ) | Bottom border width, overriding property borderWidth . |
setBottomBorderWidth | MultimediaControlProperties.setBottomBorderWidth( bottomBorderWidth ) | Sets the bottom border width, overriding property borderWidth . |
getLeftBorderWidth | MultimediaControlProperties.getLeftBorderWidth( ) | Left border width, overriding property borderWidth . |
setLeftBorderWidth | MultimediaControlProperties.setLeftBorderWidth( leftBorderWidth ) | Sets the left border width, overriding property borderWidth . |
getRightBorderWidth | MultimediaControlProperties.getRightBorderWidth( ) | Right border width, overriding property borderWidth . |
setRightBorderWidth | MultimediaControlProperties.setRightBorderWidth( rightBorderWidth ) | Sets the right border width, overriding property borderWidth . |
getTopBorderWidth | MultimediaControlProperties.getTopBorderWidth( ) | Top border width, overriding property borderWidth . |
setTopBorderWidth | MultimediaControlProperties.setTopBorderWidth( topBorderWidth ) | Sets the top border width, overriding property borderWidth . |
MarginStyleProperties Functions
getAllMargin | MultimediaControlProperties.getAllMargin( ) | Single MarginStyleProperties size value used for top, bottom, left and right margin. |
setAllMargin | MultimediaControlProperties.setAllMargin( allMargin ) | Sets the MarginStyleProperties size value used for top, bottom, left and right margin. |
getBottomMargin | MultimediaControlProperties.getBottomMargin( ) | Bottom MarginStyleProperties size value. |
setBottomMargin | MultimediaControlProperties.setBottomMargin( bottomMargin ) | Sets the bottom MarginStyleProperties size value. |
getLeftMargin | MultimediaControlProperties.getLeftMargin( ) | Left MarginStyleProperties size value. |
setLeftMargin | MultimediaControlProperties.setLeftMargin( leftMargin ) | Sets the left MarginStyleProperties size value. |
getRightMargin | MultimediaControlProperties.getRightMargin( ) | Right MarginStyleProperties size value. |
setRightMargin | MultimediaControlProperties.setRightMargin( rightMargin ) | Sets the right MarginStyleProperties size value. |
getTopMargin | MultimediaControlProperties.getTopMargin( ) | Top MarginStyleProperties size value. |
setTopMargin | MultimediaControlProperties.setTopMargin( topMargin ) | Sets the top MarginStyleProperties size value. |
MessageProperties Functions
getErrorMessageStyle | MultimediaControlProperties.getErrorMessageStyle( ) | Returns the MessageStyleProperties object representing error message styling properties. |
getInfoMessageStyle | MultimediaControlProperties.getInfoMessageStyle( ) | Returns the MessageStyleProperties object representing info message styling properties. |
getWarningMessageStyle | MultimediaControlProperties.getWarningMessageStyle( ) | Returns the MessageStyleProperties object representing warning message styling properties. |