EmbedElement

EventTargetNodeDOMElementElementjs.html.EmbedElement (extern class)

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:

Instance Members

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.


height: String

Is a DOMString reflecting the height HTML attribute, containing the displayed height of the resource.


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".


name: String

Is a DOMString representing the name of the embedded object.


getSVGDocument(): HTMLDocument
Returns
HTMLDocument