com.groupdocs.annotation.models.annotationmodels

Class TextRedactionAnnotation

    • Constructor Detail

      • TextRedactionAnnotation

        public TextRedactionAnnotation()

        Initializes new instance of TextRedactionAnnotation class.

    • Method Detail

      • deepClone

        public Object deepClone()

        Returns new Instance with same values

        Specified by:
        deepClone in interface com.aspose.ms.System.ICloneable
        Overrides:
        deepClone in class AnnotationBase
        Returns:
      • equals

        public boolean equals(Object o)

        Compares Text Redaction Annotations using standard object Equals method

        Specified by:
        equals in interface com.aspose.ms.System.IEquatable<AnnotationBase>
        Overrides:
        equals in class AnnotationBase
        Parameters:
        o - The object to compare with the current object
      • equals

        public final boolean equals(TextRedactionAnnotation other)

        Compares Text Redaction Annotations using IEquatable Equals method

        Parameters:
        other - The TextRedactionAnnotation object to compare with the current object
      • getPoints

        public final List<Point> getPoints()

        Gets or sets collection of points that describe rectangles with text

        Specified by:
        getPoints in interface IPoints
        Returns:
      • hashCode

        public int hashCode()

        Returns HashCode of Text Redaction Annotation

        Overrides:
        hashCode in class AnnotationBase
      • setPoints

        public final void setPoints(List<Point> value)

        Gets or sets collection of points that describe rectangles with text

        Specified by:
        setPoints in interface IPoints
        Parameters:
        value -