public class MatchBox extends Object
| Constructor and Description |
|---|
MatchBox() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
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() |
MatchBox |
height(String height) |
MatchBox |
pageNumber(String pageNumber) |
void |
setHeight(String height) |
void |
setPageNumber(String pageNumber) |
void |
setWidth(String width) |
void |
setXPosition(String xPosition) |
void |
setYPosition(String yPosition) |
String |
toString() |
MatchBox |
width(String width) |
MatchBox |
xPosition(String xPosition) |
MatchBox |
yPosition(String yPosition) |
public String getHeight()
public void setHeight(String height)
public String getPageNumber()
public void setPageNumber(String pageNumber)
public String getWidth()
public void setWidth(String width)
public String getXPosition()
public void setXPosition(String xPosition)
public String getYPosition()
public void setYPosition(String yPosition)
Copyright © 2020. All rights reserved.