org.jopendocument.model.style
Class StyleTableCellProperties
java.lang.Object
org.jopendocument.model.style.StyleTableCellProperties
public class StyleTableCellProperties
- extends Object
StyleTableCellProperties
public StyleTableCellProperties()
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.