org.ujac.print
Interface CommonAttributesHolder

All Known Subinterfaces:
ElementContainer, PdfCellContainer, PdfTableHolder, PhraseHolder
All Known Implementing Classes:
BaseCellTag, BaseFontTag, BoldTag, BoxTag, CaseTag, CellTag, ChapterTag, ColumnTextTag, ConditionTag, DefaultTag, DocumentTag, DynamicContentContainer, ElseTag, FontTag, FooterPartTag, ForeachTag, HeaderFooterPartTag, HeaderPartTag, HeadTag, IfTag, IndexTag, ItalicTag, ListItemTag, ListSymbolTag, MacroDefTag, ParagraphTag, PdfCellBlockTag, PdfCellTag, PdfTableHeaderTag, PdfTableRowTag, PdfTableTag, PhraseTag, PrintTableTag, RowCellTag, SectionTag, SegmentTag, SpanTag, SubscriptTag, SuperscriptTag, TocTag, UnderlineTag, WatermarkTag

public interface CommonAttributesHolder

Name: CommonAttributesHolder
Description: An interface for elements which define the 'line-spacing' and 'leading' attributes.

Author:
lauerc

Method Summary
 float getLeading()
          Gets the fixed vertical leading distance.
 float getLineSpacing()
          Gets the line spacing.
 

Method Detail

getLineSpacing

float getLineSpacing()
Gets the line spacing.

Returns:
The current line spacing.

getLeading

float getLeading()
Gets the fixed vertical leading distance.

Returns:
The current fixed vertical leading distance.


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