public class PointAnnotation extends AnnotationBase implements IPointAnnotation
Represents Point annotation properties
Constructor and Description |
---|
PointAnnotation()
Initializes new instance of
PointAnnotation class. |
Modifier and Type | Method and Description |
---|---|
Rectangle |
getBox()
Gets or sets annotation position
|
void |
setBox(Rectangle value)
Gets or sets annotation position
|
String |
toString() |
getCreatedOn, getId, getMessage, getPageNumber, getReplies, getStateBeforeAnnotation, getType, getUser, setCreatedOn, setId, setMessage, setPageNumber, setReplies, setStateBeforeAnnotation, setType, setUser
public PointAnnotation()
Initializes new instance of PointAnnotation
class.
public final Rectangle getBox()
Gets or sets annotation position
public final void setBox(Rectangle value)
Gets or sets annotation position
public String toString()
toString
in class AnnotationBase