Class TableIterationElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • TableIterationElement

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

      • getTableMaximumDifferenceAttribute

        public Double getTableMaximumDifferenceAttribute()
        Receives the value of the ODFDOM attribute representation TableMaximumDifferenceAttribute , See @table:maximum-difference
        Returns:
        - the Double , the value or null, if the attribute is not set and no default value defined.
      • setTableMaximumDifferenceAttribute

        public void setTableMaximumDifferenceAttribute​(Double tableMaximumDifferenceValue)
        Sets the value of ODFDOM attribute representation TableMaximumDifferenceAttribute , See @table:maximum-difference
        Parameters:
        tableMaximumDifferenceValue - The type is Double
      • getTableStatusAttribute

        public String getTableStatusAttribute()
        Receives the value of the ODFDOM attribute representation TableStatusAttribute , See @table:status
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setTableStatusAttribute

        public void setTableStatusAttribute​(String tableStatusValue)
        Sets the value of ODFDOM attribute representation TableStatusAttribute , See @table:status
        Parameters:
        tableStatusValue - The type is String
      • getTableStepsAttribute

        public Integer getTableStepsAttribute()
        Receives the value of the ODFDOM attribute representation TableStepsAttribute , See @table:steps
        Returns:
        - the Integer , the value or null, if the attribute is not set and no default value defined.
      • setTableStepsAttribute

        public void setTableStepsAttribute​(Integer tableStepsValue)
        Sets the value of ODFDOM attribute representation TableStepsAttribute , See @table:steps
        Parameters:
        tableStepsValue - The type is Integer
      • 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