public class HtmlDocument extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.HtmlDocument
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.HtmlDocument
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
HtmlDocument() |
HtmlDocument(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 HtmlDocument()
throws java.lang.Throwable
java.lang.Throwablepublic HtmlDocument(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addClick(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addContextMenuShowing(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addFocusing(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addLosingFocus(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseDown(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 void addStop(HtmlElementEventHandler handler) 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 HtmlDocument cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into HtmlDocument, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedHtmlDocument instancejava.lang.Throwable - in case of error during cast operationpublic HtmlElement CreateElement(java.lang.String elementTag) throws java.lang.Throwable
java.lang.Throwablepublic void DetachEventHandler(java.lang.String eventName,
EventHandler eventHandler)
throws java.lang.Throwable,
ArgumentNullException,
KeyNotFoundException,
ArgumentOutOfRangeException,
ArgumentException
java.lang.ThrowableArgumentNullExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void ExecCommand(java.lang.String command,
boolean showUI,
NetObject value)
throws java.lang.Throwable
java.lang.Throwablepublic void Focus()
throws java.lang.Throwable
java.lang.Throwablepublic HtmlElement getActiveElement() throws java.lang.Throwable
java.lang.Throwablepublic Color getActiveLinkColor() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, OutOfMemoryException, FormatException, OverflowException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic HtmlElementCollection getAll() throws java.lang.Throwable
java.lang.Throwablepublic Color getBackColor() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, OutOfMemoryException, FormatException, OverflowException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic HtmlElement getBody() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getCookie()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDefaultEncoding()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDomain()
throws java.lang.Throwable
java.lang.Throwablepublic NetObject getDomDocument() throws java.lang.Throwable
java.lang.Throwablepublic HtmlElement GetElementById(java.lang.String id) throws java.lang.Throwable
java.lang.Throwablepublic HtmlElement GetElementFromPoint(Point point) throws java.lang.Throwable
java.lang.Throwablepublic HtmlElementCollection GetElementsByTagName(java.lang.String tagName) throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getEncoding()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getFocused()
throws java.lang.Throwable
java.lang.Throwablepublic Color getForeColor() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, OutOfMemoryException, FormatException, OverflowException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic HtmlElementCollection getForms() throws java.lang.Throwable
java.lang.Throwablepublic HtmlElementCollection getImages() 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 Color getLinkColor() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, OutOfMemoryException, FormatException, OverflowException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic HtmlElementCollection getLinks() throws java.lang.Throwable
java.lang.Throwablepublic boolean getRightToLeft()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTitle()
throws java.lang.Throwable
java.lang.Throwablepublic Uri getUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SecurityException, MemberAccessException, NullReferenceException, ConfigurationException, UriFormatException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionMemberAccessExceptionNullReferenceExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionpublic Color getVisitedLinkColor() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, OutOfMemoryException, FormatException, OverflowException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic HtmlWindow getWindow() throws java.lang.Throwable
java.lang.Throwablepublic NetObject InvokeScript(java.lang.String scriptName) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, RankException, InvalidOperationException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionRankExceptionInvalidOperationExceptionOutOfMemoryExceptionpublic NetObject InvokeScript(java.lang.String scriptName, NetObject[] args) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, RankException, InvalidOperationException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionRankExceptionInvalidOperationExceptionOutOfMemoryExceptionpublic HtmlDocument OpenNew(boolean replaceInHistory) throws java.lang.Throwable
java.lang.Throwablepublic void removeClick(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeContextMenuShowing(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeFocusing(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeLosingFocus(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseDown(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 removeStop(HtmlElementEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setActiveLinkColor(Color ActiveLinkColor) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ExternalException, KeyNotFoundException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionExternalExceptionKeyNotFoundExceptionpublic void setBackColor(Color BackColor) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ExternalException, KeyNotFoundException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionExternalExceptionKeyNotFoundExceptionpublic void setCookie(java.lang.String Cookie)
throws java.lang.Throwable
java.lang.Throwablepublic void setDomain(java.lang.String Domain)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public void setEncoding(java.lang.String Encoding)
throws java.lang.Throwable
java.lang.Throwablepublic void setForeColor(Color ForeColor) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ExternalException, KeyNotFoundException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionExternalExceptionKeyNotFoundExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setLinkColor(Color LinkColor) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ExternalException, KeyNotFoundException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionExternalExceptionKeyNotFoundExceptionpublic void setRightToLeft(boolean RightToLeft)
throws java.lang.Throwable
java.lang.Throwablepublic void setTitle(java.lang.String Title)
throws java.lang.Throwable
java.lang.Throwablepublic void setVisitedLinkColor(Color VisitedLinkColor) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ExternalException, KeyNotFoundException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionExternalExceptionKeyNotFoundExceptionpublic void Write(java.lang.String text)
throws java.lang.Throwable
java.lang.Throwable