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