public interface IFrameElement extends Element
HTMLIFrameElement
) interface, which provides special properties and methods (beyond the regular element object interface they also have available to them by inheritance) for manipulating the layout and presentation of inline frame elements.ALLOW_KEYBOARD_INPUT
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
Modifier and Type | Method and Description |
---|---|
String |
getAlign()
Specifies the alignment of the frame with respect to the surrounding context.
|
Document |
getContentDocument()
The active document in the inline frame's nested browsing context.
|
Window |
getContentWindow()
The window proxy for the nested browsing context.
|
String |
getFrameBorder() |
String |
getHeight()
Reflects the
height
HTML attribute, indicating the height of the frame. |
String |
getLongDesc()
URI of a long description of the frame.
|
String |
getMarginHeight()
Height of the frame margin.
|
String |
getMarginWidth()
Width of the frame margin.
|
String |
getName()
Reflects the
name
HTML attribute, containing a name by which to refer to the frame. |
String |
getSandbox()
Reflects the
sandbox
HTML attribute, indicating extra restrictions on the behavior of the nested content. |
String |
getScrolling()
Indicates whether the browser should provide scrollbars for the frame.
|
String |
getSrc()
Reflects the
src
HTML attribute, containing the address of the content to be embedded. |
String |
getSrcdoc()
The content to display in the frame.
|
SVGDocument |
getSVGDocument() |
String |
getWidth()
Reflects the
width
HTML attribute, indicating the width of the frame. |
void |
setAlign(String arg) |
void |
setFrameBorder(String arg) |
void |
setHeight(String arg) |
void |
setLongDesc(String arg) |
void |
setMarginHeight(String arg) |
void |
setMarginWidth(String arg) |
void |
setName(String arg) |
void |
setSandbox(String arg) |
void |
setScrolling(String arg) |
void |
setSrc(String arg) |
void |
setSrcdoc(String arg) |
void |
setWidth(String arg) |
blur, click, focus, getAccessKey, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getBoundingClientRect, getChildElementCount, getChildren, getClassList, getClassName, getClientHeight, getClientLeft, getClientRects, getClientTop, getClientWidth, getContentEditable, getDataset, getDir, getElementsByClassName, getElementsByTagName, getElementsByTagNameNS, getFirstElementChild, getId, getInnerHTML, getInnerText, getLang, getLastElementChild, getNextElementSibling, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getOnabort, getOnbeforecopy, getOnbeforecut, getOnbeforepaste, getOnblur, getOnchange, getOnclick, getOncontextmenu, getOncopy, getOncut, getOndblclick, getOndrag, getOndragend, getOndragenter, getOndragleave, getOndragover, getOndragstart, getOndrop, getOnerror, getOnfocus, getOninput, getOninvalid, getOnkeydown, getOnkeypress, getOnkeyup, getOnload, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnmousewheel, getOnpaste, getOnreset, getOnscroll, getOnsearch, getOnselect, getOnselectstart, getOnsubmit, getOntouchcancel, getOntouchend, getOntouchmove, getOntouchstart, getOnwebkitfullscreenchange, getOnwebkitfullscreenerror, getOuterHTML, getOuterText, getPreviousElementSibling, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getStyle, getTabIndex, getTagName, getTitle, getWebkitdropzone, getWebkitRegionOverflow, hasAttribute, hasAttributeNS, insertAdjacentElement, insertAdjacentHTML, insertAdjacentText, isContentEditable, isDraggable, isHidden, isSpellcheck, isTranslate, querySelector, querySelectorAll, removeAttribute, removeAttributeNode, removeAttributeNS, scrollByLines, scrollByPages, scrollIntoView, scrollIntoView, scrollIntoViewIfNeeded, scrollIntoViewIfNeeded, setAccessKey, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setClassName, setContentEditable, setDir, setDraggable, setHidden, setId, setInnerHTML, setInnerText, setLang, setOnabort, setOnbeforecopy, setOnbeforecut, setOnbeforepaste, setOnblur, setOnchange, setOnclick, setOncontextmenu, setOncopy, setOncut, setOndblclick, setOndrag, setOndragend, setOndragenter, setOndragleave, setOndragover, setOndragstart, setOndrop, setOnerror, setOnfocus, setOninput, setOninvalid, setOnkeydown, setOnkeypress, setOnkeyup, setOnload, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnmousewheel, setOnpaste, setOnreset, setOnscroll, setOnsearch, setOnselect, setOnselectstart, setOnsubmit, setOntouchcancel, setOntouchend, setOntouchmove, setOntouchstart, setOnwebkitfullscreenchange, setOnwebkitfullscreenerror, setOuterHTML, setOuterText, setScrollLeft, setScrollTop, setSpellcheck, setTabIndex, setTitle, setTranslate, setWebkitdropzone, webkitMatchesSelector, webkitRequestFullscreen, webkitRequestFullScreen
addEventListener, addEventListener, appendChild, cloneNode, compareDocumentPosition, contains, dispatchEvent, getAttributes, getBaseURI, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPrefix, getPreviousSibling, getTextContent, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, removeEventListener, removeEventListener, replaceChild, setNodeValue, setPrefix, setTextContent
String getAlign()
void setAlign(String arg)
Document getContentDocument()
Window getContentWindow()
String getFrameBorder()
void setFrameBorder(String arg)
String getHeight()
height
HTML attribute, indicating the height of the frame.void setHeight(String arg)
String getLongDesc()
void setLongDesc(String arg)
String getMarginHeight()
void setMarginHeight(String arg)
String getMarginWidth()
void setMarginWidth(String arg)
String getName()
name
HTML attribute, containing a name by which to refer to the frame.void setName(String arg)
String getSandbox()
sandbox
HTML attribute, indicating extra restrictions on the behavior of the nested content.void setSandbox(String arg)
String getScrolling()
void setScrolling(String arg)
String getSrc()
src
HTML attribute, containing the address of the content to be embedded.void setSrc(String arg)
String getSrcdoc()
void setSrcdoc(String arg)
void setWidth(String arg)
SVGDocument getSVGDocument()
Copyright © 2018. All rights reserved.