com.lowagie.text

Class ElementTags


public class ElementTags
extends java.lang.Object

A class that contains all the possible tagnames and their attributes.

Field Summary

static String
ABSOLUTEX
attribute of the image tag
static String
ABSOLUTEY
attribute of the image tag
static String
ALIGN
attribute of paragraph/image/table tag
static String
ALIGN_BASELINE
the possible value of an alignment attribute
static String
ALIGN_BOTTOM
the possible value of an alignment attribute
static String
ALIGN_CENTER
the possible value of an alignment attribute
static String
ALIGN_JUSTIFIED
the possible value of an alignment attribute
static String
ALIGN_JUSTIFIED_ALL
the possible value of an alignment attribute
static String
ALIGN_LEFT
the possible value of an alignment attribute
static String
ALIGN_MIDDLE
the possible value of an alignment attribute
static String
ALIGN_RIGHT
the possible value of an alignment attribute
static String
ALIGN_TOP
the possible value of an alignment attribute
static String
ALT
attribute of the image tag
static String
ANCHOR
the anchor tag
static String
ANNOTATION
the annotation tag
static String
APPLICATION
attribute of the annotation tag
static String
AUTHOR
attribute of the root tag
static String
BACKGROUNDCOLOR
attribute of the table/cell tag
static String
BGBLUE
attribute of the table/cell tag
static String
BGGREEN
attribute of the table/cell tag
static String
BGRED
attribute of the table/cell tag
static String
BLUE
attribute of the chunk/table/cell tag
static String
BORDERCOLOR
attribute of the table/cell tag
static String
BORDERWIDTH
attribute of the table/cell tag
static String
BOTTOM
attribute of the table/cell tag
static String
CELL
the cell tag
static String
CELLPADDING
attribute of the table tag
static String
CELLSFITPAGE
attribute of the table tag
static String
CELLSPACING
attribute of the table tag
static String
CHAPTER
the chapter tag
static String
CHUNK
the chunk tag
static String
COLOR
attribute of the chunk/table/cell tag
static String
COLSPAN
attribute of the cell tag
static String
COLUMNS
attribute of the table tag
static String
CONTENT
attribute of the annotation tag
static String
CONVERT2PDFP
attribute of the table tag
static String
CREATIONDATE
attribute of the root tag
static String
DEFAULT
the possible value of an alignment attribute
static String
DEFAULTDIR
attribute of the annotation tag
static String
DEPTH
attribute of section/chapter tag
static String
DESTINATION
attribute of the annotation tag
static String
EMBEDDED
attribute of the chunk tag
static String
ENCODING
attribute of the chunk tag
static String
ENTITY
the chunk tag
static String
FILE
attribute of the annotation tag
static String
FIRST
attribute of list tag
static String
FONT
the possible value of an alignment attribute
static String
GENERICTAG
attribute of the chunk tag
static String
GRAYFILL
attribute of the table/cell tag
static String
GREEN
attribute of the chunk/table/cell tag
static String
HEADER
attribute of the cell tag
static String
HORIZONTALALIGN
attribute of the cell tag
static String
HORIZONTALRULE
the possible value of a tag
static String
ID
the chunk tag
static String
IGNORE
the chunk tag
static String
IMAGE
the image tag
static String
INDENT
attribute of section/chapter tag
static String
INDENTATIONLEFT
attribute of list tag
static String
INDENTATIONRIGHT
attribute of list tag
static String
ITEXT
the root tag.
static String
KEEPTOGETHER
attribute of paragraph
static String
KEYWORDS
attribute of the root tag
static String
LASTHEADERROW
attribute of the table tag
static String
LEADING
attribute of phrase/paragraph/cell tag
static String
LEFT
attribute of chapter/section/paragraph/table/cell tag
static String
LETTERED
attribute of the list tag
static String
LIST
the list tag
static String
LISTITEM
the listitem tag
static String
LISTSYMBOL
attribute of list tag
static String
LLX
attribute of the annotation tag
static String
LLY
attribute of the annotation tag
static String
LOCALDESTINATION
attribute of the chunk tag
static String
LOCALGOTO
attribute of the chunk tag
static String
NAME
attribute of anchor tag
static String
NAMED
attribute of the annotation tag
static String
NEWLINE
the newpage tag
static String
NEWPAGE
the newpage tag
static String
NOWRAP
attribute of the cell tag
static String
NUMBER
attribute of section/chapter tag
static String
NUMBERDEPTH
attribute of section/chapter tag
static String
NUMBERED
attribute of list tag
static String
OFFSET
attribute of the table tag
static String
OPERATION
attribute of the annotation tag
static String
ORIENTATION
the possible value of a tag
static String
PAGE
attribute of the annotation tag
static String
PAGE_SIZE
the possible value of a tag
static String
PARAGRAPH
the paragraph tag
static String
PARAMETERS
attribute of the annotation tag
static String
PHRASE
the phrase tag
static String
PLAINHEIGHT
attribute of the image tag
static String
PLAINWIDTH
attribute of the image tag
static String
PRODUCER
attribute of the root tag
static String
RED
attribute of the chunk/table/cell tag
static String
REFERENCE
attribute of anchor tag
static String
REMOTEGOTO
attribute of the chunk tag
static String
RIGHT
attribute of chapter/section/paragraph/table/cell tag
static String
ROTATION
attribute of the image tag
static String
ROW
the cell tag
static String
ROWSPAN
attribute of the cell tag
static String
SCALEDHEIGHT
attribute of the image tag
static String
SCALEDWIDTH
attribute of the image tag
static String
SECTION
the section tag
static String
SIZE
the possible value of an alignment attribute
static String
STYLE
the possible value of an alignment attribute
static String
SUBJECT
attribute of the root tag
static String
SUBSUPSCRIPT
attribute of the chunk tag
static String
SYMBOLINDENT
attribute of list tag
static String
TABLE
the table tag
static String
TABLEFITSPAGE
attribute of the table tag
static String
TEXTWRAP
attribute of the image tag
static String
TITLE
attribute of the root and annotation tag (also a special tag within a chapter or section)
static String
TOP
attribute of the table/cell tag
static String
UNDERLYING
attribute of the image tag
static String
UNKNOWN
the possible value of an alignment attribute
static String
URL
attribute of the image and annotation tag
static String
URX
attribute of the annotation tag
static String
URY
attribute of the annotation tag
static String
VERTICALALIGN
attribute of the cell tag
static String
WIDTH
attribute of the table/cell tag
static String
WIDTHS
attribute of the table tag

Method Summary

static String
getAlignment(int alignment)
Translates the alignment value.

Field Details

ABSOLUTEX

public static final String ABSOLUTEX
attribute of the image tag

ABSOLUTEY

public static final String ABSOLUTEY
attribute of the image tag

ALIGN

public static final String ALIGN
attribute of paragraph/image/table tag

ALIGN_BASELINE

public static final String ALIGN_BASELINE
the possible value of an alignment attribute

ALIGN_BOTTOM

public static final String ALIGN_BOTTOM
the possible value of an alignment attribute

ALIGN_CENTER

public static final String ALIGN_CENTER
the possible value of an alignment attribute

ALIGN_JUSTIFIED

public static final String ALIGN_JUSTIFIED
the possible value of an alignment attribute

ALIGN_JUSTIFIED_ALL

public static final String ALIGN_JUSTIFIED_ALL
the possible value of an alignment attribute

ALIGN_LEFT

public static final String ALIGN_LEFT
the possible value of an alignment attribute

ALIGN_MIDDLE

public static final String ALIGN_MIDDLE
the possible value of an alignment attribute

ALIGN_RIGHT

public static final String ALIGN_RIGHT
the possible value of an alignment attribute

ALIGN_TOP

public static final String ALIGN_TOP
the possible value of an alignment attribute

ALT

public static final String ALT
attribute of the image tag

