@Deprecated public class HtmlTags extends Object
Modifier and Type | Field and Description |
---|---|
static String |
A
Deprecated.
name of a tag.
|
static String |
AFTER
Deprecated.
A possible attribute.
|
static String |
ALIGN
Deprecated.
name of an attribute
|
static String |
ALIGN_BASELINE
Deprecated.
the possible value of an alignment attribute
|
static String |
ALIGN_BOTTOM
Deprecated.
the possible value of an alignment attribute
|
static String |
ALIGN_CENTER
Deprecated.
the possible value of an alignment attribute
|
static String |
ALIGN_JUSTIFIED_ALL
Deprecated.
The possible value of an alignment attribute.
|
static String |
ALIGN_JUSTIFY
Deprecated.
The possible value of an alignment attribute.
|
static String |
ALIGN_LEFT
Deprecated.
the possible value of an alignment attribute
|
static String |
ALIGN_MIDDLE
Deprecated.
the possible value of an alignment attribute
|
static String |
ALIGN_RIGHT
Deprecated.
the possible value of an alignment attribute
|
static String |
ALIGN_TOP
Deprecated.
the possible value of an alignment attribute
|
static String |
B
Deprecated.
name of a tag
|
static String |
BEFORE
Deprecated.
A possible attribute.
|
static String |
BGCOLOR
Deprecated.
name of an attribute
|
static String |
BLOCKQUOTE
Deprecated.
name of a tag.
|
static String |
BODY
Deprecated.
name of a tag
|
static String |
BOLD
Deprecated.
a CSS value for text decoration
|
static String |
BORDER
Deprecated.
name of an attribute
|
static String |
BR
Deprecated.
name of a tag.
|
static String |
CELLPADDING
Deprecated.
name of an attribute
|
static String |
CLASS
Deprecated.
Attribute for specifying externally defined CSS class.
|
static String |
COLOR
Deprecated.
the CSS tag for text color
|
static String |
COLSPAN
Deprecated.
name of an attribute
|
static String |
DIV
Deprecated.
name of a tag
|
static String |
EM
Deprecated.
name of a tag
|
static String |
ENCODING
Deprecated.
name of an attribute
|
static String |
EXTRAPARASPACE
Deprecated.
name of an attribute
|
static String |
FACE
Deprecated.
name of an attribute
|
static String |
FONT
Deprecated.
name of a tag
|
static String |
FONTFAMILY
Deprecated.
The CSS tag for the font size.
|
static String |
FONTSIZE
Deprecated.
The CSS tag for the font size.
|
static String |
FONTSTYLE
Deprecated.
The CSS tag for the font size.
|
static String |
FONTWEIGHT
Deprecated.
The CSS tag for the font size.
|
static String |
H1
Deprecated.
name of a tag.
|
static String |
H2
Deprecated.
name of a tag.
|
static String |
H3
Deprecated.
name of a tag.
|
static String |
H4
Deprecated.
name of a tag.
|
static String |
H5
Deprecated.
name of a tag.
|
static String |
H6
Deprecated.
name of a tag.
|
static String |
HEIGHT
Deprecated.
Name of an attribute.
|
static String |
HR
Deprecated.
name of a tag.
|
static String |
HREF
Deprecated.
Name of an attribute.
|
static String |
HYPHENATION
Deprecated.
Name of an attribute.
|
static String |
I
Deprecated.
name of a tag
|
static String |
IMAGEPATH
Deprecated.
Name of an attribute.
|
static String |
IMG
Deprecated.
name of a tag.
|
static String |
INDENT
Deprecated.
Name of an attribute.
|
static String |
ITALIC
Deprecated.
a CSS value for text decoration
|
static String |
LEADING
Deprecated.
Name of an attribute.
|
static String |
LI
Deprecated.
name of a tag.
|
static String |
LINEHEIGHT
Deprecated.
The CSS tag for the font size.
|
static String |
LINETHROUGH
Deprecated.
a CSS value for text decoration
|
static String |
NORMAL
Deprecated.
a CSS value for text decoration
|
static String |
OBLIQUE
Deprecated.
a CSS value for text decoration
|
static String |
OL
Deprecated.
name of a tag.
|
static String |
P
Deprecated.
name of a tag.
|
static String |
PADDINGLEFT
Deprecated.
The CSS tag for the font size.
|
static String |
PRE
Deprecated.
name of a tag
|
static String |
ROWSPAN
Deprecated.
name of an attribute
|
static String |
S
Deprecated.
name of a tag
|
static String |
SIZE
Deprecated.
name of an attribute
|
static String |
SPAN
Deprecated.
name of a tag
|
static String |
SRC
Deprecated.
Name of an attribute.
|
static String |
STRIKE
Deprecated.
name of a tag.
|
static String |
STRONG
Deprecated.
name of a tag
|
static String |
STYLE
Deprecated.
This is used for inline css style information
|
static String |
SUB
Deprecated.
name of a tag
|
static String |
SUP
Deprecated.
name of a tag
|
static String |
TABLE
Deprecated.
name of a tag
|
static String |
TD
Deprecated.
name of a tag.
|
static String |
TEXTALIGN
Deprecated.
The CSS tag for the font size.
|
static String |
TEXTDECORATION
Deprecated.
The CSS tag for the font size.
|
static String |
TH
Deprecated.
name of a tag.
|
static String |
TR
Deprecated.
name of a tag.
|
static String |
U
Deprecated.
name of a tag
|
static String |
UL
Deprecated.
name of a tag.
|
static String |
UNDERLINE
Deprecated.
a CSS value for text decoration
|
static String |
VALIGN
Deprecated.
Name of an attribute.
|
static String |
VERTICALALIGN
Deprecated.
the CSS tag for text decorations
|
static String |
WIDTH
Deprecated.
name of an attribute
|
Constructor and Description |
---|
HtmlTags()
Deprecated.
|
public static final String A
public static final String B
public static final String BODY
public static final String BLOCKQUOTE
public static final String BR
public static final String DIV
public static final String EM
public static final String FONT
public static final String H1
public static final String H2
public static final String H3
public static final String H4
public static final String H5
public static final String H6
public static final String HR
public static final String I
public static final String IMG
public static final String LI
public static final String OL
public static final String P
public static final String PRE
public static final String S
public static final String SPAN
public static final String STRIKE
public static final String STRONG
public static final String SUB
public static final String SUP
public static final String TABLE
public static final String TD
public static final String TH
public static final String TR
public static final String U
public static final String UL
public static final String ALIGN
public static final String BGCOLOR
public static final String BORDER
public static final String CELLPADDING
public static final String COLSPAN
public static final String EXTRAPARASPACE
public static final String ENCODING
public static final String FACE
public static final String HEIGHT
public static final String HREF
public static final String HYPHENATION
public static final String IMAGEPATH
public static final String INDENT
public static final String LEADING
public static final String ROWSPAN
public static final String SIZE
public static final String SRC
public static final String VALIGN
public static final String WIDTH
public static final String ALIGN_LEFT
public static final String ALIGN_CENTER
public static final String ALIGN_RIGHT
public static final String ALIGN_JUSTIFY
public static final String ALIGN_JUSTIFIED_ALL
public static final String ALIGN_TOP
public static final String ALIGN_MIDDLE
public static final String ALIGN_BOTTOM
public static final String ALIGN_BASELINE
public static final String STYLE
public static final String CLASS
public static final String COLOR
public static final String FONTFAMILY
public static final String FONTSIZE
public static final String FONTSTYLE
public static final String FONTWEIGHT
public static final String LINEHEIGHT
public static final String PADDINGLEFT
public static final String TEXTALIGN
public static final String TEXTDECORATION
public static final String VERTICALALIGN
public static final String BOLD
public static final String ITALIC
public static final String LINETHROUGH
public static final String NORMAL
public static final String OBLIQUE
public static final String UNDERLINE
public static final String AFTER
public static final String BEFORE
Copyright © 1998–2018. All rights reserved.