|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.markup.MarkupTags
A class that contains all the possible tagnames and their attributes.
Field Summary | |
static String |
ALWAYS
value for the CSS tag for adding a page break when the document is printed |
static String |
CLASS
attribute for specifying externally defined CSS class |
static String |
CSS
This is a possible HTML attribute for the LINK tag. |
static String |
CSS_BGCOLOR
the CSS tag for background color |
static String |
CSS_BOLD
a CSS value for text font weight |
static String |
CSS_COLOR
the CSS tag for text color |
static String |
CSS_FONT
the CSS tag for the font size |
static String |
CSS_FONTFAMILY
the CSS tag for the font family |
static String |
CSS_FONTSIZE
the CSS tag for the font size |
static String |
CSS_FONTSTYLE
the CSS tag for the font style |
static String |
CSS_FONTWEIGHT
the CSS tag for the font weight |
static String |
CSS_ITALIC
a CSS value for text font style |
static String |
CSS_LINEHEIGHT
the CSS tag for text decorations |
static String |
CSS_LINETHROUGH
a CSS value for text decoration |
static String |
CSS_NONE
a CSS value |
static String |
CSS_NORMAL
a CSS value |
static String |
CSS_OBLIQUE
a CSS value for text font style |
static String |
CSS_TEXTDECORATION
the CSS tag for text decorations |
static String |
CSS_UNDERLINE
a CSS value for text decoration |
static String |
CSS_VERTICALALIGN
the CSS tag for text decorations |
static String |
DIV
The DIV tag. |
static String |
JAVASCRIPT
This is a possible value for the language attribute (SCRIPT tag). |
static String |
LINK
This is a possible HTML-tag. |
static String |
PAGE_BREAK_BEFORE
the CSS tag for adding a page break when the document is printed |
static String |
REL
This is a possible HTML attribute for the LINK tag. |
static String |
SPAN
The SPAN tag. |
static String |
STYLE
This is used for inline css style information |
static String |
STYLESHEET
This is a possible HTML attribute for the TD tag. |
static String |
TYPE
This is a possible HTML attribute for the LINK tag. |
Constructor Summary | |
MarkupTags()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String CSS_NORMAL
public static final String CSS_NONE
public static final String LINK
public static final String CSS
public static final String JAVASCRIPT
public static final String CLASS
public static final String REL
public static final String STYLESHEET
public static final String STYLE
public static final String TYPE
public static final String SPAN
public static final String DIV
public static final String CSS_FONT
public static final String CSS_FONTSIZE
public static final String CSS_FONTSTYLE
public static final String CSS_ITALIC
public static final String CSS_OBLIQUE
public static final String CSS_FONTWEIGHT
public static final String CSS_BOLD
public static final String CSS_FONTFAMILY
public static final String CSS_TEXTDECORATION
public static final String CSS_LINEHEIGHT
public static final String CSS_VERTICALALIGN
public static final String CSS_UNDERLINE
public static final String CSS_LINETHROUGH
public static final String CSS_COLOR
public static final String CSS_BGCOLOR
public static final String PAGE_BREAK_BEFORE
public static final String ALWAYS
Constructor Detail |
public MarkupTags()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |