Class TableCalculationSettingsElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • TableCalculationSettingsElement

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

      • 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
      • 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