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 Stringattribute of paragraph/image/table tag(package private) static final Stringattribute of the image tag(package private) static final Stringthe anchor tag(package private) static final Stringsome phrase tag(package private) static final Stringattribute of the table/cell tag(package private) static final Stringattribute of the table/cell tag(package private) static final Stringattribute of the table/cell tag(package private) static final Stringthe cell tag(package private) static final Stringattribute of the table tag(package private) static final Stringattribute of the table tag(package private) static final Stringthe chunk tag(package private) static final Stringthe phrase tag(package private) static final Stringattribute of the chunk/table/cell tag(package private) static final Stringattribute of the cell tag(package private) static final Stringattribute of the table tag(package private) static final StringThe DIV tag.(package private) static final Stringsome phrase tag(package private) static final Stringattribute of the chunk tag(package private) static final String[]attribute of anchor tag(package private) static final Stringattribute of the cell tag(package private) static final Stringattribute of the cell tag(package private) static final Stringthe possible value of a tag(package private) static final Stringthe root tag.(package private) static final Stringsome phrase tag(package private) static final Stringthe image tag(package private) static final Stringthe listitem tag(package private) static final Stringattribute of anchor tag(package private) static final Stringthe newpage tag(package private) static final Stringattribute of the cell tag(package private) static final Stringthe list tag(package private) static final Stringthe paragraph tag(package private) static final Stringattribute of the image tag(package private) static final Stringattribute of the image tagstatic final StringThis is a possible HTML attribute for auto-formated(package private) static final Stringattribute of anchor tag(package private) static final Stringthe cell tag(package private) static final Stringattribute of the cell tag(package private) static final Stringsome phrase tag(package private) static final Stringattribute of the chunk tag(package private) static final StringThe SPAN tag.(package private) static final Stringsome phrase tag(package private) static final Stringsome phrase tag(package private) static final Stringsome phrase tag(package private) static final Stringthe table tag(package private) static final Stringsome phrase tag(package private) static final Stringthe list tag(package private) static final Stringthe phrase tag(package private) static final Stringattribute of the cell tag(package private) static final Stringattribute of the table/cell tag -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
HTML
-
CHUNK
-
CODE
-
VAR
-
ANCHOR
-
ORDEREDLIST
-
UNORDEREDLIST
-
LISTITEM
-
PARAGRAPH
-
NAME
-
REFERENCE
-
H
attribute of anchor tag -
FONT
-
SIZE
-
COLOR
-
EM
-
I
-
STRONG
-
B
-
S
-
U
-
SUB
-
SUP
-
HORIZONTALRULE
-
TABLE
-
ROW
-
CELL
-
HEADERCELL
-
COLUMNS
-
CELLPADDING
-
CELLSPACING
-
COLSPAN
-
ROWSPAN
-
NOWRAP
-
BORDERWIDTH
-
WIDTH
-
BACKGROUNDCOLOR
-
BORDERCOLOR
-
ALIGN
-
HORIZONTALALIGN
-
VERTICALALIGN
-
IMAGE
-
ALT
-
PLAINWIDTH
-
PLAINHEIGHT
-
NEWLINE
-
DIV
-
SPAN
-
PRE
This is a possible HTML attribute for auto-formated- Since:
- 2.1.3
- See Also:
-
-
Constructor Details
-
HtmlTags
public HtmlTags()
-