ANCHOR

public static final String ANCHOR
the anchor tag

ANNOTATION

public static final String ANNOTATION
the annotation tag

APPLICATION

public static String APPLICATION
attribute of the annotation tag

AUTHOR

public static final String AUTHOR
attribute of the root tag

BACKGROUNDCOLOR

public static final String BACKGROUNDCOLOR
attribute of the table/cell tag

BGBLUE

public static final String BGBLUE
attribute of the table/cell tag

BGGREEN

public static final String BGGREEN
attribute of the table/cell tag

BGRED

public static final String BGRED
attribute of the table/cell tag

BLUE

public static final String BLUE
attribute of the chunk/table/cell tag

BORDERCOLOR

public static final String BORDERCOLOR
attribute of the table/cell tag

BORDERWIDTH

public static final String BORDERWIDTH
attribute of the table/cell tag

BOTTOM

public static final String BOTTOM
attribute of the table/cell tag

CELL

public static final String CELL
the cell tag

CELLPADDING

public static final String CELLPADDING
attribute of the table tag

CELLSFITPAGE

public static final String CELLSFITPAGE
attribute of the table tag

CELLSPACING

public static final String CELLSPACING
attribute of the table tag

CHAPTER

public static final String CHAPTER
the chapter tag

CHUNK

public static final String CHUNK
the chunk tag

COLOR

public static final String COLOR
attribute of the chunk/table/cell tag

COLSPAN

public static final String COLSPAN
attribute of the cell tag

COLUMNS

public static final String COLUMNS
attribute of the table tag

CONTENT

public static final String CONTENT
attribute of the annotation tag

CONVERT2PDFP

public static final String CONVERT2PDFP
attribute of the table tag

CREATIONDATE

public static final String CREATIONDATE
attribute of the root tag

DEFAULT

public static final String DEFAULT
the possible value of an alignment attribute

DEFAULTDIR

public static String DEFAULTDIR
attribute of the annotation tag

DEPTH

public static final String DEPTH
attribute of section/chapter tag

DESTINATION

public static String DESTINATION
attribute of the annotation tag

EMBEDDED

public static final String EMBEDDED
attribute of the chunk tag

ENCODING

public static final String ENCODING
attribute of the chunk tag

ENTITY

public static final String ENTITY
the chunk tag

FILE

public static String FILE
attribute of the annotation tag

FIRST

public static final String FIRST
attribute of list tag

FONT

public static final String FONT
the possible value of an alignment attribute

GENERICTAG

public static final String GENERICTAG
attribute of the chunk tag

GRAYFILL

public static final String GRAYFILL
attribute of the table/cell tag

GREEN

public static final String GREEN
attribute of the chunk/table/cell tag

HEADER

public static final String HEADER
attribute of the cell tag

HORIZONTALALIGN

public static final String HORIZONTALALIGN
attribute of the cell tag

HORIZONTALRULE

public static final String HORIZONTALRULE
the possible value of a tag

ID

public static final String ID
the chunk tag

IGNORE

public static final String IGNORE
the chunk tag

IMAGE

public static final String IMAGE
the image tag

INDENT

public static final String INDENT
attribute of section/chapter tag

INDENTATIONLEFT

public static final String INDENTATIONLEFT
attribute of list tag

INDENTATIONRIGHT

public static final String INDENTATIONRIGHT
attribute of list tag

ITEXT

public static final String ITEXT
the root tag.

KEEPTOGETHER

public static final String KEEPTOGETHER
attribute of paragraph

KEYWORDS

public static final String KEYWORDS
attribute of the root tag

LASTHEADERROW

public static final String LASTHEADERROW
attribute of the table tag

LEADING

public static final String LEADING
attribute of phrase/paragraph/cell tag

LEFT

public static final String LEFT
attribute of chapter/section/paragraph/table/cell tag

LETTERED

public static final String LETTERED
attribute of the list tag

LIST

public static final String LIST
the list tag

LISTITEM

public static final String LISTITEM
the listitem tag

LISTSYMBOL

public static final String LISTSYMBOL
attribute of list tag

LLX

public static String LLX
attribute of the annotation tag

LLY

public static String LLY
attribute of the annotation tag

LOCALDESTINATION

public static final String LOCALDESTINATION
attribute of the chunk tag

LOCALGOTO

public static final String LOCALGOTO
attribute of the chunk tag

NAME

public static final String NAME
attribute of anchor tag

NAMED

public static String NAMED
attribute of the annotation tag

NEWLINE

public static final String NEWLINE
the newpage tag

NEWPAGE

public static final String NEWPAGE
the newpage tag

NOWRAP

public static final String NOWRAP
attribute of the cell tag

NUMBER

public static final String NUMBER
attribute of section/chapter tag

NUMBERDEPTH

public static final String NUMBERDEPTH
attribute of section/chapter tag

NUMBERED

public static final String NUMBERED
attribute of list tag

OFFSET

public static final String OFFSET
attribute of the table tag

OPERATION

public static String OPERATION
attribute of the annotation tag

ORIENTATION

public static final String ORIENTATION
the possible value of a tag

PAGE

public static String PAGE
attribute of the annotation tag

PAGE_SIZE

public static final String PAGE_SIZE
the possible value of a tag

PARAGRAPH

public static final String PARAGRAPH
the paragraph tag

PARAMETERS

public static String PARAMETERS
attribute of the annotation tag

PHRASE

public static final String PHRASE
the phrase tag

PLAINHEIGHT

public static final String PLAINHEIGHT
attribute of the image tag

PLAINWIDTH

public static final String PLAINWIDTH
attribute of the image tag

PRODUCER

public static final String PRODUCER
attribute of the root tag

RED

public static final String RED
attribute of the chunk/table/cell tag

REFERENCE

public static final String REFERENCE
attribute of anchor tag

REMOTEGOTO

public static final String REMOTEGOTO
attribute of the chunk tag

RIGHT

public static final String RIGHT
attribute of chapter/section/paragraph/table/cell tag

ROTATION

public static final String ROTATION
attribute of the image tag

ROW

public static final String ROW
the cell tag

ROWSPAN

public static final String ROWSPAN
attribute of the cell tag

SCALEDHEIGHT

public static final String SCALEDHEIGHT
attribute of the image tag

SCALEDWIDTH

public static final String SCALEDWIDTH
attribute of the image tag

SECTION

public static final String SECTION
the section tag

SIZE

public static final String SIZE
the possible value of an alignment attribute

STYLE

public static final String STYLE
the possible value of an alignment attribute

SUBJECT

public static final String SUBJECT
attribute of the root tag

SUBSUPSCRIPT

public static final String SUBSUPSCRIPT
attribute of the chunk tag

SYMBOLINDENT

public static final String SYMBOLINDENT
attribute of list tag

TABLE

public static final String TABLE
the table tag

TABLEFITSPAGE

public static final String TABLEFITSPAGE
attribute of the table tag

TEXTWRAP

public static final String TEXTWRAP
attribute of the image tag

TITLE

public static final String TITLE
attribute of the root and annotation tag (also a special tag within a chapter or section)

TOP

public static final String TOP
attribute of the table/cell tag

UNDERLYING

public static final String UNDERLYING
attribute of the image tag

UNKNOWN

public static final String UNKNOWN
the possible value of an alignment attribute

URL

public static final String URL
attribute of the image and annotation tag

URX

public static String URX
attribute of the annotation tag

URY

public static String URY
attribute of the annotation tag

VERTICALALIGN

public static final String VERTICALALIGN
attribute of the cell tag

WIDTH

public static final String WIDTH
attribute of the table/cell tag

WIDTHS

public static final String WIDTHS
attribute of the table tag

Method Details

getAlignment

public static String getAlignment(int alignment)
Translates the alignment value.
Parameters:
alignment - the alignment value
Returns:
the translated value