public class PDAnnotationRubberStamp extends PDAnnotationMarkup
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME_APPROVED
Constant for the name of a rubber stamp.
|
static java.lang.String |
NAME_AS_IS
Constant for the name of a rubber stamp.
|
static java.lang.String |
NAME_CONFIDENTIAL
Constant for the name of a rubber stamp.
|
static java.lang.String |
NAME_DEPARTMENTAL
Constant for the name of a rubber stamp.
|
static java.lang.String |
NAME_DRAFT
Constant for the name of a rubber stamp.
|
static java.lang.String |
NAME_EXPERIMENTAL
Constant for the name of a rubber stamp.
|
static java.lang.String |
NAME_EXPIRED
Constant for the name of a rubber stamp.
|
static java.lang.String |
NAME_FINAL
Constant for the name of a rubber stamp.
|
static java.lang.String |
NAME_FOR_COMMENT
Constant for the name of a rubber stamp.
|
static java.lang.String |
NAME_FOR_PUBLIC_RELEASE
Constant for the name of a rubber stamp.
|
static java.lang.String |
NAME_NOT_APPROVED
Constant for the name of a rubber stamp.
|
static java.lang.String |
NAME_NOT_FOR_PUBLIC_RELEASE
Constant for the name of a rubber stamp.
|
static java.lang.String |
NAME_SOLD
Constant for the name of a rubber stamp.
|
static java.lang.String |
NAME_TOP_SECRET
Constant for the name of a rubber stamp.
|
static java.lang.String |
SUB_TYPE
The type of annotation.
|
IT_FREE_TEXT, IT_FREE_TEXT_CALLOUT, IT_FREE_TEXT_TYPE_WRITER, RT_GROUP, RT_REPLY, SUB_TYPE_CARET, SUB_TYPE_FREETEXT, SUB_TYPE_INK, SUB_TYPE_POLYGON, SUB_TYPE_POLYLINE, SUB_TYPE_SOUND
Constructor and Description |
---|
PDAnnotationRubberStamp()
Constructor.
|
PDAnnotationRubberStamp(COSDictionary field)
Creates a Rubber Stamp annotation from a COSDictionary, expected to be a correct object definition.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
This will retrieve the name (and hence appearance, AP taking precedence) For this annotation.
|
void |
setName(java.lang.String name)
This will set the name (and hence appearance, AP taking precedence) For this annotation.
|
constructAppearances, constructAppearances, getBorderEffect, getBorderStyle, getCallout, getConstantOpacity, getCreationDate, getDefaultAppearance, getDefaultStyleString, getEndPointEndingStyle, getExternalData, getInkList, getInReplyTo, getIntent, getInteriorColor, getLineEndingStyle, getPath, getPopup, getQ, getRectDifference, getRectDifferences, getReplyType, getRichContents, getStartPointEndingStyle, getSubject, getTitlePopup, getVertices, setBorderEffect, setBorderStyle, setCallout, setConstantOpacity, setCreationDate, setCustomAppearanceHandler, setDefaultAppearance, setDefaultStyleString, setEndPointEndingStyle, setExternalData, setInkList, setInReplyTo, setIntent, setInteriorColor, setLineEndingStyle, setPopup, setQ, setRectDifference, setRectDifferences, setRectDifferences, setReplyType, setRichContents, setStartPointEndingStyle, setSubject, setTitlePopup, setVertices
createAnnotation, getAnnotationFlags, getAnnotationName, getAppearance, getAppearanceState, getBorder, getColor, getColor, getContents, getCOSObject, getModifiedDate, getNormalAppearanceStream, getOptionalContent, getPage, getRectangle, getStructParent, getSubtype, isHidden, isInvisible, isLocked, isLockedContents, isNoRotate, isNoView, isNoZoom, isPrinted, isReadOnly, isToggleNoView, setAnnotationFlags, setAnnotationName, setAppearance, setAppearanceState, setBorder, setColor, setContents, setHidden, setInvisible, setLocked, setLockedContents, setModifiedDate, setModifiedDate, setNoRotate, setNoView, setNoZoom, setOptionalContent, setPage, setPrinted, setReadOnly, setRectangle, setStructParent, setToggleNoView
public static final java.lang.String NAME_APPROVED
public static final java.lang.String NAME_EXPERIMENTAL
public static final java.lang.String NAME_NOT_APPROVED
public static final java.lang.String NAME_AS_IS
public static final java.lang.String NAME_EXPIRED
public static final java.lang.String NAME_NOT_FOR_PUBLIC_RELEASE
public static final java.lang.String NAME_FOR_PUBLIC_RELEASE
public static final java.lang.String NAME_DRAFT
public static final java.lang.String NAME_FOR_COMMENT
public static final java.lang.String NAME_TOP_SECRET
public static final java.lang.String NAME_DEPARTMENTAL
public static final java.lang.String NAME_CONFIDENTIAL
public static final java.lang.String NAME_FINAL
public static final java.lang.String NAME_SOLD
public static final java.lang.String SUB_TYPE
public PDAnnotationRubberStamp()
public PDAnnotationRubberStamp(COSDictionary field)
field
- the PDF object to represent as a field.public void setName(java.lang.String name)
name
- The name of the rubber stamp.public java.lang.String getName()