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

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

public class StyleTableCellProperties
extends Object


Constructor Summary
StyleTableCellProperties()
           
StyleTableCellProperties(StyleTableCellProperties tableCellProperties)
           
 
Method Summary
 Color getBackgroundColor()
           
 StyleBorder getBorder()
           
 StyleBorder getBorderBottom()
           
 StyleBorder getBorderLeft()
           
 StyleBorder getBorderRight()
           
 StyleBorder getBorderTop()
           
 Float getPadding()
           
 Float getPaddingBottom()
           
 Float getPaddingLeft()
           
 Float getPaddingRight()
           
 Float getPaddingTop()
           
 int getVerticalAlignment()
           
 void merge(StyleTableCellProperties tableCellProperties)
           
 void setBackgroundColor(Color backgroundColor)
           
 void setBorder(StyleBorder border)
           
 void setBorderBottom(StyleBorder borderBottom)
           
 void setBorderLeft(StyleBorder borderLeft)
           
 void setBorderRight(StyleBorder borderRight)
           
 void setBorderTop(StyleBorder borderTop)
           
 void setPadding(Float padding)
           
 void setPaddingBottom(Float paddingBottom)
           
 void setPaddingLeft(Float paddingLeft)
           
 void setPaddingRight(Float paddingRight)
           
 void setPaddingTop(Float paddingTop)
           
 void setVerticalAlignment(int verticalAlignment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleTableCellProperties

public StyleTableCellProperties()

StyleTableCellProperties

public StyleTableCellProperties(StyleTableCellProperties tableCellProperties)
Method Detail

merge

public void merge(StyleTableCellProperties tableCellProperties)

getBackgroundColor

public Color getBackgroundColor()

setBackgroundColor

public void setBackgroundColor(Color backgroundColor)

getBorder

public StyleBorder getBorder()

setBorder

public void setBorder(StyleBorder border)

getBorderBottom

public StyleBorder getBorderBottom()

setBorderBottom

public void setBorderBottom(StyleBorder borderBottom)

getBorderLeft

public StyleBorder getBorderLeft()

setBorderLeft

public void setBorderLeft(StyleBorder borderLeft)

getBorderRight

public StyleBorder getBorderRight()

setBorderRight

public void setBorderRight(StyleBorder borderRight)

getBorderTop

public StyleBorder getBorderTop()

setBorderTop

public void setBorderTop(StyleBorder borderTop)

getPadding

public Float getPadding()

setPadding

public void setPadding(Float padding)

getPaddingBottom

public Float getPaddingBottom()

setPaddingBottom

public void setPaddingBottom(Float paddingBottom)

getPaddingRight

public Float getPaddingRight()

setPaddingRight

public void setPaddingRight(Float paddingRight)

getPaddingLeft

public Float getPaddingLeft()

setPaddingLeft

public void setPaddingLeft(Float paddingLeft)

getPaddingTop

public Float getPaddingTop()

setPaddingTop

public void setPaddingTop(Float paddingTop)

getVerticalAlignment

public int getVerticalAlignment()

setVerticalAlignment

public void setVerticalAlignment(int verticalAlignment)


Copyright © 2013. All rights reserved.