com.lowagie.text.markup
Class MarkupTags

java.lang.Object
  extended bycom.lowagie.text.markup.MarkupTags

public class MarkupTags
extends 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.
 
Constructor Summary
MarkupTags()
           
 
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 String CSS_NORMAL
a CSS value

See Also:
Constant Field Values

CSS_NONE

public static final String CSS_NONE
a CSS value

See Also:
Constant Field Values

LINK

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

See Also:
Constant Field Values

CSS

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

See Also:
Constant Field Values

JAVASCRIPT

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

See Also:
Constant Field Values

CLASS

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

See Also:
Constant Field Values

REL

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

See Also:
Constant Field Values

STYLESHEET

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

See Also:
Constant Field Values

STYLE

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

See Also:
Constant Field Values

TYPE

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

See Also:
Constant Field Values

SPAN

public static final String SPAN
The SPAN tag.

See Also:
Constant Field Values

DIV

public static final String DIV
The DIV tag.

See Also:
Constant Field Values

CSS_FONT

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

See Also:
Constant Field Values

CSS_FONTSIZE

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

See Also:
Constant Field Values

CSS_FONTSTYLE

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

See Also:
Constant Field Values

CSS_ITALIC

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

See Also:
Constant Field Values

CSS_OBLIQUE

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

See Also:
Constant Field Values

CSS_FONTWEIGHT

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

See Also:
Constant Field Values

CSS_BOLD

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

See Also:
Constant Field Values

CSS_FONTFAMILY

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

See Also:
Constant Field Values

CSS_TEXTDECORATION

public static final String CSS_TEXTDECORATION
the CSS tag for text decorations

See Also:
Constant Field Values

CSS_LINEHEIGHT

public static final String CSS_LINEHEIGHT
the CSS tag for text decorations

See Also:
Constant Field Values

CSS_VERTICALALIGN

public static final String CSS_VERTICALALIGN
the CSS tag for text decorations

See Also:
Constant Field Values

CSS_UNDERLINE

public static final String CSS_UNDERLINE
a CSS value for text decoration

See Also:
Constant Field Values

CSS_LINETHROUGH

public static final String CSS_LINETHROUGH
a CSS value for text decoration

See Also:
Constant Field Values

CSS_COLOR

public static final String CSS_COLOR
the CSS tag for text color

See Also:
Constant Field Values

CSS_BGCOLOR

public static final String CSS_BGCOLOR
the CSS tag for background color

See Also:
Constant Field Values

PAGE_BREAK_BEFORE

public static final 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 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()