|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfbox.pdmodel.interactive.annotation.PDAnnotation
org.pdfbox.pdmodel.interactive.annotation.PDAnnotationMarkup
This class represents the additonal fields of a Markup type Annotation.
Field Summary | |
static String |
RT_GROUP
Constant for an annotation reply type. |
static String |
RT_REPLY
Constant for an annotation reply type. |
Fields inherited from class org.pdfbox.pdmodel.interactive.annotation.PDAnnotation |
FLAG_HIDDEN, FLAG_INVISIBLE, FLAG_LOCKED, FLAG_NO_ROTATE, FLAG_NO_VIEW, FLAG_NO_ZOOM, FLAG_PRINTED, FLAG_READ_ONLY, FLAG_TOGGLE_NO_VIEW |
Constructor Summary | |
PDAnnotationMarkup()
Constructor. |
|
PDAnnotationMarkup(COSDictionary dict)
Constructor. |
Method Summary | |
float |
getConstantOpacity()
This will retrieve the constant opacity value used when rendering the annotation (excluing any popup). |
Calendar |
getCreationDate()
This will retrieve the date and time the annotation was created. |
PDAnnotation |
getInReplyTo()
This will retrieve the annotation to which this one is "In Reply To" the actual relationship is specified by the RT entry. |
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. |
PDAnnotationPopup |
getPopup()
This will retrieve the popup annotation used for entering/editing the text for this annotation. |
String |
getReplyType()
This will retrieve the Reply Type (relationship) with the annotation in the IRT entry See the RT_* constants for the available values. |
PDTextStream |
getRichContents()
This will retrieve the rich text stream which is displayed in the popup window. |
String |
getSubject()
This will retrieve the short description of the subject of the annotation. |
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). |
void |
setConstantOpacity(float ca)
This will set the constant opacity value used when rendering the annotation (excluing any popup). |
void |
setCreationDate(Calendar creationDate)
This will set the the date and time the annotation was created. |
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. |
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. |
void |
setPopup(PDAnnotationPopup popup)
This will set the popup annotation used for entering/editing the text for this annotation. |
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. |
void |
setRichContents(PDTextStream rc)
This will set the rich text stream which is displayed in the popup window. |
void |
setSubject(String subj)
This will set the short description of the subject of the annotation. |
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). |
Methods inherited from class org.pdfbox.pdmodel.interactive.annotation.PDAnnotation |
createAnnotation, getAction, getActions, getAnnotationFlags, getAnnotationName, getAppearance, getAppearanceStream, getBoderStyle, getColour, getContents, getCOSObject, getDictionary, getModifiedDate, getRectangle, isHidden, isInvisible, isLocked, isNoRotate, isNoView, isNoZoom, isPrinted, isReadOnly, isToggleNoView, setAction, setActions, setAnnotationFlags, setAnnotationName, setAppearance, setAppearanceStream, setBorderStyle, setColour, setContents, setHidden, setInvisible, setLocked, setModifiedDate, setNoRotate, setNoView, setNoZoom, setPrinted, setReadOnly, setRectangle, setToggleNoView |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String RT_REPLY
public static final String RT_GROUP
Constructor Detail |
public PDAnnotationMarkup()
public PDAnnotationMarkup(COSDictionary dict)
dict
- The annotations dictionary.Method Detail |
public String getTitlePopup()
public void setTitlePopup(String t)
t
- The title of the popup.public PDAnnotationPopup getPopup()
public void setPopup(PDAnnotationPopup popup)
popup
- the popup annotation.public float getConstantOpacity()
public void setConstantOpacity(float ca)
ca
- the constant opacity value.public PDTextStream getRichContents()
public void setRichContents(PDTextStream rc)
rc
- the rich text stream.public Calendar getCreationDate() throws IOException
IOException
- if there is a format problem when converting the date.public void setCreationDate(Calendar creationDate)
creationDate
- the date and time the annotation was created.public PDAnnotation getInReplyTo() throws IOException
IOException
- if there is an error with the annotation.public void setInReplyTo(PDAnnotation irt)
irt
- the annotation this one is "In Reply To".public String getSubject()
public void setSubject(String subj)
subj
- short description of the subject.public String getReplyType()
public void setReplyType(String rt)
rt
- the reply type.public String getIntent()
public void setIntent(String it)
it
- the intent
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |