|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.ListLevelFormat
public class ListLevelFormat
An object to define the format of the list of some level.
Constructor Summary | |
---|---|
ListLevelFormat()
Represents a ListLevelFormat action |
Method Summary | |
---|---|
java.lang.Object |
clone()
Duplicate a new ListLevelFormat object |
float |
getLeftMargin()
Gets a float value that indicates the left margin of the list of current level. |
MarginInfo |
getMargin()
Gets a MarginInfo object that indicates the margin of the list item. |
int |
getSubsequentLinesIndent()
Gets a int value that indicates how many chars are indented for the subsequent lines in the list item. |
TabLeaderType |
getTabLeaderType()
Gets a TabLeaderType object that indicates the tab leader type for the
list. |
TextInfo |
getTextInfo()
Gets the TextInfo object of the list of current level. |
void |
setLeftMargin(float value)
Sets a float value that indicates the left margin of the list of current level. |
void |
setMargin(MarginInfo value)
Sets a MarginInfo object that indicates the margin of the list item. |
void |
setSubsequentLinesIndent(int value)
Sets a int value that indicates how many chars are indented for the subsequent lines in the list item. |
void |
setTabLeaderType(TabLeaderType value)
Sets a TabLeaderType object that indicates the tab leader type for the
list. |
void |
setTextInfo(TextInfo value)
Sets the TextInfo object of the list of current level. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListLevelFormat()
Method Detail |
---|
public TextInfo getTextInfo()
TextInfo
object of the list of current level.
public void setTextInfo(TextInfo value)
TextInfo
object of the list of current level.
value
- public float getLeftMargin()
NOTE: This property is now obsolete.
Please use Margin property instead. It will be removed 12 months later since release 3.3.1.0 in January 2007. Aspose apologizes for any inconvenience you may have experienced.
public void setLeftMargin(float value)
NOTE: This property is now obsolete.
Please use Margin property instead. It will be removed 12 months later since release 3.3.1.0 in January 2007. Aspose apologizes for any inconvenience you may have experienced.
value
- public MarginInfo getMargin()
MarginInfo
object that indicates the margin of the list item.
public void setMargin(MarginInfo value)
MarginInfo
object that indicates the margin of the list item.
value
- public TabLeaderType getTabLeaderType()
TabLeaderType
object that indicates the tab leader type for the
list. The default value is "Dot".
public void setTabLeaderType(TabLeaderType value)
TabLeaderType
object that indicates the tab leader type for the
list. The default value is "Dot".
value
- public int getSubsequentLinesIndent()
public void setSubsequentLinesIndent(int value)
value
- public java.lang.Object clone()
ListLevelFormat
object
clone
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |