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