| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.pdfbox.pdmodel.interactive.annotation.PDAnnotationorg.pdfbox.pdmodel.interactive.annotation.PDAnnotationMarkuporg.pdfbox.pdmodel.interactive.annotation.PDAnnotationRubberStamppublic class PDAnnotationRubberStampextends PDAnnotationMarkupField Summary | |
static String |
|
static String |
|
static String |
|
static String |
|
static String |
|
static String |
|
static String |
|
static String |
|
static String |
|
static String |
|
static String |
|
static String |
|
static String |
|
static String |
|
static String |
|
Fields inherited from class org.pdfbox.pdmodel.interactive.annotation.PDAnnotationMarkup | |
RT_GROUP, RT_REPLY | |
Fields inherited from class org.pdfbox.pdmodel.interactive.annotation.PDAnnotation | |
FLAG_HIDDEN, FLAG_INVISIBLE, FLAG_LOCKED, FLAG_NO_ROTATE, FLAG_NO_VIEW, FLAG_NO_ZOOM, FLAG_PRINTED, FLAG_READ_ONLY, FLAG_TOGGLE_NO_VIEW | |
Constructor Summary | |
| |
| |
Method Summary | |
String |
|
void |
|
Methods inherited from class org.pdfbox.pdmodel.interactive.annotation.PDAnnotationMarkup | |
getConstantOpacity, getCreationDate, getInReplyTo, getIntent, getPopup, getReplyType, getRichContents, getSubject, getTitlePopup, setConstantOpacity, setCreationDate, setInReplyTo, setIntent, setPopup, setReplyType, setRichContents, setSubject, setTitlePopup | |
Methods inherited from class org.pdfbox.pdmodel.interactive.annotation.PDAnnotation | |
createAnnotation, getAction, getActions, getAnnotationFlags, getAnnotationName, getAppearance, getAppearanceStream, getBoderStyle, getCOSObject, getColour, getContents, getDictionary, getModifiedDate, getRectangle, isHidden, isInvisible, isLocked, isNoRotate, isNoView, isNoZoom, isPrinted, isReadOnly, isToggleNoView, setAction, setActions, setAnnotationFlags, setAnnotationName, setAppearance, setAppearanceStream, setBorderStyle, setColour, setContents, setHidden, setInvisible, setLocked, setModifiedDate, setNoRotate, setNoView, setNoZoom, setPrinted, setReadOnly, setRectangle, setToggleNoView | |
public static final String NAME_APPROVED
Constant for the name of a rubber stamp.
public static final String NAME_AS_IS
Constant for the name of a rubber stamp.
public static final String NAME_CONFIDENTIAL
Constant for the name of a rubber stamp.
public static final String NAME_DEPARTMENTAL
Constant for the name of a rubber stamp.
public static final String NAME_DRAFT
Constant for the name of a rubber stamp.
public static final String NAME_EXPERIMENTAL
Constant for the name of a rubber stamp.
public static final String NAME_EXPIRED
Constant for the name of a rubber stamp.
public static final String NAME_FINAL
Constant for the name of a rubber stamp.
public static final String NAME_FOR_COMMENT
Constant for the name of a rubber stamp.
public static final String NAME_FOR_PUBLIC_RELEASE
Constant for the name of a rubber stamp.
public static final String NAME_NOT_APPROVED
Constant for the name of a rubber stamp.
public static final String NAME_NOT_FOR_PUBLIC_RELEASE
Constant for the name of a rubber stamp.
public static final String NAME_SOLD
Constant for the name of a rubber stamp.
public static final String NAME_TOP_SECRET
Constant for the name of a rubber stamp.
public static final String SUB_TYPE
The type of annotation.
public PDAnnotationRubberStamp()
Constructor.
public PDAnnotationRubberStamp(COSDictionary field)
Creates a Rubber Stamp annotation from a COSDictionary, expected to be a correct object definition.
- Parameters:
field- the PDF objet to represent as a field.
public String getName()
This will retrieve the name (and hence appearance, AP taking precedence) For this annotation. The default is DRAFT.
- Returns:
- The name of this rubber stamp, see the NAME_XXX constants.
public void setName(String name)
This will set the name (and hence appearance, AP taking precedence) For this annotation. See the NAME_XXX constants for valid values.
- Parameters:
name- The name of the rubber stamp.