Package com.docusign.esign.model
Class MatchBox
- java.lang.Object
-
- com.docusign.esign.model.MatchBox
-
public class MatchBox extends Object
MatchBox.
-
-
Constructor Summary
Constructors Constructor Description MatchBox()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Compares objects.String
getHeight()
Height of the tab in pixels..String
getPageNumber()
Specifies the page number on which the tab is located..String
getWidth()
Width of the tab in pixels..String
getXPosition()
This indicates the horizontal offset of the object on the page.String
getYPosition()
This indicates the vertical offset of the object on the page.int
hashCode()
Returns the HashCode.MatchBox
height(String height)
height.MatchBox
pageNumber(String pageNumber)
pageNumber.void
setHeight(String height)
setHeight.void
setPageNumber(String pageNumber)
setPageNumber.void
setWidth(String width)
setWidth.void
setXPosition(String xPosition)
setXPosition.void
setYPosition(String yPosition)
setYPosition.String
toString()
Converts the given object to string.MatchBox
width(String width)
width.MatchBox
xPosition(String xPosition)
xPosition.MatchBox
yPosition(String yPosition)
yPosition.
-
-
-
Method Detail
-
getHeight
public String getHeight()
Height of the tab in pixels..- Returns:
- height
-
setHeight
public void setHeight(String height)
setHeight.
-
getPageNumber
public String getPageNumber()
Specifies the page number on which the tab is located..- Returns:
- pageNumber
-
setPageNumber
public void setPageNumber(String pageNumber)
setPageNumber.
-
getWidth
public String getWidth()
Width of the tab in pixels..- Returns:
- width
-
setWidth
public void setWidth(String width)
setWidth.
-
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.
-
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.
-
-