Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.ujac.print.tag
Interface TagAttributes  view TagAttributes download TagAttributes.java

All Known Implementing Classes:
org.ujac.print.BaseDocumentTag

public interface TagAttributes

Name: TagAttributes
Description: Holds the attribute name constants of all print items.

Log: $Log: TagAttributes.java,v $
Log: Revision 1.8 2003/12/07 23:57:05 lauerc
Log: Added constant for attribute 'group-name'.
Log:
Log: Revision 1.7 2003/11/28 00:04:36 lauerc
Log: Added support for boolean attribute draw-foreground, which rules whether
Log: the image is drawn directly (false) or later at end of the page (true) to make
Log: it be drawn in the foreground.
Log:
Log: Revision 1.6 2003/11/27 01:32:17 lauerc
Log: Added missing attribute names for new tags.
Log:
Log: Revision 1.5 2003/11/23 03:19:10 lauerc
Log: Added attribute 'print-header'.
Log:
Log: Revision 1.4 2003/11/21 01:16:08 lauerc
Log: Added constant for attribute 'default-locale'.
Log:
Log: Revision 1.3 2003/11/01 12:05:19 lauerc
Log: Added copyright notice.
Log:
Log: Revision 1.2 2003/10/07 23:47:57 lauerc
Log: Added definition for attribute 'list'.
Log:
Log: Revision 1.1 2003/09/29 21:15:03 lauerc
Log: Renamed classes from XyzItem to XyzTag.
Log:
Log: Revision 1.21 2003/09/25 23:37:32 lauerc
Log: Removed attributes value-unit and display-values in favour of the more flexible attribute description-pattern.
Log:
Log: Revision 1.20 2003/09/21 11:48:05 lauerc
Log: Added more attribute constants for chart item.
Log: Removed unneccessary constant modifiers.
Log:
Log: Revision 1.19 2003/09/20 19:51:01 lauerc
Log: Added new attributes for chart item.
Log:
Log: Revision 1.18 2003/07/24 19:13:56 lauerc
Log: Fixed JavaDoc comments.
Log:
Log: Revision 1.17 2003/07/03 04:50:16 lauerc
Log: Added new attributes, required for macros.
Log:
Log: Revision 1.16 2003/06/29 23:01:58 lauerc
Log: Added attributes for barcode item.
Log:
Log: Revision 1.15 2003/06/18 06:02:52 lauerc
Log: Added attribute 'type' for charts.
Log:
Log: Revision 1.14 2003/06/15 13:03:40 lauerc
Log: Added constant for property 'values' for chart items.
Log:
Log: Revision 1.13 2003/05/26 06:53:07 lauerc
Log: Added initial support for charts (package org.ujac.chart).
Log:
Log: Revision 1.12 2003/05/10 09:27:09 lauerc
Log: Added constant ATTR_FORMAT.
Log:
Log: Revision 1.11 2003/04/29 05:33:28 lauerc
Log: Added missing attributes of Image item.
Log:
Log: Revision 1.10 2003/04/26 16:32:23 lauerc
Log: Added attribute constants for item 'table-split'.
Log:
Log: Revision 1.9 2003/04/26 00:46:08 lauerc
Log: Added constant ATTR_COUNT which holds the name of the attribute 'count', needed by class SpaceTag.
Log:
Log: Revision 1.8 2003/04/25 16:21:45 lauerc
Log: Changes text of attribute constant ATTR_BACKGROUND_COLOR to 'bgcolor'.
Log:
Log: Revision 1.7 2003/04/25 06:39:33 lauerc
Log: Added constant ATTR_VALUE.
Log:
Log: Revision 1.6 2003/04/05 15:46:25 lauerc
Log: Added support for header and footer item.
Log:
Log: Revision 1.5 2003/04/01 22:57:22 lauerc
Log: Improved exception handling, fixed attribute declarations.
Log:
Log: Revision 1.4 2003/03/31 22:24:07 lauerc
Log: Added attribute 'leading': supported by phrases and paragraphs.
Log:
Log: Revision 1.3 2003/03/31 19:33:16 lauerc
Log: Added missing Attributes.
Log:
Log: Revision 1.2 2003/03/31 07:13:48 lauerc
Log: Added attributes of foreach item.
Log:
Log: Revision 1.1 2003/03/30 13:27:56 lauerc
Log: Initial revision.
Log:

