Class HTMLTableCellElement
public class HTMLTableCellElement : HTMLElement, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IHTMLTableCellElement, IHTMLElement, IElement, INode
- Inheritance
-
HTMLTableCellElement
- Implements
- Inherited Members
-
JVMBridgeBase<Node>.SExecuteWithSignature<TReturn>(Type, IJavaType, string, string, params object[])JVMBridgeBase<Node>.IsAssignableFrom(IJavaType)JVMBridgeBase<Node>.IsAssignableFrom<T>()JVMBridgeBase<Node>.Execute<T>(params T[])JVMBridgeBase<Node>.DynBridgeClazzJVMBridgeBase<Node>.BridgeClazzJVMBridgeBase.ReferenceEqualsJVM(IJVMBridgeBase, IJVMBridgeBase)JVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastToAndDetach<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.CastDirectAndDetach<TNewClass>()JVMBridgeBase.CheckDisposed()JVMBridgeBase.ToString()JVMBridgeBase.Equals(IJVMBridgeBase)JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
HTMLTableCellElement(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 HTMLTableCellElement(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
HTMLTableCellElement(params object[])
Generic constructor used by JCOBridge when a derived class needs to forward arguments to the base JVMBridgeBase class.
[Obsolete("HTMLTableCellElement 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 HTMLTableCellElement(params object[] args)
Parameters
argsobject[]
Remarks
HTMLTableCellElement represents a JVM interface or abstract class in .NET. Instantiating it directly outside of JCOBridge infrastructure is not supported and may produce undefined behavior.
Properties
Abbr
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableCellElement.html#getAbbr-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableCellElement.html#setAbbr-java.lang.String-
public String Abbr { get; set; }
Property Value
Align
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableCellElement.html#getAlign-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableCellElement.html#setAlign-java.lang.String-
public String Align { get; set; }
Property Value
Axis
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableCellElement.html#getAxis-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableCellElement.html#setAxis-java.lang.String-
public String Axis { get; set; }
Property Value
BgColor
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableCellElement.html#getBgColor-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableCellElement.html#setBgColor-java.lang.String-
public String BgColor { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CellIndex
public int CellIndex { get; }
Property Value
Ch
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableCellElement.html#getCh-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableCellElement.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/HTMLTableCellElement.html#getChOff-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableCellElement.html#setChOff-java.lang.String-
public String ChOff { get; set; }
Property Value
ColSpan
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableCellElement.html#getColSpan-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableCellElement.html#setColSpan-int-
public int ColSpan { get; set; }
Property Value
Headers
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableCellElement.html#getHeaders-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableCellElement.html#setHeaders-java.lang.String-
public String Headers { get; set; }
Property Value
Height
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableCellElement.html#getHeight-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableCellElement.html#setHeight-java.lang.String-
public String Height { 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
NoWrap
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableCellElement.html#getNoWrap-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableCellElement.html#setNoWrap-boolean-
public bool NoWrap { get; set; }
Property Value
RowSpan
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableCellElement.html#getRowSpan-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableCellElement.html#setRowSpan-int-
public int RowSpan { get; set; }
Property Value
Scope
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableCellElement.html#getScope-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableCellElement.html#setScope-java.lang.String-
public String Scope { get; set; }
Property Value
VAlign
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableCellElement.html#getVAlign-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableCellElement.html#setVAlign-java.lang.String-
public String VAlign { get; set; }
Property Value
Width
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableCellElement.html#getWidth-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLTableCellElement.html#setWidth-java.lang.String-
public String Width { get; set; }