org.jopendocument.model.table
Class TableHighlightedRange

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

public class TableHighlightedRange
extends Object


Field Summary
protected  String tableCellRangeAddress
           
protected  String tableContainsError
           
protected  String tableDirection
           
protected  String tableMarkedInvalid
           
 
Constructor Summary
TableHighlightedRange()
           
 
Method Summary
 String getTableCellRangeAddress()
          Gets the value of the tableCellRangeAddress property.
 String getTableContainsError()
          Gets the value of the tableContainsError property.
 String getTableDirection()
          Gets the value of the tableDirection property.
 String getTableMarkedInvalid()
          Gets the value of the tableMarkedInvalid property.
 void setTableCellRangeAddress(String value)
          Sets the value of the tableCellRangeAddress property.
 void setTableContainsError(String value)
          Sets the value of the tableContainsError property.
 void setTableDirection(String value)
          Sets the value of the tableDirection property.
 void setTableMarkedInvalid(String value)
          Sets the value of the tableMarkedInvalid property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableCellRangeAddress

protected String tableCellRangeAddress

tableContainsError

protected String tableContainsError

tableDirection

protected String tableDirection

tableMarkedInvalid

protected String tableMarkedInvalid
Constructor Detail

TableHighlightedRange

public TableHighlightedRange()
Method Detail

getTableCellRangeAddress

public String getTableCellRangeAddress()
Gets the value of the tableCellRangeAddress property.

Returns:
possible object is String

getTableContainsError

public String getTableContainsError()
Gets the value of the tableContainsError property.

Returns:
possible object is String

getTableDirection

public String getTableDirection()
Gets the value of the tableDirection property.

Returns:
possible object is String

getTableMarkedInvalid

public String getTableMarkedInvalid()
Gets the value of the tableMarkedInvalid property.

Returns:
possible object is String

setTableCellRangeAddress

public void setTableCellRangeAddress(String value)
Sets the value of the tableCellRangeAddress property.

Parameters:
value - allowed object is String

setTableContainsError

public void setTableContainsError(String value)
Sets the value of the tableContainsError property.

Parameters:
value - allowed object is String

setTableDirection

public void setTableDirection(String value)
Sets the value of the tableDirection property.

Parameters:
value - allowed object is String

setTableMarkedInvalid

public void setTableMarkedInvalid(String value)
Sets the value of the tableMarkedInvalid property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.