|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.html.HtmlTags
public class HtmlTags
A class that contains all the possible tagnames and their attributes.
Field Summary | |
---|---|
static String |
ALIGN
attribute of paragraph/image/table tag |
static String |
ALIGN_BASELINE
the possible value of an alignment attribute |
static String |
ALIGN_BOTTOM
the possible value of an alignment attribute |
static String |
ALIGN_CENTER
the possible value of an alignment attribute |
static String |
ALIGN_JUSTIFIED
the possible value of an alignment attribute |
static String |
ALIGN_LEFT
the possible value of an alignment attribute |
static String |
ALIGN_MIDDLE
the possible value of an alignment attribute |
static String |
ALIGN_RIGHT
the possible value of an alignment attribute |
static String |
ALIGN_TOP
the possible value of an alignment attribute |
static String |
ALT
attribute of the image tag |
static String |
ANCHOR
the anchor tag |
static String |
AUTHOR
attribute of the root tag |
static String |
B
some phrase tag |
static String |
BACKGROUNDCOLOR
attribute of the table/cell tag |
static String |
BODY
the body tag. |
static String |
BORDERCOLOR
attribute of the table/cell tag |
static String |
BORDERWIDTH
attribute of the table/cell tag |
static String |
BOTTOM
attribute of the table/cell tag |
static String |
BOTTOMMARGIN
This is a possible HTML attribute for the BODY tag. |
static String |
CELL
the cell tag |
static String |
CELLPADDING
attribute of the table tag |
static String |
CELLSPACING
attribute of the table tag |
static String |
CHUNK
the chunk tag |
static String |
CODE
the phrase tag |
static String |
COLOR
attribute of the chunk/table/cell tag |
static String |
COLSPAN
attribute of the cell tag |
static String |
COLUMNS
attribute of the table tag |
static String |
CONTENT
This is a possible HTML attribute for the HEAD tag. |
static String |
DEFAULT
the possible value of an alignment attribute |
static String |
DIV
The DIV tag. |
static String |
EM
some phrase tag |
static String |
FONT
attribute of the chunk tag |
static String[] |
H
attribute of anchor tag |
static String |
HEAD
the head tag |
static String |
HEADERCELL
attribute of the cell tag |
static String |
HORIZONTALALIGN
attribute of the cell tag |
static String |
HORIZONTALRULE
the possible value of a tag |
static String |
HTML
the root tag. |
static String |
I
some phrase tag |
static String |
IMAGE
the image tag |
static String |
JAVASCRIPT
This is a possible value for the LANGUAGE attribute. |
static String |
JAVASCRIPT_ONLOAD
This is a possible HTML attribute for the BODY tag |
static String |
JAVASCRIPT_ONUNLOAD
This is a possible HTML attribute for the BODY tag |
static String |
KEYWORDS
attribute of the root tag |
static String |
LANGUAGE
This is a possible HTML attribute for the SCRIPT tag. |
static String |
LEFT
attribute of chapter/section/paragraph/table/cell tag |
static String |
LEFTMARGIN
This is a possible HTML attribute for the BODY tag. |
static String |
LINK
The LINK tag. |
static String |
LISTITEM
the listitem tag |
static String |
META
the meta tag |
static String |
NAME
attribute of anchor tag |
static String |
NEWLINE
the newpage tag |
static String |
NOWRAP
attribute of the cell tag |
static String |
ORDEREDLIST
the list tag |
static String |
PARAGRAPH
the paragraph tag |
static String |
PLAINHEIGHT
attribute of the image tag |
static String |
PLAINWIDTH
attribute of the image tag |
static String |
PRE
This is a possible HTML attribute for auto-formated |
static String |
REFERENCE
attribute of anchor tag |
static String |
REL
This is a possible HTML attribute for the LINK tag. |
static String |
RIGHT
attribute of chapter/section/paragraph/table/cell tag |
static String |
RIGHTMARGIN
This is a possible HTML attribute for the BODY tag. |
static String |
ROW
the cell tag |
static String |
ROWSPAN
attribute of the cell tag |
static String |
S
some phrase tag |
static String |
SCRIPT
the script tag. |
static String |
SIZE
attribute of the chunk tag |
static String |
SPAN
The SPAN tag. |
static String |
STRONG
some phrase tag |
static String |
STYLE
This is used for inline css style information |
static String |
STYLESHEET
This is a possible HTML attribute. |
static String |
SUB
some phrase tag |
static String |
SUBJECT
attribute of the root tag |
static String |
SUP
some phrase tag |
static String |
TABLE
the table tag |
static String |
TEXT_CSS
This is a possible HTML attribute for the LINK tag. |
static String |
TITLE
the title tag. |
static String |
TOP
attribute of the table/cell tag |
static String |
TOPMARGIN
This is a possible HTML attribute for the BODY tag. |
static String |
TYPE
This is a possible HTML attribute for the LINK tag. |
static String |
U
some phrase tag |
static String |
UNORDEREDLIST
the list tag |
static String |
URL
attribute of the image tag |
static String |
VAR
the phrase tag |
static String |
VERTICALALIGN
attribute of the cell tag |
static String |
WIDTH
attribute of the table/cell tag |
Constructor Summary | |
---|---|
HtmlTags()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String HTML
public static final String HEAD
public static final String CONTENT
public static final String META
public static final String SUBJECT
public static final String KEYWORDS
public static final String AUTHOR
public static final String TITLE
public static final String SCRIPT
public static final String LANGUAGE
public static final String JAVASCRIPT
public static final String BODY
public static final String JAVASCRIPT_ONLOAD
public static final String JAVASCRIPT_ONUNLOAD
public static final String TOPMARGIN
public static final String BOTTOMMARGIN
public static final String LEFTMARGIN
public static final String RIGHTMARGIN
public static final String CHUNK
public static final String CODE
public static final String VAR
public static final String ANCHOR
public static final String ORDEREDLIST
public static final String UNORDEREDLIST
public static final String LISTITEM
public static final String PARAGRAPH
public static final String NAME
public static final String REFERENCE
public static final String[] H
public static final String FONT
public static final String SIZE
public static final String COLOR
public static final String EM
public static final String I
public static final String STRONG
public static final String B
public static final String S
public static final String U
public static final String SUB
public static final String SUP
public static final String HORIZONTALRULE
public static final String TABLE
public static final String ROW
public static final String CELL
public static final String HEADERCELL
public static final String COLUMNS
public static final String CELLPADDING
public static final String CELLSPACING
public static final String COLSPAN
public static final String ROWSPAN
public static final String NOWRAP
public static final String BORDERWIDTH
public static final String WIDTH
public static final String BACKGROUNDCOLOR
public static final String BORDERCOLOR
public static final String ALIGN
public static final String LEFT
public static final String RIGHT
public static final String HORIZONTALALIGN
public static final String VERTICALALIGN
public static final String TOP
public static final String BOTTOM
public static final String IMAGE
public static final String URL
ElementTags.SRC
,
Constant Field Valuespublic static final String ALT
public static final String PLAINWIDTH
public static final String PLAINHEIGHT
public static final String NEWLINE
public static final String ALIGN_LEFT
public static final String ALIGN_CENTER
public static final String ALIGN_RIGHT
public static final String ALIGN_JUSTIFIED
public static final String ALIGN_TOP
public static final String ALIGN_MIDDLE
public static final String ALIGN_BOTTOM
public static final String ALIGN_BASELINE
public static final String DEFAULT
public static final String DIV
public static final String SPAN
public static final String LINK
public static final String TEXT_CSS
public static final String REL
public static final String STYLE
public static final String TYPE
public static final String STYLESHEET
public static final String PRE
Constructor Detail |
---|
public HtmlTags()
|
Hosted by Hostbasket | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |