org.jopendocument.dom.spreadsheet
Class Row<D extends ODDocument>
java.lang.Object
org.jopendocument.dom.ODNode
org.jopendocument.dom.StyledNode<S,D>
org.jopendocument.dom.ImmutableDocStyledNode<S,D>
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
Methods inherited from class org.jopendocument.dom.StyledNode |
getPrivateStyle, getStyle, getStyle, getStyle, getStyle, getStyleDesc, getStyleDesc, getStyleDesc, getStyleName, getStyleStyleDesc, setStyleName, setStyleName |
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.