EmbedElement
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.
Instance Members
src: StringIs a DOMString that reflects the src HTML attribute, containing the address of the resource.
type: StringIs a DOMString that reflects the type HTML attribute, containing the type of the resource.
width: StringIs a DOMString that reflects the width HTML attribute, containing the displayed width of the resource.
height: StringIs a DOMString reflecting the height HTML attribute, containing the displayed height of the resource.
align: StringIs 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: StringIs a DOMString representing the name of the embedded object.
getSVGDocument(): HTMLDocument| Returns |
|---|
| HTMLDocument |