org.jopendocument.model.style
Class StyleTableCellProperties

java.lang.Object
  extended by org.jopendocument.model.style.StyleTableCellProperties

public class StyleTableCellProperties
extends Object


Constructor Summary
StyleTableCellProperties()
           
 
Method Summary
 String getBackgroundColor()
           
 String getBorder()
           
 Color getBorderColorBottom()
           
 Color getBorderColorLeft()
           
 Color getBorderColorRight()
           
 Color getBorderColorTop()
           
 String getBorderTypeBottom()
           
 String getBorderTypeLeft()
           
 String getBorderTypeRight()
           
 String getBorderTypeTop()
           
 int getBorderWidthBottom()
           
 int getBorderWidthLeft()
           
 int getBorderWidthRight()
           
 int getBorderWidthTop()
           
 String getPadding()
           
 String getRepeatContent()
           
 String getTextAlignSource()
           
 String getVerticalAlign()
          getters
 String getWrapOption()
           
 boolean hasBottomBorder()
           
 boolean hasLeftBorder()
           
 boolean hasRightBorder()
           
 boolean hasTopBorder()
           
 void setBackgroundColor(String value)
           
 void setBackgroundImage(boolean b)
           
 void setBorder(String value)
           
 void setBorderBottom(String value)
           
 void setBorderLeft(String value)
           
 void setBorderRight(String value)
           
 void setBorderTop(String value)
           
 void setPadding(String value)
           
 void setRepeatContent(String value)
           
 void setTextAlignSource(String value)
           
 void setVerticalAlign(String value)
          setters
 void setWrapOption(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StyleTableCellProperties

public StyleTableCellProperties()
Method Detail

getBackgroundColor

public String getBackgroundColor()

getBorder

public String getBorder()

getBorderColorBottom

public final Color getBorderColorBottom()

getBorderColorLeft

public final Color getBorderColorLeft()

getBorderColorRight

public final Color getBorderColorRight()

getBorderColorTop

public final Color getBorderColorTop()

getBorderTypeBottom

public final String getBorderTypeBottom()

getBorderTypeLeft

public final String getBorderTypeLeft()

getBorderTypeRight

public final String getBorderTypeRight()

getBorderTypeTop

public final String getBorderTypeTop()

getBorderWidthBottom

public final int getBorderWidthBottom()

getBorderWidthLeft

public final int getBorderWidthLeft()

getBorderWidthRight

public final int getBorderWidthRight()

getBorderWidthTop

public final int getBorderWidthTop()

getPadding

public String getPadding()

getRepeatContent

public String getRepeatContent()

getTextAlignSource

public String getTextAlignSource()

getVerticalAlign

public String getVerticalAlign()
getters


getWrapOption

public String getWrapOption()

hasBottomBorder

public final boolean hasBottomBorder()

hasLeftBorder

public final boolean hasLeftBorder()

hasRightBorder

public final boolean hasRightBorder()

hasTopBorder

public final boolean hasTopBorder()

setBackgroundColor

public void setBackgroundColor(String value)

setBorder

public void setBorder(String value)

setBorderBottom

public void setBorderBottom(String value)

setBorderLeft

public void setBorderLeft(String value)

setBorderRight

public void setBorderRight(String value)

setBorderTop

public void setBorderTop(String value)

setPadding

public void setPadding(String value)

setRepeatContent

public void setRepeatContent(String value)

setTextAlignSource

public void setTextAlignSource(String value)

setVerticalAlign

public void setVerticalAlign(String value)
setters


setWrapOption

public void setWrapOption(String value)

toString

public String toString()
Overrides:
toString in class Object

setBackgroundImage

public void setBackgroundImage(boolean b)


Copyright © 2010 jOpenDocument All Rights Reserved.