public class TextRedactionAnnotation extends AnnotationBase implements ITextRedactionAnnotation
Represents Text redaction annotation properties
Constructor and Description |
---|
TextRedactionAnnotation()
Initializes new instance of
TextRedactionAnnotation class. |
Modifier and Type | Method and Description |
---|---|
List<Point> |
getPoints()
Gets or sets collection of points that describe rectangles with text
|
void |
setPoints(List<Point> value)
Gets or sets collection of points that describe rectangles with text
|
String |
toString() |
getCreatedOn, getId, getMessage, getPageNumber, getReplies, getStateBeforeAnnotation, getType, getUser, setCreatedOn, setId, setMessage, setPageNumber, setReplies, setStateBeforeAnnotation, setType, setUser
public TextRedactionAnnotation()
Initializes new instance of TextRedactionAnnotation
class.
public final List<Point> getPoints()
Gets or sets collection of points that describe rectangles with text
public final void setPoints(List<Point> value)
Gets or sets collection of points that describe rectangles with text
public String toString()
toString
in class AnnotationBase