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
protected  Cell<D> getCellAt(int col)
           
protected  int getCellCount()
           
 MutableCell<D> getMutableCellAt(int col)
           
protected  Table<D> getSheet()
           
protected  org.jdom.Namespace getTABLE()
           
protected  Cell<D> getValidCellAt(int col)
           
 
Methods inherited from class org.jopendocument.dom.ImmutableDocStyledNode
getContent, getODDocument
 
Methods inherited from class org.jopendocument.dom.StyledNode
getPrivateStyle, getStyle, getStyle, getStyle, getStyle, getStyleDesc, getStyleDesc, getStyleDesc, getStyleName, getStyleStyleDesc, setStyleName, setStyleName
 
Methods inherited from class org.jopendocument.dom.ODNode
getElement, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getSheet

protected final Table<D> getSheet()

getCellCount

protected final int getCellCount()

getCellAt

protected final Cell<D> getCellAt(int col)

getValidCellAt

protected final Cell<D> getValidCellAt(int col)

getMutableCellAt

public final MutableCell<D> getMutableCellAt(int col)

getTABLE

protected final org.jdom.Namespace getTABLE()


Copyright © 2010 jOpenDocument All Rights Reserved.