public class PDPopupAnnotation extends PDAnnotation
| Modifier and Type | Class and Description |
|---|---|
static class |
PDPopupAnnotation.MetaClass
The meta class implementation
|
| Modifier and Type | Field and Description |
|---|---|
static COSName |
CN_Subtype_Popup |
static COSName |
DK_Open |
static COSName |
DK_Parent |
static COSName |
DK_T |
static PDPopupAnnotation.MetaClass |
META
The meta class instance
|
ANNOTATION_ACTION_TRIGGERS, CN_Type_Annot, DK_A, DK_AP, DK_AS, DK_Border, DK_BS, DK_C, DK_CA, DK_Contents, DK_F, DK_IC, DK_M, DK_NM, DK_OC, DK_P, DK_Rect, DK_StructParentDK_Subtype, DK_TypeDK_AA| Modifier and Type | Method and Description |
|---|---|
float[] |
getColor()
The color values for this.
|
String |
getContents()
The contents
String for this. |
CDSDate |
getModified()
The last modification date.
|
PDPage |
getPage()
Try to access the
PDPage we are on. |
PDAnnotation |
getParent() |
String |
getSubject() |
String |
getSubtypeLabel()
A
String representation of this. |
String |
getText() |
boolean |
isOpen() |
void |
setContents(String contents)
Assign a content
String. |
void |
setOpen(boolean open) |
void |
setParent(PDAnnotation parent) |
void |
setSubject(String subject) |
addAction, basicGetFlags, basicSetFlags, canReceiveFocus, copy, dispose, getAction, getAdditionalActions, getAppearance, getAppearanceState, getAppearanceStates, getBorderStyle, getBorderStyleName, getBorderStyleWidth, getDefaultHeight, getDefaultWidth, getFlags, getMinHeight, getMinWidth, getName, getNormalizedRectangle, getRectangle, getSupportedTriggerEvents, invalidateCaches, isHidden, isInvisible, isLocked, isMarkupAnnotation, isNoRotate, isNoView, isNoZoom, isPrint, isReadOnly, isToggleNoView, isWidgetAnnotation, setAction, setAdditionalActions, setAppearance, setAppearanceState, setBorderStyle, setBorderStyleName, setBorderStyleWidth, setColor, setHidden, setInvisible, setLocked, setName, setNoRotate, setNoView, setNoZoom, setPrint, setReadOnly, setRectangle, setToggleNoView, supportsPrint, toString, touchcosGetFieldDescendant, cosGetFieldInheritable, cosGetFieldInherited, cosGetSubtype, cosGetType, cosRemoveFieldInheritable, cosSetFieldInheritable, cosSetSubtype, cosSetType, getDoc, getGenericChildren, getGenericParent, setGenericParentchanged, cosGetArray, cosGetDict, cosGetDoc, cosGetField, cosGetObject, cosGetStream, cosHasField, cosRemoveField, cosSetField, getAttribute, getFieldBoolean, getFieldDate, getFieldFixed, getFieldFixedArray, getFieldInt, getFieldMLString, getFieldString, removeAttribute, setAttribute, setFieldBoolean, setFieldFixed, setFieldInt, setFieldMLString, setFieldName, setFieldObject, setFieldStringpublic static final PDPopupAnnotation.MetaClass META
public static final COSName CN_Subtype_Popup
public static final COSName DK_T
public static final COSName DK_Parent
public static final COSName DK_Open
public String getText()
public PDAnnotation getParent()
public void setParent(PDAnnotation parent)
public String getContents()
PDAnnotationString for this.getContents in class PDAnnotationString for this.public void setContents(String contents)
PDAnnotationString.setContents in class PDAnnotationcontents - The new content String.public String getSubject()
public PDPage getPage()
PDAnnotationPDPage we are on. This may return null, as this
reference is not required by the spec.getPage in class PDAnnotationPDPage we are on.public void setSubject(String subject)
public CDSDate getModified()
PDAnnotationgetModified in class PDAnnotationpublic float[] getColor()
PDAnnotationgetColor in class PDAnnotationpublic boolean isOpen()
public void setOpen(boolean open)
public String getSubtypeLabel()
PDAnnotationString representation of this.getSubtypeLabel in class PDAnnotationString representation of this.Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.