public class PDMarkupAnnotation extends PDAnnotation
| Modifier and Type | Class and Description |
|---|---|
static class |
PDMarkupAnnotation.MetaClass
The meta class implementation
|
| Modifier and Type | Field and Description |
|---|---|
static COSName |
CN_Subtype_Circle |
static COSName |
CN_Subtype_Ink |
static COSName |
CN_Subtype_Line |
static COSName |
CN_Subtype_Polygon |
static COSName |
CN_Subtype_PolyLine |
static COSName |
CN_Subtype_Square |
static COSName |
DK_CA |
static COSName |
DK_CreationDate |
static COSName |
DK_IC |
static COSName |
DK_InkList |
static COSName |
DK_IRT |
static COSName |
DK_L |
static COSName |
DK_Popup |
static COSName |
DK_RC |
static COSName |
DK_Subj |
static COSName |
DK_T |
static COSName |
DK_Vertices |
static PDMarkupAnnotation.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_Contents, DK_F, DK_M, DK_NM, DK_OC, DK_P, DK_Rect, DK_StructParentDK_Subtype, DK_TypeDK_AA| Modifier and Type | Method and Description |
|---|---|
COSObject |
cosSetField(COSName name,
COSObject cosObj)
Set a field value in this.
|
CDSDate |
getCreationDate() |
float[] |
getInnerColor() |
PDAnnotation |
getInReplyTo() |
double |
getOpacity() |
PDAnnotation |
getPopup() |
String |
getRichContent() |
String |
getSubject() |
String |
getSubtypeLabel()
A
String representation of this. |
String |
getText() |
boolean |
isMarkupAnnotation()
true if this is a PDMarkupAnnotation. |
void |
setInnerColor(float[] color) |
void |
setOpacity(float value) |
void |
setPopup(PDPopupAnnotation popup) |
void |
setSubject(String value) |
void |
setText(String text) |
addAction, basicGetFlags, basicSetFlags, canReceiveFocus, copy, dispose, getAction, getAdditionalActions, getAppearance, getAppearanceState, getAppearanceStates, getBorderStyle, getBorderStyleName, getBorderStyleWidth, getColor, getContents, getDefaultHeight, getDefaultWidth, getFlags, getMinHeight, getMinWidth, getModified, getName, getNormalizedRectangle, getPage, getRectangle, getSupportedTriggerEvents, invalidateCaches, isHidden, isInvisible, isLocked, isNoRotate, isNoView, isNoZoom, isPrint, isReadOnly, isToggleNoView, isWidgetAnnotation, setAction, setAdditionalActions, setAppearance, setAppearanceState, setBorderStyle, setBorderStyleName, setBorderStyleWidth, setColor, setContents, 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, getAttribute, getFieldBoolean, getFieldDate, getFieldFixed, getFieldFixedArray, getFieldInt, getFieldMLString, getFieldString, removeAttribute, setAttribute, setFieldBoolean, setFieldFixed, setFieldInt, setFieldMLString, setFieldName, setFieldObject, setFieldStringpublic static final PDMarkupAnnotation.MetaClass META
public static final COSName DK_CreationDate
public static final COSName DK_Subj
public static final COSName DK_T
public static final COSName DK_Popup
public static final COSName DK_CA
public static final COSName DK_L
public static final COSName DK_RC
public static final COSName DK_Vertices
public static final COSName CN_Subtype_Ink
public static final COSName CN_Subtype_Square
public static final COSName CN_Subtype_Circle
public static final COSName CN_Subtype_Line
public static final COSName CN_Subtype_Polygon
public static final COSName CN_Subtype_PolyLine
public static final COSName DK_InkList
public static final COSName DK_IC
public static final COSName DK_IRT
public COSObject cosSetField(COSName name, COSObject cosObj)
COSBasedObject
This method requires the base object to be a COSDictionary.
cosSetField in class COSBasedObjectname - The field to setcosObj - The object to set in the fieldpublic CDSDate getCreationDate()
public float[] getInnerColor()
public PDAnnotation getInReplyTo()
public double getOpacity()
public PDAnnotation getPopup()
public String getRichContent()
public String getSubject()
public String getSubtypeLabel()
PDAnnotationString representation of this.getSubtypeLabel in class PDAnnotationString representation of this.public String getText()
public boolean isMarkupAnnotation()
PDAnnotationtrue if this is a PDMarkupAnnotation.isMarkupAnnotation in class PDAnnotationtrue if this is a PDMarkupAnnotation.public void setInnerColor(float[] color)
public void setOpacity(float value)
public void setPopup(PDPopupAnnotation popup)
public void setSubject(String value)
public void setText(String text)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.