org.odftoolkit.odfdom.converter.pdf.internal.styles
Class StyleListProperties

java.lang.Object
  extended by org.odftoolkit.odfdom.converter.pdf.internal.styles.StyleListProperties

public class StyleListProperties
extends Object

fixes for pdf conversion by Leszek Piotrowicz


Constructor Summary
StyleListProperties()
           
 
Method Summary
 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)
           
 
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)


Copyright © 2013. All rights reserved.