com.lowagie.text.markup

Class MarkupTags


public class MarkupTags
extends java.lang.Object

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.

Field Details

ALWAYS

public static final String ALWAYS
value for the CSS tag for adding a page break when the document is printed

CLASS

public static final String CLASS
attribute for specifying externally defined CSS class

CSS

public static final String CSS
This is a possible HTML attribute for the LINK tag.

CSS_BGCOLOR

public static final String CSS_BGCOLOR
the CSS tag for background color

CSS_BOLD

public static final String CSS_BOLD
a CSS value for text font weight

CSS_COLOR

public static final String CSS_COLOR
the CSS tag for text color

CSS_FONT

public static final String CSS_FONT
the CSS tag for the font size

CSS_FONTFAMILY

public static final String CSS_FONTFAMILY
the CSS tag for the font family

CSS_FONTSIZE

public static final String CSS_FONTSIZE
the CSS tag for the font size

CSS_FONTSTYLE

public static final String CSS_FONTSTYLE
the CSS tag for the font style

CSS_FONTWEIGHT

public static final String CSS_FONTWEIGHT
the CSS tag for the font weight

CSS_ITALIC

public static final String CSS_ITALIC
a CSS value for text font style

CSS_LINEHEIGHT

public static final String CSS_LINEHEIGHT
the CSS tag for text decorations

CSS_LINETHROUGH

public static final String CSS_LINETHROUGH
a CSS value for text decoration

CSS_NONE

public static final String CSS_NONE
a CSS value

CSS_NORMAL

public static final String CSS_NORMAL
a CSS value

CSS_OBLIQUE

public static final String CSS_OBLIQUE
a CSS value for text font style

CSS_TEXTDECORATION

public static final String CSS_TEXTDECORATION
the CSS tag for text decorations

CSS_UNDERLINE

public static final String CSS_UNDERLINE
a CSS value for text decoration

CSS_VERTICALALIGN

public static final String CSS_VERTICALALIGN
the CSS tag for text decorations

DIV

public static final String DIV
The DIV tag.

JAVASCRIPT

public static final String JAVASCRIPT
This is a possible value for the language attribute (SCRIPT tag).

LINK

public static final String LINK
This is a possible HTML-tag.

PAGE_BREAK_BEFORE

public static final String PAGE_BREAK_BEFORE
the CSS tag for adding a page break when the document is printed

REL

public static final String REL
This is a possible HTML attribute for the LINK tag.

SPAN

public static final String SPAN
The SPAN tag.

STYLE

public static final String STYLE
This is used for inline css style information

STYLESHEET

public static final String STYLESHEET
This is a possible HTML attribute for the TD tag.

TYPE

public static final String TYPE
This is a possible HTML attribute for the LINK tag.