org.jopendocument.dom.spreadsheet
Class Row<D extends ODDocument>

java.lang.Object
  extended by org.jopendocument.dom.ODNode
      extended by org.jopendocument.dom.StyledNode<S,D>
          extended by org.jopendocument.dom.ImmutableDocStyledNode<S,D>
              extended by org.jopendocument.dom.spreadsheet.Row<D>
Type Parameters:
D - type of document

public class Row<D extends ODDocument>
extends ImmutableDocStyledNode<S,D>

A row in a Calc document. This class will only break "repeated" attributes on demand (eg for setting a value).

Author:
Sylvain

Method Summary
 MutableCell<D> getMutableCellAt(int col)
           
 
Methods inherited from class org.jopendocument.dom.ImmutableDocStyledNode
getODDocument
 
Methods inherited from class org.jopendocument.dom.StyledNode
getPrivateStyle, getStyle, getStyleDesc, getStyleDesc, getStyleStyleDesc, setStyleName, setStyleName
 
Methods inherited from class org.jopendocument.dom.ODNode
getElement, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getMutableCellAt

public final MutableCell<D> getMutableCellAt(int col)