public class HtmlTextWriterAttribute extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.HtmlTextWriterAttribute
Powered by JCOBridge: more info at https://www.jcobridge.com
| Constructor and Description |
|---|
HtmlTextWriterAttribute() |
HtmlTextWriterAttribute(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static HtmlTextWriterAttribute Abbr
public static HtmlTextWriterAttribute Accesskey
public static HtmlTextWriterAttribute Align
public static HtmlTextWriterAttribute Alt
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static HtmlTextWriterAttribute AutoComplete
public static HtmlTextWriterAttribute Axis
public static HtmlTextWriterAttribute Background
public static HtmlTextWriterAttribute Bgcolor
public static HtmlTextWriterAttribute Border
public static HtmlTextWriterAttribute Bordercolor
public static HtmlTextWriterAttribute Cellpadding
public static HtmlTextWriterAttribute Cellspacing
public static HtmlTextWriterAttribute Checked
public static HtmlTextWriterAttribute Class
public static final java.lang.String className
public static HtmlTextWriterAttribute Cols
public static HtmlTextWriterAttribute Colspan
public static HtmlTextWriterAttribute Content
public static HtmlTextWriterAttribute Coords
public static HtmlTextWriterAttribute DesignerRegion
public static HtmlTextWriterAttribute Dir
public static HtmlTextWriterAttribute Disabled
public static HtmlTextWriterAttribute For
public static HtmlTextWriterAttribute Headers
public static HtmlTextWriterAttribute Height
public static HtmlTextWriterAttribute Href
public static HtmlTextWriterAttribute Id
public static HtmlTextWriterAttribute Longdesc
public static HtmlTextWriterAttribute Maxlength
public static HtmlTextWriterAttribute Multiple
public static HtmlTextWriterAttribute Name
public static HtmlTextWriterAttribute Nowrap
public static HtmlTextWriterAttribute Onchange
public static HtmlTextWriterAttribute Onclick
public static HtmlTextWriterAttribute ReadOnly
public static HtmlTextWriterAttribute Rel
public static HtmlTextWriterAttribute Rows
public static HtmlTextWriterAttribute Rowspan
public static HtmlTextWriterAttribute Rules
public static HtmlTextWriterAttribute Scope
public static HtmlTextWriterAttribute Selected
public static HtmlTextWriterAttribute Shape
public static HtmlTextWriterAttribute Size
public static HtmlTextWriterAttribute Src
public static HtmlTextWriterAttribute Style
public static HtmlTextWriterAttribute Tabindex
public static HtmlTextWriterAttribute Target
public static HtmlTextWriterAttribute Title
public static HtmlTextWriterAttribute Type
public static HtmlTextWriterAttribute Usemap
public static HtmlTextWriterAttribute Valign
public static HtmlTextWriterAttribute Value
public static HtmlTextWriterAttribute VCardName
public static HtmlTextWriterAttribute Width
public static HtmlTextWriterAttribute Wrap
public HtmlTextWriterAttribute()
public HtmlTextWriterAttribute(java.lang.Object instance)
public 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 Class