PdfRubberStampIcon

public enum PdfRubberStampIcon

Specifies the predefined icon for a rubber stamp annotation.

Entries

Link copied to clipboard

An "Approved" stamp.

Link copied to clipboard

An "Experimental" stamp.

Link copied to clipboard

A "NotApproved" stamp.

Link copied to clipboard

An "AsIs" stamp.

Link copied to clipboard

An "Expired" stamp.

Link copied to clipboard

A "NotForPublicRelease" stamp.

Link copied to clipboard

A "Confidential" stamp.

Link copied to clipboard

A "Final" stamp.

Link copied to clipboard

A "Sold" stamp.

Link copied to clipboard

A "Departmental" stamp.

Link copied to clipboard

A "ForComment" stamp.

Link copied to clipboard

A "TopSecret" stamp.

Link copied to clipboard

A "Draft" stamp.

Link copied to clipboard

A "ForPublicRelease" stamp.

Functions

Link copied to clipboard
public static PdfRubberStampIcon valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public static Array<PdfRubberStampIcon> values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.