Version:
$Revision: 1.8 $

Field Summary
static java.lang.String ATTR_AUTHOR
          Constant for attribute 'author' used at items: meta
static java.lang.String ATTR_BACKGROUND_COLOR
          Constant for attribute 'background-color' used at items: document, cell
static java.lang.String ATTR_BAR_COLOR
          Constant for attribute 'bar-color' used at items: barcode
static java.lang.String ATTR_BAR_HEIGHT
          Constant for attribute 'bar-height' used at items: barcode
static java.lang.String ATTR_BAR_WIDTH
          Constant for attribute 'bar-width' used at items: barcode
static java.lang.String ATTR_BASELINE
          Constant for attribute 'baseline' used at items: barcode
static java.lang.String ATTR_BORDER_COLOR
          Constant for attribute 'border-color' used at items: cell
static java.lang.String ATTR_BORDER_STYLE
          Constant for attribute 'border-style' used at items: document, table
static java.lang.String ATTR_BORDER_WIDTH
          Constant for attribute 'border-width' used at items: cell
static java.lang.String ATTR_COLOR
          Constant for attribute 'color' used at items: font, font-def
static java.lang.String ATTR_COLSPAN
          Constant for attribute 'colspan' used at items: cell
static java.lang.String ATTR_COLUMNS
          Constant for attribute 'columns' used at items: table
static java.lang.String ATTR_CONDITION
          Constant for attribute 'cond' used at items: if
static java.lang.String ATTR_COUNT
          Constant for attribute 'count' used at items: space
static java.lang.String ATTR_CREATION_DATE
          Constant for attribute 'creation-date' used at items: meta
static java.lang.String ATTR_CREATOR
          Constant for attribute 'creator' used at items: meta
static java.lang.String ATTR_DEFAULT_VALUE
          Constant for attribute 'default-value' used at items: macro-param-def
static java.lang.String ATTR_DESCRIPTION_FONT
          Constant for attribute 'description-font' used at item: chart
static java.lang.String ATTR_DESCRIPTION_PATTERN
          Constant for the attribute 'description-pattern' used at item: chart
static java.lang.String ATTR_DESCRIPTIONS
          Constant for attribute 'descriptions' used at item: chart
static java.lang.String ATTR_DRAW_FOREGROUND
          Constant for attribute 'underlying' used at items: image, chart
static java.lang.String ATTR_FAMILY
          Constant for attribute 'family' used at items: font, font-def
static java.lang.String ATTR_FONT_DEF
          Constant for attribute 'font-def' used at items: font
static java.lang.String ATTR_FORMAT
          Constant for attribute 'format' used at items: number-format
static java.lang.String ATTR_GENERATE_CHECKSUM
          Constant for attribute 'generate-checksum' used at items: barcode
static java.lang.String ATTR_GROUP_NAME
          Constant for attribute 'group-name' used at items: print-group-row, print-group-title-row
static java.lang.String ATTR_HEIGHT
          Constant for attribute 'height' used at items: document, image
static java.lang.String ATTR_HORIZONTAL_ALIGNMENT
          Constant for attribute 'halign' used at items: cell, header, footer
static java.lang.String ATTR_KEEP_HEADER
          Constant for attribute 'keep-header' used at items: table-split
static java.lang.String ATTR_KEYWORDS
          Constant for attribute 'keywords' used at items: meta
static java.lang.String ATTR_LEADING
          Constant for attribute 'leading' used at items: paragraph, phrase
static java.lang.String ATTR_LETTERED
          Constant for attribute 'numbered' used at items: list
static java.lang.String ATTR_LIST
          Constant for attribute 'list' used at items: macro-param-def
static java.lang.String ATTR_LOOP_VARIABLE
          Constant for attribute 'loop-variable' used at items: foreach
static java.lang.String ATTR_MARGIN_BOTTOM
          Constant for attribute 'margin-bottom' used at items: document
static java.lang.String ATTR_MARGIN_LEFT
          Constant for attribute 'margin-left' used at items: document
static java.lang.String ATTR_MARGIN_RIGHT
          Constant for attribute 'margin-right' used at items: document
static java.lang.String ATTR_MARGIN_TOP
          Constant for attribute 'margin-top' used at items: document
static java.lang.String ATTR_NAME
          Constant for attribute 'name' used at items: font-def
static java.lang.String ATTR_NEW_PAGE
          Constant for attribute 'new-page' used at items: table-split
static java.lang.String ATTR_NO_WRAP
          Constant for attribute 'no-wrap' used at items: cell
static java.lang.String ATTR_NUMBER
          Constant for attribute 'number' used at items: chapter
static java.lang.String ATTR_NUMBERED
          Constant for attribute 'numbered' used at items: list
static java.lang.String ATTR_OPTIONAL
          Constant for attribute 'optional' used at items: macro-param-def
static java.lang.String ATTR_PADDING
          Constant for attribute 'padding' used at items: cell
static java.lang.String ATTR_PADDING_BOTTOM
          Constant for attribute 'padding' used at items: cell
static java.lang.String ATTR_PADDING_LEFT
          Constant for attribute 'padding' used at items: cell
static java.lang.String ATTR_PADDING_RIGHT
          Constant for attribute 'padding' used at items: cell
static java.lang.String ATTR_PADDING_TOP
          Constant for attribute 'padding' used at items: cell
static java.lang.String ATTR_PERCENT_FORMAT
          Constant for the attribute 'value-format' used at item: chart
static java.lang.String ATTR_PRINT_HEADER
          Constant for attribute 'print-header' used at items: print-table
static java.lang.String ATTR_REFERENCE
          Constant for attribute 'refernce' used at items: anchor
static java.lang.String ATTR_ROTATE
          Constant for attribute 'rotate' used at items: document, image
static java.lang.String ATTR_SEQUENCE
          Constant for attribute 'sequence' used at items: foreach
static java.lang.String ATTR_SIZE
          Constant for attribute 'size' used at items: document, font
static java.lang.String ATTR_SOURCE
          Constant for attribute 'source' used at items: image
static java.lang.String ATTR_START_STOP_TEXT
          Constant for attribute 'start-stop-text' used at items: barcode
static java.lang.String ATTR_STYLE
          Constant for attribute 'style' used at items: font, font-def
static java.lang.String ATTR_SUBJECT
          Constant for attribute 'subject' used at items: meta
static java.lang.String ATTR_SYMBOL_INDENT
          Constant for attribute 'symbol-indent' used at items: list
static java.lang.String ATTR_TEXT_COLOR
          Constant for attribute 'text-color' used at items: barcode
static java.lang.String ATTR_TEXTWRAP
          Constant for attribute 'textwrap' used at items: image, chart
static java.lang.String ATTR_TITLE
          Constant for attribute 'title' used at items: chart
static java.lang.String ATTR_TITLE_FONT
          Constant for attribute 'title-font' used at items: chart
static java.lang.String ATTR_TYPE
          Constant for attribute 'type' used at items: chart
static java.lang.String ATTR_UNDERLYING
          Constant for attribute 'underlying' used at items: image, chart
static java.lang.String ATTR_VALUE
          Constant for attribute 'value' used at items: switch, case
static java.lang.String ATTR_VALUE_FORMAT
          Constant for the attribute 'value-format' used at item: chart
static java.lang.String ATTR_VALUES
          Constant for attribute 'values' used at items: chart
static java.lang.String ATTR_VERTICAL_ALIGNMENT
          Constant for attribute 'valign' used at items: cell
static java.lang.String ATTR_WIDTH
          Constant for attribute 'width' used at items: document, table, image
static java.lang.String ATTR_WIDTHS
          Constant for attribute 'widths' used at items: table
static java.lang.String ATTR_X
          Constant for attribute 'x' used at items: image
static java.lang.String ATTR_Y
          Constant for attribute 'y' used at items: image
 

Field Detail

ATTR_SIZE

public static final java.lang.String ATTR_SIZE
Constant for attribute 'size' used at items: document, font

See Also:
Constant Field Values

ATTR_X

public static final java.lang.String ATTR_X
Constant for attribute 'x' used at items: image

See Also:
Constant Field Values

ATTR_Y

public static final java.lang.String ATTR_Y
Constant for attribute 'y' used at items: image

