|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.pageelements.SubList com.cete.dynamicpdf.pageelements.OrderedSubList
public class OrderedSubList
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 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, getTextOutlineColor, getTextOutlineWidth |
Method Detail |
---|
public void setBulletPrefix(java.lang.String prefix)
Sets the Prefix String of the Bullets.
prefix
- the Prefix String of the Bullets.public void setBulletSuffix(java.lang.String suffix)
Sets the Suffix String of the Bullets.
suffix
- the suffix String of the Bullets.public java.lang.String getBulletPrefix()
Gets the Prefix String of the Bullets.
getBulletPrefix
in interface IListProperties
public java.lang.String getBulletSuffix()
Gets the Suffix String of the Bullets.
getBulletSuffix
in interface IListProperties
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |