Class MatchBox


  • public class MatchBox
    extends Object
    MatchBox.
    • Constructor Detail

      • MatchBox

        public MatchBox()
    • Method Detail

      • height

        public MatchBox height​(String height)
        height.
        Returns:
        MatchBox
      • getHeight

        public String getHeight()
        Height of the tab in pixels..
        Returns:
        height
      • setHeight

        public void setHeight​(String height)
        setHeight.
      • pageNumber

        public MatchBox pageNumber​(String pageNumber)
        pageNumber.
        Returns:
        MatchBox
      • getPageNumber

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

        public void setPageNumber​(String pageNumber)
        setPageNumber.
      • width

        public MatchBox width​(String width)
        width.
        Returns:
        MatchBox
      • getWidth

        public String getWidth()
        Width of the tab in pixels..
        Returns:
        width
      • setWidth

        public void setWidth​(String width)
        setWidth.
      • xPosition

        public MatchBox xPosition​(String xPosition)
        xPosition.
        Returns:
        MatchBox
      • getXPosition

        public String 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​(String xPosition)
        setXPosition.
      • yPosition

        public MatchBox yPosition​(String yPosition)
        yPosition.
        Returns:
        MatchBox
      • getYPosition

        public String 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​(String 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