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

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

public class StyleTableProperties
extends Object


Constructor Summary
StyleTableProperties()
           
StyleTableProperties(StyleTableProperties tableProperties)
           
 
Method Summary
 int getAlignment()
           
 Color getBackgroundColor()
           
 Float getMargin()
           
 Float getMarginBottom()
           
 Float getMarginLeft()
           
 Float getMarginRight()
           
 Float getMarginTop()
           
 Boolean getMayBreakBetweenRows()
           
 Float getWidth()
           
 void merge(StyleTableProperties tableProperties)
           
 void setAlignment(int alignment)
           
 void setBackgroundColor(Color backgroundColor)
           
 void setMargin(Float margin)
           
 void setMarginBottom(Float marginBottom)
           
 void setMarginLeft(Float marginLeft)
           
 void setMarginRight(Float marginRight)
           
 void setMarginTop(Float marginTop)
           
 void setMayBreakBetweenRows(Boolean mayBreakBetweenRows)
           
 void setWidth(Float width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleTableProperties

public StyleTableProperties()

StyleTableProperties

public StyleTableProperties(StyleTableProperties tableProperties)
Method Detail

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)


Copyright © 2013. All rights reserved.