org.jopendocument.model.table
Class TableSubtotalRules

java.lang.Object
  extended by org.jopendocument.model.table.TableSubtotalRules

public class TableSubtotalRules
extends java.lang.Object


Constructor Summary
TableSubtotalRules()
           
 
Method Summary
 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 getTablePageBreaksOnGroupChange()
          Gets the value of the tablePageBreaksOnGroupChange property.
 java.util.List<java.lang.Object> getTableSortGroupsOrTableSubtotalRule()
          Gets the value of the tableSortGroupsOrTableSubtotalRule 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 setTablePageBreaksOnGroupChange(java.lang.String value)
          Sets the value of the tablePageBreaksOnGroupChange property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableSubtotalRules

public TableSubtotalRules()
Method Detail

getTableBindStylesToContent

public java.lang.String getTableBindStylesToContent()
Gets the value of the tableBindStylesToContent property.

Returns:
possible object is String

getTableCaseSensitive

public java.lang.String getTableCaseSensitive()
Gets the value of the tableCaseSensitive property.

Returns:
possible object is String

getTablePageBreaksOnGroupChange

public java.lang.String getTablePageBreaksOnGroupChange()
Gets the value of the tablePageBreaksOnGroupChange property.

Returns:
possible object is String

getTableSortGroupsOrTableSubtotalRule

public java.util.List<java.lang.Object> getTableSortGroupsOrTableSubtotalRule()
Gets the value of the tableSortGroupsOrTableSubtotalRule property.

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


setTableBindStylesToContent

public void setTableBindStylesToContent(java.lang.String value)
Sets the value of the tableBindStylesToContent property.

Parameters:
value - allowed object is String

setTableCaseSensitive

public void setTableCaseSensitive(java.lang.String value)
Sets the value of the tableCaseSensitive property.

Parameters:
value - allowed object is String

setTablePageBreaksOnGroupChange

public void setTablePageBreaksOnGroupChange(java.lang.String value)
Sets the value of the tablePageBreaksOnGroupChange property.

Parameters:
value - allowed object is String