org.jopendocument.dom.spreadsheet
Class RowStyle

java.lang.Object
  extended by org.jopendocument.dom.ODNode
      extended by org.jopendocument.dom.Style
          extended by org.jopendocument.dom.StyleStyle
              extended by org.jopendocument.dom.spreadsheet.RowStyle

public class RowStyle
extends StyleStyle


Nested Class Summary
static class RowStyle.StyleTableRowProperties
           
 
Field Summary
static StyleStyleDesc<RowStyle> DESC
           
 
Constructor Summary
RowStyle(ODPackage pkg, org.jdom.Element tableColElem)
           
 
Method Summary
 RowStyle.StyleTableRowProperties getTableRowProperties()
           
 
Methods inherited from class org.jopendocument.dom.StyleStyle
equals, getDefaultStyle, getFamily, getFormattingProperties, hashCode
 
Methods inherited from class org.jopendocument.dom.Style
dup, getFormattingProperties, getFormattingProperties, getName, getNS, getReferencedStyle, getReferencedStyleElement, getReferences, getStyle, getStyleDesc, getStyleStyleDesc, isReferencedAtMostOnce, register, warp
 
Methods inherited from class org.jopendocument.dom.ODNode
getElement, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DESC

public static final StyleStyleDesc<RowStyle> DESC
Constructor Detail

RowStyle

public RowStyle(ODPackage pkg,
                org.jdom.Element tableColElem)
Method Detail

getTableRowProperties

public final RowStyle.StyleTableRowProperties getTableRowProperties()