Method Summary |
|
public float | getConstantOpacity() This will retrieve the constant opacity value used when rendering the
annotation (excluing any popup). |
public Calendar | getCreationDate() This will retrieve the date and time the annotation was created. |
public PDAnnotation | getInReplyTo() This will retrieve the annotation to which this one is "In Reply To" the
actual relationship is specified by the RT entry. |
public String | getIntent() This will retrieve the intent of the annotation The values and meanings
are specific to the actual annotation See the IT_* constants for the
annotation classes. |
public PDAnnotationPopup | getPopup() This will retrieve the popup annotation used for entering/editing the
text for this annotation. |
public String | getReplyType() This will retrieve the Reply Type (relationship) with the annotation in
the IRT entry See the RT_* constants for the available values. |
public PDTextStream | getRichContents() This will retrieve the rich text stream which is displayed in the popup
window. |
public String | getSubject() This will retrieve the short description of the subject of the annotation. |
public String | getTitlePopup() Retrieve the string used as the title of the popup window shown when open
and active (by convention this identifies who added the annotation). |
public void | setConstantOpacity(float ca) This will set the constant opacity value used when rendering the
annotation (excluing any popup). |
public void | setCreationDate(Calendar creationDate) This will set the the date and time the annotation was created. |
public void | setInReplyTo(PDAnnotation irt) This will set the annotation to which this one is "In Reply To" the
actual relationship is specified by the RT entry. |
public void | setIntent(String it) This will set the intent of the annotation The values and meanings are
specific to the actual annotation See the IT_* constants for the
annotation classes. |
public void | setPopup(PDAnnotationPopup popup) This will set the popup annotation used for entering/editing the text for
this annotation. |
public void | setReplyType(String rt) This will set the Reply Type (relationship) with the annotation in the
IRT entry See the RT_* constants for the available values. |
public void | setRichContents(PDTextStream rc) This will set the rich text stream which is displayed in the popup window. |
public void | setSubject(String subj) This will set the short description of the subject of the annotation. |
public void | setTitlePopup(String t) Set the string used as the title of the popup window shown when open and
active (by convention this identifies who added the annotation). |