org.jopendocument.model.table
Class TableTableRow

java.lang.Object
  extended by org.jopendocument.model.table.TableTableRow

public class TableTableRow
extends java.lang.Object


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

TableTableRow

public TableTableRow()
Method Detail

addCell

public void addCell(TableTableCell c)

getCellsInRange

public TableTableCell[] getCellsInRange(int fromCol,
                                        int toCol)

getHeight

public int getHeight()

getStyle

public StyleStyle getStyle()

getTable

public TableTable getTable()

getTableDefaultCellStyleName

public java.lang.String getTableDefaultCellStyleName()
Gets the value of the tableDefaultCellStyleName property.

Returns:
possible object is String

getTableNumberRowsRepeated

public int getTableNumberRowsRepeated()
Gets the value of the tableNumberRowsRepeated property.

Returns:
possible object is String

getTableStyleName

public java.lang.String getTableStyleName()
Gets the value of the tableStyleName property.

Returns:
possible object is String

getTableTableCellOrTableCoveredTableCell

public java.util.List<java.lang.Object> getTableTableCellOrTableCoveredTableCell()
Gets the value of the tableTableCellOrTableCoveredTableCell property.

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


getTableVisibility

public java.lang.String getTableVisibility()
Gets the value of the tableVisibility property.

Returns:
possible object is String

getText

public java.lang.String getText()

setTable

public void setTable(TableTable t)

setTableDefaultCellStyleName

public void setTableDefaultCellStyleName(java.lang.String value)
Sets the value of the tableDefaultCellStyleName property.

Parameters:
value - allowed object is String

setTableNumberRowsRepeated

public void setTableNumberRowsRepeated(java.lang.String value)
Sets the value of the tableNumberRowsRepeated property.

Parameters:
value - allowed object is String

setTableStyleName

public void setTableStyleName(java.lang.String value)
Sets the value of the tableStyleName property.

Parameters:
value - allowed object is String

setTableVisibility

public void setTableVisibility(java.lang.String value)
Sets the value of the tableVisibility property.

Parameters:
value - allowed object is String

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object