public class HtmlTextWriterTag extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.HtmlTextWriterTag
Powered by JCOBridge: more info at https://www.jcobridge.com
| Constructor and Description |
|---|
HtmlTextWriterTag() |
HtmlTextWriterTag(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 HtmlTextWriterTag A
public static HtmlTextWriterTag Acronym
public static HtmlTextWriterTag Address
public static HtmlTextWriterTag Area
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static HtmlTextWriterTag B
public static HtmlTextWriterTag Base
public static HtmlTextWriterTag Basefont
public static HtmlTextWriterTag Bdo
public static HtmlTextWriterTag Bgsound
public static HtmlTextWriterTag Big
public static HtmlTextWriterTag Blockquote
public static HtmlTextWriterTag Body
public static HtmlTextWriterTag Br
public static HtmlTextWriterTag Button
public static HtmlTextWriterTag Caption
public static HtmlTextWriterTag Center
public static HtmlTextWriterTag Cite
public static final java.lang.String className
public static HtmlTextWriterTag Code
public static HtmlTextWriterTag Col
public static HtmlTextWriterTag Colgroup
public static HtmlTextWriterTag Dd
public static HtmlTextWriterTag Del
public static HtmlTextWriterTag Dfn
public static HtmlTextWriterTag Dir
public static HtmlTextWriterTag Div
public static HtmlTextWriterTag Dl
public static HtmlTextWriterTag Dt
public static HtmlTextWriterTag Em
public static HtmlTextWriterTag Embed
public static HtmlTextWriterTag Fieldset
public static HtmlTextWriterTag Font
public static HtmlTextWriterTag Form
public static HtmlTextWriterTag Frame
public static HtmlTextWriterTag Frameset
public static HtmlTextWriterTag H1
public static HtmlTextWriterTag H2
public static HtmlTextWriterTag H3
public static HtmlTextWriterTag H4
public static HtmlTextWriterTag H5
public static HtmlTextWriterTag H6
public static HtmlTextWriterTag Head
public static HtmlTextWriterTag Hr
public static HtmlTextWriterTag Html
public static HtmlTextWriterTag I
public static HtmlTextWriterTag Iframe
public static HtmlTextWriterTag Img
public static HtmlTextWriterTag Input
public static HtmlTextWriterTag Ins
public static HtmlTextWriterTag Isindex
public static HtmlTextWriterTag Kbd
public static HtmlTextWriterTag Label
public static HtmlTextWriterTag Legend
public static HtmlTextWriterTag Li
public static HtmlTextWriterTag Link
public static HtmlTextWriterTag Map
public static HtmlTextWriterTag Marquee
public static HtmlTextWriterTag Menu
public static HtmlTextWriterTag Meta
public static HtmlTextWriterTag Nobr
public static HtmlTextWriterTag Noframes
public static HtmlTextWriterTag Noscript
public static HtmlTextWriterTag Object
public static HtmlTextWriterTag Ol
public static HtmlTextWriterTag Option
public static HtmlTextWriterTag P
public static HtmlTextWriterTag Param
public static HtmlTextWriterTag Pre
public static HtmlTextWriterTag Q
public static HtmlTextWriterTag Rt
public static HtmlTextWriterTag Ruby
public static HtmlTextWriterTag S
public static HtmlTextWriterTag Samp
public static HtmlTextWriterTag Script
public static HtmlTextWriterTag Select
public static HtmlTextWriterTag Small
public static HtmlTextWriterTag Span
public static HtmlTextWriterTag Strike
public static HtmlTextWriterTag Strong
public static HtmlTextWriterTag Style
public static HtmlTextWriterTag Sub
public static HtmlTextWriterTag Sup
public static HtmlTextWriterTag Table
public static HtmlTextWriterTag Tbody
public static HtmlTextWriterTag Td
public static HtmlTextWriterTag Textarea
public static HtmlTextWriterTag Tfoot
public static HtmlTextWriterTag Th
public static HtmlTextWriterTag Thead
public static HtmlTextWriterTag Title
public static HtmlTextWriterTag Tr
public static HtmlTextWriterTag Tt
public static HtmlTextWriterTag U
public static HtmlTextWriterTag Ul
public static HtmlTextWriterTag Unknown
public static HtmlTextWriterTag Var
public static HtmlTextWriterTag Wbr
public static HtmlTextWriterTag Xml
public HtmlTextWriterTag()
public HtmlTextWriterTag(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