Table of Contents

Class HTML.Tag

Namespace
Javax.Swing.Text.Html
Assembly
MASES.JNet.dll
public class HTML.Tag : JVMBridgeBase<HTML.Tag>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<HTML.Tag>
HTML.Tag
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<HTML.Tag>.IsAssignableFrom(IJavaType)
JVMBridgeBase<HTML.Tag>.IsAssignableFrom<T>()
JVMBridgeBase<HTML.Tag>.Execute<T>(params T[])
JVMBridgeBase<HTML.Tag>.DynBridgeClazz
JVMBridgeBase<HTML.Tag>.BridgeClazz
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.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

Tag()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public Tag()

Tag(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

public Tag(params object[] args)

Parameters

args object[]

Properties

A

public static HTML.Tag A { get; }

Property Value

HTML.Tag

ADDRESS

public static HTML.Tag ADDRESS { get; }

Property Value

HTML.Tag

APPLET

public static HTML.Tag APPLET { get; }

Property Value

HTML.Tag

AREA

public static HTML.Tag AREA { get; }

Property Value

HTML.Tag

B

public static HTML.Tag B { get; }

Property Value

HTML.Tag

BASE

public static HTML.Tag BASE { get; }

Property Value

HTML.Tag

BASEFONT

public static HTML.Tag BASEFONT { get; }

Property Value

HTML.Tag

BIG

public static HTML.Tag BIG { get; }

Property Value

HTML.Tag

BLOCKQUOTE

public static HTML.Tag BLOCKQUOTE { get; }

Property Value

HTML.Tag

BODY

public static HTML.Tag BODY { get; }

Property Value

HTML.Tag

BR

public static HTML.Tag BR { get; }

Property Value

HTML.Tag

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CAPTION

public static HTML.Tag CAPTION { get; }

Property Value

HTML.Tag

CENTER

public static HTML.Tag CENTER { get; }

Property Value

HTML.Tag

CITE

public static HTML.Tag CITE { get; }

Property Value

HTML.Tag

CODE

public static HTML.Tag CODE { get; }

Property Value

HTML.Tag

COMMENT

public static HTML.Tag COMMENT { get; }

Property Value

HTML.Tag

CONTENT

public static HTML.Tag CONTENT { get; }

Property Value

HTML.Tag

DD

public static HTML.Tag DD { get; }

Property Value

HTML.Tag

DFN

public static HTML.Tag DFN { get; }

Property Value

HTML.Tag

DIR

public static HTML.Tag DIR { get; }

Property Value

HTML.Tag

DIV

public static HTML.Tag DIV { get; }

Property Value

HTML.Tag

DL

public static HTML.Tag DL { get; }

Property Value

HTML.Tag

DT

public static HTML.Tag DT { get; }

Property Value

HTML.Tag

EM

public static HTML.Tag EM { get; }

Property Value

HTML.Tag

FONT

public static HTML.Tag FONT { get; }

Property Value

HTML.Tag

FORM

public static HTML.Tag FORM { get; }

Property Value

HTML.Tag

FRAME

public static HTML.Tag FRAME { get; }

Property Value

HTML.Tag

FRAMESET

public static HTML.Tag FRAMESET { get; }

Property Value

HTML.Tag

H1

public static HTML.Tag H1 { get; }

Property Value

HTML.Tag

H2

public static HTML.Tag H2 { get; }

Property Value

HTML.Tag

H3

public static HTML.Tag H3 { get; }

Property Value

HTML.Tag

H4

public static HTML.Tag H4 { get; }

Property Value

HTML.Tag

H5

public static HTML.Tag H5 { get; }

Property Value

HTML.Tag

H6

public static HTML.Tag H6 { get; }

Property Value

HTML.Tag

HEAD

public static HTML.Tag HEAD { get; }

Property Value

HTML.Tag

HR

public static HTML.Tag HR { get; }

Property Value

HTML.Tag

HTMLField

public static HTML.Tag HTMLField { get; }

Property Value

HTML.Tag

I

public static HTML.Tag I { get; }

Property Value

HTML.Tag

IMG

public static HTML.Tag IMG { get; }

Property Value

HTML.Tag

IMPLIED

public static HTML.Tag IMPLIED { get; }

Property Value

HTML.Tag

INPUT

public static HTML.Tag INPUT { get; }

Property Value

HTML.Tag

ISINDEX

public static HTML.Tag ISINDEX { get; }

Property Value

HTML.Tag

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

KBD

public static HTML.Tag KBD { get; }

Property Value

HTML.Tag

LI

public static HTML.Tag LI { get; }

Property Value

HTML.Tag
public static HTML.Tag LINK { get; }

Property Value

HTML.Tag

MAP

public static HTML.Tag MAP { get; }

Property Value

HTML.Tag

MENU

public static HTML.Tag MENU { get; }

Property Value

HTML.Tag

META

public static HTML.Tag META { get; }

Property Value

HTML.Tag

NOFRAMES

public static HTML.Tag NOFRAMES { get; }

Property Value

HTML.Tag

OBJECT

public static HTML.Tag OBJECT { get; }

Property Value

HTML.Tag

OL

public static HTML.Tag OL { get; }

Property Value

HTML.Tag

OPTION

public static HTML.Tag OPTION { get; }

Property Value

HTML.Tag

P

public static HTML.Tag P { get; }

Property Value

HTML.Tag

PARAM

public static HTML.Tag PARAM { get; }

Property Value

HTML.Tag

PRE

public static HTML.Tag PRE { get; }

Property Value

HTML.Tag

S

public static HTML.Tag S { get; }

Property Value

HTML.Tag

SAMP

public static HTML.Tag SAMP { get; }

Property Value

HTML.Tag

SCRIPT

public static HTML.Tag SCRIPT { get; }

Property Value

HTML.Tag

SELECT

public static HTML.Tag SELECT { get; }

Property Value

HTML.Tag

SMALL

public static HTML.Tag SMALL { get; }

Property Value

HTML.Tag

SPAN

public static HTML.Tag SPAN { get; }

Property Value

HTML.Tag

STRIKE

public static HTML.Tag STRIKE { get; }

Property Value

HTML.Tag

STRONG

public static HTML.Tag STRONG { get; }

Property Value

HTML.Tag

STYLE

public static HTML.Tag STYLE { get; }

Property Value

HTML.Tag

SUB

public static HTML.Tag SUB { get; }

Property Value

HTML.Tag

SUP

public static HTML.Tag SUP { get; }

Property Value

HTML.Tag

TABLE

public static HTML.Tag TABLE { get; }

Property Value

HTML.Tag

TD

public static HTML.Tag TD { get; }

Property Value

HTML.Tag

TEXTAREA

public static HTML.Tag TEXTAREA { get; }

Property Value

HTML.Tag

TH

public static HTML.Tag TH { get; }

Property Value

HTML.Tag

TITLE

public static HTML.Tag TITLE { get; }

Property Value

HTML.Tag

TR

public static HTML.Tag TR { get; }

Property Value

HTML.Tag

TT

public static HTML.Tag TT { get; }

Property Value

HTML.Tag

U

public static HTML.Tag U { get; }

Property Value

HTML.Tag

UL

public static HTML.Tag UL { get; }

Property Value

HTML.Tag

VAR

public static HTML.Tag VAR { get; }

Property Value

HTML.Tag

Methods

BreaksFlow()

public bool BreaksFlow()

Returns

bool

bool

IsBlock()

public bool IsBlock()

Returns

bool

bool

IsPreformatted()

public bool IsPreformatted()

Returns

bool

bool