|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.table.TableTableRow
public class TableTableRow
Field Summary | |
---|---|
protected String |
tableDefaultCellStyleName
|
protected int |
tableNumberRowsRepeated
|
protected String |
tableStyleName
|
protected List<Object> |
tableTableCellOrTableCoveredTableCell
|
protected String |
tableVisibility
|
Constructor Summary | |
---|---|
TableTableRow()
|
Method Summary | |
---|---|
void |
addCell(TableTableCell c)
|
TableTableCell[] |
getCellsInRange(int fromCol,
int toCol)
|
int |
getHeight()
|
StyleStyle |
getStyle()
|
TableTable |
getTable()
|
String |
getTableDefaultCellStyleName()
Gets the value of the tableDefaultCellStyleName property. |
int |
getTableNumberRowsRepeated()
Gets the value of the tableNumberRowsRepeated property. |
String |
getTableStyleName()
Gets the value of the tableStyleName property. |
List<Object> |
getTableTableCellOrTableCoveredTableCell()
Gets the value of the tableTableCellOrTableCoveredTableCell property. |
String |
getTableVisibility()
Gets the value of the tableVisibility property. |
String |
getText()
|
void |
setTable(TableTable t)
|
void |
setTableDefaultCellStyleName(String value)
Sets the value of the tableDefaultCellStyleName property. |
void |
setTableNumberRowsRepeated(String value)
Sets the value of the tableNumberRowsRepeated property. |
void |
setTableStyleName(String value)
Sets the value of the tableStyleName property. |
void |
setTableVisibility(String value)
Sets the value of the tableVisibility property. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected String tableDefaultCellStyleName
protected int tableNumberRowsRepeated
protected String tableStyleName
protected List<Object> tableTableCellOrTableCoveredTableCell
protected String tableVisibility
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 String getTableDefaultCellStyleName()
String
public int getTableNumberRowsRepeated()
String
public String getTableStyleName()
String
public List<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 String getTableVisibility()
String
public String getText()
public void setTable(TableTable t)
public void setTableDefaultCellStyleName(String value)
value
- allowed object is String
public void setTableNumberRowsRepeated(String value)
value
- allowed object is String
public void setTableStyleName(String value)
value
- allowed object is String
public void setTableVisibility(String value)
value
- allowed object is String
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |