org.ujac.print
Interface StyleHolder

All Known Subinterfaces:
RowCellContainer
All Known Implementing Classes:
BaseCellTag, BoxTag, CellTag, ChapterTag, DocumentTag, ExtraRowTag, FooterPartTag, FooterTag, HeaderFooterPartTag, HeaderFooterTag, HeaderPartTag, HeaderTag, ParagraphTag, PdfCellBlockTag, PdfCellTag, PdfTableHeaderTag, PdfTableRowTag, PdfTableTag, PhraseTag, PrintFooterRowTag, PrintGroupRowTag, PrintGroupTitleRowTag, PrintHeaderRowTag, PrintRowTag, PrintTableTag, RowCellTag, SectionTag, TableTag

public interface StyleHolder

Name: StyleHolder
Description: An interface for tags that can hold style attributes.

Author:
lauerc

Method Summary
 Object getStyleAttribute(String name)
          Gets the style attribute with the given name.
 

Method Detail

getStyleAttribute

Object getStyleAttribute(String name)
                         throws TagAttributeException
Gets the style attribute with the given name.

Parameters:
name - The name of the style attribute to get.
Returns:
The style value or null, if not defined.
Throws:
TagAttributeException - In case the tag attribute evaluation failed.


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