See Also:
Constant Field Values

ATTR_WIDTH

public static final java.lang.String ATTR_WIDTH
Constant for attribute 'width' used at items: document, table, image

See Also:
Constant Field Values

ATTR_HEIGHT

public static final java.lang.String ATTR_HEIGHT
Constant for attribute 'height' used at items: document, image

See Also:
Constant Field Values

ATTR_ROTATE

public static final java.lang.String ATTR_ROTATE
Constant for attribute 'rotate' used at items: document, image

See Also:
Constant Field Values

ATTR_MARGIN_LEFT

public static final java.lang.String ATTR_MARGIN_LEFT
Constant for attribute 'margin-left' used at items: document

See Also:
Constant Field Values

ATTR_MARGIN_RIGHT

public static final java.lang.String ATTR_MARGIN_RIGHT
Constant for attribute 'margin-right' used at items: document

See Also:
Constant Field Values

ATTR_MARGIN_TOP

public static final java.lang.String ATTR_MARGIN_TOP
Constant for attribute 'margin-top' used at items: document

See Also:
Constant Field Values

ATTR_MARGIN_BOTTOM

public static final java.lang.String ATTR_MARGIN_BOTTOM
Constant for attribute 'margin-bottom' used at items: document

See Also:
Constant Field Values

ATTR_WIDTHS

public static final java.lang.String ATTR_WIDTHS
Constant for attribute 'widths' used at items: table

See Also:
Constant Field Values

ATTR_COLUMNS

public static final java.lang.String ATTR_COLUMNS
Constant for attribute 'columns' used at items: table

See Also:
Constant Field Values

ATTR_BACKGROUND_COLOR

public static final java.lang.String ATTR_BACKGROUND_COLOR
Constant for attribute 'background-color' used at items: document, cell

See Also:
Constant Field Values

ATTR_BORDER_STYLE

public static final java.lang.String ATTR_BORDER_STYLE
Constant for attribute 'border-style' used at items: document, table

See Also:
Constant Field Values

ATTR_BORDER_COLOR

public static final java.lang.String ATTR_BORDER_COLOR
Constant for attribute 'border-color' used at items: cell

See Also:
Constant Field Values

ATTR_BORDER_WIDTH

public static final java.lang.String ATTR_BORDER_WIDTH
Constant for attribute 'border-width' used at items: cell

See Also:
Constant Field Values

ATTR_COLSPAN

public static final java.lang.String ATTR_COLSPAN
Constant for attribute 'colspan' used at items: cell

See Also:
Constant Field Values

ATTR_HORIZONTAL_ALIGNMENT

public static final java.lang.String ATTR_HORIZONTAL_ALIGNMENT
Constant for attribute 'halign' used at items: cell, header, footer

See Also:
Constant Field Values

ATTR_VERTICAL_ALIGNMENT

public static final java.lang.String ATTR_VERTICAL_ALIGNMENT
Constant for attribute 'valign' used at items: cell

See Also:
Constant Field Values

ATTR_PADDING

public static final java.lang.String ATTR_PADDING
Constant for attribute 'padding' used at items: cell

See Also:
Constant Field Values

ATTR_PADDING_LEFT

public static final java.lang.String ATTR_PADDING_LEFT
Constant for attribute 'padding' used at items: cell

See Also:
Constant Field Values

ATTR_PADDING_RIGHT

public static final java.lang.String ATTR_PADDING_RIGHT
Constant for attribute 'padding' used at items: cell

See Also:
Constant Field Values

ATTR_PADDING_TOP

public static final java.lang.String ATTR_PADDING_TOP
Constant for attribute 'padding' used at items: cell

See Also:
Constant Field Values

ATTR_PADDING_BOTTOM

public static final java.lang.String ATTR_PADDING_BOTTOM
Constant for attribute 'padding' used at items: cell

See Also:
Constant Field Values

ATTR_NO_WRAP

public static final java.lang.String ATTR_NO_WRAP
Constant for attribute 'no-wrap' used at items: cell

See Also:
Constant Field Values

ATTR_NAME

public static final java.lang.String ATTR_NAME
Constant for attribute 'name' used at items: font-def

See Also:
Constant Field Values

ATTR_FONT_DEF

public static final java.lang.String ATTR_FONT_DEF
Constant for attribute 'font-def' used at items: font

See Also:
Constant Field Values

ATTR_COLOR

public static final java.lang.String ATTR_COLOR
Constant for attribute 'color' used at items: font, font-def

See Also:
Constant Field Values

ATTR_FAMILY

public static final java.lang.String ATTR_FAMILY
Constant for attribute 'family' used at items: font, font-def

See Also:
Constant Field Values

ATTR_STYLE

public static final java.lang.String ATTR_STYLE
Constant for attribute 'style' used at items: font, font-def

See Also:
Constant Field Values

ATTR_CONDITION

public static final java.lang.String ATTR_CONDITION
Constant for attribute 'cond' used at items: if

See Also:
Constant Field Values

ATTR_LOOP_VARIABLE

public static final java.lang.String ATTR_LOOP_VARIABLE
Constant for attribute 'loop-variable' used at items: foreach

See Also:
Constant Field Values

ATTR_SEQUENCE

public static final java.lang.String ATTR_SEQUENCE
Constant for attribute 'sequence' used at items: foreach

See Also:
Constant Field Values

ATTR_LEADING

public static final java.lang.String ATTR_LEADING
Constant for attribute 'leading' used at items: paragraph, phrase

See Also:
Constant Field Values

ATTR_SOURCE

public static final java.lang.String ATTR_SOURCE
Constant for attribute 'source' used at items: image

See Also:
Constant Field Values

ATTR_VALUE

public static final java.lang.String ATTR_VALUE
Constant for attribute 'value' used at items: switch, case

See Also:
Constant Field Values

ATTR_VALUES

public static final java.lang.String ATTR_VALUES
Constant for attribute 'values' used at items: chart

See Also:
Constant Field Values

ATTR_COUNT

public static final java.lang.String ATTR_COUNT
Constant for attribute 'count' used at items: space

See Also:
Constant Field Values

ATTR_NEW_PAGE

public static final java.lang.String ATTR_NEW_PAGE
Constant for attribute 'new-page' used at items: table-split

See Also:
Constant Field Values

ATTR_KEEP_HEADER

public static final java.lang.String ATTR_KEEP_HEADER
Constant for attribute 'keep-header' used at items: table-split

See Also:
Constant Field Values

ATTR_FORMAT

public static final java.lang.String ATTR_FORMAT
Constant for attribute 'format' used at items: number-format

See Also:
Constant Field Values

ATTR_TITLE

public static final java.lang.String ATTR_TITLE
Constant for attribute 'title' used at items: chart

See Also:
Constant Field Values

ATTR_TITLE_FONT

public static final java.lang.String ATTR_TITLE_FONT
Constant for attribute 'title-font' used at items: chart

See Also:
Constant Field Values

ATTR_TYPE

public static final java.lang.String ATTR_TYPE
Constant for attribute 'type' used at items: chart

See Also:
Constant Field Values

ATTR_DESCRIPTIONS

public static final java.lang.String ATTR_DESCRIPTIONS
Constant for attribute 'descriptions' used at item: chart

See Also:
Constant Field Values

ATTR_DESCRIPTION_FONT

public static final java.lang.String ATTR_DESCRIPTION_FONT
Constant for attribute 'description-font' used at item: chart

See Also:
Constant Field Values

ATTR_DESCRIPTION_PATTERN

public static final java.lang.String ATTR_DESCRIPTION_PATTERN
Constant for the attribute 'description-pattern' used at item: chart

See Also:
Constant Field Values

ATTR_VALUE_FORMAT

public static final java.lang.String ATTR_VALUE_FORMAT
Constant for the attribute 'value-format' used at item: chart

See Also:
Constant Field Values

ATTR_PERCENT_FORMAT

public static final java.lang.String ATTR_PERCENT_FORMAT
Constant for the attribute 'value-format' used at item: chart

See Also:
Constant Field Values

ATTR_BAR_WIDTH

public static final java.lang.String ATTR_BAR_WIDTH
Constant for attribute 'bar-width' used at items: barcode

See Also:
Constant Field Values

ATTR_BAR_HEIGHT

public static final java.lang.String ATTR_BAR_HEIGHT
Constant for attribute 'bar-height' used at items: barcode

See Also:
Constant Field Values

ATTR_BAR_COLOR

public static final java.lang.String ATTR_BAR_COLOR
Constant for attribute 'bar-color' used at items: barcode

See Also:
Constant Field Values

ATTR_TEXT_COLOR

public static final java.lang.String ATTR_TEXT_COLOR
Constant for attribute 'text-color' used at items: barcode

See Also:
Constant Field Values

ATTR_START_STOP_TEXT

public static final java.lang.String ATTR_START_STOP_TEXT
Constant for attribute 'start-stop-text' used at items: barcode

See Also:
Constant Field Values

ATTR_GENERATE_CHECKSUM

public static final java.lang.String ATTR_GENERATE_CHECKSUM
Constant for attribute 'generate-checksum' used at items: barcode

See Also:
Constant Field Values

ATTR_BASELINE

public static final java.lang.String ATTR_BASELINE
Constant for attribute 'baseline' used at items: barcode

See Also:
Constant Field Values

ATTR_LIST

public static final java.lang.String ATTR_LIST
Constant for attribute 'list' used at items: macro-param-def

See Also:
Constant Field Values

ATTR_OPTIONAL

public static final java.lang.String ATTR_OPTIONAL
Constant for attribute 'optional' used at items: macro-param-def

See Also:
Constant Field Values

ATTR_DEFAULT_VALUE

public static final java.lang.String ATTR_DEFAULT_VALUE
Constant for attribute 'default-value' used at items: macro-param-def

See Also:
Constant Field Values

ATTR_PRINT_HEADER

public static final java.lang.String ATTR_PRINT_HEADER
Constant for attribute 'print-header' used at items: print-table

See Also:
Constant Field Values

ATTR_TEXTWRAP

public static final java.lang.String ATTR_TEXTWRAP
Constant for attribute 'textwrap' used at items: image, chart

See Also:
Constant Field Values

ATTR_UNDERLYING

public static final java.lang.String ATTR_UNDERLYING
Constant for attribute 'underlying' used at items: image, chart

See Also:
Constant Field Values

ATTR_DRAW_FOREGROUND

public static final java.lang.String ATTR_DRAW_FOREGROUND
Constant for attribute 'underlying' used at items: image, chart

See Also:
Constant Field Values

ATTR_NUMBER

public static final java.lang.String ATTR_NUMBER
Constant for attribute 'number' used at items: chapter

See Also:
Constant Field Values

ATTR_NUMBERED

public static final java.lang.String ATTR_NUMBERED
Constant for attribute 'numbered' used at items: list

See Also:
Constant Field Values

ATTR_LETTERED

public static final java.lang.String ATTR_LETTERED
Constant for attribute 'numbered' used at items: list

See Also:
Constant Field Values

ATTR_SYMBOL_INDENT

public static final java.lang.String ATTR_SYMBOL_INDENT
Constant for attribute 'symbol-indent' used at items: list

See Also:
Constant Field Values

ATTR_SUBJECT

public static final java.lang.String ATTR_SUBJECT
Constant for attribute 'subject' used at items: meta

See Also:
Constant Field Values

ATTR_KEYWORDS

public static final java.lang.String ATTR_KEYWORDS
Constant for attribute 'keywords' used at items: meta

See Also:
Constant Field Values

ATTR_AUTHOR

public static final java.lang.String ATTR_AUTHOR
Constant for attribute 'author' used at items: meta

See Also:
Constant Field Values

ATTR_CREATOR

public static final java.lang.String ATTR_CREATOR
Constant for attribute 'creator' used at items: meta

See Also:
Constant Field Values

ATTR_CREATION_DATE

public static final java.lang.String ATTR_CREATION_DATE
Constant for attribute 'creation-date' used at items: meta

See Also:
Constant Field Values

ATTR_REFERENCE

public static final java.lang.String ATTR_REFERENCE
Constant for attribute 'refernce' used at items: anchor

See Also:
Constant Field Values

ATTR_GROUP_NAME

public static final java.lang.String ATTR_GROUP_NAME
Constant for attribute 'group-name' used at items: print-group-row, print-group-title-row

See Also:
Constant Field Values