|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.dom.ODNode
org.jopendocument.dom.StyledNode<S,D>
org.jopendocument.dom.ImmutableDocStyledNode<S,D>
org.jopendocument.dom.spreadsheet.Table<SpreadSheet>
org.jopendocument.dom.spreadsheet.Sheet
public class Sheet
A single sheet in a spreadsheet.
| Method Summary | |
|---|---|
Sheet |
copy(int toIndex,
java.lang.String name)
Copy this sheet. |
void |
detach()
|
SpreadSheet |
getSpreadSheet()
|
void |
move(int toIndex)
|
| 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 |
|---|
public final SpreadSheet getSpreadSheet()
public void detach()
detach in class Table<SpreadSheet>
public final Sheet copy(int toIndex,
java.lang.String name)
toIndex - the index where to put the copy.name - the name of the copy, null to keep the same name.
public final void move(int toIndex)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||