|
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
public class 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 | |
---|---|
Tag |
getBodyTag()
Gets the body tag. |
int |
getBodyTagOrder()
Gets the body tag order. |
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. |
Tag |
getBulletTag()
Gets the bullets tag. |
int |
getBulletTagOrder()
Gets the structure element order of the list item bullet. |
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. |
Tag |
getListItemTag()
Gets the list item tag. |
int |
getListItemTagOrder()
Gets the list item tag order. |
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. |
Tag |
getTag()
Gets the structure element of the list item sublists. |
int |
getTagOrder()
Gets the structure element order of the list item sublists. |
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. |
Color |
getTextOutlineColor()
Gets the Color of the text outline for ListItem. |
float |
getTextOutlineWidth()
Gets the the line width to use for the text outline of the list.. |
boolean |
getUnderline()
Gets a underline property of the ListItem. |
void |
setBodyTag(Tag bodyTag)
Sets the body tag. |
void |
setBodyTagOrder(int bodyTagOrder)
Sets the body tag order. |
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 |
setBulletTag(Tag bulletTag)
Sets the bullets tag. |
void |
setBulletTagOrder(int bulletTagOrder)
Sets the structure element order of the list item bullet. |
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 |
setListItemTag(Tag listItemTag)
Sets the list item tag. |
void |
setListItemTagOrder(int listItemTagOrder)
Sets the list item tag order. |
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 |
setTag(Tag tag)
Sets the structure element of the list item sublists. |
void |
setTagOrder(int tagOrder)
Gets the structure element order of the list item sublists. |
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 |
setTextOutlineColor(Color textOutlineColor)
Sets Color of the text outline for ListItem. |
void |
setTextOutlineWidth(float textOutlineWidth)
Sets the line width to use for the text outline of the list.. |
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 IListProperties
Font
public void setFont(Font font)
Sets the font of the ListItem.
font
- the font of the ListItem.Font
public float getFontSize()
gets the fontsize of the ListItem.
getFontSize
in interface IListProperties
public 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 IListProperties
public 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 IListProperties
public Color getTextColor()
Color
of the ListItem.
getTextColor
in interface IListProperties
Color
for the ListItem.Color
public void setTextColor(Color textColor)
Color
for the ListItem.
textColor
- Color
for the ListItem.Color
public Color getTextOutlineColor()
Color
of the text outline for ListItem.
getTextOutlineColor
in interface IListProperties
Color
.Color
public void setTextOutlineColor(Color textOutlineColor)
Color
of the text outline for ListItem.
textOutlineColor
- Text outline Color
.Color
public float getTextOutlineWidth()
getTextOutlineWidth
in interface IListProperties
public void setTextOutlineWidth(float textOutlineWidth)
textOutlineWidth
- Text outline width.Color
public 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 IListProperties
public 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 IListProperties
public 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 IListProperties
public 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 IListProperties
Align
enumeration that specifies the
Bullet alignment of the ListItem.Align
public 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.Align
public float getBulletAreaWidth()
Gets the width in which bullets will be drawn, for this ListItem
.
getBulletAreaWidth
in interface IListProperties
ListItem
public void setBulletAreaWidth(float bulletAreaWidth)
Sets the width in which bullets will be drawn, for this ListItem
.
bulletAreaWidth
- the width of the bullet area.ListItem
public float getParagraphIndent()
Gets the ParagraphIndent of the ListItem.
getParagraphIndent
in interface IListProperties
public 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.TextAlign
public TextAlign getTextAlign()
TextAlign
enumeration that specifies the
text alignment of the ListItem.
getTextAlign
in interface IListProperties
TextAlign
enumeration that specifies the
text alignment of the ListItem.TextAlign
public float getListItemBottomMargine()
Gets the bottom margin of the ListItem.
getListItemBottomMargine
in interface IListProperties
public float getListItemTopMargine()
Gets the top margin of the ListItem.
getListItemTopMargine
in interface IListProperties
public 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
public Tag getTag()
Licensing:
This is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
public void setTag(Tag tag)
tag
- the structure element of the list item sublists.public int getTagOrder()
public void setTagOrder(int tagOrder)
tagOrder
- the structure element order of the list item sublists.public Tag getBulletTag()
Licensing:
This is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
public void setBulletTag(Tag bulletTag)
bulletTag
- the tag.public int getBulletTagOrder()
public void setBulletTagOrder(int bulletTagOrder)
bulletTagOrder
- the structure element order of the list item bullet.public Tag getBodyTag()
Licensing:
This is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
public void setBodyTag(Tag bodyTag)
bodyTag
- the body tag.public int getBodyTagOrder()
public void setBodyTagOrder(int bodyTagOrder)
bodyTagOrder
- the body tag order.public Tag getListItemTag()
Licensing:
This is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
public void setListItemTag(Tag listItemTag)
listItemTag
- the list item tag.public int getListItemTagOrder()
public void setListItemTagOrder(int listItemTagOrder)
listItemTagOrder
- the list item tag.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |