Package com.docusign.esign.model
Class DateStampProperties
- java.lang.Object
-
- com.docusign.esign.model.DateStampProperties
-
public class DateStampProperties extends Object
Specifies the area in which a date stamp is placed. This parameter uses pixel positioning to draw a rectangle at the center of the stamp area. The stamp is superimposed on top of this central area. This property contains the following information about the central rectangle: - `DateAreaX`: The X axis position of the top-left corner. - `DateAreaY`: The Y axis position of the top-left corner. - `DateAreaWidth`: The width of the rectangle. - `DateAreaHeight`: The height of the rectangle..
-
-
Constructor Summary
Constructors Constructor Description DateStampProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DateStampPropertiesdateAreaHeight(String dateAreaHeight)dateAreaHeight.DateStampPropertiesdateAreaWidth(String dateAreaWidth)dateAreaWidth.DateStampPropertiesdateAreaX(String dateAreaX)dateAreaX.DateStampPropertiesdateAreaY(String dateAreaY)dateAreaY.booleanequals(Object o)Compares objects.StringgetDateAreaHeight().StringgetDateAreaWidth().StringgetDateAreaX().StringgetDateAreaY().inthashCode()Returns the HashCode.voidsetDateAreaHeight(String dateAreaHeight)setDateAreaHeight.voidsetDateAreaWidth(String dateAreaWidth)setDateAreaWidth.voidsetDateAreaX(String dateAreaX)setDateAreaX.voidsetDateAreaY(String dateAreaY)setDateAreaY.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
dateAreaHeight
public DateStampProperties dateAreaHeight(String dateAreaHeight)
dateAreaHeight.- Returns:
- DateStampProperties
-
getDateAreaHeight
public String getDateAreaHeight()
.- Returns:
- dateAreaHeight
-
setDateAreaHeight
public void setDateAreaHeight(String dateAreaHeight)
setDateAreaHeight.
-
dateAreaWidth
public DateStampProperties dateAreaWidth(String dateAreaWidth)
dateAreaWidth.- Returns:
- DateStampProperties
-
getDateAreaWidth
public String getDateAreaWidth()
.- Returns:
- dateAreaWidth
-
setDateAreaWidth
public void setDateAreaWidth(String dateAreaWidth)
setDateAreaWidth.
-
dateAreaX
public DateStampProperties dateAreaX(String dateAreaX)
dateAreaX.- Returns:
- DateStampProperties
-
getDateAreaX
public String getDateAreaX()
.- Returns:
- dateAreaX
-
setDateAreaX
public void setDateAreaX(String dateAreaX)
setDateAreaX.
-
dateAreaY
public DateStampProperties dateAreaY(String dateAreaY)
dateAreaY.- Returns:
- DateStampProperties
-
getDateAreaY
public String getDateAreaY()
.- Returns:
- dateAreaY
-
setDateAreaY
public void setDateAreaY(String dateAreaY)
setDateAreaY.
-
equals
public boolean equals(Object o)
Compares objects.
-
-