Class HtmlTags


  • @Deprecated
    public class HtmlTags
    extends java.lang.Object
    Deprecated.
    since 5.5.2
    Static final values of supported HTML tags and attributes.
    Since:
    5.0.6
    • Field Summary

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

      Constructors 
      Constructor Description
      HtmlTags()
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
      • 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
      • 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
      • 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
      • 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
      • 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
    • Constructor Detail

      • HtmlTags

        public HtmlTags()
        Deprecated.