Package com.pspdfkit.annotations.stamps
Class StampType
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class StampType implements Parcelable
The type of stamp a StampAnnotation has. The type influences how the the annotation is rendered and how other PDF applications handle editing it.
-
-
Field Summary
Fields Modifier and Type Field Description public final static StampType
APPROVED
public final static StampType
EXPERIMENTAL
public final static StampType
NOT_APPROVED
public final static StampType
AS_IS
public final static StampType
EXPIRED
public final static StampType
NOT_FOR_PUBLIC_RELEASE
public final static StampType
CONFIDENTIAL
public final static StampType
FINAL
public final static StampType
SOLD
public final static StampType
DEPARTMENTAL
public final static StampType
FOR_COMMENT
public final static StampType
TOP_SECRET
public final static StampType
DRAFT
public final static StampType
FOR_PUBLIC_RELEASE
public final static StampType
COMPLETED
public final static StampType
VOID
public final static StampType
PRELIMINARY_RESULTS
public final static StampType
INFORMATION_ONLY
public final static StampType
REVISED
public final static StampType
ACCEPTED
public final static StampType
REJECTED
public final static StampType
INITIAL_HERE
public final static StampType
SIGN_HERE
public final static StampType
WITNESS
public String
name
public final static Parcelable.Creator<StampType>
CREATOR
-
Method Summary
Modifier and Type Method Description String
getName()
The name of this stamp type. boolean
isStandard()
Checks whether this is a standard stamp type known to PSPDFKit, in which case the title and subtitle are supplied automatically based on the type. boolean
equals(Object o)
int
hashCode()
String
toString()
int
describeContents()
void
writeToParcel(Parcel parcel, int i)
-
-
Method Detail
-
isStandard
boolean isStandard()
Checks whether this is a standard stamp type known to PSPDFKit, in which case the title and subtitle are supplied automatically based on the type.
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel parcel, int i)
-
-
-
-