com.itextpdf.text.html
Class HtmlTags

java.lang.Object
  extended by com.itextpdf.text.html.HtmlTags

public class HtmlTags
extends java.lang.Object

Static final values of supported HTML tags and attributes.

Since:
5.0.6

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

Since:
5.0.6 (reorganized all constants)
See Also:
Constant Field Values

B

public static final java.lang.String B
name of a tag

See Also:
Constant Field Values

BODY

public static final java.lang.String BODY
name of a tag

See Also:
Constant Field Values

BLOCKQUOTE

public static final java.lang.String BLOCKQUOTE
name of a tag.

Since:
5.0.6 (reorganized all constants)
See Also:
Constant Field Values

BR

public static final java.lang.String BR
name of a tag.

Since:
5.0.6 (reorganized all constants)
See Also:
Constant Field Values

DIV

public static final java.lang.String DIV
name of a tag

See Also:
Constant Field Values

EM

public static final java.lang.String EM
name of a tag

See Also:
Constant Field Values

FONT

public static final java.lang.String FONT
name of a tag

See Also:
Constant Field Values

H1

public static final java.lang.String H1
name of a tag.

Since:
5.0.6 (reorganized all constants)
See Also:
Constant Field Values

H2

public static final java.lang.String H2
name of a tag.

Since:
5.0.6 (reorganized all constants)
See Also:
Constant Field Values

H3

public static final java.lang.String H3
name of a tag.

Since:
5.0.6 (reorganized all constants)
See Also:
Constant Field Values

H4

public static final java.lang.String H4
name of a tag.

Since:
5.0.6 (reorganized all constants)
See Also:
Constant Field Values

H5

public static final java.lang.String H5
name of a tag.

Since:
5.0.6 (reorganized all constants)
See Also:
Constant Field Values

H6

public static final java.lang.String H6
name of a tag.

Since:
5.0.6 (reorganized all constants)
See Also:
Constant Field Values

HR

public static final java.lang.String HR
name of a tag.

Since:
5.0.6 (reorganized all constants)
See Also:
Constant Field Values

I

public static final java.lang.String I
name of a tag

See Also:
Constant Field Values

IMG

public static final java.lang.String IMG
name of a tag.

Since:
5.0.6 (reorganized all constants)
See Also:
Constant Field Values

LI

public static final java.lang.String LI
name of a tag.

Since:
5.0.6 (reorganized all constants)
See Also:
Constant Field Values

OL

public static final java.lang.String OL
name of a tag.

Since:
5.0.6 (reorganized all constants)
See Also:
Constant Field Values

P

public static final java.lang.String P
name of a tag.

Since:
5.0.6 (reorganized all constants)
See Also:
Constant Field Values

PRE

public static final java.lang.String PRE
name of a tag

See Also:
Constant Field Values

S

public static final java.lang.String S
name of a tag

See Also:
Constant Field Values

SPAN

public static final java.lang.String SPAN
name of a tag

See Also:
Constant Field Values

STRIKE

public static final java.lang.String STRIKE
name of a tag.

Since:
5.0.6 (reorganized all constants)
See Also:
Constant Field Values

STRONG

public static final java.lang.String STRONG
name of a tag

See Also:
Constant Field Values

SUB

public static final java.lang.String SUB
name of a tag

See Also:
Constant Field Values

SUP

public static final java.lang.String SUP
name of a tag

See Also:
Constant Field Values

TABLE

public static final java.lang.String TABLE
name of a tag

See Also:
Constant Field Values

TD

public static final java.lang.String TD
name of a tag.

Since:
5.0.6 (reorganized all constants)
See Also:
Constant Field Values

TH

public static final java.lang.String TH
name of a tag.

Since:
5.0.6 (reorganized all constants)
See Also:
Constant Field Values

TR

public static final java.lang.String TR
name of a tag.

Since:
5.0.6 (reorganized all constants)
See Also:
Constant Field Values

U

public static final java.lang.String U
name of a tag

See Also:
Constant Field Values

UL

public static final java.lang.String UL
name of a tag.

Since:
5.0.6 (reorganized all constants)
See Also:
Constant Field Values

ALIGN

public static final java.lang.String ALIGN
name of an attribute

See Also:
Constant Field Values

BGCOLOR

public static final java.lang.String BGCOLOR
name of an attribute

Since:
5.0.6
See Also:
Constant Field Values

BORDER

public static final java.lang.String BORDER
name of an attribute

Since:
5.0.6
See Also:
Constant Field Values

CELLPADDING

public static final java.lang.String CELLPADDING
name of an attribute

See Also:
Constant Field Values

COLSPAN

public static final java.lang.String COLSPAN
name of an attribute

See Also:
Constant Field Values

EXTRAPARASPACE

public static final java.lang.String EXTRAPARASPACE
name of an attribute

Since:
5.0.6
See Also:
Constant Field Values

ENCODING

public static final java.lang.String ENCODING
name of an attribute

Since:
5.0.6
See Also:
Constant Field Values

FACE

public static final java.lang.String FACE
name of an attribute

Since:
5.0.6
See Also:
Constant Field Values

HEIGHT

public static final java.lang.String HEIGHT
Name of an attribute.

Since:
5.0.6
See Also:
Constant Field Values

HREF

