com.itextpdf.text.html
Class HtmlTags

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

public class HtmlTags
extends Object

Static final values of supported HTML tags and attributes.

Since:
5.0.6

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

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

B

public static final String B
name of a tag

See Also:
Constant Field Values

BODY

public static final String BODY
name of a tag

See Also:
Constant Field Values

BLOCKQUOTE

public static final String BLOCKQUOTE
name of a tag.

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

BR

public static final String BR
name of a tag.

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

DIV

public static final String DIV
name of a tag

See Also:
Constant Field Values

EM

public static final String EM
name of a tag

See Also:
Constant Field Values

FONT

public static final String FONT
name of a tag

See Also:
Constant Field Values

H1

public static final String H1
name of a tag.

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

H2

public static final String H2
name of a tag.

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

H3

public static final String H3
name of a tag.

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

H4

public static final String H4
name of a tag.

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

H5

public static final String H5
name of a tag.

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

H6

public static final String H6
name of a tag.

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

HR

public static final String HR
name of a tag.

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

I

public static final String I
name of a tag

See Also:
Constant Field Values

IMG

public static final String IMG
name of a tag.

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

LI

public static final String LI
name of a tag.

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

OL

public static final String OL
name of a tag.

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

P

public static final String P
name of a tag.

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

PRE

public static final String PRE
name of a tag

See Also:
Constant Field Values

S

public static final String S
name of a tag

See Also:
Constant Field Values

SPAN

public static final String SPAN
name of a tag

See Also:
Constant Field Values

STRIKE

public static final String STRIKE
name of a tag.

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

STRONG

public static final String STRONG
name of a tag

See Also:
Constant Field Values

SUB

public static final String SUB
name of a tag

See Also:
Constant Field Values

SUP

public static final String SUP
name of a tag

See Also:
Constant Field Values

TABLE

public static final String TABLE
name of a tag

See Also:
Constant Field Values

TD

public static final String TD
name of a tag.

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

TH

public static final String TH
name of a tag.

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

TR

public static final String TR
name of a tag.

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

U

public static final String U
name of a tag

See Also:
Constant Field Values

UL

public static final String UL
name of a tag.

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

ALIGN

public static final String ALIGN
name of an attribute

See Also:
Constant Field Values

BGCOLOR

public static final String BGCOLOR
name of an attribute

Since:
5.0.6
See Also:
Constant Field Values

BORDER

public static final String BORDER
name of an attribute

Since:
5.0.6
See Also:
Constant Field Values

CELLPADDING

public static final String CELLPADDING
name of an attribute

See Also:
Constant Field Values

COLSPAN

public static final String COLSPAN
name of an attribute

See Also:
Constant Field Values

EXTRAPARASPACE

public static final String EXTRAPARASPACE
name of an attribute

Since:
5.0.6
See Also:
Constant Field Values

ENCODING

public static final String ENCODING
name of an attribute

Since:
5.0.6
See Also:
Constant Field Values

FACE

public static final String FACE
name of an attribute

Since:
5.0.6
See Also:
Constant Field Values

HEIGHT

public static final String HEIGHT
Name of an attribute.

Since:
5.0.6
See Also:
Constant Field Values

HREF

public static final String HREF
Name of an attribute.

Since:
5.0.6
See Also:
Constant Field Values

HYPHENATION

public static final String HYPHENATION
Name of an attribute.

Since:
5.0.6
See Also:
Constant Field Values

IMAGEPATH

public static final String IMAGEPATH
Name of an attribute.

Since:
5.0.6
See Also:
Constant Field Values

INDENT

public static final String INDENT
Name of an attribute.

Since:
5.0.6
See Also:
Constant Field Values

LEADING

public static final String LEADING
Name of an attribute.

Since:
5.0.6
See Also:
Constant Field Values

ROWSPAN

public static final String ROWSPAN
name of an attribute

See Also:
Constant Field Values

SIZE

public static final String SIZE
name of an attribute

See Also:
Constant Field Values

SRC

public static final String SRC
Name of an attribute.

Since:
5.0.6
See Also:
Constant Field Values

VALIGN

public static final String VALIGN
Name of an attribute.

Since:
5.0.6
See Also:
Constant Field Values

WIDTH

public static final String WIDTH
name of an attribute

See Also:
Constant Field Values

ALIGN_LEFT

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

See Also:
Constant Field Values

ALIGN_CENTER

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

See Also:
Constant Field Values

ALIGN_RIGHT

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

See Also:
Constant Field Values

ALIGN_JUSTIFY

public static final 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 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 String ALIGN_TOP
the possible value of an alignment attribute

See Also:
Constant Field Values

ALIGN_MIDDLE

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

See Also:
Constant Field Values

ALIGN_BOTTOM

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

See Also:
Constant Field Values

ALIGN_BASELINE

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

See Also:
Constant Field Values

STYLE

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

See Also:
Constant Field Values

CLASS

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

Since:
5.0.6
See Also:
Constant Field Values

COLOR

public static final String COLOR
the CSS tag for text color

See Also:
Constant Field Values

FONTFAMILY

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

Since:
5.0.6
See Also:
Constant Field Values

FONTSIZE

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

Since:
5.0.6
See Also:
Constant Field Values

FONTSTYLE

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

Since:
5.0.6
See Also:
Constant Field Values

FONTWEIGHT

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

Since:
5.0.6
See Also:
Constant Field Values

LINEHEIGHT

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

Since:
5.0.6
See Also:
Constant Field Values

PADDINGLEFT

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

Since:
5.0.6
See Also:
Constant Field Values

TEXTALIGN

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

Since:
5.0.6
See Also:
Constant Field Values

TEXTDECORATION

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

Since:
5.0.6
See Also:
Constant Field Values

VERTICALALIGN

public static final String VERTICALALIGN
the CSS tag for text decorations

See Also:
Constant Field Values

BOLD

public static final String BOLD
a CSS value for text decoration

Since:
5.0.6
See Also:
Constant Field Values

ITALIC

public static final String ITALIC
a CSS value for text decoration

Since:
5.0.6
See Also:
Constant Field Values

LINETHROUGH

public static final String LINETHROUGH
a CSS value for text decoration

Since:
5.0.6
See Also:
Constant Field Values

NORMAL

public static final String NORMAL
a CSS value for text decoration

Since:
5.0.6
See Also:
Constant Field Values

OBLIQUE

public static final String OBLIQUE
a CSS value for text decoration

Since:
5.0.6
See Also:
Constant Field Values

UNDERLINE

public static final String UNDERLINE
a CSS value for text decoration

Since:
5.0.6
See Also:
Constant Field Values

AFTER

public static final String AFTER
A possible attribute.

Since:
5.0.6
See Also:
Constant Field Values

BEFORE

public static final String BEFORE
A possible attribute.

Since:
5.0.6
See Also:
Constant Field Values
Constructor Detail

HtmlTags

public HtmlTags()


Copyright © 2013. All Rights Reserved.