|
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.ListItem
Represents the ListItem.
Licensing:
This class is a DynamicPDF Generator Professional Edition
feature. One of the following licenses is required for non-evaluation usage:
| Method Summary | |
Align |
getBulletAlign()
Gets the Align enumeration that specifies the
Bullet alignment of the ListItem. |
float |
getBulletAreaWidth()
Gets the width in which bullets will be drawn, for this ListItem. |
float |
getBulletSize()
Gets the bullet size of the ListItem. |
Font |
getFont()
Gets the font of the ListItem. |
float |
getFontSize()
gets the fontsize of the ListItem. |
float |
getLeading()
Gets the leading for the text of the ListItem. |
float |
getLeftIndent()
Gets the left indent of the ListItem. |
float |
getListItemBottomMargine()
Gets the bottom margin of the ListItem. |
float |
getListItemTopMargine()
Gets the top margin of the ListItem. |
float |
getParagraphIndent()
Gets the ParagraphIndent of the ListItem. |
float |
getRightIndent()
Gets the rightIndent of the ListItem. |
boolean |
getRightToLeft()
Gets a value indicating if text language is RightToLeft. |
boolean |
getStrikeThrough()
Gets the StrikeThrough value of the ListItem. |
SubListList |
getSubLists()
Gets the SubListList of the ListItem. |
java.lang.String |
getText()
Gets the Text of the ListItem. |
TextAlign |
getTextAlign()
Gets the TextAlign enumeration that specifies the
text alignment of the ListItem. |
Color |
getTextColor()
Gets the Text Color of the ListItem. |
boolean |
getUnderline()
Gets a underline property of the ListItem. |
void |
setBulletAlign(Align bulletAlign)
Sets the Align enumeration that specifies the
Bullet alignment of the ListItem. |
void |
setBulletAreaWidth(float bulletAreaWidth)
Sets the width in which bullets will be drawn, for this ListItem. |
void |
setBulletSize(float bulletSize)
Sets the bullet size of the ListItem. |
void |
setFont(Font font)
Sets the font of the ListItem. |
void |
setFontSize(float fontSize)
Sets the fontsize of the ListItem. |
void |
setLeading(float leading)
Sets the Leading for the text of the ListItem. |
void |
setLeftIndent(float lIndent)
Sets the left indent of the ListItem. |
void |
setParagraphIndent(float paragraphIndent)
Sets the ParagraphIndent of the ListItem. |
void |
setRightIndent(float rIndent)
Sets the rightIndent of the ListItem. |
void |
setRightToLeft(boolean value)
Sets a value indicating if text language is RightToLeft. |
void |
setStrikeThrough(boolean strikeThrough)
Sets the StrikeThrough property of the ListItem. |
void |
setText(java.lang.String item)
Sets the Text of the ListItem. |
void |
setTextAlign(TextAlign textAlign)
Sets the TextAlign enumeration that specifies the
text alignment of the ListItem. |
void |
setTextColor(Color textColor)
Sets the Text Color for the ListItem. |
void |
setUnderline(boolean underline)
Sets the underline property of the ListItem. |
| 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 |
getBulletPrefix, getBulletSuffix, getBulletType |
| Method Detail |
public Font getFont()
Gets the font of the ListItem.
getFont in interface IListPropertiesFontpublic void setFont(Font font)
Sets the font of the ListItem.
font - the font of the ListItem.Fontpublic float getFontSize()
gets the fontsize of the ListItem.
getFontSize in interface IListPropertiespublic void setFontSize(float fontSize)
Sets the fontsize of the ListItem.
fontSize - the size of the ListItem.public void setRightToLeft(boolean value)
Sets a value indicating if text language is RightToLeft.
value - boolean the RighttoLeft of the ListItem.public boolean getRightToLeft()
Gets a value indicating if text language is RightToLeft.
getRightToLeft in interface IListPropertiespublic boolean getUnderline()
Gets a underline property of the ListItem.
public void setUnderline(boolean underline)
Sets the underline property of the ListItem.
underline - The Underline property of the ListItem.public void setStrikeThrough(boolean strikeThrough)
Sets the StrikeThrough property of the ListItem.
strikeThrough - The StrikeThrough property of the ListItem.public boolean getStrikeThrough()
Gets the StrikeThrough value of the ListItem.
getStrikeThrough in interface IListPropertiespublic Color getTextColor()
Color of the ListItem.
getTextColor in interface IListPropertiesColor for the ListItem.Colorpublic void setTextColor(Color textColor)
Color for the ListItem.
textColor - Color for the ListItem.Colorpublic void setText(java.lang.String item)
Sets the Text of the ListItem.
item - the Text of the ListItem.public java.lang.String getText()
Gets the Text of the ListItem.
public float getLeading()
Gets the leading for the text of the ListItem.
getLeading in interface IListPropertiespublic void setLeading(float leading)
Sets the Leading for the text of the ListItem.
leading - the Leading for the text of the ListItem.public float getRightIndent()
Gets the rightIndent of the ListItem.
getRightIndent in interface IListPropertiespublic void setRightIndent(float rIndent)
Sets the rightIndent of the ListItem.
rIndent - the rightIndent of the ListItem.public float getLeftIndent()
Gets the left indent of the ListItem.
getLeftIndent in interface IListPropertiespublic void setLeftIndent(float lIndent)
Sets the left indent of the ListItem.
lIndent - the left indent of the ListItem.public Align getBulletAlign()
Align enumeration that specifies the
Bullet alignment of the ListItem.
getBulletAlign in interface IListPropertiesAlign enumeration that specifies the
Bullet alignment of the ListItem.Alignpublic void setBulletAlign(Align bulletAlign)
Align enumeration that specifies the
Bullet alignment of the ListItem.
bulletAlign - The Align enumeration that specifies the
Bullet alignment of the ListItem.Alignpublic float getBulletAreaWidth()
Gets the width in which bullets will be drawn, for this ListItem.
getBulletAreaWidth in interface IListPropertiesListItempublic void setBulletAreaWidth(float bulletAreaWidth)
Sets the width in which bullets will be drawn, for this ListItem.
bulletAreaWidth - the width of the bullet area.ListItempublic float getParagraphIndent()
Gets the ParagraphIndent of the ListItem.
getParagraphIndent in interface IListPropertiespublic void setParagraphIndent(float paragraphIndent)
Sets the ParagraphIndent of the ListItem.
paragraphIndent - the ParagraphIndent of the ListItem.public SubListList getSubLists()
Gets the SubListList of the ListItem.
public void setTextAlign(TextAlign textAlign)
TextAlign enumeration that specifies the
text alignment of the ListItem.
textAlign - TextAlign enumeration that specifies
the text alignment of the ListItem.TextAlignpublic TextAlign getTextAlign()
TextAlign enumeration that specifies the
text alignment of the ListItem.
getTextAlign in interface IListPropertiesTextAlign enumeration that specifies the
text alignment of the ListItem.TextAlignpublic float getListItemBottomMargine()
Gets the bottom margin of the ListItem.
getListItemBottomMargine in interface IListPropertiespublic float getListItemTopMargine()
Gets the top margin of the ListItem.
getListItemTopMargine in interface IListPropertiespublic void setBulletSize(float bulletSize)
Sets the bullet size of the ListItem.
bulletSize - the bullet size of the ListItem.public float getBulletSize()
Gets the bullet size of the ListItem.
getBulletSize in interface IListProperties
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||