|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.PageElement
com.cete.dynamicpdf.pageelements.TaggablePageElement
com.cete.dynamicpdf.pageelements.RotatingPageElement
com.cete.dynamicpdf.pageelements.List
public class List
Represents the List.
Licensing:
This class is a DynamicPDF Generator Professional Edition
feature. One of the following licenses is required for non-evaluation usage:
| Method Summary | |
|---|---|
void |
drawRotated(PageWriter writer)
Draws the List to the given PageWriter object. |
Align |
getBulletAlign()
Get the Bullet's alignment in the List. |
float |
getBulletAreaWidth()
Gets the width in which bullets will be drawn, for each ListItem of the List. |
float |
getBulletSize()
Get bullet's size for the List . |
Font |
getFont()
Gets the Font of the List. |
float |
getFontSize()
Gets the font size of the List. |
float |
getHeight()
Gets the height of the List. |
float |
getLeading()
Gets the leading for the text of the List. |
float |
getLeftIndent()
Gets the left indent of the List. |
float |
getListItemBottomMargine()
Gets the bottom margin of the ListItems in the List. |
ListItemList |
getListItems()
Gets the ListItemLists of the List. |
float |
getListItemTopMargine()
Returns the top margin of the ListItems in the List. |
float |
getParagraphIndent()
Gets the paragraph indent of the List. |
float |
getRightIndent()
Gets the right indent of the whole List. |
boolean |
getRightToLeft()
Gets a value indicating if the Text is in Right to Left language . |
boolean |
getStrikethrough()
Gets the true if text for whole List is set as StrikeThrough. |
Tag |
getTag()
Gets the tag of the taggable element. |
int |
getTagOrder()
Gets the tag order of the taggable element. |
TextAlign |
getTextAlign()
Gets the TextAlign enumeration that specifies the
text alignment of the List. |
Color |
getTextColor()
Gets the Color of the Text for whole List. |
Color |
getTextOutlineColor()
Gets the Color of the text outline for whole List. |
float |
getTextOutlineWidth()
Gets the the line width to use for the text outline of the list.. |
float |
getWidth()
Gets the Width of the List. |
void |
setBulletAlign(Align bulletAlign)
Set the Bullet's alignment in the List. |
void |
setBulletAreaWidth(float bulletArea)
Sets the width in which bullets will be drawn, for each ListItem of the List. |
void |
setBulletSize(float bulletSize)
Sets bullet's size for the List. |
void |
setFont(Font font)
Sets the Font of the List. |
void |
setFontSize(float fontSize)
Sets the font size of the List. |
void |
setHeight(float height)
Sets the height of the List. |
void |
setLeading(float leading)
Sets the Leading for the text of the List. |
void |
setLeftIndent(float leftIndent)
Sets the left indent of the List. |
void |
setListItemBottomMargin(float bottomMargin)
Sets the bottom margin of the ListItems in the List. |
void |
setListItemTopMargin(float topMargin)
Sets the top margin of the ListItems in the List. |
void |
setParagraphIndent(float paragraphIndent)
Sets the paragraph indent of the List. |
void |
setRightIndent(float rightIndent)
Sets the right indent of the whole List.It can be changed at individual ListItem level also. |
void |
setRightToLeft(boolean value)
Sets a value indicating if the Text is in Right to Left language . |
void |
setStrikethrough(boolean strikeThrough)
Sets the text of each ListItem of the List as StrikeThrough. |
void |
setTag(Tag tag)
Sets the tag of the taggable element. |
void |
setTagOrder(int tagOrder)
Sets the tag order of the taggable element. |
void |
setTextAlign(TextAlign textAlign)
Sets the TextAlign enumeration that specifies the
text alignment of the List. |
void |
setTextColor(Color textColor)
Sets Color of the Text for whole List. |
void |
setTextOutlineColor(Color textOutlineColor)
Sets Color of the text outline for whole List. |
void |
setTextOutlineWidth(float textOutlineWidth)
Sets the line width to use for the text outline of the list.. |
void |
setWidth(float width)
Sets the Width of the List. |
| 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 |
| Method Detail |
|---|
public float getHeight()
Gets the height of the List.
getHeight in interface IAreagetHeight in class RotatingPageElementpublic void setHeight(float height)
Sets the height of the List.
setHeight in interface IAreasetHeight in class RotatingPageElementheight - the height of the List.public float getWidth()
Gets the Width of the List.
getWidth in interface IAreapublic void setWidth(float width)
Sets the Width of the List.
setWidth in interface IAreawidth - the Width of the List.public void drawRotated(PageWriter writer)
PageWriter object.
drawRotated in class RotatingPageElementwriter - PageWriter object to receive the
List's output.PageWriterpublic Tag getTag()
getTag in class TaggablePageElementLicensing:
This class is a DynamicPDF Generator Enterprise Edition
feature. One of the following licenses is required for non-evaluation usage:
public void setTag(Tag tag)
setTag in class TaggablePageElementtag - the tag of the taggable element.
Licensing:
This class is a DynamicPDF Generator Enterprise Edition
feature. One of the following licenses is required for non-evaluation usage:
public int getTagOrder()
getTagOrder in class TaggablePageElementpublic void setTagOrder(int tagOrder)
setTagOrder in class TaggablePageElementtagOrder - the tag order of the taggable element.public float getLeading()
Gets the leading for the text of the List.
public void setLeading(float leading)
Sets the Leading for the text of the List.
leading - the Leading for the text of the List.public float getFontSize()
Gets the font size of the List.
public void setFontSize(float fontSize)
Sets the font size of the List.
fontSize - the font size of the List.public Font getFont()
Gets the Font of the List.
Fontpublic void setFont(Font font)
Sets the Font of the List.
font - the font of the List.Fontpublic void setRightToLeft(boolean value)
Sets a value indicating if the Text is in Right to Left language .
value - boolean true if language is specified as Right to Left.public boolean getRightToLeft()
Gets a value indicating if the Text is in Right to Left language .
public Color getTextColor()
Color of the Text for whole List.
Color.Colorpublic void setTextColor(Color textColor)
Color of the Text for whole List.
textColor - Text Color.Colorpublic Color getTextOutlineColor()
Color of the text outline for whole List.
Color.Colorpublic void setTextOutlineColor(Color textOutlineColor)
Color of the text outline for whole List.
textOutlineColor - Text outline Color.Colorpublic float getTextOutlineWidth()
public void setTextOutlineWidth(float textOutlineWidth)
textOutlineWidth - Text outline width.Colorpublic float getRightIndent()
Gets the right indent of the whole List. Each ListItem may have his own right to left Indent.
ListItempublic void setRightIndent(float rightIndent)
Sets the right indent of the whole List.It can be changed at individual ListItem level also.
rightIndent - the right indent of the List.public float getLeftIndent()
Gets the left indent of the List. Each ListItem may have his own right ot left Indent.
public void setLeftIndent(float leftIndent)
Sets the left indent of the List. It can be changed at individual ListItem level also
leftIndent - the left indent of the List.public TextAlign getTextAlign()
TextAlign enumeration that specifies the
text alignment of the List.
TextAlign enumeration that specifies the
text alignment of the List.TextAlignpublic void setTextAlign(TextAlign textAlign)
TextAlign enumeration that specifies the
text alignment of the List.
textAlign - TextAlign enumeration that specifies
the text alignment of the List.TextAlignpublic Align getBulletAlign()
List.
Align enumeration that specifies the
Bullet alignment.Alignpublic void setBulletAlign(Align bulletAlign)
bulletAlign - enumeration that specifies the
Bullet alignment in the List.Alignpublic float getParagraphIndent()
Gets the paragraph indent of the List.
public void setParagraphIndent(float paragraphIndent)
Sets the paragraph indent of the List.
paragraphIndent - the paragraph indent of the List.public float getBulletAreaWidth()
Gets the width in which bullets will be drawn, for each ListItem of the List.
ListItempublic void setBulletAreaWidth(float bulletArea)
Sets the width in which bullets will be drawn, for each ListItem of the List.
bulletArea - the width of the bullet area for each ListItem.ListItempublic ListItemList getListItems()
Gets the ListItemLists of the List.
public void setListItemTopMargin(float topMargin)
Sets the top margin of the ListItems in the List.
topMargin - the top margin of the ListItems in the List.public float getListItemTopMargine()
Returns the top margin of the ListItems in the List.
public void setListItemBottomMargin(float bottomMargin)
Sets the bottom margin of the ListItems in the List.
bottomMargin - the bottom margin of the ListItems in the List.public float getListItemBottomMargine()
Gets the bottom margin of the ListItems in the List.
public void setStrikethrough(boolean strikeThrough)
Sets the text of each ListItem of the List as StrikeThrough.
strikeThrough - the StrikeThrough of the List.ListItempublic boolean getStrikethrough()
Gets the true if text for whole List is set as StrikeThrough.
public float getBulletSize()
Get bullet's size for the List .
public void setBulletSize(float bulletSize)
Sets bullet's size for the List.
bulletSize - the bullet size of the List.
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||