Class StyleTableProperties

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

public class StyleTableProperties extends Object
  • Constructor Details

    • StyleTableProperties

      public StyleTableProperties()
    • StyleTableProperties

      public StyleTableProperties(StyleTableProperties tableProperties)
  • Method Details

    • merge

      public void merge(StyleTableProperties tableProperties)
    • getAlignment

      public int getAlignment()
    • setAlignment

      public void setAlignment(int alignment)
    • getBackgroundColor

      public Color getBackgroundColor()
    • setBackgroundColor

      public void setBackgroundColor(Color backgroundColor)
    • getMargin

      public Float getMargin()
    • setMargin

      public void setMargin(Float margin)
    • getMarginBottom

      public Float getMarginBottom()
    • setMarginBottom

      public void setMarginBottom(Float marginBottom)
    • getMarginLeft

      public Float getMarginLeft()
    • setMarginLeft

      public void setMarginLeft(Float marginLeft)
    • getMarginRight

      public Float getMarginRight()
    • setMarginRight

      public void setMarginRight(Float marginRight)
    • getMarginTop

      public Float getMarginTop()
    • setMarginTop

      public void setMarginTop(Float marginTop)
    • getMayBreakBetweenRows

      public Boolean getMayBreakBetweenRows()
    • setMayBreakBetweenRows

      public void setMayBreakBetweenRows(Boolean mayBreakBetweenRows)
    • getWidth

      public Float getWidth()
    • setWidth

      public void setWidth(Float width)