Package com.docusign.esign.model
Class SmartSectionAnchorPosition
- java.lang.Object
-
- com.docusign.esign.model.SmartSectionAnchorPosition
-
- All Implemented Interfaces:
Serializable
public class SmartSectionAnchorPosition extends Object implements Serializable
SmartSectionAnchorPosition.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SmartSectionAnchorPosition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.IntegergetPageNumber()Specifies the page number on which the tab is located..DoublegetXPosition()This indicates the horizontal offset of the object on the page.DoublegetYPosition()This indicates the vertical offset of the object on the page.inthashCode()Returns the HashCode.SmartSectionAnchorPositionpageNumber(Integer pageNumber)pageNumber.voidsetPageNumber(Integer pageNumber)setPageNumber.voidsetXPosition(Double xPosition)setXPosition.voidsetYPosition(Double yPosition)setYPosition.StringtoString()Converts the given object to string.SmartSectionAnchorPositionxPosition(Double xPosition)xPosition.SmartSectionAnchorPositionyPosition(Double yPosition)yPosition.
-
-
-
Method Detail
-
pageNumber
public SmartSectionAnchorPosition pageNumber(Integer pageNumber)
pageNumber.- Returns:
- SmartSectionAnchorPosition
-
getPageNumber
public Integer getPageNumber()
Specifies the page number on which the tab is located..- Returns:
- pageNumber
-
setPageNumber
public void setPageNumber(Integer pageNumber)
setPageNumber.
-
xPosition
public SmartSectionAnchorPosition xPosition(Double xPosition)
xPosition.- Returns:
- SmartSectionAnchorPosition
-
getXPosition
public Double 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(Double xPosition)
setXPosition.
-
yPosition
public SmartSectionAnchorPosition yPosition(Double yPosition)
yPosition.- Returns:
- SmartSectionAnchorPosition
-
getYPosition
public Double 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(Double yPosition)
setYPosition.
-
equals
public boolean equals(Object o)
Compares objects.
-
-