org.jopendocument.dom.spreadsheet
Class RowStyle.StyleTableRowProperties

java.lang.Object
  extended by org.jopendocument.dom.StyleProperties
      extended by org.jopendocument.dom.spreadsheet.RowStyle.StyleTableRowProperties
Enclosing class:
RowStyle

public static class RowStyle.StyleTableRowProperties
extends StyleProperties


Field Summary
 
Fields inherited from class org.jopendocument.dom.StyleProperties
TRANSPARENT, TRANSPARENT_NAME
 
Constructor Summary
RowStyle.StyleTableRowProperties(StyleStyle style)
           
 
Method Summary
 java.lang.String getBreakAfter()
           
 java.lang.String getBreakBefore()
           
 java.math.BigDecimal getHeight(LengthUnit in)
           
 
Methods inherited from class org.jopendocument.dom.StyleProperties
getAttributeValue, getBackgroundColor, getElement, getEnclosingStyle, getRawBackgroundColor, getStyledNode, parseBoolean, parseInt, parseInteger, setAttributeValue, setAttributeValue, setBackgroundColor, setBackgroundColor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowStyle.StyleTableRowProperties

public RowStyle.StyleTableRowProperties(StyleStyle style)
Method Detail

getHeight

public final java.math.BigDecimal getHeight(LengthUnit in)

getBreakBefore

public final java.lang.String getBreakBefore()

getBreakAfter

public final java.lang.String getBreakAfter()