public class PDWidgetAnnotation extends PDAnnotation
| Modifier and Type | Class and Description |
|---|---|
static class |
PDWidgetAnnotation.MetaClass
The meta class implementation
|
| Modifier and Type | Field and Description |
|---|---|
static COSName |
CN_H_I
highlighting: I: Invert
|
static COSName |
CN_H_N
highlighting: N: None
|
static COSName |
CN_H_O
highlighting: O: Outline
|
static COSName |
CN_H_P
highlighting: P: Push
|
static COSName |
CN_H_T
highlighting: T: Toggle
|
static COSName |
CN_State_Off |
static COSName |
CN_Subtype_Widget |
static COSName |
DK_H
Highlighting Mode
|
static COSName |
DK_MK |
static PDWidgetAnnotation.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 |
|---|---|
boolean |
canReceiveFocus()
true if this can receive the focus in an interactive
viewer. |
void |
dispose() |
PDAcroFormField |
getAcroFormField() |
COSName |
getAltAppearanceState() |
PDAppearanceCharacteristics |
getAppearanceCharacteristics() |
COSName |
getHighlightingMode() |
String |
getSubtypeLabel()
A
String representation of this. |
boolean |
isOff() |
boolean |
isWidgetAnnotation()
true if this is a PDWidgetAnnotation. |
void |
setAppearanceCharacteristics(PDAppearanceCharacteristics newAppearanceCharacteristics) |
void |
setHighlightingMode(COSName newHighlightingMode) |
void |
transform(CDSRectangle rect,
CDSMatrix matrix)
Change a given rectangle and matrix (belonging to a form) according to
the annotations defined rotation.
|
addAction, basicGetFlags, basicSetFlags, copy, 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, isMarkupAnnotation, isNoRotate, isNoView, isNoZoom, isPrint, isReadOnly, isToggleNoView, 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, cosSetField, getAttribute, getFieldBoolean, getFieldDate, getFieldFixed, getFieldFixedArray, getFieldInt, getFieldMLString, getFieldString, removeAttribute, setAttribute, setFieldBoolean, setFieldFixed, setFieldInt, setFieldMLString, setFieldName, setFieldObject, setFieldStringpublic static final PDWidgetAnnotation.MetaClass META
public static final COSName DK_H
public static final COSName CN_H_N
public static final COSName CN_H_I
public static final COSName CN_H_O
public static final COSName CN_H_P
public static final COSName CN_H_T
public static final COSName DK_MK
public static final COSName CN_Subtype_Widget
public static final COSName CN_State_Off
public boolean canReceiveFocus()
PDAnnotationtrue if this can receive the focus in an interactive
viewer.canReceiveFocus in class PDAnnotationtrue if this can receive the focus in an
interactive viewer.public void dispose()
dispose in class PDAnnotationpublic PDAcroFormField getAcroFormField()
public COSName getAltAppearanceState()
public PDAppearanceCharacteristics getAppearanceCharacteristics()
public COSName getHighlightingMode()
public String getSubtypeLabel()
PDAnnotationString representation of this.getSubtypeLabel in class PDAnnotationString representation of this.public boolean isOff()
public boolean isWidgetAnnotation()
PDAnnotationtrue if this is a PDWidgetAnnotation.isWidgetAnnotation in class PDAnnotationtrue if this is a PDWidgetAnnotation.public void setAppearanceCharacteristics(PDAppearanceCharacteristics newAppearanceCharacteristics)
public void setHighlightingMode(COSName newHighlightingMode)
public void transform(CDSRectangle rect, CDSMatrix matrix)
rect - The rectangle to transformmatrix - The matrix to changeCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.