Class HTMLAppletElement
public class HTMLAppletElement : HTMLElement, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IHTMLAppletElement, IHTMLElement, IElement, INode
- Inheritance
-
HTMLAppletElement
- Implements
- Inherited Members
-
JVMBridgeBase<Node>.SExecuteWithSignature<TReturn>(Type, IJavaType, string, string, params object[])
- Extension Methods
Constructors
HTMLAppletElement()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("HTMLAppletElement class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public HTMLAppletElement()
HTMLAppletElement(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public HTMLAppletElement(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
HTMLAppletElement(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
[Obsolete("HTMLAppletElement class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public HTMLAppletElement(params object[] args)
Parameters
argsobject[]
Properties
Align
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLAppletElement.html#getAlign-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLAppletElement.html#setAlign-java.lang.String-
public String Align { get; set; }
Property Value
Alt
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLAppletElement.html#getAlt-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLAppletElement.html#setAlt-java.lang.String-
public String Alt { get; set; }
Property Value
Archive
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLAppletElement.html#getArchive-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLAppletElement.html#setArchive-java.lang.String-
public String Archive { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
Code
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLAppletElement.html#getCode-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLAppletElement.html#setCode-java.lang.String-
public String Code { get; set; }
Property Value
CodeBase
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLAppletElement.html#getCodeBase-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLAppletElement.html#setCodeBase-java.lang.String-
public String CodeBase { get; set; }
Property Value
Height
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLAppletElement.html#getHeight-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLAppletElement.html#setHeight-java.lang.String-
public String Height { get; set; }
Property Value
Hspace
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLAppletElement.html#getHspace-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLAppletElement.html#setHspace-java.lang.String-
public String Hspace { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Name
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLAppletElement.html#getName-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLAppletElement.html#setName-java.lang.String-
public String Name { get; set; }
Property Value
Object
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLAppletElement.html#getObject-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLAppletElement.html#setObject-java.lang.String-
public String Object { get; set; }
Property Value
Vspace
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLAppletElement.html#getVspace-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLAppletElement.html#setVspace-java.lang.String-
public String Vspace { get; set; }
Property Value
Width
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLAppletElement.html#getWidth-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLAppletElement.html#setWidth-java.lang.String-
public String Width { get; set; }