EmbedElement
package js.html
extends Element › DOMElement › Node › EventTarget
Available on js
The HTMLEmbedElement interface, which provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating embed elements.
Documentation HTMLEmbedElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Variables
align:String
Is a DOMString representing an enumerated property indicating alignment of the element's contents with respect to the surrounding context. The possible values are "left", "right", "center", and "justify".
height:String
Is a DOMString reflecting the height HTML attribute, containing the displayed height of the resource.
name:String
Is a DOMString representing the name of the embedded object.
src:String
Is a DOMString that reflects the src HTML attribute, containing the address of the resource.
type:String
Is a DOMString that reflects the type HTML attribute, containing the type of the resource.
width:String
Is a DOMString that reflects the width HTML attribute, containing the displayed width of the resource.
Methods
getSVGDocument():HTMLDocument
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/EmbedElement.html