|
jPod PDF library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAnnotationReference
An object designating an annotation within a document.
This can be for example simply a name, referencing an existing object or a full set of descriptions how to create a new one.
Method Summary | |
---|---|
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()
|
Method Detail |
---|
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()
|
jPod PDF library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |