public class StyleListProperties extends Object
| Constructor and Description |
|---|
StyleListProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBulletChar() |
Integer |
getDisplayLevels() |
Float |
getHeight() |
com.lowagie.text.Image |
getImage() |
Float |
getMarginLeft() |
Float |
getMinLabelWidth() |
StyleNumFormat |
getNumFormat() |
String |
getNumPrefix() |
String |
getNumSuffix() |
Float |
getSpaceBefore() |
Integer |
getStartValue() |
Float |
getTextIndent() |
StyleTextProperties |
getTextProperties() |
Float |
getWidth() |
void |
setBulletChar(String bulletChar) |
void |
setDisplayLevels(Integer displayLevels) |
void |
setHeight(Float height) |
void |
setImage(com.lowagie.text.Image image) |
void |
setMarginLeft(Float marginLeft) |
void |
setMinLabelWidth(Float minLabelWidth) |
void |
setNumFormat(StyleNumFormat numFormat) |
void |
setNumPrefix(String numPrefix) |
void |
setNumSuffix(String numSuffix) |
void |
setSpaceBefore(Float spaceBefore) |
void |
setStartValue(Integer startValue) |
void |
setTextIndent(Float textIndent) |
void |
setTextProperties(StyleTextProperties textProperties) |
void |
setWidth(Float width) |
public String getBulletChar()
public void setBulletChar(String bulletChar)
public Integer getDisplayLevels()
public void setDisplayLevels(Integer displayLevels)
public Float getHeight()
public void setHeight(Float height)
public com.lowagie.text.Image getImage()
public void setImage(com.lowagie.text.Image image)
public Float getMarginLeft()
public void setMarginLeft(Float marginLeft)
public Float getMinLabelWidth()
public void setMinLabelWidth(Float minLabelWidth)
public StyleNumFormat getNumFormat()
public void setNumFormat(StyleNumFormat numFormat)
public String getNumPrefix()
public void setNumPrefix(String numPrefix)
public String getNumSuffix()
public void setNumSuffix(String numSuffix)
public Float getSpaceBefore()
public void setSpaceBefore(Float spaceBefore)
public Integer getStartValue()
public void setStartValue(Integer startValue)
public Float getTextIndent()
public void setTextIndent(Float textIndent)
public StyleTextProperties getTextProperties()
public void setTextProperties(StyleTextProperties textProperties)
public Float getWidth()
public void setWidth(Float width)
Copyright © 2015. All Rights Reserved.