Class SmartSectionAnchorPosition

    • Constructor Detail

      • SmartSectionAnchorPosition

        public SmartSectionAnchorPosition()
    • Method Detail

      • getPageNumber

        public Integer getPageNumber()
        Specifies the page number on which the tab is located..
        Returns:
        pageNumber
      • setPageNumber

        public void setPageNumber​(Integer pageNumber)
        setPageNumber.
      • getXPosition

        public Double getXPosition()
        This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position..
        Returns:
        xPosition
      • setXPosition

        public void setXPosition​(Double xPosition)
        setXPosition.
      • getYPosition

        public Double getYPosition()
        This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position..
        Returns:
        yPosition
      • setYPosition

        public void setYPosition​(Double yPosition)
        setYPosition.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object