Package com.itextpdf.text.html
Class HtmlTags
- java.lang.Object
-
- com.itextpdf.text.html.HtmlTags
-
@Deprecated public class HtmlTags extends Object
Deprecated.since 5.5.2Static final values of supported HTML tags and attributes.- Since:
- 5.0.6
-
-
Field Summary
Fields Modifier and Type Field Description static String
A
Deprecated.name of a tag.static String
AFTER
Deprecated.A possible attribute.static String
ALIGN
Deprecated.name of an attributestatic String
ALIGN_BASELINE
Deprecated.the possible value of an alignment attributestatic String
ALIGN_BOTTOM
Deprecated.the possible value of an alignment attributestatic String
ALIGN_CENTER
Deprecated.the possible value of an alignment attributestatic 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 attributestatic String
ALIGN_MIDDLE
Deprecated.the possible value of an alignment attributestatic String
ALIGN_RIGHT
Deprecated.the possible value of an alignment attributestatic String
ALIGN_TOP
Deprecated.the possible value of an alignment attributestatic String
B
Deprecated.name of a tagstatic String
BEFORE
Deprecated.A possible attribute.static String
BGCOLOR
Deprecated.name of an attributestatic String
BLOCKQUOTE
Deprecated.name of a tag.static String
BODY
Deprecated.name of a tagstatic String
BOLD
Deprecated.a CSS value for text decorationstatic String
BORDER
Deprecated.name of an attributestatic String
BR
Deprecated.name of a tag.static String
CELLPADDING
Deprecated.name of an attributestatic String
CLASS
Deprecated.Attribute for specifying externally defined CSS class.static String
COLOR
Deprecated.the CSS tag for text colorstatic String
COLSPAN
Deprecated.name of an attributestatic String
DIV
Deprecated.name of a tagstatic String
EM
Deprecated.name of a tagstatic String
ENCODING
Deprecated.name of an attributestatic String
EXTRAPARASPACE
Deprecated.name of an attributestatic String
FACE
Deprecated.name of an attributestatic String
FONT
Deprecated.name of a tagstatic 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 tagstatic 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 decorationstatic 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 decorationstatic String
NORMAL
Deprecated.a CSS value for text decorationstatic String
OBLIQUE
Deprecated.a CSS value for text decorationstatic 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 tagstatic String
ROWSPAN
Deprecated.name of an attributestatic String
S
Deprecated.name of a tagstatic String
SIZE
Deprecated.name of an attributestatic String
SPAN
Deprecated.name of a tagstatic String
SRC
Deprecated.Name of an attribute.static String
STRIKE
Deprecated.name of a tag.static String
STRONG
Deprecated.name of a tagstatic String
STYLE
Deprecated.This is used for inline css style informationstatic String
SUB
Deprecated.name of a tagstatic String
SUP
Deprecated.name of a tagstatic String
TABLE
Deprecated.name of a tagstatic 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 tagstatic String
UL
Deprecated.name of a tag.static String
UNDERLINE
Deprecated.a CSS value for text decorationstatic String
VALIGN
Deprecated.Name of an attribute.static String
VERTICALALIGN
Deprecated.the CSS tag for text decorationsstatic String
WIDTH
Deprecated.name of an attribute
-
Constructor Summary
Constructors Constructor Description HtmlTags()
Deprecated.
-
-
-
Field Detail
-
A
public static final String A
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
B
public static final String B
Deprecated.name of a tag- See Also:
- Constant Field Values
-
BODY
public static final String BODY
Deprecated.name of a tag- See Also:
- Constant Field Values
-
BLOCKQUOTE
public static final String BLOCKQUOTE
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
BR
public static final String BR
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
DIV
public static final String DIV
Deprecated.name of a tag- See Also:
- Constant Field Values
-
EM
public static final String EM
Deprecated.name of a tag- See Also:
- Constant Field Values
-
FONT
public static final String FONT
Deprecated.name of a tag- See Also:
- Constant Field Values
-
H1
public static final String H1
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
H2
public static final String H2
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
H3
public static final String H3
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
H4
public static final String H4
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
H5
public static final String H5
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
H6
public static final String H6
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
HR
public static final String HR
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
I
public static final String I
Deprecated.name of a tag- See Also:
- Constant Field Values
-
IMG
public static final String IMG
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
LI
public static final String LI
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
OL
public static final String OL
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
P
public static final String P
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
PRE
public static final String PRE
Deprecated.name of a tag- See Also:
- Constant Field Values
-
S
public static final String S
Deprecated.name of a tag- See Also:
- Constant Field Values
-
SPAN
public static final String SPAN
Deprecated.name of a tag- See Also:
- Constant Field Values
-
STRIKE
public static final String STRIKE
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
STRONG
public static final String STRONG
Deprecated.name of a tag- See Also:
- Constant Field Values
-
SUB
public static final String SUB
Deprecated.name of a tag- See Also:
- Constant Field Values
-
SUP
public static final String SUP
Deprecated.name of a tag- See Also:
- Constant Field Values
-
TABLE
public static final String TABLE
Deprecated.name of a tag- See Also:
- Constant Field Values
-
TD
public static final String TD
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
TH
public static final String TH
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
TR
public static final String TR
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
U
public static final String U
Deprecated.name of a tag- See Also:
- Constant Field Values
-
UL
public static final String UL
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
ALIGN
public static final String ALIGN
Deprecated.name of an attribute- See Also:
- Constant Field Values
-
BGCOLOR
public static final String BGCOLOR
Deprecated.name of an attribute- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
BORDER
public static final String BORDER
Deprecated.name of an attribute- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
CELLPADDING
public static final String CELLPADDING
Deprecated.name of an attribute- See Also:
- Constant Field Values
-
COLSPAN
public static final String COLSPAN
Deprecated.name of an attribute- See Also:
- Constant Field Values
-
EXTRAPARASPACE
public static final String EXTRAPARASPACE
Deprecated.name of an attribute- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
ENCODING
public static final String ENCODING
Deprecated.name of an attribute- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
FACE
public static final String FACE
Deprecated.name of an attribute- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
HEIGHT
public static final String HEIGHT
Deprecated.Name of an attribute.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
HREF
public static final String HREF
Deprecated.Name of an attribute.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
HYPHENATION
public static final String HYPHENATION
Deprecated.Name of an attribute.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
IMAGEPATH
public static final String IMAGEPATH
Deprecated.Name of an attribute.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
INDENT
public static final String INDENT
Deprecated.Name of an attribute.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
LEADING
public static final String LEADING
Deprecated.Name of an attribute.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
ROWSPAN
public static final String ROWSPAN
Deprecated.name of an attribute- See Also:
- Constant Field Values
-
SIZE
public static final String SIZE
Deprecated.name of an attribute- See Also:
- Constant Field Values
-
SRC
public static final String SRC
Deprecated.Name of an attribute.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
VALIGN
public static final String VALIGN
Deprecated.Name of an attribute.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
WIDTH
public static final String WIDTH
Deprecated.name of an attribute- See Also:
- Constant Field Values
-
ALIGN_LEFT
public static final String ALIGN_LEFT
Deprecated.the possible value of an alignment attribute- See Also:
- Constant Field Values
-
ALIGN_CENTER
public static final String ALIGN_CENTER
Deprecated.the possible value of an alignment attribute- See Also:
- Constant Field Values
-
ALIGN_RIGHT
public static final String ALIGN_RIGHT
Deprecated.the possible value of an alignment attribute- See Also:
- Constant Field Values
-
ALIGN_JUSTIFY
public static final String ALIGN_JUSTIFY
Deprecated.The possible value of an alignment attribute.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
ALIGN_JUSTIFIED_ALL
public static final String ALIGN_JUSTIFIED_ALL
Deprecated.The possible value of an alignment attribute.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
ALIGN_TOP
public static final String ALIGN_TOP
Deprecated.the possible value of an alignment attribute- See Also:
- Constant Field Values
-
ALIGN_MIDDLE
public static final String ALIGN_MIDDLE
Deprecated.the possible value of an alignment attribute- See Also:
- Constant Field Values
-
ALIGN_BOTTOM
public static final String ALIGN_BOTTOM
Deprecated.the possible value of an alignment attribute- See Also:
- Constant Field Values
-
ALIGN_BASELINE
public static final String ALIGN_BASELINE
Deprecated.the possible value of an alignment attribute- See Also:
- Constant Field Values
-
STYLE
public static final String STYLE
Deprecated.This is used for inline css style information- See Also:
- Constant Field Values
-
CLASS
public static final String CLASS
Deprecated.Attribute for specifying externally defined CSS class.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
COLOR
public static final String COLOR
Deprecated.the CSS tag for text color- See Also:
- Constant Field Values
-
FONTFAMILY
public static final String FONTFAMILY
Deprecated.The CSS tag for the font size.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
FONTSIZE
public static final String FONTSIZE
Deprecated.The CSS tag for the font size.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
FONTSTYLE
public static final String FONTSTYLE
Deprecated.The CSS tag for the font size.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
FONTWEIGHT
public static final String FONTWEIGHT
Deprecated.The CSS tag for the font size.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
LINEHEIGHT
public static final String LINEHEIGHT
Deprecated.The CSS tag for the font size.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
PADDINGLEFT
public static final String PADDINGLEFT
Deprecated.The CSS tag for the font size.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
TEXTALIGN
public static final String TEXTALIGN
Deprecated.The CSS tag for the font size.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
TEXTDECORATION
public static final String TEXTDECORATION
Deprecated.The CSS tag for the font size.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
VERTICALALIGN
public static final String VERTICALALIGN
Deprecated.the CSS tag for text decorations- See Also:
- Constant Field Values
-
BOLD
public static final String BOLD
Deprecated.a CSS value for text decoration- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
ITALIC
public static final String ITALIC
Deprecated.a CSS value for text decoration- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
LINETHROUGH
public static final String LINETHROUGH
Deprecated.a CSS value for text decoration- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
NORMAL
public static final String NORMAL
Deprecated.a CSS value for text decoration- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
OBLIQUE
public static final String OBLIQUE
Deprecated.a CSS value for text decoration- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
UNDERLINE
public static final String UNDERLINE
Deprecated.a CSS value for text decoration- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
AFTER
public static final String AFTER
Deprecated.A possible attribute.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
BEFORE
public static final String BEFORE
Deprecated.A possible attribute.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
-