Class TableFilterElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • TableFilterElement

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

      • getTableConditionSourceAttribute

        public String getTableConditionSourceAttribute()
        Receives the value of the ODFDOM attribute representation TableConditionSourceAttribute , See @table:condition-source
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setTableConditionSourceAttribute

        public void setTableConditionSourceAttribute​(String tableConditionSourceValue)
        Sets the value of ODFDOM attribute representation TableConditionSourceAttribute , See @table:condition-source
        Parameters:
        tableConditionSourceValue - The type is String
      • getTableConditionSourceRangeAddressAttribute

        public String getTableConditionSourceRangeAddressAttribute()
        Receives the value of the ODFDOM attribute representation TableConditionSourceRangeAddressAttribute , See @table:condition-source-range-address
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setTableConditionSourceRangeAddressAttribute

        public void setTableConditionSourceRangeAddressAttribute​(String tableConditionSourceRangeAddressValue)
        Sets the value of ODFDOM attribute representation TableConditionSourceRangeAddressAttribute , See @table:condition-source-range-address
        Parameters:
        tableConditionSourceRangeAddressValue - The type is String
      • getTableDisplayDuplicatesAttribute

        public Boolean getTableDisplayDuplicatesAttribute()
        Receives the value of the ODFDOM attribute representation TableDisplayDuplicatesAttribute , See @table:display-duplicates
        Returns:
        - the Boolean , the value or null, if the attribute is not set and no default value defined.
      • setTableDisplayDuplicatesAttribute

        public void setTableDisplayDuplicatesAttribute​(Boolean tableDisplayDuplicatesValue)
        Sets the value of ODFDOM attribute representation TableDisplayDuplicatesAttribute , See @table:display-duplicates
        Parameters:
        tableDisplayDuplicatesValue - The type is Boolean
      • getTableTargetRangeAddressAttribute

        public String getTableTargetRangeAddressAttribute()
        Receives the value of the ODFDOM attribute representation TableTargetRangeAddressAttribute , See @table:target-range-address
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setTableTargetRangeAddressAttribute

        public void setTableTargetRangeAddressAttribute​(String tableTargetRangeAddressValue)
        Sets the value of ODFDOM attribute representation TableTargetRangeAddressAttribute , See @table:target-range-address
        Parameters:
        tableTargetRangeAddressValue - The type is String
      • accept

        public void accept​(ElementVisitor visitor)
        Description copied from class: OdfElement
        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