Class MatchBox


  • public class MatchBox
    extends java.lang.Object
    MatchBox.
    • Constructor Summary

      Constructors 
      Constructor Description
      MatchBox()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)
      Compares objects.
      java.lang.String getHeight()
      Height of the tab in pixels..
      java.lang.String getPageNumber()
      Specifies the page number on which the tab is located..
      java.lang.String getWidth()
      Width of the tab in pixels..
      java.lang.String getXPosition()
      This indicates the horizontal offset of the object on the page.
      java.lang.String getYPosition()
      This indicates the vertical offset of the object on the page.
      int hashCode()
      Returns the HashCode.
      MatchBox height​(java.lang.String height)
      height.
      MatchBox pageNumber​(java.lang.String pageNumber)
      pageNumber.
      void setHeight​(java.lang.String height)
      setHeight.
      void setPageNumber​(java.lang.String pageNumber)
      setPageNumber.
      void setWidth​(java.lang.String width)
      setWidth.
      void setXPosition​(java.lang.String xPosition)
      setXPosition.
      void setYPosition​(java.lang.String yPosition)
      setYPosition.
      java.lang.String toString()
      Converts the given object to string.
      MatchBox width​(java.lang.String width)
      width.
      MatchBox xPosition​(java.lang.String xPosition)
      xPosition.
      MatchBox yPosition​(java.lang.String yPosition)
      yPosition.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MatchBox

        public MatchBox()
    • Method Detail

      • height

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

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

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

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

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

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

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

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

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

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

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

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

        public java.lang.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​(java.lang.String yPosition)
        setYPosition.
      • equals

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

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

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