Class TableErrorMacroElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • TableErrorMacroElement

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

      • getTableExecuteAttribute

        public Boolean getTableExecuteAttribute()
        Receives the value of the ODFDOM attribute representation TableExecuteAttribute , See @table:execute
        Returns:
        - the Boolean , the value or null, if the attribute is not set and no default value defined.
      • setTableExecuteAttribute

        public void setTableExecuteAttribute​(Boolean tableExecuteValue)
        Sets the value of ODFDOM attribute representation TableExecuteAttribute , See @table:execute
        Parameters:
        tableExecuteValue - The type is Boolean
      • 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