|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.table.TableSort
public class TableSort
| Constructor Summary | |
|---|---|
TableSort()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getTableAlgorithm()
Gets the value of the tableAlgorithm property. |
java.lang.String |
getTableBindStylesToContent()
Gets the value of the tableBindStylesToContent property. |
java.lang.String |
getTableCaseSensitive()
Gets the value of the tableCaseSensitive property. |
java.lang.String |
getTableCountry()
Gets the value of the tableCountry property. |
java.lang.String |
getTableLanguage()
Gets the value of the tableLanguage property. |
java.util.List<TableSortBy> |
getTableSortBy()
Gets the value of the tableSortBy property. |
java.lang.String |
getTableTargetRangeAddress()
Gets the value of the tableTargetRangeAddress property. |
void |
setTableAlgorithm(java.lang.String value)
Sets the value of the tableAlgorithm property. |
void |
setTableBindStylesToContent(java.lang.String value)
Sets the value of the tableBindStylesToContent property. |
void |
setTableCaseSensitive(java.lang.String value)
Sets the value of the tableCaseSensitive property. |
void |
setTableCountry(java.lang.String value)
Sets the value of the tableCountry property. |
void |
setTableLanguage(java.lang.String value)
Sets the value of the tableLanguage property. |
void |
setTableTargetRangeAddress(java.lang.String value)
Sets the value of the tableTargetRangeAddress property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableSort()
| Method Detail |
|---|
public java.lang.String getTableAlgorithm()
Stringpublic java.lang.String getTableBindStylesToContent()
Stringpublic java.lang.String getTableCaseSensitive()
Stringpublic java.lang.String getTableCountry()
Stringpublic java.lang.String getTableLanguage()
Stringpublic java.util.List<TableSortBy> getTableSortBy()
This accessor method returns a reference to the live list, not a snapshot. Therefore any
modification you make to the returned list will be present inside the JAXB object. This is
why there is not a set method for the tableSortBy property.
For example, to add a new item, do as follows:
getTableSortBy().add(newItem);
Objects of the following type(s) are allowed in the list TableSortBy
public java.lang.String getTableTargetRangeAddress()
Stringpublic void setTableAlgorithm(java.lang.String value)
value - allowed object is Stringpublic void setTableBindStylesToContent(java.lang.String value)
value - allowed object is Stringpublic void setTableCaseSensitive(java.lang.String value)
value - allowed object is Stringpublic void setTableCountry(java.lang.String value)
value - allowed object is Stringpublic void setTableLanguage(java.lang.String value)
value - allowed object is Stringpublic void setTableTargetRangeAddress(java.lang.String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||