public interface IAnnotationReference
This can be for example simply a name, referencing an existing object or a full set of descriptions how to create a new one.
| Modifier and Type | Method and Description |
|---|---|
PDAnnotation |
getAnnotation()
The
PDAnnotation referenced by this. |
PDDocument |
getDocument()
The
PDDocument hosting the PDAnnotation. |
Point2D |
getPosition()
The position of the bounding box of the
PDAnnotation. |
Point2D |
getSize()
The size of the bounding box of the
PDAnnotation. |
boolean |
isNew() |
boolean |
isVisible() |
PDAnnotation getAnnotation()
PDAnnotation referenced by this.
Evaluating this method may create a new PDAnnotation lazy and
modify the PDDocument!
PDAnnotation referenced by this.PDDocument getDocument()
PDDocument hosting the PDAnnotation.PDDocument hosting the PDAnnotation.Point2D getPosition()
PDAnnotation. This may
be evaluated even if the PDAnnotation not yet exists without
modifying the PDDocument.PDAnnotation.Point2D getSize()
PDAnnotation. This may be
evaluated even if the PDAnnotation not yet exists without
modifying the PDDocument.PDAnnotation.boolean isNew()
boolean isVisible()
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.