|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.table.TableHighlightedRange
public class TableHighlightedRange
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 |
---|
protected String tableCellRangeAddress
protected String tableContainsError
protected String tableDirection
protected String tableMarkedInvalid
Constructor Detail |
---|
public TableHighlightedRange()
Method Detail |
---|
public String getTableCellRangeAddress()
String
public String getTableContainsError()
String
public String getTableDirection()
String
public String getTableMarkedInvalid()
String
public void setTableCellRangeAddress(String value)
value
- allowed object is String
public void setTableContainsError(String value)
value
- allowed object is String
public void setTableDirection(String value)
value
- allowed object is String
public void setTableMarkedInvalid(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |