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 DateStampProperties
dateAreaHeight(String dateAreaHeight)
dateAreaHeight.DateStampProperties
dateAreaWidth(String dateAreaWidth)
dateAreaWidth.DateStampProperties
dateAreaX(String dateAreaX)
dateAreaX.DateStampProperties
dateAreaY(String dateAreaY)
dateAreaY.boolean
equals(Object o)
Compares objects.String
getDateAreaHeight()
.String
getDateAreaWidth()
.String
getDateAreaX()
.String
getDateAreaY()
.int
hashCode()
Returns the HashCode.void
setDateAreaHeight(String dateAreaHeight)
setDateAreaHeight.void
setDateAreaWidth(String dateAreaWidth)
setDateAreaWidth.void
setDateAreaX(String dateAreaX)
setDateAreaX.void
setDateAreaY(String dateAreaY)
setDateAreaY.String
toString()
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.
-
-