public class HtmlElement extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.HtmlElement
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Windows.Forms
|
static java.lang.String |
className
Qualified class name: System.Windows.Forms.HtmlElement
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
HtmlElement() |
HtmlElement(java.lang.Object instance)
Internal constructor.
|
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public HtmlElement()
throws java.lang.Throwable
java.lang.Throwablepublic HtmlElement(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addClick(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDoubleClick(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDrag(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDragEnd(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDragLeave(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDragOver(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addFocusing(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addGotFocus(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addKeyDown(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addKeyPress(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addKeyUp(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addLosingFocus(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addLostFocus(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseDown(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseEnter(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseLeave(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseMove(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseOver(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseUp(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic HtmlElement AppendChild(HtmlElement newElement) throws java.lang.Throwable
java.lang.Throwablepublic void AttachEventHandler(java.lang.String eventName,
EventHandler eventHandler)
throws java.lang.Throwable,
ArgumentNullException,
KeyNotFoundException,
ArgumentOutOfRangeException,
ArgumentException
java.lang.ThrowableArgumentNullExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic static HtmlElement cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into HtmlElement, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedHtmlElement instancejava.lang.Throwable - in case of error during cast operationpublic void DetachEventHandler(java.lang.String eventName,
EventHandler eventHandler)
throws java.lang.Throwable,
ArgumentNullException,
KeyNotFoundException,
ArgumentOutOfRangeException,
ArgumentException
java.lang.ThrowableArgumentNullExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void Focus()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public HtmlElementCollection getAll() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String GetAttribute(java.lang.String attributeName)
throws java.lang.Throwable
java.lang.Throwablepublic boolean getCanHaveChildren()
throws java.lang.Throwable
java.lang.Throwablepublic HtmlElementCollection getChildren() throws java.lang.Throwable
java.lang.Throwablepublic Rectangle getClientRectangle() throws java.lang.Throwable
java.lang.Throwablepublic HtmlDocument getDocument() throws java.lang.Throwable
java.lang.Throwablepublic NetObject getDomElement() throws java.lang.Throwable
java.lang.Throwablepublic HtmlElementCollection GetElementsByTagName(java.lang.String tagName) throws java.lang.Throwable
java.lang.Throwablepublic boolean getEnabled()
throws java.lang.Throwable
java.lang.Throwablepublic HtmlElement getFirstChild() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getId()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getInnerHtml()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getInnerText()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String getName()
throws java.lang.Throwable
java.lang.Throwablepublic HtmlElement getNextSibling() throws java.lang.Throwable
java.lang.Throwablepublic HtmlElement getOffsetParent() throws java.lang.Throwable
java.lang.Throwablepublic Rectangle getOffsetRectangle() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getOuterHtml()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getOuterText()
throws java.lang.Throwable
java.lang.Throwablepublic HtmlElement getParent() throws java.lang.Throwable
java.lang.Throwablepublic int getScrollLeft()
throws java.lang.Throwable
java.lang.Throwablepublic Rectangle getScrollRectangle() throws java.lang.Throwable
java.lang.Throwablepublic int getScrollTop()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getStyle()
throws java.lang.Throwable
java.lang.Throwablepublic short getTabIndex()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTagName()
throws java.lang.Throwable
java.lang.Throwablepublic HtmlElement InsertAdjacentElement(HtmlElementInsertionOrientation orient, HtmlElement newElement) throws java.lang.Throwable
java.lang.Throwablepublic NetObject InvokeMember(java.lang.String methodName) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, RankException, InvalidOperationException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionRankExceptionInvalidOperationExceptionOutOfMemoryExceptionpublic NetObject InvokeMember(java.lang.String methodName, NetObject... parameter) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, RankException, InvalidOperationException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionRankExceptionInvalidOperationExceptionOutOfMemoryExceptionpublic void RaiseEvent(java.lang.String eventName)
throws java.lang.Throwable
java.lang.Throwablepublic void removeClick(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDoubleClick(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDrag(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDragEnd(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDragLeave(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDragOver(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void RemoveFocus()
throws java.lang.Throwable
java.lang.Throwablepublic void removeFocusing(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeGotFocus(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeKeyDown(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeKeyPress(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeKeyUp(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeLosingFocus(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeLostFocus(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseDown(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseEnter(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseLeave(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseMove(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseOver(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseUp(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void ScrollIntoView(boolean alignWithTop)
throws java.lang.Throwable
java.lang.Throwablepublic void SetAttribute(java.lang.String attributeName,
java.lang.String value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public void setEnabled(boolean Enabled)
throws java.lang.Throwable
java.lang.Throwablepublic void setId(java.lang.String Id)
throws java.lang.Throwable
java.lang.Throwablepublic void setInnerHtml(java.lang.String InnerHtml)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public void setInnerText(java.lang.String InnerText)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setName(java.lang.String Name)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
NotSupportedException
public void setOuterHtml(java.lang.String OuterHtml)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public void setOuterText(java.lang.String OuterText)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public void setScrollLeft(int ScrollLeft)
throws java.lang.Throwable
java.lang.Throwablepublic void setScrollTop(int ScrollTop)
throws java.lang.Throwable
java.lang.Throwablepublic void setStyle(java.lang.String Style)
throws java.lang.Throwable
java.lang.Throwablepublic void setTabIndex(short TabIndex)
throws java.lang.Throwable
java.lang.Throwable