DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Class OrderedSubList

java.lang.Object
  |
  +--com.cete.dynamicpdf.pageelements.SubList
        |
        +--com.cete.dynamicpdf.pageelements.OrderedSubList
All Implemented Interfaces:
IListProperties

public class OrderedSubList
extends SubList
implements IListProperties

Represent the OrderedSubList.

Licensing:
This class is a DynamicPDF Generator Professional Edition feature. One of the following licenses is required for non-evaluation usage:


Method Summary
 java.lang.String getBulletPrefix()
          Gets the Prefix String of the Bullets.
 java.lang.String getBulletSuffix()
          Gets the Suffix String of the Bullets.
 void setBulletPrefix(java.lang.String prefix)
          Sets the Prefix String of the Bullets.
 void setBulletSuffix(java.lang.String suffix)
          Sets the Suffix String of the Bullets.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.SubList
getBulletAlign, getBulletAreaWidth, getBulletSize, getFont, getFontSize, getLeading, getLeftIndent, getListItemBottomMargine, getListItems, getListItemTopMargine, getParagraphIndent, getRightIndent, getRightToLeft, getStrikeThrough, getTextAlign, getTextColor, setBulletAlign, setBulletAreaWidth, setBulletSize, setFont, setFontSize, setLeading, setLeftIndent, setListItemBottomMargin, setListItemTopMargin, setParagraphIndent, setRightIndent, setRightToLeft, setStrikeThrough, setTextAlign, setTextColor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.cete.dynamicpdf.pageelements.IListProperties
getBulletAlign, getBulletAreaWidth, getBulletSize, getBulletType, getFont, getFontSize, getLeading, getLeftIndent, getListItemBottomMargine, getListItemTopMargine, getParagraphIndent, getRightIndent, getRightToLeft, getStrikeThrough, getTextAlign, getTextColor
 

Method Detail

setBulletPrefix

public void setBulletPrefix(java.lang.String prefix)

Sets the Prefix String of the Bullets.

Parameters:
prefix - the Prefix String of the Bullets.

setBulletSuffix

public void setBulletSuffix(java.lang.String suffix)

Sets the Suffix String of the Bullets.

Parameters:
suffix - the suffix String of the Bullets.

getBulletPrefix

public java.lang.String getBulletPrefix()

Gets the Prefix String of the Bullets.

Specified by:
getBulletPrefix in interface IListProperties
Overrides:
getBulletPrefix in class SubList
Returns:
String the Prefix String of the Bullets

getBulletSuffix

public java.lang.String getBulletSuffix()

Gets the Suffix String of the Bullets.

Specified by:
getBulletSuffix in interface IListProperties
Overrides:
getBulletSuffix in class SubList
Returns:
String the Suffix String of the Bullets

DynamicPDF by ceTe Software

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