|
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.RotatingPageElement
|
+--com.cete.dynamicpdf.pageelements.List
|
+--com.cete.dynamicpdf.pageelements.UnorderedList
This class can be used to Create UnorderedList.
NOTE: This page element cannot be used within a table cell, or tranformation group.
Licensing:
This class is a DynamicPDF Generator Professional Edition
feature. One of the following licenses is required for non-evaluation usage:
| Constructor Summary | |
UnorderedList(float x,
float y,
float width,
float height)
Creating new instance of the UnorderedList. |
|
UnorderedList(float x,
float y,
float width,
float height,
Font font,
float fontSize)
Creating new instance of the UnorderedList. |
|
UnorderedList(float x,
float y,
float width,
float height,
Font font,
float fontSize,
UnorderedListStyle bullet)
Creating new instance of the UnorderedList. |
|
| Method Summary | |
UnorderedListStyle |
getBulletStyle()
Gets the Bullet Type of the List. |
UnorderedList |
getOverFlowList()
Gets a UnorderedList object containing the List Text. |
UnorderedList |
getOverFlowList(float x,
float y)
Gets a UnorderedList object containing the List Text. |
float |
getRequiredHeight()
Gets the height required to fit all of the text supplied. |
void |
setBulletStyle(UnorderedListStyle bullet)
Sets the Bullet Type of the List. |
| Methods inherited from class com.cete.dynamicpdf.pageelements.List |
drawRotated, getBulletAlign, getBulletAreaWidth, getBulletSize, getFont, getFontSize, getHeight, getLeading, getLeftIndent, getListItemBottomMargine, getListItems, getListItemTopMargine, getParagraphIndent, getRightIndent, getRightToLeft, getStrikeThrough, getTextAlign, getTextColor, getWidth, setBulletAlign, setBulletAreaWidth, setBulletSize, setFont, setFontSize, setHeight, setLeading, setLeftIndent, setListItemBottomMargin, setListItemTopMargin, setParagraphIndent, setRightIndent, setRightToLeft, setStrikeThrough, setTextAlign, setTextColor, setWidth |
| 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 UnorderedList(float x,
float y,
float width,
float height)
Creating new instance of the UnorderedList.
x - X coordinate of the UnorderedList.y - Y coordinate of the UnorderedList.width - width of the UnorderedList.height - height of the UnorderedList.UnorderedList
public UnorderedList(float x,
float y,
float width,
float height,
Font font,
float fontSize)
Creating new instance of the UnorderedList.
x - X coordinate of the UnorderedList.y - Y coordinate of the UnorderedList.width - width of the UnorderedList.height - height of the UnorderedList.font - Font of the UnorderedList.fontSize - FontSize of the UnorderedList.Font
public UnorderedList(float x,
float y,
float width,
float height,
Font font,
float fontSize,
UnorderedListStyle bullet)
Creating new instance of the UnorderedList.
x - X coordinate of the UnorderedList.y - Y coordinate of the UnorderedList.width - width of the UnorderedList.height - height of the UnorderedList.font - Font of the UnorderedList.fontSize - FontSize of the UnorderedList.bullet - UnorderedListStyle of the UnorderedList.Font,
UnorderedListStyle,
UnorderedList| Method Detail |
public float getRequiredHeight()
Gets the height required to fit all of the text supplied.
public UnorderedList getOverFlowList()
Gets a UnorderedList object containing the List Text. View Example
UnorderedList object.
public UnorderedList getOverFlowList(float x,
float y)
Gets a UnorderedList object containing the List Text. View Example
x - new X coordinate of the UnorderedList.y - new Y coordinate of the UnorderedList.
UnorderedList object.public void setBulletStyle(UnorderedListStyle bullet)
Sets the Bullet Type of the List.
bullet - the Type of the Bullet.public UnorderedListStyle getBulletStyle()
Gets the Bullet Type of the List.
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||