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 booleanequals(Object o)Compares objects.IntegergetHeight()Height of the tab in pixels..IntegergetPageNumber()Specifies the page number on which the tab is located..IntegergetWidth()Width of the tab in pixels..IntegergetXPosition()This indicates the horizontal offset of the object on the page.IntegergetYPosition()This indicates the vertical offset of the object on the page.inthashCode()Returns the HashCode.MatchBoxheight(Integer height)height.MatchBoxpageNumber(Integer pageNumber)pageNumber.voidsetHeight(Integer height)setHeight.voidsetPageNumber(Integer pageNumber)setPageNumber.voidsetWidth(Integer width)setWidth.voidsetXPosition(Integer xPosition)setXPosition.voidsetYPosition(Integer yPosition)setYPosition.StringtoString()Converts the given object to string.MatchBoxwidth(Integer width)width.MatchBoxxPosition(Integer xPosition)xPosition.MatchBoxyPosition(Integer yPosition)yPosition.
-
-
-
Method Detail
-
getHeight
public Integer getHeight()
Height of the tab in pixels..- Returns:
- height
-
setHeight
public void setHeight(Integer height)
setHeight.
-
getPageNumber
public Integer getPageNumber()
Specifies the page number on which the tab is located..- Returns:
- pageNumber
-
setPageNumber
public void setPageNumber(Integer pageNumber)
setPageNumber.
-
getWidth
public Integer getWidth()
Width of the tab in pixels..- Returns:
- width
-
setWidth
public void setWidth(Integer width)
setWidth.
-
getXPosition
public Integer 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(Integer xPosition)
setXPosition.
-
getYPosition
public Integer 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(Integer yPosition)
setYPosition.
-
equals
public boolean equals(Object o)
Compares objects.
-
-