public interface Link extends Annotation
Modifier and Type | Field and Description |
---|---|
static String |
HIGHTLIGHT_MODE_INVERT
Invert the contents of the annotation rectangle.
|
static String |
HIGHTLIGHT_MODE_NONE
No highlighting.
|
static String |
HIGHTLIGHT_MODE_OUTLINE
Invert the annotation's border.
|
static String |
HIGHTLIGHT_MODE_PUSH
Display the annotation as if it were being pushed below the sur- face of the page.
|
BORDERSTYLE_BEVELED, BORDERSTYLE_CLOUD, BORDERSTYLE_DASHED, BORDERSTYLE_INSETS, BORDERSTYLE_SOLID, BORDERSTYLE_UNDERLINE, FLAGS_HIDDEN, FLAGS_INVISIBLE, FLAGS_LOCKED, FLAGS_LOCKEDCONTENTS, FLAGS_NOROTATE, FLAGS_NOVIEW, FLAGS_NOZOOM, FLAGS_PRINTABLE, FLAGS_READONLY
Modifier and Type | Method and Description |
---|---|
String |
getHighlightMode()
Returns the annotation's highlighting mode, the visual effect to be used
when the mouse button is pressed or held down inside its active area.
|
void |
setHighlightMode(String mode)
Sets the annotation's highlighting mode, the visual effect to be used
when the mouse button is pressed or held down inside its active area.
|
getActions, getAnnotationComponent, getBorderStyle, getBorderWidth, getCheckmarkStatus, getColor, getComponent, getContents, getCreator, getFlags, getIRTAnnotation, getModifiedDate, getName, getOpacity, getPageIndex, getRectangle, getReviewHistory, getSubject, getSubtype, getTriggerActions, isHidden, isInvisible, isIRTGroup, isLocked, isLockedContents, isNoRotate, isNoView, isNoZoom, isPrintable, isReadOnly, paint, print, revalidate, setActions, setBorderStyle, setBorderWidth, setColor, setComponent, setComponentVisible, setCreator, setFlags, setHidden, setInvisible, setLayer, setLocked, setLockedContents, setModifiedDate, setName, setNoRotate, setNoView, setNoZoom, setOpacity, setPrintable, setReadOnly, setRectangle, setSubject, setTriggerActions, shiftRectangle
static final String HIGHTLIGHT_MODE_NONE
static final String HIGHTLIGHT_MODE_INVERT
static final String HIGHTLIGHT_MODE_OUTLINE
static final String HIGHTLIGHT_MODE_PUSH
void setHighlightMode(String mode)
mode
- The annotation's highlighting mode.String getHighlightMode()