Package com.aowagie.text.html
Class HtmlTags
- java.lang.Object
-
- com.aowagie.text.html.HtmlTags
-
public class HtmlTags extends java.lang.Object
A class that contains all the possible tagnames and their attributes.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static java.lang.String
ALIGN
attribute of paragraph/image/table tag(package private) static java.lang.String
ALT
attribute of the image tag(package private) static java.lang.String
ANCHOR
the anchor tag(package private) static java.lang.String
B
some phrase tag(package private) static java.lang.String
BACKGROUNDCOLOR
attribute of the table/cell tag(package private) static java.lang.String
BORDERCOLOR
attribute of the table/cell tag(package private) static java.lang.String
BORDERWIDTH
attribute of the table/cell tag(package private) static java.lang.String
CELL
the cell tag(package private) static java.lang.String
CELLPADDING
attribute of the table tag(package private) static java.lang.String
CELLSPACING
attribute of the table tag(package private) static java.lang.String
CHUNK
the chunk tag(package private) static java.lang.String
CODE
the phrase tag(package private) static java.lang.String
COLOR
attribute of the chunk/table/cell tag(package private) static java.lang.String
COLSPAN
attribute of the cell tag(package private) static java.lang.String
COLUMNS
attribute of the table tag(package private) static java.lang.String
DIV
The DIV tag.(package private) static java.lang.String
EM
some phrase tag(package private) static java.lang.String
FONT
attribute of the chunk tag(package private) static java.lang.String[]
H
attribute of anchor tag(package private) static java.lang.String
HEADERCELL
attribute of the cell tag(package private) static java.lang.String
HORIZONTALALIGN
attribute of the cell tag(package private) static java.lang.String
HORIZONTALRULE
the possible value of a tag(package private) static java.lang.String
HTML
the root tag.(package private) static java.lang.String
I
some phrase tag(package private) static java.lang.String
IMAGE
the image tag(package private) static java.lang.String
LISTITEM
the listitem tag(package private) static java.lang.String
NAME
attribute of anchor tag(package private) static java.lang.String
NEWLINE
the newpage tag(package private) static java.lang.String
NOWRAP
attribute of the cell tag(package private) static java.lang.String
ORDEREDLIST
the list tag(package private) static java.lang.String
PARAGRAPH
the paragraph tag(package private) static java.lang.String
PLAINHEIGHT
attribute of the image tag(package private) static java.lang.String
PLAINWIDTH
attribute of the image tagstatic java.lang.String
PRE
This is a possible HTML attribute for auto-formated(package private) static java.lang.String
REFERENCE
attribute of anchor tag(package private) static java.lang.String
ROW
the cell tag(package private) static java.lang.String
ROWSPAN
attribute of the cell tag(package private) static java.lang.String
S
some phrase tag(package private) static java.lang.String
SIZE
attribute of the chunk tag(package private) static java.lang.String
SPAN
The SPAN tag.(package private) static java.lang.String
STRONG
some phrase tag(package private) static java.lang.String
SUB
some phrase tag(package private) static java.lang.String
SUP
some phrase tag(package private) static java.lang.String
TABLE
the table tag(package private) static java.lang.String
U
some phrase tag(package private) static java.lang.String
UNORDEREDLIST
the list tag(package private) static java.lang.String
VAR
the phrase tag(package private) static java.lang.String
VERTICALALIGN
attribute of the cell tag(package private) static java.lang.String
WIDTH
attribute of the table/cell tag
-
Constructor Summary
Constructors Constructor Description HtmlTags()
-
-
-
Field Detail
-
HTML
static final java.lang.String HTML
the root tag.- See Also:
- Constant Field Values
-
CHUNK
static final java.lang.String CHUNK
the chunk tag- See Also:
- Constant Field Values
-
CODE
static final java.lang.String CODE
the phrase tag- See Also:
- Constant Field Values
-
VAR
static final java.lang.String VAR
the phrase tag- See Also:
- Constant Field Values
-
ANCHOR
static final java.lang.String ANCHOR
the anchor tag- See Also:
- Constant Field Values
-
ORDEREDLIST
static final java.lang.String ORDEREDLIST
the list tag- See Also:
- Constant Field Values
-
UNORDEREDLIST
static final java.lang.String UNORDEREDLIST
the list tag- See Also:
- Constant Field Values
-
LISTITEM
static final java.lang.String LISTITEM
the listitem tag- See Also:
- Constant Field Values
-
PARAGRAPH
static final java.lang.String PARAGRAPH
the paragraph tag- See Also:
- Constant Field Values
-
NAME
static final java.lang.String NAME
attribute of anchor tag- See Also:
- Constant Field Values
-
REFERENCE
static final java.lang.String REFERENCE
attribute of anchor tag- See Also:
- Constant Field Values
-
H
static final java.lang.String[] H
attribute of anchor tag
-
FONT
static final java.lang.String FONT
attribute of the chunk tag- See Also:
- Constant Field Values
-
SIZE
static final java.lang.String SIZE
attribute of the chunk tag- See Also:
- Constant Field Values
-
COLOR
static final java.lang.String COLOR
attribute of the chunk/table/cell tag- See Also:
- Constant Field Values
-
EM
static final java.lang.String EM
some phrase tag- See Also:
- Constant Field Values
-
I
static final java.lang.String I
some phrase tag- See Also:
- Constant Field Values
-
STRONG
static final java.lang.String STRONG
some phrase tag- See Also:
- Constant Field Values
-
B
static final java.lang.String B
some phrase tag- See Also:
- Constant Field Values
-
S
static final java.lang.String S
some phrase tag- See Also:
- Constant Field Values
-
U
static final java.lang.String U
some phrase tag- See Also:
- Constant Field Values
-
SUB
static final java.lang.String SUB
some phrase tag- See Also:
- Constant Field Values
-
SUP
static final java.lang.String SUP
some phrase tag- See Also:
- Constant Field Values
-
HORIZONTALRULE
static final java.lang.String HORIZONTALRULE
the possible value of a tag- See Also:
- Constant Field Values
-
TABLE
static final java.lang.String TABLE
the table tag- See Also:
- Constant Field Values
-
ROW
static final java.lang.String ROW
the cell tag- See Also:
- Constant Field Values
-
CELL
static final java.lang.String CELL
the cell tag- See Also:
- Constant Field Values
-
HEADERCELL
static final java.lang.String HEADERCELL
attribute of the cell tag- See Also:
- Constant Field Values
-
COLUMNS
static final java.lang.String COLUMNS
attribute of the table tag- See Also:
- Constant Field Values
-
CELLPADDING
static final java.lang.String CELLPADDING
attribute of the table tag- See Also:
- Constant Field Values
-
CELLSPACING
static final java.lang.String CELLSPACING
attribute of the table tag- See Also:
- Constant Field Values
-
COLSPAN
static final java.lang.String COLSPAN
attribute of the cell tag- See Also:
- Constant Field Values
-
ROWSPAN
static final java.lang.String ROWSPAN
attribute of the cell tag- See Also:
- Constant Field Values
-
NOWRAP
static final java.lang.String NOWRAP
attribute of the cell tag- See Also:
- Constant Field Values
-
BORDERWIDTH
static final java.lang.String BORDERWIDTH
attribute of the table/cell tag- See Also:
- Constant Field Values
-
WIDTH
static final java.lang.String WIDTH
attribute of the table/cell tag- See Also:
- Constant Field Values
-
BACKGROUNDCOLOR
static final java.lang.String BACKGROUNDCOLOR
attribute of the table/cell tag- See Also:
- Constant Field Values
-
BORDERCOLOR
static final java.lang.String BORDERCOLOR
attribute of the table/cell tag- See Also:
- Constant Field Values
-
ALIGN
static final java.lang.String ALIGN
attribute of paragraph/image/table tag- See Also:
- Constant Field Values
-
HORIZONTALALIGN
static final java.lang.String HORIZONTALALIGN
attribute of the cell tag- See Also:
- Constant Field Values
-
VERTICALALIGN
static final java.lang.String VERTICALALIGN
attribute of the cell tag- See Also:
- Constant Field Values
-
IMAGE
static final java.lang.String IMAGE
the image tag- See Also:
- Constant Field Values
-
ALT
static final java.lang.String ALT
attribute of the image tag- See Also:
- Constant Field Values
-
PLAINWIDTH
static final java.lang.String PLAINWIDTH
attribute of the image tag- See Also:
- Constant Field Values
-
PLAINHEIGHT
static final java.lang.String PLAINHEIGHT
attribute of the image tag- See Also:
- Constant Field Values
-
NEWLINE
static final java.lang.String NEWLINE
the newpage tag- See Also:
- Constant Field Values
-
DIV
static final java.lang.String DIV
The DIV tag.- See Also:
- Constant Field Values
-
SPAN
static final java.lang.String SPAN
The SPAN tag.- See Also:
- Constant Field Values
-
PRE
public static final java.lang.String PRE
This is a possible HTML attribute for auto-formated- Since:
- 2.1.3
- See Also:
- Constant Field Values
-
-