public static class Html5.EMBED extends HtmlElement implements Html5.Element<Html5.EMBED,Html5.EMBED>
<embed>.| Modifier and Type | Field and Description |
|---|---|
static HtmlElementType |
TYPE
HtmlElementType for
<embed> (void=true, block=false, pre=false). |
| Constructor and Description |
|---|
EMBED() |
| Instance Methods | |
|---|---|
HtmlElementType |
getElementType()
Get the metadata of this element.
|
Html5.EMBED |
any(CharSequence value)
Set attribute
any="{value}". |
Html5.EMBED |
height(int value)
Set attribute
height="{value}". |
Html5.EMBED |
src(CharSequence value)
Set attribute
src="{value}". |
Html5.EMBED |
type(CharSequence value)
Set attribute
type="{value}". |
Html5.EMBED |
width(int value)
Set attribute
width="{value}". |
getAttribute, getAttributeCount, getAttributeMap, isBlock, render, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccesskey, attr, attr, attr, class_, class_add, contenteditable, contextmenu, data, dir, draggable, dropzone, hidden, id, inert, itemid, itemprop, itemref, itemscope, itemtype, lang, on, spellcheck, style, tabindex, title, translateattr, getAttribute, setAttributepublic static final HtmlElementType TYPE
<embed> (void=true, block=false, pre=false).public HtmlElementType getElementType()
HtmlElementHtmlElementType.getElementType in class HtmlElementpublic Html5.EMBED any(CharSequence value)
any="{value}".public Html5.EMBED height(int value)
height="{value}".public Html5.EMBED src(CharSequence value)
src="{value}".public Html5.EMBED type(CharSequence value)
type="{value}".public Html5.EMBED width(int value)
width="{value}".