|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.odftoolkit.odfdom.converter.pdf.internal.styles.StyleListProperties
public class StyleListProperties
fixes for pdf conversion by Leszek Piotrowicz
Constructor Summary
StyleListProperties()
Method Summary
StringgetBulletChar()
IntegergetDisplayLevels()
FloatgetHeight()
com.lowagie.text.ImagegetImage()
FloatgetMarginLeft()
FloatgetMinLabelWidth()
StyleNumFormatgetNumFormat()
StringgetNumPrefix()
StringgetNumSuffix()
FloatgetSpaceBefore()
IntegergetStartValue()
FloatgetTextIndent()
StyleTextPropertiesgetTextProperties()
FloatgetWidth()
voidsetBulletChar(String bulletChar)
voidsetDisplayLevels(Integer displayLevels)
voidsetHeight(Float height)
voidsetImage(com.lowagie.text.Image image)
voidsetMarginLeft(Float marginLeft)
voidsetMinLabelWidth(Float minLabelWidth)
voidsetNumFormat(StyleNumFormat numFormat)
voidsetNumPrefix(String numPrefix)
voidsetNumSuffix(String numSuffix)
voidsetSpaceBefore(Float spaceBefore)
voidsetStartValue(Integer startValue)
voidsetTextIndent(Float textIndent)
voidsetTextProperties(StyleTextProperties textProperties)
voidsetWidth(Float width)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
StyleListProperties
public StyleListProperties()
Method Detail
getBulletChar
public String getBulletChar()
setBulletChar
public void setBulletChar(String bulletChar)
getDisplayLevels
public Integer getDisplayLevels()
setDisplayLevels
public void setDisplayLevels(Integer displayLevels)
getHeight
public Float getHeight()
setHeight
public void setHeight(Float height)
getImage
public com.lowagie.text.Image getImage()
setImage
public void setImage(com.lowagie.text.Image image)
getMarginLeft
public Float getMarginLeft()
setMarginLeft
public void setMarginLeft(Float marginLeft)
getMinLabelWidth
public Float getMinLabelWidth()
setMinLabelWidth
public void setMinLabelWidth(Float minLabelWidth)
getNumFormat
public StyleNumFormat getNumFormat()
setNumFormat
public void setNumFormat(StyleNumFormat numFormat)
getNumPrefix
public String getNumPrefix()
setNumPrefix
public void setNumPrefix(String numPrefix)
getNumSuffix
public String getNumSuffix()
setNumSuffix
public void setNumSuffix(String numSuffix)
getSpaceBefore
public Float getSpaceBefore()
setSpaceBefore
public void setSpaceBefore(Float spaceBefore)
getStartValue
public Integer getStartValue()
setStartValue
public void setStartValue(Integer startValue)
getTextIndent
public Float getTextIndent()
setTextIndent
public void setTextIndent(Float textIndent)
getTextProperties
public StyleTextProperties getTextProperties()
setTextProperties
public void setTextProperties(StyleTextProperties textProperties)
getWidth
public Float getWidth()
setWidth
public void setWidth(Float width)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2013. All Rights Reserved.