com.lowagie.text.html

Class HtmlTags

public class HtmlTags extends Object

A class that contains all the possible tagnames and their attributes.
Field Summary
static StringALIGN
attribute of paragraph/image/table tag
static StringALIGN_BASELINE
the possible value of an alignment attribute
static StringALIGN_BOTTOM
the possible value of an alignment attribute
static StringALIGN_CENTER
the possible value of an alignment attribute
static StringALIGN_JUSTIFIED
the possible value of an alignment attribute
static StringALIGN_LEFT
the possible value of an alignment attribute
static StringALIGN_MIDDLE
the possible value of an alignment attribute
static StringALIGN_RIGHT
the possible value of an alignment attribute
static StringALIGN_TOP
the possible value of an alignment attribute
static StringALT
attribute of the image tag
static StringANCHOR
the anchor tag
static StringAUTHOR
attribute of the root tag
static StringB
some phrase tag
static StringBACKGROUNDCOLOR
attribute of the table/cell tag
static StringBODY
the body tag.
static StringBORDERCOLOR
attribute of the table/cell tag
static StringBORDERWIDTH
attribute of the table/cell tag
static StringBOTTOM
attribute of the table/cell tag
static StringBOTTOMMARGIN
This is a possible HTML attribute for the BODY tag.
static StringCELL
the cell tag
static StringCELLPADDING
attribute of the table tag
static StringCELLSPACING
attribute of the table tag
static StringCHUNK
the chunk tag
static StringCODE
the phrase tag
static StringCOLOR
attribute of the chunk/table/cell tag
static StringCOLSPAN
attribute of the cell tag
static StringCOLUMNS
attribute of the table tag
static StringCONTENT
This is a possible HTML attribute for the HEAD tag.
static StringDEFAULT
the possible value of an alignment attribute
static StringDIV
The DIV tag.
static StringEM
some phrase tag
static StringFONT
attribute of the chunk tag
static String[]H
attribute of anchor tag
static StringHEAD
the head tag
static StringHEADERCELL
attribute of the cell tag
static StringHORIZONTALALIGN
attribute of the cell tag
static StringHORIZONTALRULE
the possible value of a tag
static StringHTML
the root tag.
static StringI
some phrase tag
static StringIMAGE
the image tag
static StringJAVASCRIPT
This is a possible value for the LANGUAGE attribute.
static StringJAVASCRIPT_ONLOAD
This is a possible HTML attribute for the BODY tag
static StringJAVASCRIPT_ONUNLOAD
This is a possible HTML attribute for the BODY tag
static StringKEYWORDS
attribute of the root tag
static StringLANGUAGE
This is a possible HTML attribute for the SCRIPT tag.
static StringLEFT
attribute of chapter/section/paragraph/table/cell tag
static StringLEFTMARGIN
This is a possible HTML attribute for the BODY tag.
static StringLINK
The LINK tag.
static StringLISTITEM
the listitem tag
static StringMETA
the meta tag
static StringNAME
attribute of anchor tag
static StringNEWLINE
the newpage tag
static StringNOWRAP
attribute of the cell tag
static StringORDEREDLIST
the list tag
static StringPARAGRAPH
the paragraph tag
static StringPLAINHEIGHT
attribute of the image tag
static StringPLAINWIDTH
attribute of the image tag
static StringREFERENCE
attribute of anchor tag
static StringREL
This is a possible HTML attribute for the LINK tag.
static StringRIGHT
attribute of chapter/section/paragraph/table/cell tag
static StringRIGHTMARGIN
This is a possible HTML attribute for the BODY tag.
static StringROW
the cell tag
static StringROWSPAN
attribute of the cell tag
static StringS
some phrase tag
static StringSCRIPT
the script tag.
static StringSIZE
attribute of the chunk tag
static StringSPAN
The SPAN tag.
static StringSTRONG
some phrase tag
static StringSTYLE
This is used for inline css style information
static StringSTYLESHEET
This is a possible HTML attribute.
static StringSUB
some phrase tag
static StringSUBJECT
attribute of the root tag
static StringSUP
some phrase tag
static StringTABLE
the table tag
static StringTEXT_CSS
This is a possible HTML attribute for the LINK tag.
static StringTITLE
the title tag.
static StringTOP
attribute of the table/cell tag
static StringTOPMARGIN
This is a possible HTML attribute for the BODY tag.
static StringTYPE
This is a possible HTML attribute for the LINK tag.
static StringU
some phrase tag
static StringUNORDEREDLIST
the list tag
static StringURL
attribute of the image tag
static StringVAR
the phrase tag
static StringVERTICALALIGN
attribute of the cell tag
static StringWIDTH
attribute of the table/cell tag

Field Detail

ALIGN

public static final String ALIGN
attribute of paragraph/image/table tag

ALIGN_BASELINE

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

ALIGN_BOTTOM

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

ALIGN_CENTER

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

ALIGN_JUSTIFIED

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

ALIGN_LEFT

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

ALIGN_MIDDLE

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

ALIGN_RIGHT

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

ALIGN_TOP

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

ALT

public static final String ALT
attribute of the image tag

ANCHOR

public static final String ANCHOR
the anchor tag

AUTHOR

public static final String AUTHOR
attribute of the root tag

B

public static final String B
some phrase tag

BACKGROUNDCOLOR

public static final String BACKGROUNDCOLOR
attribute of the table/cell tag

BODY

public static final String BODY
the body tag.

BORDERCOLOR

public static final String BORDERCOLOR
attribute of the table/cell tag

BORDERWIDTH

public static final String BORDERWIDTH
attribute of the table/cell tag

BOTTOM

public static final String BOTTOM
attribute of the table/cell tag

BOTTOMMARGIN

public static final String BOTTOMMARGIN
This is a possible HTML attribute for the BODY tag.

CELL

public static final String CELL
the cell tag

CELLPADDING

public static final String CELLPADDING
attribute of the table tag

CELLSPACING

public static final String CELLSPACING
attribute of the table tag

CHUNK

public static final String CHUNK
the chunk tag

CODE

public static final String CODE
the phrase tag

COLOR

public static final String COLOR
attribute of the chunk/table/cell tag

COLSPAN

public static final String COLSPAN
attribute of the cell tag

COLUMNS

public static final String COLUMNS
attribute of the table tag

CONTENT

public static final String CONTENT
This is a possible HTML attribute for the HEAD tag.

DEFAULT

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

DIV

public static final String DIV
The DIV tag.

EM

public static final String EM
some phrase tag

FONT

public static final String FONT
attribute of the chunk tag

H

public static final String[] H
attribute of anchor tag

HEAD

public static final String HEAD
the head tag

HEADERCELL

public static final String HEADERCELL
attribute of the cell tag

HORIZONTALALIGN

public static final String HORIZONTALALIGN
attribute of the cell tag

HORIZONTALRULE

public static final String HORIZONTALRULE
the possible value of a tag

HTML

public static final String HTML
the root tag.

I

public static final String I
some phrase tag

IMAGE

public static final String IMAGE
the image tag

JAVASCRIPT

public static final String JAVASCRIPT
This is a possible value for the LANGUAGE attribute.

JAVASCRIPT_ONLOAD

public static final String JAVASCRIPT_ONLOAD
This is a possible HTML attribute for the BODY tag

JAVASCRIPT_ONUNLOAD

public static final String JAVASCRIPT_ONUNLOAD
This is a possible HTML attribute for the BODY tag

KEYWORDS

public static final String KEYWORDS
attribute of the root tag

LANGUAGE

public static final String LANGUAGE
This is a possible HTML attribute for the SCRIPT tag.

LEFT

public static final String LEFT
attribute of chapter/section/paragraph/table/cell tag

LEFTMARGIN

public static final String LEFTMARGIN
This is a possible HTML attribute for the BODY tag.

LINK

public static final String LINK
The LINK tag.

LISTITEM

public static final String LISTITEM
the listitem tag

META

public static final String META
the meta tag

NAME

public static final String NAME
attribute of anchor tag

NEWLINE

public static final String NEWLINE
the newpage tag

NOWRAP

public static final String NOWRAP
attribute of the cell tag

ORDEREDLIST

public static final String ORDEREDLIST
the list tag

PARAGRAPH

public static final String PARAGRAPH
the paragraph tag

PLAINHEIGHT

public static final String PLAINHEIGHT
attribute of the image tag

PLAINWIDTH

public static final String PLAINWIDTH
attribute of the image tag

REFERENCE

public static final String REFERENCE
attribute of anchor tag

REL

public static final String REL
This is a possible HTML attribute for the LINK tag.

RIGHT

public static final String RIGHT
attribute of chapter/section/paragraph/table/cell tag

RIGHTMARGIN

public static final String RIGHTMARGIN
This is a possible HTML attribute for the BODY tag.

ROW

public static final String ROW
the cell tag

ROWSPAN

public static final String ROWSPAN
attribute of the cell tag

S

public static final String S
some phrase tag

SCRIPT

public static final String SCRIPT
the script tag.

SIZE

public static final String SIZE
attribute of the chunk tag

SPAN

public static final String SPAN
The SPAN tag.

STRONG

public static final String STRONG
some phrase tag

STYLE

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

STYLESHEET

public static final String STYLESHEET
This is a possible HTML attribute.

SUB

public static final String SUB
some phrase tag

SUBJECT

public static final String SUBJECT
attribute of the root tag

SUP

public static final String SUP
some phrase tag

TABLE

public static final String TABLE
the table tag

TEXT_CSS

public static final String TEXT_CSS
This is a possible HTML attribute for the LINK tag.

TITLE

public static final String TITLE
the title tag.

TOP

public static final String TOP
attribute of the table/cell tag

TOPMARGIN

public static final String TOPMARGIN
This is a possible HTML attribute for the BODY tag.

TYPE

public static final String TYPE
This is a possible HTML attribute for the LINK tag.

U

public static final String U
some phrase tag

UNORDEREDLIST

public static final String UNORDEREDLIST
the list tag

URL

public static final String URL
attribute of the image tag

VAR

public static final String VAR
the phrase tag

VERTICALALIGN

public static final String VERTICALALIGN
attribute of the cell tag

WIDTH

public static final String WIDTH
attribute of the table/cell tag