public static final java.lang.String HREF
Name of an attribute.

Since:
5.0.6
See Also:
Constant Field Values

HYPHENATION

public static final java.lang.String HYPHENATION
Name of an attribute.

Since:
5.0.6
See Also:
Constant Field Values

IMAGEPATH

public static final java.lang.String IMAGEPATH
Name of an attribute.

Since:
5.0.6
See Also:
Constant Field Values

INDENT

public static final java.lang.String INDENT
Name of an attribute.

Since:
5.0.6
See Also:
Constant Field Values

LEADING

public static final java.lang.String LEADING
Name of an attribute.

Since:
5.0.6
See Also:
Constant Field Values

ROWSPAN

public static final java.lang.String ROWSPAN
name of an attribute

See Also:
Constant Field Values

SIZE

public static final java.lang.String SIZE
name of an attribute

See Also:
Constant Field Values

SRC

public static final java.lang.String SRC
Name of an attribute.

Since:
5.0.6
See Also:
Constant Field Values

VALIGN

public static final java.lang.String VALIGN
Name of an attribute.

Since:
5.0.6
See Also:
Constant Field Values

WIDTH

public static final java.lang.String WIDTH
name of an attribute

See Also:
Constant Field Values

ALIGN_LEFT

public static final java.lang.String ALIGN_LEFT
the possible value of an alignment attribute

See Also:
Constant Field Values

ALIGN_CENTER

public static final java.lang.String ALIGN_CENTER
the possible value of an alignment attribute

See Also:
Constant Field Values

ALIGN_RIGHT

public static final java.lang.String ALIGN_RIGHT
the possible value of an alignment attribute

See Also:
Constant Field Values

ALIGN_JUSTIFY

public static final java.lang.String ALIGN_JUSTIFY
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
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
the possible value of an alignment attribute

See Also:
Constant Field Values

ALIGN_MIDDLE

public static final java.lang.String ALIGN_MIDDLE
the possible value of an alignment attribute

See Also:
Constant Field Values

ALIGN_BOTTOM

public static final java.lang.String ALIGN_BOTTOM
the possible value of an alignment attribute

See Also:
Constant Field Values

ALIGN_BASELINE

public static final java.lang.String ALIGN_BASELINE
the possible value of an alignment attribute

See Also:
Constant Field Values

STYLE

public static final java.lang.String STYLE
This is used for inline css style information

See Also:
Constant Field Values

CLASS

public static final java.lang.String CLASS
Attribute for specifying externally defined CSS class.

Since:
5.0.6
See Also:
Constant Field Values

COLOR

public static final java.lang.String COLOR
the CSS tag for text color

See Also:
Constant Field Values

FONTFAMILY

public static final java.lang.String FONTFAMILY
The CSS tag for the font size.

Since:
5.0.6
See Also:
Constant Field Values

FONTSIZE

public static final java.lang.String FONTSIZE
The CSS tag for the font size.

Since:
5.0.6
See Also:
Constant Field Values

FONTSTYLE

public static final java.lang.String FONTSTYLE
The CSS tag for the font size.

Since:
5.0.6
See Also:
Constant Field Values

FONTWEIGHT

public static final java.lang.String FONTWEIGHT
The CSS tag for the font size.

Since:
5.0.6
See Also:
Constant Field Values

LINEHEIGHT

public static final java.lang.String LINEHEIGHT
The CSS tag for the font size.

Since:
5.0.6
See Also:
Constant Field Values

PADDINGLEFT

public static final java.lang.String PADDINGLEFT
The CSS tag for the font size.

Since:
5.0.6
See Also:
Constant Field Values

TEXTALIGN

public static final java.lang.String TEXTALIGN
The CSS tag for the font size.

Since:
5.0.6
See Also:
Constant Field Values

TEXTDECORATION

public static final java.lang.String TEXTDECORATION
The CSS tag for the font size.

Since:
5.0.6
See Also:
Constant Field Values

VERTICALALIGN

public static final java.lang.String VERTICALALIGN
the CSS tag for text decorations

See Also:
Constant Field Values

BOLD

public static final java.lang.String BOLD
a CSS value for text decoration

Since:
5.0.6
See Also:
Constant Field Values

ITALIC

public static final java.lang.String ITALIC
a CSS value for text decoration

Since:
5.0.6
See Also:
Constant Field Values

LINETHROUGH

public static final java.lang.String LINETHROUGH
a CSS value for text decoration

Since:
5.0.6
See Also:
Constant Field Values

NORMAL

public static final java.lang.String NORMAL
a CSS value for text decoration

Since:
5.0.6
See Also:
Constant Field Values

OBLIQUE

public static final java.lang.String OBLIQUE
a CSS value for text decoration

Since:
5.0.6
See Also:
Constant Field Values

UNDERLINE

public static final java.lang.String UNDERLINE
a CSS value for text decoration

Since:
5.0.6
See Also:
Constant Field Values

AFTER

public static final java.lang.String AFTER
A possible attribute.

Since:
5.0.6
See Also:
Constant Field Values

BEFORE

public static final java.lang.String BEFORE
A possible attribute.

Since:
5.0.6
See Also:
Constant Field Values
Constructor Detail

HtmlTags

public HtmlTags()


Copyright © 2013. All Rights Reserved.