|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommonAttributesHolder | |
---|---|
org.ujac.print | |
org.ujac.print.tag |
Uses of CommonAttributesHolder in org.ujac.print |
---|
Subinterfaces of CommonAttributesHolder in org.ujac.print | |
---|---|
interface |
ElementContainer
Name: ElementContainer Description: An interface for classes who are capable of containing elements. |
interface |
PdfCellContainer
Name: PdfCellContainer Description: An interface for classes who are capable of containing PDF table cells. |
interface |
PdfTableHolder
Name: PdfTableHolder Description: Interface for tags, holding PDF tables. |
interface |
PhraseHolder
Name: PhraseHolder Description: An interface for classes holding phrases. |
Classes in org.ujac.print that implement CommonAttributesHolder | |
---|---|
class |
DynamicContentContainer
Name: DynamicContentContainer Description: A container tag holding results of dynamic content evaluation. |
Methods in org.ujac.print that return CommonAttributesHolder | |
---|---|
CommonAttributesHolder |
BaseDocumentTag.getCommonAttributesHolder()
Gets the element container. |
CommonAttributesHolder |
DocumentHandler.latestCommonAttributesHolder()
Gets the first item from the top of the stack that implements the CommonAttributesHolder interface. |
Uses of CommonAttributesHolder in org.ujac.print.tag |
---|
Classes in org.ujac.print.tag that implement CommonAttributesHolder | |
---|---|
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 |
CaseTag
Name: CaseTag Description: A class handling 'case' items. |
class |
CellTag
Name: CellTag Description: An item handling table cells. |
class |
ChapterTag
Name: ChapterTag Description: Handler class for the chapter tag. |
class |
ColumnTextTag
Name: ColumnTextTag Description: A class handling <column-text> tags. |
class |
ConditionTag
Name: ConditionTag.java Description: Base implementation of conditional tags. |
class |
DefaultTag
Name: DefaultTag Description: A class handling 'default' items. |
class |
DocumentTag
Name: DocumentTag Description: A class handling <document> tags. |
class |
ElseTag
Name: ElseTag.java Description: A class handling else items. |
class |
FontTag
Name: FontTag Description: A class handling font items. |
class |
FooterPartTag
Name: FooterPartTag.java Description: Class handling <footer-part> tags. |
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 |
HeaderFooterPartTag
Name: HeaderFooterPartTag.java Description: Base class for header and footer part tags. |
class |
HeaderPartTag
Name: HeaderPartTag.java Description: Class handling <header-part> tags. |
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 |
ItalicTag
Name: ItalicTag Description: A class handling italiv font items. |
class |
ListItemTag
Name: ListItemTag Description: Class handling list-item tags. |
class |
ListSymbolTag
Name: ListSymbolTag Description: A class handling the list-symbol tag. |
class |
MacroDefTag
Name: MacroDefTag Description: A tag defining macros. |
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 |
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 |
SectionTag
Name: SectionTag Description: Handler class for the ;lt;section> tag. |
class |
SegmentTag
Name: SegmentTag Description: A class handling <segment> tags. |
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 |
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. |
class |
UnderlineTag
Name: UnderlineTag Description: A class handling underline font items. |
class |
WatermarkTag
Name: WatermarkTag Description: A class handling <watermark> tags. |
Constructors in org.ujac.print.tag with parameters of type CommonAttributesHolder | |
---|---|
CellAttributes(CommonAttributesHolder commonAttributesHolder)
Constructs a CellAttributes instance with specific attributes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |