The WPParagraphLeader class defines the following API properties that get and set attributes of a paragraph leader, for example a bullet or number. The methods and properties are listed below in the following categories:
String getLeaderType()
void setLeaderType(String type)
char getBulletChar()
void setBulletChar(char bullet)
String getNumericType()
void setNumericType(String type)
String getImageName()
void setImageName(String URL)
String getTextBefore()
void setTextBefore(String text)
String getTextAfter()
void setTextAfter(String text)
/* Gets or sets the amount of space before the bullet/number/image. */
int getSpaceBefore()
void setSpaceBefore(int amt)
/* Gets or sets the amount of space after the bullet/number/image. */
int getSpaceAfter()
void setSpaceAfter(int amt)
/* Gets or sets the amount of total space to take up. Note that SpaceAfter is ignored if you set this property. */[[PS: I don't understand what this property does.]]
int getAbsoluteSpace()
void setAbsoluteSpace(int amt)