Package com.itextpdf.text.html
Class HtmlTags
- java.lang.Object
-
- com.itextpdf.text.html.HtmlTags
-
@Deprecated public class HtmlTags extends java.lang.ObjectDeprecated.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 java.lang.StringADeprecated.name of a tag.static java.lang.StringAFTERDeprecated.A possible attribute.static java.lang.StringALIGNDeprecated.name of an attributestatic java.lang.StringALIGN_BASELINEDeprecated.the possible value of an alignment attributestatic java.lang.StringALIGN_BOTTOMDeprecated.the possible value of an alignment attributestatic java.lang.StringALIGN_CENTERDeprecated.the possible value of an alignment attributestatic java.lang.StringALIGN_JUSTIFIED_ALLDeprecated.The possible value of an alignment attribute.static java.lang.StringALIGN_JUSTIFYDeprecated.The possible value of an alignment attribute.static java.lang.StringALIGN_LEFTDeprecated.the possible value of an alignment attributestatic java.lang.StringALIGN_MIDDLEDeprecated.the possible value of an alignment attributestatic java.lang.StringALIGN_RIGHTDeprecated.the possible value of an alignment attributestatic java.lang.StringALIGN_TOPDeprecated.the possible value of an alignment attributestatic java.lang.StringBDeprecated.name of a tagstatic java.lang.StringBEFOREDeprecated.A possible attribute.static java.lang.StringBGCOLORDeprecated.name of an attributestatic java.lang.StringBLOCKQUOTEDeprecated.name of a tag.static java.lang.StringBODYDeprecated.name of a tagstatic java.lang.StringBOLDDeprecated.a CSS value for text decorationstatic java.lang.StringBORDERDeprecated.name of an attributestatic java.lang.StringBRDeprecated.name of a tag.static java.lang.StringCELLPADDINGDeprecated.name of an attributestatic java.lang.StringCLASSDeprecated.Attribute for specifying externally defined CSS class.static java.lang.StringCOLORDeprecated.the CSS tag for text colorstatic java.lang.StringCOLSPANDeprecated.name of an attributestatic java.lang.StringDIVDeprecated.name of a tagstatic java.lang.StringEMDeprecated.name of a tagstatic java.lang.StringENCODINGDeprecated.name of an attributestatic java.lang.StringEXTRAPARASPACEDeprecated.name of an attributestatic java.lang.StringFACEDeprecated.name of an attributestatic java.lang.StringFONTDeprecated.name of a tagstatic java.lang.StringFONTFAMILYDeprecated.The CSS tag for the font size.static java.lang.StringFONTSIZEDeprecated.The CSS tag for the font size.static java.lang.StringFONTSTYLEDeprecated.The CSS tag for the font size.static java.lang.StringFONTWEIGHTDeprecated.The CSS tag for the font size.static java.lang.StringH1Deprecated.name of a tag.static java.lang.StringH2Deprecated.name of a tag.static java.lang.StringH3Deprecated.name of a tag.static java.lang.StringH4Deprecated.name of a tag.static java.lang.StringH5Deprecated.name of a tag.static java.lang.StringH6Deprecated.name of a tag.static java.lang.StringHEIGHTDeprecated.Name of an attribute.static java.lang.StringHRDeprecated.name of a tag.static java.lang.StringHREFDeprecated.Name of an attribute.static java.lang.StringHYPHENATIONDeprecated.Name of an attribute.static java.lang.StringIDeprecated.name of a tagstatic java.lang.StringIMAGEPATHDeprecated.Name of an attribute.static java.lang.StringIMGDeprecated.name of a tag.static java.lang.StringINDENTDeprecated.Name of an attribute.static java.lang.StringITALICDeprecated.a CSS value for text decorationstatic java.lang.StringLEADINGDeprecated.Name of an attribute.static java.lang.StringLIDeprecated.name of a tag.static java.lang.StringLINEHEIGHTDeprecated.The CSS tag for the font size.static java.lang.StringLINETHROUGHDeprecated.a CSS value for text decorationstatic java.lang.StringNORMALDeprecated.a CSS value for text decorationstatic java.lang.StringOBLIQUEDeprecated.a CSS value for text decorationstatic java.lang.StringOLDeprecated.name of a tag.static java.lang.StringPDeprecated.name of a tag.static java.lang.StringPADDINGLEFTDeprecated.The CSS tag for the font size.static java.lang.StringPREDeprecated.name of a tagstatic java.lang.StringROWSPANDeprecated.name of an attributestatic java.lang.StringSDeprecated.name of a tagstatic java.lang.StringSIZEDeprecated.name of an attributestatic java.lang.StringSPANDeprecated.name of a tagstatic java.lang.StringSRCDeprecated.Name of an attribute.static java.lang.StringSTRIKEDeprecated.name of a tag.static java.lang.StringSTRONGDeprecated.name of a tagstatic java.lang.StringSTYLEDeprecated.This is used for inline css style informationstatic java.lang.StringSUBDeprecated.name of a tagstatic java.lang.StringSUPDeprecated.name of a tagstatic java.lang.StringTABLEDeprecated.name of a tagstatic java.lang.StringTDDeprecated.name of a tag.static java.lang.StringTEXTALIGNDeprecated.The CSS tag for the font size.static java.lang.StringTEXTDECORATIONDeprecated.The CSS tag for the font size.static java.lang.StringTHDeprecated.name of a tag.static java.lang.StringTRDeprecated.name of a tag.static java.lang.StringUDeprecated.name of a tagstatic java.lang.StringULDeprecated.name of a tag.static java.lang.StringUNDERLINEDeprecated.a CSS value for text decorationstatic java.lang.StringVALIGNDeprecated.Name of an attribute.static java.lang.StringVERTICALALIGNDeprecated.the CSS tag for text decorationsstatic java.lang.StringWIDTHDeprecated.name of an attribute
-
Constructor Summary
Constructors Constructor Description HtmlTags()Deprecated.
-
-
-
Field Detail
-
A
public static final java.lang.String A
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
B
public static final java.lang.String B
Deprecated.name of a tag- See Also:
- Constant Field Values
-
BODY
public static final java.lang.String BODY
Deprecated.name of a tag- See Also:
- Constant Field Values
-
BLOCKQUOTE
public static final java.lang.String BLOCKQUOTE
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
BR
public static final java.lang.String BR
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
DIV
public static final java.lang.String DIV
Deprecated.name of a tag- See Also:
- Constant Field Values
-
EM
public static final java.lang.String EM
Deprecated.name of a tag- See Also:
- Constant Field Values
-
FONT
public static final java.lang.String FONT
Deprecated.name of a tag- See Also:
- Constant Field Values
-
H1
public static final java.lang.String H1
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
H2
public static final java.lang.String H2
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
H3
public static final java.lang.String H3
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
H4
public static final java.lang.String H4
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
H5
public static final java.lang.String H5
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
H6
public static final java.lang.String H6
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
HR
public static final java.lang.String HR
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
I
public static final java.lang.String I
Deprecated.name of a tag- See Also:
- Constant Field Values
-
IMG
public static final java.lang.String IMG
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
LI
public static final java.lang.String LI
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
OL
public static final java.lang.String OL
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
P
public static final java.lang.String P
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
PRE
public static final java.lang.String PRE
Deprecated.name of a tag- See Also:
- Constant Field Values
-
S
public static final java.lang.String S
Deprecated.name of a tag- See Also:
- Constant Field Values
-
SPAN
public static final java.lang.String SPAN
Deprecated.name of a tag- See Also:
- Constant Field Values
-
STRIKE
public static final java.lang.String STRIKE
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
STRONG
public static final java.lang.String STRONG
Deprecated.name of a tag- See Also:
- Constant Field Values
-
SUB
public static final java.lang.String SUB
Deprecated.name of a tag- See Also:
- Constant Field Values
-
SUP
public static final java.lang.String SUP
Deprecated.name of a tag- See Also:
- Constant Field Values
-
TABLE
public static final java.lang.String TABLE
Deprecated.name of a tag- See Also:
- Constant Field Values
-
TD
public static final java.lang.String TD
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
TH
public static final java.lang.String TH
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
TR
public static final java.lang.String TR
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
U
public static final java.lang.String U
Deprecated.name of a tag- See Also:
- Constant Field Values
-
UL
public static final java.lang.String UL
Deprecated.name of a tag.- Since:
- 5.0.6 (reorganized all constants)
- See Also:
- Constant Field Values
-
ALIGN
public static final java.lang.String ALIGN
Deprecated.name of an attribute- See Also:
- Constant Field Values
-
BGCOLOR
public static final java.lang.String BGCOLOR
Deprecated.name of an attribute- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
BORDER
public static final java.lang.String BORDER
Deprecated.name of an attribute- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
CELLPADDING
public static final java.lang.String CELLPADDING
Deprecated.name of an attribute- See Also:
- Constant Field Values
-
COLSPAN
public static final java.lang.String COLSPAN
Deprecated.name of an attribute- See Also:
- Constant Field Values
-
EXTRAPARASPACE
public static final java.lang.String EXTRAPARASPACE
Deprecated.name of an attribute- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
ENCODING
public static final java.lang.String ENCODING
Deprecated.name of an attribute- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
FACE
public static final java.lang.String FACE
Deprecated.name of an attribute- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
HEIGHT
public static final java.lang.String HEIGHT
Deprecated.Name of an attribute.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
HREF
public static final java.lang.String HREF
Deprecated.Name of an attribute.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
HYPHENATION
public static final java.lang.String HYPHENATION
Deprecated.Name of an attribute.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
IMAGEPATH
public static final java.lang.String IMAGEPATH
Deprecated.Name of an attribute.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
INDENT
public static final java.lang.String INDENT
Deprecated.Name of an attribute.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
LEADING
public static final java.lang.String LEADING
Deprecated.Name of an attribute.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
ROWSPAN
public static final java.lang.String ROWSPAN
Deprecated.name of an attribute- See Also:
- Constant Field Values
-
SIZE
public static final java.lang.String SIZE
Deprecated.name of an attribute- See Also:
- Constant Field Values
-
SRC
public static final java.lang.String SRC
Deprecated.Name of an attribute.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
VALIGN
public static final java.lang.String VALIGN
Deprecated.Name of an attribute.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
WIDTH
public static final java.lang.String WIDTH
Deprecated.name of an attribute- See Also:
- Constant Field Values
-
ALIGN_LEFT
public static final java.lang.String ALIGN_LEFT
Deprecated.the possible value of an alignment attribute- See Also:
- Constant Field Values
-
ALIGN_CENTER
public static final java.lang.String ALIGN_CENTER
Deprecated.the possible value of an alignment attribute- See Also:
- Constant Field Values
-
ALIGN_RIGHT
public static final java.lang.String ALIGN_RIGHT
Deprecated.the possible value of an alignment attribute- See Also:
- Constant Field Values
-
ALIGN_JUSTIFY
public static final java.lang.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 java.lang.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 java.lang.String ALIGN_TOP
Deprecated.the possible value of an alignment attribute- See Also:
- Constant Field Values
-
ALIGN_MIDDLE
public static final java.lang.String ALIGN_MIDDLE
Deprecated.the possible value of an alignment attribute- See Also:
- Constant Field Values
-
ALIGN_BOTTOM
public static final java.lang.String ALIGN_BOTTOM
Deprecated.the possible value of an alignment attribute- See Also:
- Constant Field Values
-
ALIGN_BASELINE
public static final java.lang.String ALIGN_BASELINE
Deprecated.the possible value of an alignment attribute- See Also:
- Constant Field Values
-
STYLE
public static final java.lang.String STYLE
Deprecated.This is used for inline css style information- See Also:
- Constant Field Values
-
CLASS
public static final java.lang.String CLASS
Deprecated.Attribute for specifying externally defined CSS class.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
COLOR
public static final java.lang.String COLOR
Deprecated.the CSS tag for text color- See Also:
- Constant Field Values
-
FONTFAMILY
public static final java.lang.String FONTFAMILY
Deprecated.The CSS tag for the font size.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
FONTSIZE
public static final java.lang.String FONTSIZE
Deprecated.The CSS tag for the font size.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
FONTSTYLE
public static final java.lang.String FONTSTYLE
Deprecated.The CSS tag for the font size.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
FONTWEIGHT
public static final java.lang.String FONTWEIGHT
Deprecated.The CSS tag for the font size.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
LINEHEIGHT
public static final java.lang.String LINEHEIGHT
Deprecated.The CSS tag for the font size.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
PADDINGLEFT
public static final java.lang.String PADDINGLEFT
Deprecated.The CSS tag for the font size.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
TEXTALIGN
public static final java.lang.String TEXTALIGN
Deprecated.The CSS tag for the font size.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
TEXTDECORATION
public static final java.lang.String TEXTDECORATION
Deprecated.The CSS tag for the font size.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
VERTICALALIGN
public static final java.lang.String VERTICALALIGN
Deprecated.the CSS tag for text decorations- See Also:
- Constant Field Values
-
BOLD
public static final java.lang.String BOLD
Deprecated.a CSS value for text decoration- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
ITALIC
public static final java.lang.String ITALIC
Deprecated.a CSS value for text decoration- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
LINETHROUGH
public static final java.lang.String LINETHROUGH
Deprecated.a CSS value for text decoration- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
NORMAL
public static final java.lang.String NORMAL
Deprecated.a CSS value for text decoration- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
OBLIQUE
public static final java.lang.String OBLIQUE
Deprecated.a CSS value for text decoration- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
UNDERLINE
public static final java.lang.String UNDERLINE
Deprecated.a CSS value for text decoration- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
AFTER
public static final java.lang.String AFTER
Deprecated.A possible attribute.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
BEFORE
public static final java.lang.String BEFORE
Deprecated.A possible attribute.- Since:
- 5.0.6
- See Also:
- Constant Field Values
-
-