Package com.aowagie.text.html
Class HtmlTags
- java.lang.Object
-
- com.aowagie.text.html.HtmlTags
-
public class HtmlTags extends java.lang.ObjectA class that contains all the possible tagnames and their attributes.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static java.lang.StringALIGNattribute of paragraph/image/table tag(package private) static java.lang.StringALTattribute of the image tag(package private) static java.lang.StringANCHORthe anchor tag(package private) static java.lang.StringBsome phrase tag(package private) static java.lang.StringBACKGROUNDCOLORattribute of the table/cell tag(package private) static java.lang.StringBORDERCOLORattribute of the table/cell tag(package private) static java.lang.StringBORDERWIDTHattribute of the table/cell tag(package private) static java.lang.StringCELLthe cell tag(package private) static java.lang.StringCELLPADDINGattribute of the table tag(package private) static java.lang.StringCELLSPACINGattribute of the table tag(package private) static java.lang.StringCHUNKthe chunk tag(package private) static java.lang.StringCODEthe phrase tag(package private) static java.lang.StringCOLORattribute of the chunk/table/cell tag(package private) static java.lang.StringCOLSPANattribute of the cell tag(package private) static java.lang.StringCOLUMNSattribute of the table tag(package private) static java.lang.StringDIVThe DIV tag.(package private) static java.lang.StringEMsome phrase tag(package private) static java.lang.StringFONTattribute of the chunk tag(package private) static java.lang.String[]Hattribute of anchor tag(package private) static java.lang.StringHEADERCELLattribute of the cell tag(package private) static java.lang.StringHORIZONTALALIGNattribute of the cell tag(package private) static java.lang.StringHORIZONTALRULEthe possible value of a tag(package private) static java.lang.StringHTMLthe root tag.(package private) static java.lang.StringIsome phrase tag(package private) static java.lang.StringIMAGEthe image tag(package private) static java.lang.StringLISTITEMthe listitem tag(package private) static java.lang.StringNAMEattribute of anchor tag(package private) static java.lang.StringNEWLINEthe newpage tag(package private) static java.lang.StringNOWRAPattribute of the cell tag(package private) static java.lang.StringORDEREDLISTthe list tag(package private) static java.lang.StringPARAGRAPHthe paragraph tag(package private) static java.lang.StringPLAINHEIGHTattribute of the image tag(package private) static java.lang.StringPLAINWIDTHattribute of the image tagstatic java.lang.StringPREThis is a possible HTML attribute for auto-formated(package private) static java.lang.StringREFERENCEattribute of anchor tag(package private) static java.lang.StringROWthe cell tag(package private) static java.lang.StringROWSPANattribute of the cell tag(package private) static java.lang.StringSsome phrase tag(package private) static java.lang.StringSIZEattribute of the chunk tag(package private) static java.lang.StringSPANThe SPAN tag.(package private) static java.lang.StringSTRONGsome phrase tag(package private) static java.lang.StringSUBsome phrase tag(package private) static java.lang.StringSUPsome phrase tag(package private) static java.lang.StringTABLEthe table tag(package private) static java.lang.StringUsome phrase tag(package private) static java.lang.StringUNORDEREDLISTthe list tag(package private) static java.lang.StringVARthe phrase tag(package private) static java.lang.StringVERTICALALIGNattribute of the cell tag(package private) static java.lang.StringWIDTHattribute 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
-
-