@DOMObjectAttribute @DOMNameAttribute(name="HTMLAreaElement") public class HTMLAreaElement 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, parent, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
EventMap
PropertyChanged, PropertyChangedDelegate
Constructor and Description |
---|
HTMLAreaElement(com.aspose.html.dom.DOMName name,
Document doc)
Initializes a new instance of the
HTMLAreaElement class. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccessKey()
A single character access key to give access to the form control.
|
java.lang.String |
getAlt()
Alternate text for user agents not rendering the normal content of this
element.
|
java.lang.String |
getCoords()
Comma-separated list of lengths, defining an active region geometry.
|
java.lang.String |
getHref() |
boolean |
getNoHref()
Specifies that this area is inactive, i.e., has no associated action.
|
java.lang.String |
getShape()
The shape of the active area.
|
int |
getTabIndex()
Index that represents the element's position in the tabbing order.
|
java.lang.String |
getTarget()
Frame to render the resource in.
|
void |
setAccessKey(java.lang.String value)
A single character access key to give access to the form control.
|
void |
setAlt(java.lang.String value)
Alternate text for user agents not rendering the normal content of this
element.
|
void |
setCoords(java.lang.String value)
Comma-separated list of lengths, defining an active region geometry.
|
void |
setHref(java.lang.String value) |
void |
setNoHref(boolean value)
Specifies that this area is inactive, i.e., has no associated action.
|
void |
setShape(java.lang.String value)
The shape of the active area.
|
void |
setTabIndex(int value)
Index that represents the element's position in the tabbing order.
|
void |
setTarget(java.lang.String value)
Frame to render the resource in.
|
getAttributeOrDefault, getAttributeOrDefault, getAttributeOrDefault, getAttributeOrDefault, getAttributeOrDefault, getAttributeOrDefault, getAttributeOrDefault, getAttributeOrDefault, getAttributeOrDefault, getAttributeOrDefault, 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, dispose, 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, finalize, getBaseURI, getChildNodes, getChildNodesInternal, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, getRegisteredObservers, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceAll, replaceChild, setLocalName, setNamespaceURI, setNodeValue, setParentNode, setPrefix, toString
addEventListener, addEventListener, addEventListener, addEventListener, dispatchEvent, dispose, removeEventListener, removeEventListener, removeEventListener
fireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding
public HTMLAreaElement(com.aspose.html.dom.DOMName name, Document doc)
Initializes a new instance of the HTMLAreaElement
class.
name
- The DOM name.doc
- The document.@DOMNameAttribute(name="accessKey") public java.lang.String getAccessKey()
A single character access key to give access to the form control. See the accesskey attribute definition in HTML 4.01.
@DOMNameAttribute(name="accessKey") public void setAccessKey(java.lang.String value)
A single character access key to give access to the form control. See the accesskey attribute definition in HTML 4.01.
@DOMNameAttribute(name="alt") public java.lang.String getAlt()
Alternate text for user agents not rendering the normal content of this element. See the alt attribute definition in HTML 4.01.
@DOMNameAttribute(name="alt") public void setAlt(java.lang.String value)
Alternate text for user agents not rendering the normal content of this element. See the alt attribute definition in HTML 4.01.
@DOMNameAttribute(name="coords") public java.lang.String getCoords()
Comma-separated list of lengths, defining an active region geometry.
See also shape
for the shape of the region. See the
coords attribute definition in HTML 4.01.
@DOMNameAttribute(name="coords") public void setCoords(java.lang.String value)
Comma-separated list of lengths, defining an active region geometry.
See also shape
for the shape of the region. See the
coords attribute definition in HTML 4.01.
@DOMNameAttribute(name="href") public java.lang.String getHref()
@DOMNameAttribute(name="href") public void setHref(java.lang.String value)
@DOMNameAttribute(name="noHref") public boolean getNoHref()
Specifies that this area is inactive, i.e., has no associated action. See the nohref attribute definition in HTML 4.01.
@DOMNameAttribute(name="noHref") public void setNoHref(boolean value)
Specifies that this area is inactive, i.e., has no associated action. See the nohref attribute definition in HTML 4.01.
@DOMNameAttribute(name="shape") public java.lang.String getShape()
The shape of the active area. The coordinates are given by
coords
. See the shape attribute definition in HTML 4.01.
@DOMNameAttribute(name="shape") public void setShape(java.lang.String value)
The shape of the active area. The coordinates are given by
coords
. See the shape attribute definition in HTML 4.01.
@DOMNameAttribute(name="tabIndex") public int getTabIndex()
Index that represents the element's position in the tabbing order. See the tabindex attribute definition in HTML 4.01.
@DOMNameAttribute(name="tabIndex") public void setTabIndex(int value)
Index that represents the element's position in the tabbing order. See the tabindex attribute definition in HTML 4.01.
@DOMNameAttribute(name="target") public java.lang.String getTarget()
Frame to render the resource in. See the target attribute definition in HTML 4.01.
@DOMNameAttribute(name="target") public void setTarget(java.lang.String value)
Frame to render the resource in. See the target attribute definition in HTML 4.01.