Class TableMovementCutOffElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • TableMovementCutOffElement

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

      • getTableEndPositionAttribute

        public Integer getTableEndPositionAttribute()
        Receives the value of the ODFDOM attribute representation TableEndPositionAttribute , See @table:end-position
        Returns:
        - the Integer , the value or null, if the attribute is not set and no default value defined.
      • setTableEndPositionAttribute

        public void setTableEndPositionAttribute​(Integer tableEndPositionValue)
        Sets the value of ODFDOM attribute representation TableEndPositionAttribute , See @table:end-position
        Parameters:
        tableEndPositionValue - The type is Integer
      • getTablePositionAttribute

        public Integer getTablePositionAttribute()
        Receives the value of the ODFDOM attribute representation TablePositionAttribute , See @table:position
        Returns:
        - the Integer , the value or null, if the attribute is not set and no default value defined.
      • setTablePositionAttribute

        public void setTablePositionAttribute​(Integer tablePositionValue)
        Sets the value of ODFDOM attribute representation TablePositionAttribute , See @table:position
        Parameters:
        tablePositionValue - The type is Integer
      • getTableStartPositionAttribute

        public Integer getTableStartPositionAttribute()
        Receives the value of the ODFDOM attribute representation TableStartPositionAttribute , See @table:start-position
        Returns:
        - the Integer , the value or null, if the attribute is not set and no default value defined.
      • setTableStartPositionAttribute

        public void setTableStartPositionAttribute​(Integer tableStartPositionValue)
        Sets the value of ODFDOM attribute representation TableStartPositionAttribute , See @table:start-position
        Parameters:
        tableStartPositionValue - 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