org.jopendocument.dom.spreadsheet
Class CellStyle.StyleTableCellProperties

java.lang.Object
  extended by org.jopendocument.dom.StyleProperties
      extended by org.jopendocument.dom.style.SideStyleProperties
          extended by org.jopendocument.dom.spreadsheet.CellStyle.StyleTableCellProperties
Enclosing class:
CellStyle

public static class CellStyle.StyleTableCellProperties
extends SideStyleProperties

See section 15.11 of OpenDocument v1.1 : Table Cell Formatting Properties.

Author:
Sylvain CUAZ

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jopendocument.dom.style.SideStyleProperties
SideStyleProperties.Side
 
Field Summary
 
Fields inherited from class org.jopendocument.dom.StyleProperties
TRANSPARENT, TRANSPARENT_NAME
 
Constructor Summary
CellStyle.StyleTableCellProperties(StyleStyle style)
           
 
Method Summary
 java.lang.Integer getDecimalPlaces()
           
 int getRotationAngle()
           
 boolean isContentPrinted()
           
 boolean isContentRepeated()
           
 boolean isShrinkToFit()
           
 
Methods inherited from class org.jopendocument.dom.style.SideStyleProperties
getBorder, getBorderLineWidth, getBorders
 
Methods inherited from class org.jopendocument.dom.StyleProperties
getBackgroundColor, getElement, getParentStyle, getRawBackgroundColor, parseBoolean, parseInt, parseInteger, setBackgroundColor, setBackgroundColor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellStyle.StyleTableCellProperties

public CellStyle.StyleTableCellProperties(StyleStyle style)
Method Detail

getRotationAngle

public final int getRotationAngle()

isContentPrinted

public final boolean isContentPrinted()

isContentRepeated

public final boolean isContentRepeated()

isShrinkToFit

public final boolean isShrinkToFit()

getDecimalPlaces

public final java.lang.Integer getDecimalPlaces()