Class HTMLTableSectionElement
public class HTMLTableSectionElement : HTMLElement, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IHTMLTableSectionElement, IHTMLElement, IElement, INode
- Inheritance
-
HTMLTableSectionElement
- Implements
- Inherited Members
- Extension Methods
Constructors
HTMLTableSectionElement(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public HTMLTableSectionElement(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
Align
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableSectionElement.html#getAlign-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableSectionElement.html#setAlign-java.lang.String-
public String Align { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
Ch
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableSectionElement.html#getCh-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableSectionElement.html#setCh-java.lang.String-
public String Ch { get; set; }
Property Value
ChOff
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableSectionElement.html#getChOff-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableSectionElement.html#setChOff-java.lang.String-
public String ChOff { 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 java.lang.AutoCloseable
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
Rows
public HTMLCollection Rows { get; }
Property Value
VAlign
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableSectionElement.html#getVAlign-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableSectionElement.html#setVAlign-java.lang.String-
public String VAlign { get; set; }
Property Value
Methods
DeleteRow(int)
public void DeleteRow(int arg0)
Parameters
Exceptions
InsertRow(int)
public HTMLElement InsertRow(int arg0)