|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.table.TableNamedRange
public class TableNamedRange
Field Summary | |
---|---|
protected String |
tableBaseCellAddress
|
protected String |
tableCellRangeAddress
|
protected String |
tableName
|
protected String |
tableRangeUsableAs
|
Constructor Summary | |
---|---|
TableNamedRange()
|
Method Summary | |
---|---|
String |
getTableBaseCellAddress()
Gets the value of the tableBaseCellAddress property. |
String |
getTableCellRangeAddress()
Gets the value of the tableCellRangeAddress property. |
String |
getTableName()
Gets the value of the tableName property. |
String |
getTableRangeUsableAs()
Gets the value of the tableRangeUsableAs property. |
void |
setTableBaseCellAddress(String value)
Sets the value of the tableBaseCellAddress property. |
void |
setTableCellRangeAddress(String value)
Sets the value of the tableCellRangeAddress property. |
void |
setTableName(String value)
Sets the value of the tableName property. |
void |
setTableRangeUsableAs(String value)
Sets the value of the tableRangeUsableAs property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String tableBaseCellAddress
protected String tableCellRangeAddress
protected String tableName
protected String tableRangeUsableAs
Constructor Detail |
---|
public TableNamedRange()
Method Detail |
---|
public String getTableBaseCellAddress()
String
public String getTableCellRangeAddress()
String
public String getTableName()
String
public String getTableRangeUsableAs()
String
public void setTableBaseCellAddress(String value)
value
- allowed object is String
public void setTableCellRangeAddress(String value)
value
- allowed object is String
public void setTableName(String value)
value
- allowed object is String
public void setTableRangeUsableAs(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |