Class TableTrackedChangesElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • TableTrackedChangesElement

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

      • getTableTrackChangesAttribute

        public Boolean getTableTrackChangesAttribute()
        Receives the value of the ODFDOM attribute representation TableTrackChangesAttribute , See @table:track-changes
        Returns:
        - the Boolean , the value or null, if the attribute is not set and no default value defined.
      • setTableTrackChangesAttribute

        public void setTableTrackChangesAttribute​(Boolean tableTrackChangesValue)
        Sets the value of ODFDOM attribute representation TableTrackChangesAttribute , See @table:track-changes
        Parameters:
        tableTrackChangesValue - The type is Boolean
      • newTableDeletionElement

        public TableDeletionElement newTableDeletionElement​(String tableIdValue,
                                                            int tablePositionValue,
                                                            String tableTypeValue)
        Create child element <table:deletion>.
        Parameters:
        tableIdValue - the String value of TableIdAttribute, see @table:id at specification
        tablePositionValue - the Integer value of TablePositionAttribute , see @table:position at specification
        tableTypeValue - the String value of TableTypeAttribute, see @table:type at specification
        Returns:
        the element <table:deletion>
      • newTableInsertionElement

        public TableInsertionElement newTableInsertionElement​(String tableIdValue,
                                                              int tablePositionValue,
                                                              String tableTypeValue)
        Create child element <table:insertion>.
        Parameters:
        tableIdValue - the String value of TableIdAttribute, see @table:id at specification
        tablePositionValue - the Integer value of TablePositionAttribute , see @table:position at specification
        tableTypeValue - the String value of TableTypeAttribute, see @table:type at specification
        Returns:
        the element <table:insertion>
      • 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