|
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.pageelements.SubList
public abstract class SubList
Represents the SubList that can be initialized on List.
Licensing:
This class is a DynamicPDF Generator Professional Edition
feature. One of the following licenses is required for non-evaluation usage:
List
| Method Summary | |
|---|---|
Align |
getBulletAlign()
Get the Bullet's alignment in the SubList. |
float |
getBulletAreaWidth()
Gets the width in which bullets will be drawn, for each ListItem of the SubList. |
float |
getBulletSize()
Get bullet's size for the SubList . |
Font |
getFont()
Gets the Font of the SubList. |
float |
getFontSize()
Gets the font size of the SubList. |
float |
getLeading()
Gets the leading for the text of the SubList. |
float |
getLeftIndent()
Gets the left indent of the SubList. |
float |
getListItemBottomMargine()
Gets the bottom margin of the ListItems in the SubList. |
ListItemList |
getListItems()
Gets the ListItemLists of the SubList. |
float |
getListItemTopMargine()
Returns the top margin of the ListItems in the SubList. |
float |
getParagraphIndent()
Gets the paragraph indent of the SubList. |
float |
getRightIndent()
Gets the right indent of the whole SubList. |
boolean |
getRightToLeft()
Gets a value indicating if the Text is in Right to Left language . |
boolean |
getStrikeThrough()
Gets the true if text for whole SubList is set as StrikeThrough. |
Tag |
getTag()
Gets the structure element of the sub list. |
int |
getTagOrder()
Gets the structure element order of the sub list. |
TextAlign |
getTextAlign()
Gets the TextAlign enumeration that specifies the
text alignment of the SubList. |
Color |
getTextColor()
Gets the Color of the Text for whole SubList. |
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.. |
void |
setBulletAlign(Align bulletAlign)
Set the Bullet's alignment in the SubList. |
void |
setBulletAreaWidth(float bulletArea)
Sets the width in which bullets will be drawn, for each ListItem of the SubList. |
void |
setBulletSize(float bulletSize)
Sets bullet's size for the SubList. |
void |
setFont(Font font)
Sets the Font of the SubList. |
void |
setFontSize(float fontSize)
Sets the font size of the SubList. |
void |
setLeading(float leading)
Sets the Leading for the text of the SubList. |
void |
setLeftIndent(float leftIndent)
Sets the left indent of the SubList. |
void |
setListItemBottomMargin(float bottomMargin)
Sets the bottom margin of the ListItems in the SubList. |
void |
setListItemTopMargin(float topMargin)
Sets the top margin of the ListItems in the SubList. |
void |
setParagraphIndent(float paragraphIndent)
Sets the paragraph indent of the SubList. |
void |
setRightIndent(float rightIndent)
Sets the right indent of the whole SubList.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 SubList as StrikeThrough. |
void |
setTag(Tag tag)
Sets the structure element of the sub list. |
void |
setTagOrder(int tagOrder)
Sets the structure element order of the sub list. |
void |
setTextAlign(TextAlign textAlign)
Sets the TextAlign enumeration that specifies the
text alignment of the SubList. |
void |
setTextColor(Color textColor)
Sets Color of the Text for whole SubList. |
void |
setTextOutlineColor(Color value)
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.. |
| 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 float getLeading()
Gets the leading for the text of the SubList.
getLeading in interface IListPropertiespublic void setLeading(float leading)
Sets the Leading for the text of the SubList.
leading - the Leading for the text of the SubList.public float getFontSize()
Gets the font size of the SubList.
getFontSize in interface IListPropertiespublic void setFontSize(float fontSize)
Sets the font size of the SubList.
fontSize - the font size of the SubList.public Font getFont()
Gets the Font of the SubList.
getFont in interface IListPropertiesFontpublic void setFont(Font font)
Sets the Font of the SubList.
font - the font of the SubList.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 .
getRightToLeft in interface IListPropertiespublic Color getTextColor()
Color of the Text for whole SubList.
getTextColor in interface IListPropertiesColor.Colorpublic void setTextColor(Color textColor)
Color of the Text for whole SubList.
textColor - Text Color.Colorpublic Color getTextOutlineColor()
Color of the text outline for whole List.
getTextOutlineColor in interface IListPropertiesColor.Colorpublic void setTextOutlineColor(Color value)
Color of the text outline for whole List.
value - Text outline Color.Colorpublic float getTextOutlineWidth()
getTextOutlineWidth in interface IListPropertiespublic void setTextOutlineWidth(float textOutlineWidth)
textOutlineWidth - Text outline width.Colorpublic float getRightIndent()
Gets the right indent of the whole SubList. Each ListItem may have his own right ot left Indent.
getRightIndent in interface IListPropertiesListItempublic void setRightIndent(float rightIndent)
Sets the right indent of the whole SubList.It can be changed at individual ListItem level also.
rightIndent - the right indent of the SubList.public float getLeftIndent()
Gets the left indent of the SubList. Each ListItem may have his own right ot left Indent.
getLeftIndent in interface IListPropertiespublic void setLeftIndent(float leftIndent)
Sets the left indent of the SubList. It can be changed at individual ListItem level also
leftIndent - the left indent of the SubList.public TextAlign getTextAlign()
TextAlign enumeration that specifies the
text alignment of the SubList.
getTextAlign in interface IListPropertiesTextAlign enumeration that specifies the
text alignment of the SubList.TextAlignpublic void setTextAlign(TextAlign textAlign)
TextAlign enumeration that specifies the
text alignment of the SubList.
textAlign - TextAlign enumeration that specifies
the text alignment of the SubList.TextAlignpublic Align getBulletAlign()
SubList.
getBulletAlign in interface IListPropertiesAlign enumeration that specifies the
Bullet alignment.Alignpublic void setBulletAlign(Align bulletAlign)
bulletAlign - enumeration that specifies the
Bullet alignment in the SubList.Alignpublic float getParagraphIndent()
Gets the paragraph indent of the SubList.
getParagraphIndent in interface IListPropertiespublic void setParagraphIndent(float paragraphIndent)
Sets the paragraph indent of the SubList.
paragraphIndent - the paragraph indent of the SubList.public float getBulletAreaWidth()
Gets the width in which bullets will be drawn, for each ListItem of the SubList.
getBulletAreaWidth in interface IListPropertiesListItempublic void setBulletAreaWidth(float bulletArea)
Sets the width in which bullets will be drawn, for each ListItem of the SubList.
bulletArea - the width of the bullet area for each ListItem.ListItempublic ListItemList getListItems()
Gets the ListItemLists of the SubList.
public void setListItemTopMargin(float topMargin)
Sets the top margin of the ListItems in the SubList.
topMargin - the top margin of the ListItems in the SubList.public float getListItemTopMargine()
Returns the top margin of the ListItems in the SubList.
getListItemTopMargine in interface IListPropertiespublic void setListItemBottomMargin(float bottomMargin)
Sets the bottom margin of the ListItems in the SubList.
bottomMargin - the bottom margin of the ListItems in the SubList.public float getListItemBottomMargine()
Gets the bottom margin of the ListItems in the SubList.
getListItemBottomMargine in interface IListPropertiespublic void setStrikeThrough(boolean strikeThrough)
Sets the text of each ListItem of the SubList as StrikeThrough.
strikeThrough - the StrikeThrough of the SubList.ListItempublic boolean getStrikeThrough()
Gets the true if text for whole SubList is set as StrikeThrough.
getStrikeThrough in interface IListPropertiespublic float getBulletSize()
Get bullet's size for the SubList .
getBulletSize in interface IListPropertiespublic void setBulletSize(float bulletSize)
Sets bullet's size for the SubList.
bulletSize - the bullet size of the SubList.public Tag getTag()
public void setTag(Tag tag)
tag - the structure element of the sub list.public int getTagOrder()
public void setTagOrder(int tagOrder)
tagOrder - the structure element order of the sub list.
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||