@DOMObjectAttribute @DOMNameAttribute(name="HTMLAnchorElement") public class HTMLAnchorElement 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 |
---|
HTMLAnchorElement(com.aspose.html.dom.DOMName name,
Document doc)
Initializes a new instance of the
HTMLAnchorElement class. |
Modifier and Type | Method and Description |
---|---|
void |
blur()
Removes keyboard focus from this element.
|
void |
focus()
Gives keyboard focus to this element.
|
java.lang.String |
getAccessKey()
A single character access key to give access to the form control.
|
java.lang.String |
getCharset()
The character encoding of the linked resource.
|
java.lang.String |
getCoords()
Comma-separated list of lengths, defining an active region geometry.
|
java.lang.String |
getHref() |
java.lang.String |
getHreflang()
Language code of the linked resource.
|
java.lang.String |
getName()
Anchor name.
|
java.lang.String |
getRel()
Forward link type.
|
java.lang.String |
getRev()
Reverse link type.
|
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.
|
java.lang.String |
getType()
Advisory content type.
|
void |
setAccessKey(java.lang.String value)
A single character access key to give access to the form control.
|
void |
setCharset(java.lang.String value)
The character encoding of the linked resource.
|
void |
setCoords(java.lang.String value)
Comma-separated list of lengths, defining an active region geometry.
|
void |
setHref(java.lang.String value) |
void |
setHreflang(java.lang.String value)
Language code of the linked resource.
|
void |
setName(java.lang.String value)
Anchor name.
|
void |
setRel(java.lang.String value)
Forward link type.
|
void |
setRev(java.lang.String value)
Reverse link type.
|
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.
|
void |
setType(java.lang.String value)
Advisory content type.
|
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 HTMLAnchorElement(com.aspose.html.dom.DOMName name, Document doc)
Initializes a new instance of the HTMLAnchorElement
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="charset") public java.lang.String getCharset()
The character encoding of the linked resource. See the charset attribute definition in HTML 4.01.
@DOMNameAttribute(name="charset") public void setCharset(java.lang.String value)
The character encoding of the linked resource. See the charset 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="hreflang") public java.lang.String getHreflang()
Language code of the linked resource. See the hreflang attribute definition in HTML 4.01.
@DOMNameAttribute(name="hreflang") public void setHreflang(java.lang.String value)
Language code of the linked resource. See the hreflang attribute definition in HTML 4.01.
@DOMNameAttribute(name="name") public java.lang.String getName()
Anchor name. See the name attribute definition in HTML 4.01.
@DOMNameAttribute(name="name") public void setName(java.lang.String value)
Anchor name. See the name attribute definition in HTML 4.01.
@DOMNameAttribute(name="rel") public java.lang.String getRel()
Forward link type. See the rel attribute definition in HTML 4.01.
@DOMNameAttribute(name="rel") public void setRel(java.lang.String value)
Forward link type. See the rel attribute definition in HTML 4.01.
@DOMNameAttribute(name="rev") public java.lang.String getRev()
Reverse link type. See the rev attribute definition in HTML 4.01.
@DOMNameAttribute(name="rev") public void setRev(java.lang.String value)
Reverse link type. See the rev 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.
@DOMNameAttribute(name="type") public java.lang.String getType()
Advisory content type. See the type attribute definition in HTML 4.01.
@DOMNameAttribute(name="type") public void setType(java.lang.String value)
Advisory content type. See the type attribute definition in HTML 4.01.
@DOMNameAttribute(name="blur") public void blur()
Removes keyboard focus from this element.
@DOMNameAttribute(name="focus") public void focus()
Gives keyboard focus to this element.