|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.table.TableTableRow
public class TableTableRow
| Constructor Summary | |
|---|---|
TableTableRow()
|
|
| Method Summary | |
|---|---|
void |
addCell(TableTableCell c)
|
TableTableCell[] |
getCellsInRange(int fromCol,
int toCol)
|
int |
getHeight()
|
StyleStyle |
getStyle()
|
TableTable |
getTable()
|
java.lang.String |
getTableDefaultCellStyleName()
Gets the value of the tableDefaultCellStyleName property. |
int |
getTableNumberRowsRepeated()
Gets the value of the tableNumberRowsRepeated property. |
java.lang.String |
getTableStyleName()
Gets the value of the tableStyleName property. |
java.util.List<java.lang.Object> |
getTableTableCellOrTableCoveredTableCell()
Gets the value of the tableTableCellOrTableCoveredTableCell property. |
java.lang.String |
getTableVisibility()
Gets the value of the tableVisibility property. |
java.lang.String |
getText()
|
void |
setTable(TableTable t)
|
void |
setTableDefaultCellStyleName(java.lang.String value)
Sets the value of the tableDefaultCellStyleName property. |
void |
setTableNumberRowsRepeated(java.lang.String value)
Sets the value of the tableNumberRowsRepeated property. |
void |
setTableStyleName(java.lang.String value)
Sets the value of the tableStyleName property. |
void |
setTableVisibility(java.lang.String value)
Sets the value of the tableVisibility property. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TableTableRow()
| Method Detail |
|---|
public void addCell(TableTableCell c)
public TableTableCell[] getCellsInRange(int fromCol,
int toCol)
public int getHeight()
public StyleStyle getStyle()
public TableTable getTable()
public java.lang.String getTableDefaultCellStyleName()
Stringpublic int getTableNumberRowsRepeated()
Stringpublic java.lang.String getTableStyleName()
Stringpublic java.util.List<java.lang.Object> getTableTableCellOrTableCoveredTableCell()
This accessor method returns a reference to the live list, not a snapshot. Therefore any
modification you make to the returned list will be present inside the JAXB object. This is
why there is not a set method for the tableTableCellOrTableCoveredTableCell
property.
For example, to add a new item, do as follows:
getTableTableCellOrTableCoveredTableCell().add(newItem);
Objects of the following type(s) are allowed in the list TableTableCell
TableCoveredTableCell
public java.lang.String getTableVisibility()
Stringpublic java.lang.String getText()
public void setTable(TableTable t)
public void setTableDefaultCellStyleName(java.lang.String value)
value - allowed object is Stringpublic void setTableNumberRowsRepeated(java.lang.String value)
value - allowed object is Stringpublic void setTableStyleName(java.lang.String value)
value - allowed object is Stringpublic void setTableVisibility(java.lang.String value)
value - allowed object is Stringpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||