|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.table.TableSubtotalRules
public class TableSubtotalRules
Field Summary | |
---|---|
protected String |
tableBindStylesToContent
|
protected String |
tableCaseSensitive
|
protected String |
tablePageBreaksOnGroupChange
|
protected List<Object> |
tableSortGroupsOrTableSubtotalRule
|
Constructor Summary | |
---|---|
TableSubtotalRules()
|
Method Summary | |
---|---|
String |
getTableBindStylesToContent()
Gets the value of the tableBindStylesToContent property. |
String |
getTableCaseSensitive()
Gets the value of the tableCaseSensitive property. |
String |
getTablePageBreaksOnGroupChange()
Gets the value of the tablePageBreaksOnGroupChange property. |
List<Object> |
getTableSortGroupsOrTableSubtotalRule()
Gets the value of the tableSortGroupsOrTableSubtotalRule property. |
void |
setTableBindStylesToContent(String value)
Sets the value of the tableBindStylesToContent property. |
void |
setTableCaseSensitive(String value)
Sets the value of the tableCaseSensitive property. |
void |
setTablePageBreaksOnGroupChange(String value)
Sets the value of the tablePageBreaksOnGroupChange property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String tableBindStylesToContent
protected String tableCaseSensitive
protected String tablePageBreaksOnGroupChange
protected List<Object> tableSortGroupsOrTableSubtotalRule
Constructor Detail |
---|
public TableSubtotalRules()
Method Detail |
---|
public String getTableBindStylesToContent()
String
public String getTableCaseSensitive()
String
public String getTablePageBreaksOnGroupChange()
String
public List<Object> getTableSortGroupsOrTableSubtotalRule()
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 tableSortGroupsOrTableSubtotalRule
property.
For example, to add a new item, do as follows:
getTableSortGroupsOrTableSubtotalRule().add(newItem);
Objects of the following type(s) are allowed in the list TableSortGroups
TableSubtotalRule
public void setTableBindStylesToContent(String value)
value
- allowed object is String
public void setTableCaseSensitive(String value)
value
- allowed object is String
public void setTablePageBreaksOnGroupChange(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |