de.intarsys.pdf.pd
Class PDTextMarkupAnnotation
java.lang.Object
de.intarsys.pdf.cos.COSBasedObject
de.intarsys.pdf.pd.PDObject
de.intarsys.pdf.pd.PDAnnotation
de.intarsys.pdf.pd.PDMarkupAnnotation
de.intarsys.pdf.pd.PDTextMarkupAnnotation
- All Implemented Interfaces:
- ICOSObjectListener, IAdditionalActionSupport, IAttributeSupport
public class PDTextMarkupAnnotation
- extends PDMarkupAnnotation
The text markup (highlight) annotation.
Fields inherited from class de.intarsys.pdf.pd.PDMarkupAnnotation |
CN_Subtype_Circle, CN_Subtype_Ink, CN_Subtype_Line, CN_Subtype_Polygon, CN_Subtype_PolyLine, CN_Subtype_Square, DK_CA, DK_CreationDate, DK_IC, DK_InkList, DK_IRT, DK_L, DK_Popup, DK_RC, DK_Subj, DK_T, DK_Vertices |
Fields inherited from class de.intarsys.pdf.pd.PDAnnotation |
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_StructParent |
Methods inherited from class de.intarsys.pdf.pd.PDMarkupAnnotation |
cosSetField, getCreationDate, getInnerColor, getInReplyTo, getOpacity, getPopup, getRichContent, getSubject, getText, isMarkupAnnotation, setInnerColor, setOpacity, setPopup, setSubject, setText |
Methods inherited from class de.intarsys.pdf.pd.PDAnnotation |
addAction, basicGetFlags, basicSetFlags, canReceiveFocus, copy, dispose, getAction, getAdditionalActions, getAppearance, getAppearanceState, getAppearanceStates, getBorderStyle, getBorderStyleName, getBorderStyleWidth, getColor, getContents, getFlags, 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, touch |
Methods inherited from class de.intarsys.pdf.pd.PDObject |
cosGetFieldDescendant, cosGetFieldInheritable, cosGetFieldInherited, cosGetSubtype, cosGetType, cosRemoveFieldInheritable, cosSetFieldInheritable, cosSetSubtype, cosSetType, getDoc, getGenericChildren, getGenericParent, setGenericParent |
Methods inherited from class de.intarsys.pdf.cos.COSBasedObject |
changed, cosGetArray, cosGetDict, cosGetDoc, cosGetField, cosGetObject, cosGetStream, cosHasField, cosRemoveField, getAttribute, getFieldBoolean, getFieldDate, getFieldFixed, getFieldFixedArray, getFieldInt, getFieldMLString, getFieldString, removeAttribute, setAttribute, setFieldBoolean, setFieldFixed, setFieldInt, setFieldMLString, setFieldName, setFieldObject, setFieldString |
META
public static final PDTextMarkupAnnotation.MetaClass META
- The meta class instance
DK_QuadPoints
public static final COSName DK_QuadPoints
CN_Subtype_Highlight
public static final COSName CN_Subtype_Highlight
CN_Subtype_Underline
public static final COSName CN_Subtype_Underline
CN_Subtype_Squiggly
public static final COSName CN_Subtype_Squiggly
CN_Subtype_StrikeOut
public static final COSName CN_Subtype_StrikeOut
getQuadPoints
public float[] getQuadPoints()
setQuadPoints
public void setQuadPoints(float[] color)
getSubtypeLabel
public String getSubtypeLabel()
- Description copied from class:
PDAnnotation
- A
String
representation of this.
- Overrides:
getSubtypeLabel
in class PDMarkupAnnotation
- Returns:
- A
String
representation of this.
Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.