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

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

public class StyleSectionProperties
extends Object

fixes for pdf conversion by Leszek Piotrowicz


Constructor Summary
StyleSectionProperties()
           
 
Method Summary
 Color getBackgroundColor()
           
 Integer getColumnCount()
           
 Float getColumnGap()
           
 Boolean getDontBalanceTextColumns()
           
 Float getMarginLeft()
           
 Float getMarginRight()
           
 void setBackgroundColor(Color backgroundColor)
           
 void setColumnCount(Integer columnCount)
           
 void setColumnGap(Float columnGap)
           
 void setDontBalanceTextColumns(Boolean dontBalanceTextColumns)
           
 void setMarginLeft(Float marginLeft)
           
 void setMarginRight(Float marginRight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleSectionProperties

public StyleSectionProperties()
Method Detail

getBackgroundColor

public Color getBackgroundColor()

setBackgroundColor

public void setBackgroundColor(Color backgroundColor)

getColumnCount

public Integer getColumnCount()

setColumnCount

public void setColumnCount(Integer columnCount)

getColumnGap

public Float getColumnGap()

setColumnGap

public void setColumnGap(Float columnGap)

getDontBalanceTextColumns

public Boolean getDontBalanceTextColumns()

setDontBalanceTextColumns

public void setDontBalanceTextColumns(Boolean dontBalanceTextColumns)

getMarginLeft

public Float getMarginLeft()

setMarginLeft

public void setMarginLeft(Float marginLeft)

getMarginRight

public Float getMarginRight()

setMarginRight

public void setMarginRight(Float marginRight)


Copyright © 2013. All rights reserved.