Class TableHighlightedRangeElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • TableHighlightedRangeElement

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

      • getTableCellRangeAddressAttribute

        public String getTableCellRangeAddressAttribute()
        Receives the value of the ODFDOM attribute representation TableCellRangeAddressAttribute , See @table:cell-range-address
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setTableCellRangeAddressAttribute

        public void setTableCellRangeAddressAttribute​(String tableCellRangeAddressValue)
        Sets the value of ODFDOM attribute representation TableCellRangeAddressAttribute , See @table:cell-range-address
        Parameters:
        tableCellRangeAddressValue - The type is String
      • getTableContainsErrorAttribute

        public Boolean getTableContainsErrorAttribute()
        Receives the value of the ODFDOM attribute representation TableContainsErrorAttribute , See @table:contains-error
        Returns:
        - the Boolean , the value or null, if the attribute is not set and no default value defined.
      • setTableContainsErrorAttribute

        public void setTableContainsErrorAttribute​(Boolean tableContainsErrorValue)
        Sets the value of ODFDOM attribute representation TableContainsErrorAttribute , See @table:contains-error
        Parameters:
        tableContainsErrorValue - The type is Boolean
      • getTableDirectionAttribute

        public String getTableDirectionAttribute()
        Receives the value of the ODFDOM attribute representation TableDirectionAttribute , See @table:direction
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setTableDirectionAttribute

        public void setTableDirectionAttribute​(String tableDirectionValue)
        Sets the value of ODFDOM attribute representation TableDirectionAttribute , See @table:direction
        Parameters:
        tableDirectionValue - The type is String
      • getTableMarkedInvalidAttribute

        public Boolean getTableMarkedInvalidAttribute()
        Receives the value of the ODFDOM attribute representation TableMarkedInvalidAttribute , See @table:marked-invalid
        Returns:
        - the Boolean , the value or null, if the attribute is not set and no default value defined.
      • setTableMarkedInvalidAttribute

        public void setTableMarkedInvalidAttribute​(Boolean tableMarkedInvalidValue)
        Sets the value of ODFDOM attribute representation TableMarkedInvalidAttribute , See @table:marked-invalid
        Parameters:
        tableMarkedInvalidValue - The type is Boolean
      • 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