|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.table.TableScenario
public class TableScenario
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 |
---|
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 Detail |
---|
public TableScenario()
Method Detail |
---|
public String getTableBorderColor()
String
public String getTableComment()
String
public String getTableCopyBack()
String
public String getTableCopyFormulas()
String
public String getTableCopyStyles()
String
public String getTableDisplayBorder()
String
public String getTableIsActive()
String
public String getTableScenarioRanges()
String
public void setTableBorderColor(String value)
value
- allowed object is String
public void setTableComment(String value)
value
- allowed object is String
public void setTableCopyBack(String value)
value
- allowed object is String
public void setTableCopyFormulas(String value)
value
- allowed object is String
public void setTableCopyStyles(String value)
value
- allowed object is String
public void setTableDisplayBorder(String value)
value
- allowed object is String
public void setTableIsActive(String value)
value
- allowed object is String
public void setTableScenarioRanges(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |