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 String | ALIGN attribute of paragraph/image/table tag |
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 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 | ALT attribute of the image tag |
static String | ANCHOR the anchor tag |
static String | AUTHOR attribute of the root tag |
static String | B some phrase tag |
static String | BACKGROUNDCOLOR attribute of the table/cell tag |
static String | BODY the body tag. |
static String | BORDERCOLOR attribute of the table/cell tag |
static String | BORDERWIDTH attribute of the table/cell tag |
static String | BOTTOM attribute of the table/cell tag |
static String | BOTTOMMARGIN This is a possible HTML attribute for the BODY tag. |
static String | CELL the cell tag |
static String | CELLPADDING attribute of the table tag |
static String | CELLSPACING attribute of the table tag |
static String | CHUNK the chunk tag |
static String | CODE the phrase tag |
static String | COLOR attribute of the chunk/table/cell tag |
static String | COLSPAN attribute of the cell tag |
static String | COLUMNS attribute of the table tag |
static String | CONTENT This is a possible HTML attribute for the HEAD tag. |
static String | DEFAULT the possible value of an alignment attribute |
static String | DIV The DIV tag. |
static String | EM some phrase tag |
static String | FONT attribute of the chunk tag |
static String[] | H attribute of anchor tag |
static String | HEAD the head tag |
static String | HEADERCELL attribute of the cell tag |
static String | HORIZONTALALIGN attribute of the cell tag |
static String | HORIZONTALRULE the possible value of a tag |
static String | HTML the root tag. |
static String | I some phrase tag |
static String | IMAGE the image tag |
static String | JAVASCRIPT This is a possible value for the LANGUAGE attribute. |
static String | JAVASCRIPT_ONLOAD This is a possible HTML attribute for the BODY tag |
static String | JAVASCRIPT_ONUNLOAD This is a possible HTML attribute for the BODY tag |
static String | KEYWORDS attribute of the root tag |
static String | LANGUAGE This is a possible HTML attribute for the SCRIPT tag. |
static String | LEFT attribute of chapter/section/paragraph/table/cell tag |
static String | LEFTMARGIN This is a possible HTML attribute for the BODY tag. |
static String | LINK The LINK tag. |
static String | LISTITEM the listitem tag |
static String | META the meta tag |
static String | NAME attribute of anchor tag |
static String | NEWLINE the newpage tag |
static String | NOWRAP attribute of the cell tag |
static String | ORDEREDLIST the list tag |
static String | PARAGRAPH the paragraph tag |
static String | PLAINHEIGHT attribute of the image tag |
static String | PLAINWIDTH attribute of the image tag |
static String | REFERENCE attribute of anchor tag |
static String | REL This is a possible HTML attribute for the LINK tag. |
static String | RIGHT attribute of chapter/section/paragraph/table/cell tag |
static String | RIGHTMARGIN This is a possible HTML attribute for the BODY tag. |
static String | ROW the cell tag |
static String | ROWSPAN attribute of the cell tag |
static String | S some phrase tag |
static String | SCRIPT the script tag. |
static String | SIZE attribute of the chunk tag |
static String | SPAN The SPAN tag. |
static String | STRONG some phrase tag |
static String | STYLE This is used for inline css style information |
static String | STYLESHEET This is a possible HTML attribute. |
static String | SUB some phrase tag |
static String | SUBJECT attribute of the root tag |
static String | SUP some phrase tag |
static String | TABLE the table tag |
static String | TEXT_CSS This is a possible HTML attribute for the LINK tag. |
static String | TITLE the title tag. |
static String | TOP attribute of the table/cell tag |
static String | TOPMARGIN This is a possible HTML attribute for the BODY tag. |
static String | TYPE This is a possible HTML attribute for the LINK tag. |
static String | U some phrase tag |
static String | UNORDEREDLIST the list tag |
static String | URL attribute of the image tag |
static String | VAR the phrase tag |
static String | VERTICALALIGN attribute of the cell tag |
static String | WIDTH attribute of the table/cell tag |
public static final String ALIGN
attribute of paragraph/image/table tag
public static final String ALIGN_BASELINE
the possible value of an alignment attribute
public static final String ALIGN_BOTTOM
the possible value of an alignment attribute
public static final String ALIGN_CENTER
the possible value of an alignment attribute
public static final String ALIGN_JUSTIFIED
the possible value of an alignment attribute
public static final String ALIGN_LEFT
the possible value of an alignment attribute
public static final String ALIGN_MIDDLE
the possible value of an alignment attribute
public static final String ALIGN_RIGHT
the possible value of an alignment attribute
public static final String ALIGN_TOP
the possible value of an alignment attribute
public static final String ALT
attribute of the image tag
public static final String ANCHOR
the anchor tag
public static final String AUTHOR
attribute of the root tag
public static final String B
some phrase tag
public static final String BACKGROUNDCOLOR
attribute of the table/cell tag
public static final String BODY
the body tag.
public static final String BORDERCOLOR
attribute of the table/cell tag
public static final String BORDERWIDTH
attribute of the table/cell tag
public static final String BOTTOM
attribute of the table/cell tag
public static final String BOTTOMMARGIN
This is a possible HTML attribute for the BODY tag.
public static final String CELL
the cell tag
public static final String CELLPADDING
attribute of the table tag
public static final String CELLSPACING
attribute of the table tag
public static final String CHUNK
the chunk tag
public static final String CODE
the phrase tag
public static final String COLOR
attribute of the chunk/table/cell tag
public static final String COLSPAN
attribute of the cell tag
public static final String COLUMNS
attribute of the table tag
public static final String CONTENT
This is a possible HTML attribute for the HEAD tag.
public static final String DEFAULT
the possible value of an alignment attribute
public static final String DIV
The DIV tag.
public static final String EM
some phrase tag
public static final String FONT
attribute of the chunk tag
public static final String[] H
attribute of anchor tag
public static final String HEAD
the head tag
public static final String HEADERCELL
attribute of the cell tag
public static final String HORIZONTALALIGN
attribute of the cell tag
public static final String HORIZONTALRULE
the possible value of a tag
public static final String HTML
the root tag.
public static final String I
some phrase tag
public static final String IMAGE
the image tag
public static final String JAVASCRIPT
This is a possible value for the LANGUAGE attribute.
public static final String JAVASCRIPT_ONLOAD
This is a possible HTML attribute for the BODY tag
public static final String JAVASCRIPT_ONUNLOAD
This is a possible HTML attribute for the BODY tag
public static final String KEYWORDS
attribute of the root tag
public static final String LANGUAGE
This is a possible HTML attribute for the SCRIPT tag.
public static final String LEFT
attribute of chapter/section/paragraph/table/cell tag
public static final String LEFTMARGIN
This is a possible HTML attribute for the BODY tag.
public static final String LINK
The LINK tag.
public static final String LISTITEM
the listitem tag
public static final String META
the meta tag
public static final String NAME
attribute of anchor tag
public static final String NEWLINE
the newpage tag
public static final String NOWRAP
attribute of the cell tag
public static final String ORDEREDLIST
the list tag
public static final String PARAGRAPH
the paragraph tag
public static final String PLAINHEIGHT
attribute of the image tag
public static final String PLAINWIDTH
attribute of the image tag
public static final String REFERENCE
attribute of anchor tag
public static final String REL
This is a possible HTML attribute for the LINK tag.
public static final String RIGHT
attribute of chapter/section/paragraph/table/cell tag
public static final String RIGHTMARGIN
This is a possible HTML attribute for the BODY tag.
public static final String ROW
the cell tag
public static final String ROWSPAN
attribute of the cell tag
public static final String S
some phrase tag
public static final String SCRIPT
the script tag.
public static final String SIZE
attribute of the chunk tag
public static final String SPAN
The SPAN tag.
public static final String STRONG
some phrase tag
public static final String STYLE
This is used for inline css style information
public static final String STYLESHEET
This is a possible HTML attribute.
public static final String SUB
some phrase tag
public static final String SUBJECT
attribute of the root tag
public static final String SUP
some phrase tag
public static final String TABLE
the table tag
public static final String TEXT_CSS
This is a possible HTML attribute for the LINK tag.
public static final String TITLE
the title tag.
public static final String TOP
attribute of the table/cell tag
public static final String TOPMARGIN
This is a possible HTML attribute for the BODY tag.
public static final String TYPE
This is a possible HTML attribute for the LINK tag.
public static final String U
some phrase tag
public static final String UNORDEREDLIST
the list tag
public static final String URL
attribute of the image tag
public static final String VAR
the phrase tag
public static final String VERTICALALIGN
attribute of the cell tag
public static final String WIDTH
attribute of the table/cell tag