Class StyleSectionProperties

java.lang.Object
fr.opensagres.odfdom.converter.pdf.internal.styles.StyleSectionProperties

public class StyleSectionProperties extends Object
fixes for pdf conversion by Leszek Piotrowicz <leszekp@safe-mail.net>
  • Constructor Details

    • StyleSectionProperties

      public StyleSectionProperties()
  • Method Details

    • 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)