Class 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 Detail

      • DateStampProperties

        public DateStampProperties()
    • 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.
      • getDateAreaX

        public String getDateAreaX()
        .
        Returns:
        dateAreaX
      • setDateAreaX

        public void setDateAreaX​(String dateAreaX)
        setDateAreaX.
      • getDateAreaY

        public String getDateAreaY()
        .
        Returns:
        dateAreaY
      • setDateAreaY

        public void setDateAreaY​(String dateAreaY)
        setDateAreaY.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object