- java.lang.Object
-
- com.lowagie.text.html.HtmlTags
-
public class HtmlTags extends Object
A class that contains all the possible tagnames and their attributes.
-
-
Field Summary
Fields Modifier and Type Field Description static StringALIGNattribute of paragraph/image/table tagstatic StringALIGN_BASELINEthe possible value of an alignment attributestatic StringALIGN_BOTTOMthe possible value of an alignment attributestatic StringALIGN_CENTERthe possible value of an alignment attributestatic StringALIGN_JUSTIFIEDthe possible value of an alignment attributestatic StringALIGN_LEFTthe possible value of an alignment attributestatic StringALIGN_MIDDLEthe possible value of an alignment attributestatic StringALIGN_RIGHTthe possible value of an alignment attributestatic StringALIGN_TOPthe possible value of an alignment attributestatic StringALTattribute of the image tagstatic StringANCHORthe anchor tagstatic StringAUTHORattribute of the root tagstatic StringBsome phrase tagstatic StringBACKGROUNDCOLORattribute of the table/cell tagstatic StringBODYthe body tag.static StringBORDERCOLORattribute of the table/cell tagstatic StringBORDERWIDTHattribute of the table/cell tagstatic StringBOTTOMattribute of the table/cell tagstatic StringBOTTOMMARGINThis is a possible HTML attribute for the BODY tag.static StringCELLthe cell tagstatic StringCELLPADDINGattribute of the table tagstatic StringCELLSPACINGattribute of the table tagstatic StringCHUNKthe chunk tagstatic StringCODEthe phrase tagstatic StringCOLORattribute of the chunk/table/cell tagstatic StringCOLSPANattribute of the cell tagstatic StringCOLUMNSattribute of the table tagstatic StringCONTENTThis is a possible HTML attribute for the HEAD tag.static StringDEFAULTthe possible value of an alignment attributestatic StringDIVThe DIV tag.static StringEMsome phrase tagstatic StringFONTattribute of the chunk tagstatic String[]Hattribute of anchor tagstatic StringHEADthe head tagstatic StringHEADERCELLattribute of the cell tagstatic StringHORIZONTALALIGNattribute of the cell tagstatic StringHORIZONTALRULEthe possible value of a tagstatic StringHTMLthe root tag.static StringIsome phrase tagstatic StringIMAGEthe image tagstatic StringJAVASCRIPTThis is a possible value for the LANGUAGE attribute.static StringJAVASCRIPT_ONLOADThis is a possible HTML attribute for the BODY tagstatic StringJAVASCRIPT_ONUNLOADThis is a possible HTML attribute for the BODY tagstatic StringKEYWORDSattribute of the root tagstatic StringLANGUAGEThis is a possible HTML attribute for the SCRIPT tag.static StringLEFTattribute of chapter/section/paragraph/table/cell tagstatic StringLEFTMARGINThis is a possible HTML attribute for the BODY tag.static StringLINKThe LINK tag.static StringLISTITEMthe listitem tagstatic StringMETAthe meta tagstatic StringNAMEattribute of anchor tagstatic StringNEWLINEthe newpage tagstatic StringNOWRAPattribute of the cell tagstatic StringORDEREDLISTthe list tagstatic StringPARAGRAPHthe paragraph tagstatic StringPLAINHEIGHTattribute of the image tagstatic StringPLAINWIDTHattribute of the image tagstatic StringPREThis is a possible HTML attribute for auto-formatedstatic StringREFERENCEattribute of anchor tagstatic StringRELThis is a possible HTML attribute for the LINK tag.static StringRIGHTattribute of chapter/section/paragraph/table/cell tagstatic StringRIGHTMARGINThis is a possible HTML attribute for the BODY tag.static StringROWthe cell tagstatic StringROWSPANattribute of the cell tagstatic StringSsome phrase tagstatic StringSCRIPTthe script tag.static StringSIZEattribute of the chunk tagstatic StringSPANThe SPAN tag.static StringSTRONGsome phrase tagstatic StringSTYLEThis is used for inline css style informationstatic StringSTYLESHEETThis is a possible HTML attribute.static StringSUBsome phrase tagstatic StringSUBJECTattribute of the root tagstatic StringSUPsome phrase tagstatic StringTABLEthe table tagstatic StringTEXT_CSSThis is a possible HTML attribute for the LINK tag.static StringTITLEthe title tag.static StringTOPattribute of the table/cell tagstatic StringTOPMARGINThis is a possible HTML attribute for the BODY tag.static StringTYPEThis is a possible HTML attribute for the LINK tag.static StringUsome phrase tagstatic StringUNORDEREDLISTthe list tagstatic StringURLattribute of the image tagstatic StringVARthe phrase tagstatic StringVERTICALALIGNattribute of the cell tagstatic StringWIDTHattribute of the table/cell tag
-
Constructor Summary
Constructors Constructor Description HtmlTags()
-
-
-
Field Detail
-
HTML
public static final String HTML
the root tag.- See Also:
- Constant Field Values
-
HEAD
public static final String HEAD
the head tag- See Also:
- Constant Field Values
-
CONTENT
public static final String CONTENT
This is a possible HTML attribute for the HEAD tag.- See Also:
- Constant Field Values
-
META
public static final String META
the meta tag- See Also:
- Constant Field Values
-
SUBJECT
public static final String SUBJECT
attribute of the root tag- See Also:
- Constant Field Values
-
KEYWORDS
public static final String KEYWORDS
attribute of the root tag- See Also:
- Constant Field Values
-
AUTHOR
public static final String AUTHOR
attribute of the root tag- See Also:
- Constant Field Values
-
TITLE
public static final String TITLE
the title tag.- See Also:
- Constant Field Values
-
SCRIPT
public static final String SCRIPT
the script tag.- See Also:
- Constant Field Values
-
LANGUAGE
public static final String LANGUAGE
This is a possible HTML attribute for the SCRIPT tag.- See Also:
- Constant Field Values
-
JAVASCRIPT
public static final String JAVASCRIPT
This is a possible value for the LANGUAGE attribute.- See Also:
- Constant Field Values
-
BODY
public static final String BODY
the body tag.- See Also:
- Constant Field Values
-
JAVASCRIPT_ONLOAD
public static final String JAVASCRIPT_ONLOAD
This is a possible HTML attribute for the BODY tag- See Also:
- Constant Field Values
-
JAVASCRIPT_ONUNLOAD
public static final String JAVASCRIPT_ONUNLOAD
This is a possible HTML attribute for the BODY tag- See Also:
- Constant Field Values
-
TOPMARGIN
public static final String TOPMARGIN
This is a possible HTML attribute for the BODY tag.- See Also:
- Constant Field Values
-
BOTTOMMARGIN
public static final String BOTTOMMARGIN
This is a possible HTML attribute for the BODY tag.- See Also:
- Constant Field Values
-
LEFTMARGIN
public static final String LEFTMARGIN
This is a possible HTML attribute for the BODY tag.- See Also:
- Constant Field Values
-
RIGHTMARGIN
public static final String RIGHTMARGIN
This is a possible HTML attribute for the BODY tag.- See Also:
- Constant Field Values
-
CHUNK
public static final String CHUNK
the chunk tag- See Also:
- Constant Field Values
-
CODE
public static final String CODE
the phrase tag- See Also:
- Constant Field Values
-
VAR
public static final String VAR
the phrase tag- See Also:
- Constant Field Values
-
ANCHOR
public static final String ANCHOR
the anchor tag- See Also:
- Constant Field Values
-
ORDEREDLIST
public static final String ORDEREDLIST
the list tag- See Also:
- Constant Field Values
-
UNORDEREDLIST
public static final String UNORDEREDLIST
the list tag- See Also:
- Constant Field Values
-
LISTITEM
public static final String LISTITEM
the listitem tag- See Also:
- Constant Field Values
-
PARAGRAPH
public static final String PARAGRAPH
the paragraph tag- See Also:
- Constant Field Values
-
NAME
public static final String NAME
attribute of anchor tag- See Also:
- Constant Field Values
-
REFERENCE
public static final String REFERENCE
attribute of anchor tag- See Also:
- Constant Field Values
-
H
public static final String[] H
attribute of anchor tag
-
FONT
public static final String FONT
attribute of the chunk tag- See Also:
- Constant Field Values
-
SIZE
public static final String SIZE
attribute of the chunk tag- See Also:
- Constant Field Values
-
COLOR
public static final String COLOR
attribute of the chunk/table/cell tag- See Also:
- Constant Field Values
-
EM
public static final String EM
some phrase tag- See Also:
- Constant Field Values
-
I
public static final String I
some phrase tag- See Also:
- Constant Field Values
-
STRONG
public static final String STRONG
some phrase tag- See Also:
- Constant Field Values
-
B
public static final String B
some phrase tag- See Also:
- Constant Field Values
-
S
public static final String S
some phrase tag- See Also:
- Constant Field Values
-
U
public static final String U
some phrase tag- See Also:
- Constant Field Values
-
SUB
public static final String SUB
some phrase tag- See Also:
- Constant Field Values
-
SUP
public static final String SUP
some phrase tag- See Also:
- Constant Field Values
-
HORIZONTALRULE
public static final String HORIZONTALRULE
the possible value of a tag- See Also:
- Constant Field Values
-
TABLE
public static final String TABLE
the table tag- See Also:
- Constant Field Values
-
ROW
public static final String ROW
the cell tag- See Also:
- Constant Field Values
-
CELL
public static final String CELL
the cell tag- See Also:
- Constant Field Values
-
HEADERCELL
public static final String HEADERCELL
attribute of the cell tag- See Also:
- Constant Field Values
-
COLUMNS
public static final String COLUMNS
attribute of the table tag- See Also:
- Constant Field Values
-
CELLPADDING
public static final String CELLPADDING
attribute of the table tag- See Also:
- Constant Field Values
-
CELLSPACING
public static final String CELLSPACING
attribute of the table tag- See Also:
- Constant Field Values
-
COLSPAN
public static final String COLSPAN
attribute of the cell tag- See Also:
- Constant Field Values
-
ROWSPAN
public static final String ROWSPAN
attribute of the cell tag- See Also:
- Constant Field Values
-
NOWRAP
public static final String NOWRAP
attribute of the cell tag- See Also:
- Constant Field Values
-
BORDERWIDTH
public static final String BORDERWIDTH
attribute of the table/cell tag- See Also:
- Constant Field Values
-
WIDTH
public static final String WIDTH
attribute of the table/cell tag- See Also:
- Constant Field Values
-
BACKGROUNDCOLOR
public static final String BACKGROUNDCOLOR
attribute of the table/cell tag- See Also:
- Constant Field Values
-
BORDERCOLOR
public static final String BORDERCOLOR
attribute of the table/cell tag- See Also:
- Constant Field Values
-
ALIGN
public static final String ALIGN
attribute of paragraph/image/table tag- See Also:
- Constant Field Values
-
LEFT
public static final String LEFT
attribute of chapter/section/paragraph/table/cell tag- See Also:
- Constant Field Values
-
RIGHT
public static final String RIGHT
attribute of chapter/section/paragraph/table/cell tag- See Also:
- Constant Field Values
-
HORIZONTALALIGN
public static final String HORIZONTALALIGN
attribute of the cell tag- See Also:
- Constant Field Values
-
VERTICALALIGN
public static final String VERTICALALIGN
attribute of the cell tag- See Also:
- Constant Field Values
-
TOP
public static final String TOP
attribute of the table/cell tag- See Also:
- Constant Field Values
-
BOTTOM
public static final String BOTTOM
attribute of the table/cell tag- See Also:
- Constant Field Values
-
IMAGE
public static final String IMAGE
the image tag- See Also:
- Constant Field Values
-
URL
public static final String URL
attribute of the image tag- See Also:
ElementTags.SRC, Constant Field Values
-
ALT
public static final String ALT
attribute of the image tag- See Also:
- Constant Field Values
-
PLAINWIDTH
public static final String PLAINWIDTH
attribute of the image tag- See Also:
- Constant Field Values
-
PLAINHEIGHT
public static final String PLAINHEIGHT
attribute of the image tag- See Also:
- Constant Field Values
-
NEWLINE
public static final String NEWLINE
the newpage tag- See Also:
- Constant Field Values
-
ALIGN_LEFT
public static final String ALIGN_LEFT
the possible value of an alignment attribute- See Also:
- Constant Field Values
-
ALIGN_CENTER
public static final String ALIGN_CENTER
the possible value of an alignment attribute- See Also:
- Constant Field Values
-
ALIGN_RIGHT
public static final String ALIGN_RIGHT
the possible value of an alignment attribute- See Also:
- Constant Field Values
-
ALIGN_JUSTIFIED
public static final String ALIGN_JUSTIFIED
the possible value of an alignment attribute- See Also:
- Constant Field Values
-
ALIGN_TOP
public static final String ALIGN_TOP
the possible value of an alignment attribute- See Also:
- Constant Field Values
-
ALIGN_MIDDLE
public static final String ALIGN_MIDDLE
the possible value of an alignment attribute- See Also:
- Constant Field Values
-
ALIGN_BOTTOM
public static final String ALIGN_BOTTOM
the possible value of an alignment attribute- See Also:
- Constant Field Values
-
ALIGN_BASELINE
public static final String ALIGN_BASELINE
the possible value of an alignment attribute- See Also:
- Constant Field Values
-
DEFAULT
public static final String DEFAULT
the possible value of an alignment attribute- See Also:
- Constant Field Values
-
DIV
public static final String DIV
The DIV tag.- See Also:
- Constant Field Values
-
SPAN
public static final String SPAN
The SPAN tag.- See Also:
- Constant Field Values
-
LINK
public static final String LINK
The LINK tag.- See Also:
- Constant Field Values
-
TEXT_CSS
public static final String TEXT_CSS
This is a possible HTML attribute for the LINK tag.- See Also:
- Constant Field Values
-
REL
public static final String REL
This is a possible HTML attribute for the LINK tag.- See Also:
- Constant Field Values
-
STYLE
public static final String STYLE
This is used for inline css style information- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
This is a possible HTML attribute for the LINK tag.- See Also:
- Constant Field Values
-
STYLESHEET
public static final String STYLESHEET
This is a possible HTML attribute.- See Also:
- Constant Field Values
-
PRE
public static final String PRE
This is a possible HTML attribute for auto-formated- Since:
- 2.1.3
- See Also:
- Constant Field Values
-
-