|
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.PageElement com.cete.dynamicpdf.pageelements.TaggablePageElement com.cete.dynamicpdf.pageelements.RotatingPageElement com.cete.dynamicpdf.pageelements.List com.cete.dynamicpdf.pageelements.OrderedList
public class OrderedList
This class can be used to Create OrderedList.
NOTE: This page element cannot be used within a table cell, or tranformation group.
The following are different kinds of NumberingStyle.
Numbering Style | Description |
---|---|
NUMERIC | Numeric. Arabic numbers are used: 1, 2, 3, etc. . |
ROMAN_LOWERCASE. | Lower Case Roman Numerals. Lower case roman numerals are used: i, ii, iii, etc. |
ROMAN_UPPERCASE | Upper Case Roman Numerals. Upper case roman numerals are used: I, II, III, etc. . |
ALPHABETIC_LOWERCASE | Lower Latin Letters. Lower case Latin letters are used: a, b, c, etc. After z, aa is used followed by ab, ac, ect. . |
ALPHABETIC_UPPERCASE | Lower Latin Letters. Lower case Latin letters are used: A, B, C, etc. After Z, AA is used followed by AB, AC, ect. . |
Licensing:
This class is a DynamicPDF Generator Professional Edition
feature. One of the following licenses is required for non-evaluation usage:
Constructor Summary | |
---|---|
OrderedList(float x,
float y,
float width,
float height)
Creating new Instance of the OrderedList. |
|
OrderedList(float x,
float y,
float width,
float height,
Font font,
float fontSize)
Creating new Instance of the OrderedList. |
|
OrderedList(float x,
float y,
float width,
float height,
Font font,
float fontSize,
NumberingStyle nStyle)
Creating new Instance of the OrderedList. |
Method Summary | |
---|---|
java.lang.String |
getBulletPrefix()
Gets the Prefix String of the Bullets. |
java.lang.String |
getBulletSuffix()
Gets the Suffix String of the Bullets. |
NumberingStyle |
getBulletType()
Gets the NumberingStyle of the Bullet. |
OrderedList |
getOverFlowList()
Gets a OrderedList object containing the List Text. |
OrderedList |
getOverFlowList(float x,
float y)
Gets a OrderedList object containing the List Text. |
float |
getRequiredHeight()
Gets the height required to fit all of the text supplied. |
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.RotatingPageElement |
---|
draw, getAngle, getX, getY, setAngle, setX, setY |
Methods inherited from class com.cete.dynamicpdf.PageElement |
---|
getRequiredLicenseLevel, getStrID, setRequiredLicenseLevel, setStrID |
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.ICoordinate |
---|
getX, getY, setX, setY |
Constructor Detail |
---|
public OrderedList(float x, float y, float width, float height)
Creating new Instance of the OrderedList.
x
- X coordinate of the OrderedList.y
- Y coordinate of the OrderedList.width
- Wdith of the OrderedList.height
- height of the OrderedList.OrderedList
public OrderedList(float x, float y, float width, float height, Font font, float fontSize)
Creating new Instance of the OrderedList.
x
- X coordinate of the OrderedList.y
- X coordinate of the OrderedList.width
- Width of the OrderedList.height
- height of the OrderedList.font
- Font
of the OrderedList.fontSize
- FontSize of the OrderedList.Font
,
OrderedList
public OrderedList(float x, float y, float width, float height, Font font, float fontSize, NumberingStyle nStyle)
Creating new Instance of the OrderedList.
x
- X coordinate of the OrderedList.y
- X coordinate of the OrderedList.width
- Width of the OrderedList.height
- height of the OrderedList.font
- Font
of the OrderedList.fontSize
- FontSize of the OrderedList.nStyle
- NumberingStyle
of the OrderedList.Font
,
NumberingStyle
,
OrderedList
Method Detail |
---|
public float getRequiredHeight()
Gets the height required to fit all of the text supplied.
public OrderedList getOverFlowList()
OrderedList
object containing the List Text. View Example
OrderedList
object.public OrderedList getOverFlowList(float x, float y)
OrderedList
object containing the List Text. View Example
x
- new X coordinate of the OrderedList.y
- new Y coordinate of the OrderedList.
OrderedList
object.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.
public java.lang.String getBulletSuffix()
Gets the Suffix String of the Bullets.
public NumberingStyle getBulletType()
Gets the NumberingStyle of the Bullet.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |