Class TableSubtotalRuleElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • TableSubtotalRuleElement

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

      • getTableGroupByFieldNumberAttribute

        public Integer getTableGroupByFieldNumberAttribute()
        Receives the value of the ODFDOM attribute representation TableGroupByFieldNumberAttribute , See @table:group-by-field-number

        Attribute is mandatory.

        Returns:
        - the Integer , the value or null, if the attribute is not set and no default value defined.
      • setTableGroupByFieldNumberAttribute

        public void setTableGroupByFieldNumberAttribute​(Integer tableGroupByFieldNumberValue)
        Sets the value of ODFDOM attribute representation TableGroupByFieldNumberAttribute , See @table:group-by-field-number
        Parameters:
        tableGroupByFieldNumberValue - 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