DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Interface IListProperties

All Known Implementing Classes:
ListItem, OrderedSubList, SubList

public interface IListProperties

Represent the properties of the List & ListItem.


Method Summary
 Align getBulletAlign()
          Gets the Align enumeration that specifies the Bullet alignment.
 float getBulletAreaWidth()
          Gets the BulletAreaWidth.
 java.lang.String getBulletPrefix()
          Gets the Bullet Prefix String.
 float getBulletSize()
          Gets the Bulletsize.
 java.lang.String getBulletSuffix()
          Gets the Bullet Suffix String.
 NumberingStyle getBulletType()
          Gets the Numbering Style of the Bullet.
 Font getFont()
          Gets the font.
 float getFontSize()
          Gets size of the font.
 float getLeading()
          Gets the leading for the text.
 float getLeftIndent()
          Gets the left indent.
 float getListItemBottomMargine()
          Gets the bottom margin.
 float getListItemTopMargine()
          Gets the TopMargin.
 float getParagraphIndent()
          Gets the ParagraphIndent.
 float getRightIndent()
          Gets the Right Indent.
 boolean getRightToLeft()
          Gets a value indicating if text should be displayed right to left.
 boolean getStrikeThrough()
          Returns the StrikeThrough.
 TextAlign getTextAlign()
          Gets the TextAlign enumeration that specifies the text alignment.
 Color getTextColor()
          Gets the Color.
 

Method Detail

getFont

public Font getFont()

Gets the font.

Returns:
Font The font .
See Also:
Font

getFontSize

public float getFontSize()

Gets size of the font.

Returns:
float the FontSize.

getLeading

public float getLeading()

Gets the leading for the text.

Returns:
float The leading for the text.

getRightIndent

public float getRightIndent()

Gets the Right Indent.

Returns:
float the Right Indent.

getLeftIndent

public float getLeftIndent()

Gets the left indent.

Returns:
float the left indent

getTextAlign

public TextAlign getTextAlign()
Gets the TextAlign enumeration that specifies the text alignment.

Returns:
TextAlig enumeration that specifies the text alignment.
See Also:
TextAlign

getTextColor

public Color getTextColor()
Gets the Color.

Returns:
Color object.
See Also:
Color

getBulletAlign

public Align getBulletAlign()
Gets the Align enumeration that specifies the Bullet alignment.

Returns:
Align enumeration that specifies the Bullet alignment.
See Also:
Align

getParagraphIndent

public float getParagraphIndent()

Gets the ParagraphIndent.

Returns:
float ParagraphIndent.

getBulletAreaWidth

public float getBulletAreaWidth()

Gets the BulletAreaWidth.

Returns:
float The BulletAreaWidth.

getStrikeThrough

public boolean getStrikeThrough()

Returns the StrikeThrough.

Returns:
boolean the StrikeThrough.

getRightToLeft

public boolean getRightToLeft()

Gets a value indicating if text should be displayed right to left.

Returns:
boolean the Right to Left.

getListItemTopMargine

public float getListItemTopMargine()

Gets the TopMargin.

Returns:
float the TopMargin.

getListItemBottomMargine

public float getListItemBottomMargine()

Gets the bottom margin.

Returns:
float the bottom marginof.

getBulletSize

public float getBulletSize()

Gets the Bulletsize.

Returns:
float the Bulletsize.

getBulletSuffix

public java.lang.String getBulletSuffix()

Gets the Bullet Suffix String.

Returns:
String the Bullet Suffix String.

getBulletPrefix

public java.lang.String getBulletPrefix()

Gets the Bullet Prefix String.

Returns:
String the Bullet Prefix String.

getBulletType

public NumberingStyle getBulletType()

Gets the Numbering Style of the Bullet.

Returns:
NumberingStyle the NumberingStyle of the Bullet.

DynamicPDF by ceTe Software

API Reference for DynamicPDFTM v4.0.1 for Java generated on October 06, 2006
© Copyright 2006, ceTe Software