public class SmartSectionAnchorPosition extends Object
| Constructor and Description |
|---|
SmartSectionAnchorPosition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getPageNumber()
Specifies the page number on which the tab is located.
|
Double |
getXPosition()
This indicates the horizontal offset of the object on the page.
|
Double |
getYPosition()
This indicates the vertical offset of the object on the page.
|
int |
hashCode() |
SmartSectionAnchorPosition |
pageNumber(Integer pageNumber) |
void |
setPageNumber(Integer pageNumber) |
void |
setXPosition(Double xPosition) |
void |
setYPosition(Double yPosition) |
String |
toString() |
SmartSectionAnchorPosition |
xPosition(Double xPosition) |
SmartSectionAnchorPosition |
yPosition(Double yPosition) |
public SmartSectionAnchorPosition pageNumber(Integer pageNumber)
public Integer getPageNumber()
public void setPageNumber(Integer pageNumber)
public SmartSectionAnchorPosition xPosition(Double xPosition)
public Double getXPosition()
public void setXPosition(Double xPosition)
public SmartSectionAnchorPosition yPosition(Double yPosition)
public Double getYPosition()
public void setYPosition(Double yPosition)
Copyright © 2020. All rights reserved.