@DOMObjectAttribute @DOMNameAttribute(name="HTMLIFrameElement") public class HTMLIFrameElement extends HTMLElement
Node.Flags
OnAbort, OnAbortDelegate, OnBlur, OnBlurDelegate, OnCancel, OnCancelDelegate, OnCanplay, OnCanplayDelegate, OnCanPlayThrough, OnCanPlayThroughDelegate, OnChange, OnChangeDelegate, OnClick, OnClickDelegate, OnCueChange, OnCueChangeDelegate, OnDblClick, OnDblClickDelegate, OnDurationChange, OnDurationChangeDelegate, OnEmptied, OnEmptiedDelegate, OnEnded, OnEndedDelegate, OnError, OnErrorDelegate, OnFocus, OnFocusDelegate, OnInput, OnInputDelegate, OnInvalid, OnInvalidDelegate, OnKeyDown, OnKeyDownDelegate, OnKeyPress, OnKeyPressDelegate, OnKeyUp, OnKeyUpDelegate, OnLoad, OnLoadDelegate, OnLoadedData, OnLoadedDataDelegate, OnLoadedMetadata, OnLoadedMetadataDelegate, OnLoadStart, OnLoadStartDelegate, OnMouseDown, OnMouseDownDelegate, OnMouseEnter, OnMouseEnterDelegate, OnMouseLeave, OnMouseLeaveDelegate, OnMouseMove, OnMouseMoveDelegate, OnMouseOut, OnMouseOutDelegate, OnMouseOver, OnMouseOverDelegate, OnMouseUp, OnMouseUpDelegate, OnMouseWheel, OnMouseWheelDelegate, OnPause, OnPauseDelegate, OnPlay, OnPlayDelegate, OnPlaying, OnPlayingDelegate, OnProgress, OnProgressDelegate, OnRateChange, OnRateChangeDelegate, OnReset, OnResetDelegate, OnResize, OnResizeDelegate, OnScroll, OnScrollDelegate, OnSeeked, OnSeekedDelegate, OnSeeking, OnSeekingDelegate, OnSelect, OnSelectDelegate, OnShow, OnShowDelegate, OnStalled, OnStalledDelegate, OnSubmit, OnSubmitDelegate, OnSuspend, OnSuspendDelegate, OnTimeUpdate, OnTimeUpdateDelegate, OnToggle, OnToggleDelegate, OnVolumeChange, OnVolumeChangeDelegate, OnWaiting, OnWaitingDelegate
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, flags, nodeDocument, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
EventMap
PropertyChanged
Constructor and Description |
---|
HTMLIFrameElement(com.aspose.html.dom.DOMName name,
Document doc)
Initializes a new instance of the
HTMLIFrameElement class. |
Modifier and Type | Method and Description |
---|---|
String |
getAlign()
Aligns this object (vertically or horizontally) with respect to its
surrounding text.
|
HTMLDocument |
getContentDocument()
The document this frame contains, if there is any and it is available,
or
null otherwise. |
String |
getFrameBorder()
Request frame borders.
|
String |
getHeight()
Frame height.
|
String |
getLongDesc() |
String |
getMarginHeight()
Frame margin height, in pixels.
|
String |
getMarginWidth()
Frame margin width, in pixels.
|
String |
getName()
The frame name (object of the
target attribute). |
String |
getScrolling()
Specify whether or not the frame should have scrollbars.
|
String |
getSrc() |
String |
getWidth()
Frame width.
|
void |
setAlign(String value)
Aligns this object (vertically or horizontally) with respect to its
surrounding text.
|
void |
setFrameBorder(String value)
Request frame borders.
|
void |
setHeight(String value)
Frame height.
|
void |
setLongDesc(String value) |
void |
setMarginHeight(String value)
Frame margin height, in pixels.
|
void |
setMarginWidth(String value)
Frame margin width, in pixels.
|
void |
setName(String value)
The frame name (object of the
target attribute). |
void |
setScrolling(String value)
Specify whether or not the frame should have scrollbars.
|
void |
setSrc(String value) |
void |
setWidth(String value)
Frame width.
|
getAttributeOrDefault, getChildOfType, getClassName_Rename_Namesake, getDir, getId_Rename_Namesake, getLang, getParentOfType, getRowIndexInScopeOfCollection, getStyle, getTitle, setAttribute, setAttribute, setAttribute, setClassName_Rename_Namesake, setDir, setId_Rename_Namesake, setLang, setTitle, toggleAttribute
attachShadow, equals, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getChildElementCount, getChildren, getClassName, getComputedStyle, getComputedStyle, getData, getElementsByClassName, getElementsByTagName, getElementsByTagNameNS, getFirstElementChild, getId, getInnerHTML, getLastElementChild, getLocalName, getNamespaceURI, getNextElementSibling, getNodeName, getNodeType, getOuterHTML, getPrefix, getPreviousElementSibling, getSchemaTypeInfo, getShadowRoot, getStyleContainer, getTag, getTagName, getTextContent, hasAttribute, hasAttributeNS, hasAttributes, querySelector, querySelectorAll, remove, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setClassName, setData, setId, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setInnerHTML, setOuterHTML, setTextContent
adoptNode, appendChild, cloneNode, deepClone, getBaseURI, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, getRegisteredObservers, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceAll, replaceChild, setNodeValue, setParentNode, setPrefix, toString
addEventListener, addEventListener, addEventListener, addEventListener, dispatchEvent, dispose, removeEventListener, removeEventListener, removeEventListener
fireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding
public HTMLIFrameElement(com.aspose.html.dom.DOMName name, Document doc)
Initializes a new instance of the HTMLIFrameElement
class.
name
- The DOM name.doc
- The document.@DOMNameAttribute(name="align") public String getAlign()
Aligns this object (vertically or horizontally) with respect to its surrounding text. See the align attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
@DOMNameAttribute(name="align") public void setAlign(String value)
Aligns this object (vertically or horizontally) with respect to its surrounding text. See the align attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
@DOMNameAttribute(name="frameBorder") public String getFrameBorder()
Request frame borders. See the frameborder attribute definition in HTML 4.01.
@DOMNameAttribute(name="frameBorder") public void setFrameBorder(String value)
Request frame borders. See the frameborder attribute definition in HTML 4.01.
@DOMNameAttribute(name="height") public String getHeight()
Frame height. See the height attribute definition in HTML 4.01.
@DOMNameAttribute(name="height") public void setHeight(String value)
Frame height. See the height attribute definition in HTML 4.01.
@DOMNameAttribute(name="longDesc") public String getLongDesc()
@DOMNameAttribute(name="longDesc") public void setLongDesc(String value)
@DOMNameAttribute(name="marginHeight") public String getMarginHeight()
Frame margin height, in pixels. See the marginheight attribute definition in HTML 4.01.
@DOMNameAttribute(name="marginHeight") public void setMarginHeight(String value)
Frame margin height, in pixels. See the marginheight attribute definition in HTML 4.01.
@DOMNameAttribute(name="marginWidth") public String getMarginWidth()
Frame margin width, in pixels. See the marginwidth attribute definition in HTML 4.01.
@DOMNameAttribute(name="marginWidth") public void setMarginWidth(String value)
Frame margin width, in pixels. See the marginwidth attribute definition in HTML 4.01.
@DOMNameAttribute(name="name") public String getName()
The frame name (object of the target
attribute). See the
name attribute definition in HTML 4.01.
@DOMNameAttribute(name="name") public void setName(String value)
The frame name (object of the target
attribute). See the
name attribute definition in HTML 4.01.
@DOMNameAttribute(name="scrolling") public String getScrolling()
Specify whether or not the frame should have scrollbars. See the scrolling attribute definition in HTML 4.01.
@DOMNameAttribute(name="scrolling") public void setScrolling(String value)
Specify whether or not the frame should have scrollbars. See the scrolling attribute definition in HTML 4.01.
@DOMNameAttribute(name="src") public String getSrc()
@DOMNameAttribute(name="src") public void setSrc(String value)
@DOMNameAttribute(name="width") public String getWidth()
Frame width. See the width attribute definition in HTML 4.01.
@DOMNameAttribute(name="width") public void setWidth(String value)
Frame width. See the width attribute definition in HTML 4.01.
@DOMNameAttribute(name="contentDocument") public HTMLDocument getContentDocument()
The document this frame contains, if there is any and it is available,
or null
otherwise.