|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PdfCellContainer | |
---|---|
org.ujac.print | |
org.ujac.print.tag |
Uses of PdfCellContainer in org.ujac.print |
---|
Subinterfaces of PdfCellContainer in org.ujac.print | |
---|---|
interface |
PdfTableHolder
Name: PdfTableHolder Description: Interface for tags, holding PDF tables. |
Methods in org.ujac.print that return PdfCellContainer | |
---|---|
PdfCellContainer |
DocumentHandler.latestPdfCellContainer()
Gets the first item from the top of the stack that implements the PdfCellContainer interface. |
Uses of PdfCellContainer in org.ujac.print.tag |
---|
Classes in org.ujac.print.tag that implement PdfCellContainer | |
---|---|
class |
BaseCellTag
Name: BaseCellTag Description: A base class for cell tags. |
class |
BoxTag
Name: BoxTag Description: Places a text box at a fix position on the current page. |
class |
CaseTag
Name: CaseTag Description: A class handling 'case' items. |
class |
ConditionTag
Name: ConditionTag.java Description: Base implementation of conditional tags. |
class |
DefaultTag
Name: DefaultTag Description: A class handling 'default' items. |
class |
ElseTag
Name: ElseTag.java Description: A class handling else items. |
class |
ForeachTag
Name: ForeachTag Description: A class iterating over a given sequence (list, table etc.) and repeats the nested body for each element of the sequence. |
class |
HeadTag
Name: HeadTag Description: Handler class for tag <head>. |
class |
IfTag
Name: IfTag Description: A class handling if items. |
class |
IndexTag
Name: IndexTag Description: Handler class for the <index> tag. This tag loops over the table of contents entries, which have been registered during the main document processing step and prints tag entries in alphabetic order which are marked as index relevant. |
class |
MacroDefTag
Name: MacroDefTag Description: A tag defining macros. |
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 |
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 |
TocTag
Name: TocTag Description: Handler class for the <toc> tag. This tag loops over the table of contents entries, which have been registered during the main document processing step. |
Fields in org.ujac.print.tag declared as PdfCellContainer | |
---|---|
protected PdfCellContainer |
ForeachTag.pdfCellContainer
The PDF cell container. |
protected PdfCellContainer |
TocTag.pdfCellContainer
The PDF cell container. |
protected PdfCellContainer |
ConditionTag.pdfCellContainer
The PDF cell container. |
protected PdfCellContainer |
IndexTag.pdfCellContainer
The PDF cell container. |
Methods in org.ujac.print.tag that return PdfCellContainer | |
---|---|
PdfCellContainer |
ForeachTag.getPdfCellContainer()
Gets the PDF cell container. |
PdfCellContainer |
TocTag.getPdfCellContainer()
Gets the PDF cell container. |
PdfCellContainer |
ConditionTag.getPdfCellContainer()
Gets the PDF cell container. |
PdfCellContainer |
IndexTag.getPdfCellContainer()
Gets the PDF cell container. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |