Class DbTableSettingElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • DbTableSettingElement

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

      • getDbIsFirstRowHeaderLineAttribute

        public Boolean getDbIsFirstRowHeaderLineAttribute()
        Receives the value of the ODFDOM attribute representation DbIsFirstRowHeaderLineAttribute , See @db:is-first-row-header-line
        Returns:
        - the Boolean , the value or null, if the attribute is not set and no default value defined.
      • setDbIsFirstRowHeaderLineAttribute

        public void setDbIsFirstRowHeaderLineAttribute​(Boolean dbIsFirstRowHeaderLineValue)
        Sets the value of ODFDOM attribute representation DbIsFirstRowHeaderLineAttribute , See @db:is-first-row-header-line
        Parameters:
        dbIsFirstRowHeaderLineValue - The type is Boolean
      • getDbShowDeletedAttribute

        public Boolean getDbShowDeletedAttribute()
        Receives the value of the ODFDOM attribute representation DbShowDeletedAttribute , See @db:show-deleted
        Returns:
        - the Boolean , the value or null, if the attribute is not set and no default value defined.
      • setDbShowDeletedAttribute

        public void setDbShowDeletedAttribute​(Boolean dbShowDeletedValue)
        Sets the value of ODFDOM attribute representation DbShowDeletedAttribute , See @db:show-deleted
        Parameters:
        dbShowDeletedValue - 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