org.jopendocument.model.table
Class TableLabelRange

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

public class TableLabelRange
extends Object


Field Summary
protected  String tableDataCellRangeAddress
           
protected  String tableLabelCellRangeAddress
           
protected  String tableOrientation
           
 
Constructor Summary
TableLabelRange()
           
 
Method Summary
 String getTableDataCellRangeAddress()
          Gets the value of the tableDataCellRangeAddress property.
 String getTableLabelCellRangeAddress()
          Gets the value of the tableLabelCellRangeAddress property.
 String getTableOrientation()
          Gets the value of the tableOrientation property.
 void setTableDataCellRangeAddress(String value)
          Sets the value of the tableDataCellRangeAddress property.
 void setTableLabelCellRangeAddress(String value)
          Sets the value of the tableLabelCellRangeAddress property.
 void setTableOrientation(String value)
          Sets the value of the tableOrientation property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableDataCellRangeAddress

protected String tableDataCellRangeAddress

tableLabelCellRangeAddress

protected String tableLabelCellRangeAddress

tableOrientation

protected String tableOrientation
Constructor Detail

TableLabelRange

public TableLabelRange()
Method Detail

getTableDataCellRangeAddress

public String getTableDataCellRangeAddress()
Gets the value of the tableDataCellRangeAddress property.

Returns:
possible object is String

getTableLabelCellRangeAddress

public String getTableLabelCellRangeAddress()
Gets the value of the tableLabelCellRangeAddress property.

Returns:
possible object is String

getTableOrientation

public String getTableOrientation()
Gets the value of the tableOrientation property.

Returns:
possible object is String

setTableDataCellRangeAddress

public void setTableDataCellRangeAddress(String value)
Sets the value of the tableDataCellRangeAddress property.

Parameters:
value - allowed object is String

setTableLabelCellRangeAddress

public void setTableLabelCellRangeAddress(String value)
Sets the value of the tableLabelCellRangeAddress property.

Parameters:
value - allowed object is String

setTableOrientation

public void setTableOrientation(String value)
Sets the value of the tableOrientation property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.