org.jopendocument.model.table
Class TableTableRow

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

public class TableTableRow
extends Object


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

tableDefaultCellStyleName

protected String tableDefaultCellStyleName

tableNumberRowsRepeated

protected int tableNumberRowsRepeated

tableStyleName

protected String tableStyleName

tableTableCellOrTableCoveredTableCell

protected List<Object> tableTableCellOrTableCoveredTableCell

tableVisibility

protected String tableVisibility
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 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 String getTableStyleName()
Gets the value of the tableStyleName property.

Returns:
possible object is String

getTableTableCellOrTableCoveredTableCell

public List<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 String getTableVisibility()
Gets the value of the tableVisibility property.

Returns:
possible object is String

getText

public String getText()

setTable

public void setTable(TableTable t)

setTableDefaultCellStyleName

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

Parameters:
value - allowed object is String

setTableNumberRowsRepeated

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

Parameters:
value - allowed object is String

setTableStyleName

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

Parameters:
value - allowed object is String

setTableVisibility

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

Parameters:
value - allowed object is String

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 jOpenDocument All Rights Reserved.