org.jopendocument.model.table
Class TableScenario

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

public class TableScenario
extends Object


Field Summary
protected  String tableBorderColor
           
protected  String tableComment
           
protected  String tableCopyBack
           
protected  String tableCopyFormulas
           
protected  String tableCopyStyles
           
protected  String tableDisplayBorder
           
protected  String tableIsActive
           
protected  String tableScenarioRanges
           
 
Constructor Summary
TableScenario()
           
 
Method Summary
 String getTableBorderColor()
          Gets the value of the tableBorderColor property.
 String getTableComment()
          Gets the value of the tableComment property.
 String getTableCopyBack()
          Gets the value of the tableCopyBack property.
 String getTableCopyFormulas()
          Gets the value of the tableCopyFormulas property.
 String getTableCopyStyles()
          Gets the value of the tableCopyStyles property.
 String getTableDisplayBorder()
          Gets the value of the tableDisplayBorder property.
 String getTableIsActive()
          Gets the value of the tableIsActive property.
 String getTableScenarioRanges()
          Gets the value of the tableScenarioRanges property.
 void setTableBorderColor(String value)
          Sets the value of the tableBorderColor property.
 void setTableComment(String value)
          Sets the value of the tableComment property.
 void setTableCopyBack(String value)
          Sets the value of the tableCopyBack property.
 void setTableCopyFormulas(String value)
          Sets the value of the tableCopyFormulas property.
 void setTableCopyStyles(String value)
          Sets the value of the tableCopyStyles property.
 void setTableDisplayBorder(String value)
          Sets the value of the tableDisplayBorder property.
 void setTableIsActive(String value)
          Sets the value of the tableIsActive property.
 void setTableScenarioRanges(String value)
          Sets the value of the tableScenarioRanges property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableBorderColor

protected String tableBorderColor

tableComment

protected String tableComment

tableCopyBack

protected String tableCopyBack

tableCopyFormulas

protected String tableCopyFormulas

tableCopyStyles

protected String tableCopyStyles

tableDisplayBorder

protected String tableDisplayBorder

tableIsActive

protected String tableIsActive

tableScenarioRanges

protected String tableScenarioRanges
Constructor Detail

TableScenario

public TableScenario()
Method Detail

getTableBorderColor

public String getTableBorderColor()
Gets the value of the tableBorderColor property.

Returns:
possible object is String

getTableComment

public String getTableComment()
Gets the value of the tableComment property.

Returns:
possible object is String

getTableCopyBack

public String getTableCopyBack()
Gets the value of the tableCopyBack property.

Returns:
possible object is String

getTableCopyFormulas

public String getTableCopyFormulas()
Gets the value of the tableCopyFormulas property.

Returns:
possible object is String

getTableCopyStyles

public String getTableCopyStyles()
Gets the value of the tableCopyStyles property.

Returns:
possible object is String

getTableDisplayBorder

public String getTableDisplayBorder()
Gets the value of the tableDisplayBorder property.

Returns:
possible object is String

getTableIsActive

public String getTableIsActive()
Gets the value of the tableIsActive property.

Returns:
possible object is String

getTableScenarioRanges

public String getTableScenarioRanges()
Gets the value of the tableScenarioRanges property.

Returns:
possible object is String

setTableBorderColor

public void setTableBorderColor(String value)
Sets the value of the tableBorderColor property.

Parameters:
value - allowed object is String

setTableComment

public void setTableComment(String value)
Sets the value of the tableComment property.

Parameters:
value - allowed object is String

setTableCopyBack

public void setTableCopyBack(String value)
Sets the value of the tableCopyBack property.

Parameters:
value - allowed object is String

setTableCopyFormulas

public void setTableCopyFormulas(String value)
Sets the value of the tableCopyFormulas property.

Parameters:
value - allowed object is String

setTableCopyStyles

public void setTableCopyStyles(String value)
Sets the value of the tableCopyStyles property.

Parameters:
value - allowed object is String

setTableDisplayBorder

public void setTableDisplayBorder(String value)
Sets the value of the tableDisplayBorder property.

Parameters:
value - allowed object is String

setTableIsActive

public void setTableIsActive(String value)
Sets the value of the tableIsActive property.

Parameters:
value - allowed object is String

setTableScenarioRanges

public void setTableScenarioRanges(String value)
Sets the value of the tableScenarioRanges property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.