@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class MatchBox extends Object
| Constructor and Description |
|---|
MatchBox() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getHeight()
Height of the tab in pixels.
|
Integer |
getPageNumber()
Specifies the page number on which the tab is located.
|
Integer |
getWidth()
Width of the tab in pixels.
|
Integer |
getXPosition()
This indicates the horizontal offset of the object on the page.
|
Integer |
getYPosition()
This indicates the vertical offset of the object on the page.
|
int |
hashCode() |
void |
setHeight(Integer height) |
void |
setPageNumber(Integer pageNumber) |
void |
setWidth(Integer width) |
void |
setXPosition(Integer xPosition) |
void |
setYPosition(Integer yPosition) |
String |
toString() |
public Integer getHeight()
Height of the tab in pixels.
public void setHeight(Integer height)
public Integer getPageNumber()
Specifies the page number on which the tab is located.
public void setPageNumber(Integer pageNumber)
public Integer getWidth()
Width of the tab in pixels.
public void setWidth(Integer width)
public Integer getXPosition()
This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position.
public void setXPosition(Integer xPosition)
public Integer getYPosition()
This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position.
public void setYPosition(Integer yPosition)
Copyright © 2017. All Rights Reserved.