com.lowagie.text.markup
Class MarkupTags

java.lang.Object
  extended by com.lowagie.text.markup.MarkupTags

public class MarkupTags
extends java.lang.Object

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

CSS_NORMAL

public static final java.lang.String CSS_NORMAL
a CSS value

See Also:
Constant Field Values

CSS_NONE

public static final java.lang.String CSS_NONE
a CSS value

See Also:
Constant Field Values

LINK

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

See Also:
Constant Field Values

CSS

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

See Also:
Constant Field Values

JAVASCRIPT

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

See Also:
Constant Field Values

CLASS

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

See Also:
Constant Field Values

REL

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

See Also:
Constant Field Values

STYLESHEET

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

See Also:
Constant Field Values

STYLE

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

See Also:
Constant Field Values

TYPE

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

See Also:
Constant Field Values

SPAN

public static final java.lang.String SPAN
The SPAN tag.

See Also:
Constant Field Values

DIV

public static final java.lang.String DIV
The DIV tag.

See Also:
Constant Field Values

CSS_FONT

public static final java.lang.String CSS_FONT
the CSS tag for the font size

See Also:
Constant Field Values

CSS_FONTSIZE

public static final java.lang.String CSS_FONTSIZE
the CSS tag for the font size

See Also:
Constant Field Values

CSS_FONTSTYLE

public static final java.lang.String CSS_FONTSTYLE
the CSS tag for the font style

See Also:
Constant Field Values

CSS_ITALIC

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

See Also:
Constant Field Values

CSS_OBLIQUE

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

See Also:
Constant Field Values

CSS_FONTWEIGHT

public static final java.lang.String CSS_FONTWEIGHT
the CSS tag for the font weight

See Also:
Constant Field Values

CSS_BOLD

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

See Also:
Constant Field Values

CSS_FONTFAMILY

public static final java.lang.String CSS_FONTFAMILY
the CSS tag for the font family

See Also:
Constant Field Values

CSS_TEXTDECORATION

public static final java.lang.String CSS_TEXTDECORATION
the CSS tag for text decorations

See Also:
Constant Field Values

CSS_LINEHEIGHT

public static final java.lang.String CSS_LINEHEIGHT
the CSS tag for text decorations

See Also:
Constant Field Values

CSS_VERTICALALIGN

public static final java.lang.String CSS_VERTICALALIGN
the CSS tag for text decorations

See Also:
Constant Field Values

CSS_UNDERLINE

public static final java.lang.String CSS_UNDERLINE
a CSS value for text decoration

See Also:
Constant Field Values

CSS_LINETHROUGH

public static final java.lang.String CSS_LINETHROUGH
a CSS value for text decoration

See Also:
Constant Field Values

CSS_COLOR

public static final java.lang.String CSS_COLOR
the CSS tag for text color

See Also:
Constant Field Values

CSS_BGCOLOR

public static final java.lang.String CSS_BGCOLOR
the CSS tag for background color

See Also:
Constant Field Values

PAGE_BREAK_BEFORE

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

See Also:
Constant Field Values

ALWAYS

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

See Also:
Constant Field Values
Constructor Detail

MarkupTags

public MarkupTags()