Class TableCalculationSettingsElement

All Implemented Interfaces:
Serializable, Cloneable, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public class TableCalculationSettingsElement extends OdfElement
DOM implementation of OpenDocument element <table:calculation-settings>.
See Also:
  • Field Details

    • ELEMENT_NAME

      public static final OdfName ELEMENT_NAME
  • Constructor Details

    • TableCalculationSettingsElement

      public TableCalculationSettingsElement(OdfFileDom ownerDoc)
      Create the instance of TableCalculationSettingsElement
      Parameters:
      ownerDoc - The type is OdfFileDom
  • Method Details

    • getOdfName

      public OdfName getOdfName()
      Get the element name
      Specified by:
      getOdfName in class OdfElement
      Returns:
      return OdfName the name of element <table:calculation-settings>.
    • getTableAutomaticFindLabelsAttribute

      public Boolean getTableAutomaticFindLabelsAttribute()
      Receives the value of the ODFDOM attribute representation TableAutomaticFindLabelsAttribute , See @table:automatic-find-labels
      Returns:
      - the Boolean , the value or null, if the attribute is not set and no default value defined.
    • setTableAutomaticFindLabelsAttribute

      public void setTableAutomaticFindLabelsAttribute(Boolean tableAutomaticFindLabelsValue)
      Sets the value of ODFDOM attribute representation TableAutomaticFindLabelsAttribute , See @table:automatic-find-labels
      Parameters:
      tableAutomaticFindLabelsValue - The type is Boolean
    • getTableCaseSensitiveAttribute

      public String getTableCaseSensitiveAttribute()
      Receives the value of the ODFDOM attribute representation TableCaseSensitiveAttribute , See @table:case-sensitive
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setTableCaseSensitiveAttribute

      public void setTableCaseSensitiveAttribute(String tableCaseSensitiveValue)
      Sets the value of ODFDOM attribute representation TableCaseSensitiveAttribute , See @table:case-sensitive
      Parameters:
      tableCaseSensitiveValue - The type is String
    • getTableNullYearAttribute

      public Integer getTableNullYearAttribute()
      Receives the value of the ODFDOM attribute representation TableNullYearAttribute , See @table:null-year
      Returns:
      - the Integer , the value or null, if the attribute is not set and no default value defined.
    • setTableNullYearAttribute

      public void setTableNullYearAttribute(Integer tableNullYearValue)
      Sets the value of ODFDOM attribute representation TableNullYearAttribute , See @table:null-year
      Parameters:
      tableNullYearValue - The type is Integer
    • getTablePrecisionAsShownAttribute

      public Boolean getTablePrecisionAsShownAttribute()
      Receives the value of the ODFDOM attribute representation TablePrecisionAsShownAttribute , See @table:precision-as-shown
      Returns:
      - the Boolean , the value or null, if the attribute is not set and no default value defined.
    • setTablePrecisionAsShownAttribute

      public void setTablePrecisionAsShownAttribute(Boolean tablePrecisionAsShownValue)
      Sets the value of ODFDOM attribute representation TablePrecisionAsShownAttribute , See @table:precision-as-shown
      Parameters:
      tablePrecisionAsShownValue - The type is Boolean
    • getTableSearchCriteriaMustApplyToWholeCellAttribute

      public Boolean getTableSearchCriteriaMustApplyToWholeCellAttribute()
      Receives the value of the ODFDOM attribute representation TableSearchCriteriaMustApplyToWholeCellAttribute , See @table:search-criteria-must-apply-to-whole-cell
      Returns:
      - the Boolean , the value or null, if the attribute is not set and no default value defined.
    • setTableSearchCriteriaMustApplyToWholeCellAttribute

      public void setTableSearchCriteriaMustApplyToWholeCellAttribute(Boolean tableSearchCriteriaMustApplyToWholeCellValue)
      Sets the value of ODFDOM attribute representation TableSearchCriteriaMustApplyToWholeCellAttribute , See @table:search-criteria-must-apply-to-whole-cell
      Parameters:
      tableSearchCriteriaMustApplyToWholeCellValue - The type is Boolean
    • getTableUseRegularExpressionsAttribute

      public Boolean getTableUseRegularExpressionsAttribute()
      Receives the value of the ODFDOM attribute representation TableUseRegularExpressionsAttribute , See @table:use-regular-expressions
      Returns:
      - the Boolean , the value or null, if the attribute is not set and no default value defined.
    • setTableUseRegularExpressionsAttribute

      public void setTableUseRegularExpressionsAttribute(Boolean tableUseRegularExpressionsValue)
      Sets the value of ODFDOM attribute representation TableUseRegularExpressionsAttribute , See @table:use-regular-expressions
      Parameters:
      tableUseRegularExpressionsValue - The type is Boolean
    • getTableUseWildcardsAttribute

      public Boolean getTableUseWildcardsAttribute()
      Receives the value of the ODFDOM attribute representation TableUseWildcardsAttribute , See @table:use-wildcards
      Returns:
      - the Boolean , the value or null, if the attribute is not set and no default value defined.
    • setTableUseWildcardsAttribute

      public void setTableUseWildcardsAttribute(Boolean tableUseWildcardsValue)
      Sets the value of ODFDOM attribute representation TableUseWildcardsAttribute , See @table:use-wildcards
      Parameters:
      tableUseWildcardsValue - The type is Boolean
    • newTableIterationElement

      public TableIterationElement newTableIterationElement()
      Create child element <table:iteration>.
      Returns:
      the element <table:iteration>
    • newTableNullDateElement

      public TableNullDateElement newTableNullDateElement()
      Create child element <table:null-date>.
      Returns:
      the element <table:null-date>
    • accept

      public void accept(ElementVisitor visitor)
      Accept an visitor instance to allow the visitor to do some operations. Refer to visitor design pattern to get a better understanding.
      Overrides:
      accept in class OdfElement
      Parameters:
      visitor - an instance of DefaultElementVisitor