Uses of Interface
org.ujac.print.FontHolder

Packages that use FontHolder
org.ujac.print   
org.ujac.print.tag   
 

Uses of FontHolder in org.ujac.print
 

Methods in org.ujac.print that return FontHolder
 FontHolder DocumentHandler.latestFontHolder()
          Gets the first item from the top of the stack that implements the FontHolder interface.
 

Uses of FontHolder in org.ujac.print.tag
 

Classes in org.ujac.print.tag that implement FontHolder
 class BaseCellTag
          Name: BaseCellTag
Description: A base class for cell tags.
 class BaseFontTag
          Name: BaseFontTag.java
Description: Base class for font handling tags.
 class BoldTag
          Name: BoldTag
Description: A class handling bold font items.
 class BoxTag
          Name: BoxTag
Description: Places a text box at a fix position on the current page.
 class CellTag
          Name: CellTag
Description: An item handling table cells.
 class ColumnTextTag
          Name: ColumnTextTag
Description: A class handling <column-text> tags.
 class ExtraRowTag
          Name: ExtraRowTag
Description: Implementation of the handler for a tag which adds a extra rows at the surrounding 'print-row' tag.
 class FontTag
          Name: FontTag
Description: A class handling font items.
 class FooterTag
          Name: FooterTag
Description: A class handling footer items.
 class HeaderFooterTag
          Name: HeaderFooterTag
Description: Base class for header and footer tags.
 class HeaderTag
          Name: HeaderTag
Description: A class handling header tags.
 class ItalicTag
          Name: ItalicTag
Description: A class handling italiv font items.
 class ListItemTag
          Name: ListItemTag
Description: Class handling list-item tags.
 class ListTag
          Name: ListTag
Description: A class handling list tags.
 class ParagraphTag
          Name: ParagraphTag.java
Description: A class handling <paragraph> tags.
 class PdfCellBlockTag
          Name: PdfCellBlockTag
Description: A handler for cell-block items.
 class PdfCellTag
          Name: PdfCellTag
Description: A class handling 'cell' items.
 class PdfTableHeaderTag
          Name: PdfTableHeaderTag
Description: A class handling document items which define the header cells of the surrounding table.
 class PdfTableRowTag
          Name: PdfTableRowTag
Description: A class handling <table-row> tags.
 class PdfTableTag
          Name: PdfTableTag
Description: An item handling PDF tables.
 class PhraseTag
          Name: PhraseTag
Description: A class handling <phrase> tags.
 class PrintFooterRowTag
          Name: PrintHeaderRowTag
Description: A class printing header rows.
 class PrintGroupRowTag
          Name: PrintHeaderRowTag
Description: A class printing group rows.
 class PrintGroupTitleRowTag
          Name: PrintGroupTitleRowTag
Description: A class printing group start rows.
 class PrintHeaderRowTag
          Name: PrintHeaderRowTag
Description: A class printing header rows.
 class PrintRowTag
          Name: PrintRowTag
Description: A class printing the contents of the current row of the surrounding print-table tag.
 class PrintTableTag
          Name: PrintTableTag
Description: A class iterating over a given table and repeats the nested body for each element of the table.
 class RowCellTag
          Name: RowCellTag
Description: Handler class for the tag 'cell-style'.
 class SpanTag
          Name: SpanTag
Description: A class handling Span items.
 class SubscriptTag
          Name: SubscriptTag
Description: A class, printing the nested text as sub script.
 class SuperscriptTag
          Name: SuperscriptTag
Description: A class, printing the nested text as super script.
 class TableTag
          Name: TableTag
Description: An item handling tables.
 class UnderlineTag
          Name: UnderlineTag
Description: A class handling underline font items.
 class WatermarkTag
          Name: WatermarkTag
Description: A class handling <watermark> tags.
 

Fields in org.ujac.print.tag declared as FontHolder
protected  FontHolder BaseFontTag.parentFont
          The surrounding font.
 



Copyright © 2003-2004 UJAC.org. All Rights Reserved.