RubberStampAnnotationIconName Class
Defines a PDF rubber stamp annotation icon name.
Declaration
public final class RubberStampAnnotationIconName extends Struct<RubberStampAnnotationIconName> implements IEquatable<RubberStampAnnotationIconName>
Remarks
Use the RubberStampAnnotation.setIconName() method to specify the rubber stamp annotation icon name.
Implements
Inherited Members
Inheritance
RubberStampAnnotationIconName()
Initializes a new instance of the RubberStampAnnotationIconName class.
Declaration
public RubberStampAnnotationIconName()
Fields
Approved Field
The Approved icon name.
Declaration
public static RubberStampAnnotationIconName Approved
Field Value
| Type | Description |
|---|---|
RubberStampAnnotationIconName |
The Approved rubber stamp annotation icon name. |
AsIs Field
The As Is icon name.
Declaration
public static RubberStampAnnotationIconName AsIs
Field Value
| Type | Description |
|---|---|
RubberStampAnnotationIconName |
The AsIs rubber stamp annotation icon name. |
Confidential Field
The Confidential icon name.
Declaration
public static RubberStampAnnotationIconName Confidential
Field Value
| Type | Description |
|---|---|
RubberStampAnnotationIconName |
The Confidential rubber stamp annotation icon name. |
DApproved Field
The Approved icon from the Dynamic Stamps category.
Declaration
public static RubberStampAnnotationIconName DApproved
Field Value
| Type | Description |
|---|---|
RubberStampAnnotationIconName |
The DApproved rubber stamp annotation icon name. |
DConfidential Field
The Confidential icon from the Dynamic Stamps category.
Declaration
public static RubberStampAnnotationIconName DConfidential
Field Value
| Type | Description |
|---|---|
RubberStampAnnotationIconName |
The DConfidential rubber stamp annotation icon name. |
Departmental Field
The Departmental icon name.
Declaration
public static RubberStampAnnotationIconName Departmental
Field Value
| Type | Description |
|---|---|
RubberStampAnnotationIconName |
The Departmental rubber stamp annotation icon name. |
Draft Field
The Draft icon name.
Declaration
public static RubberStampAnnotationIconName Draft
Field Value
| Type | Description |
|---|---|
RubberStampAnnotationIconName |
The Draft rubber stamp annotation icon name. |
DReceived Field
The Received icon from the Dynamic Stamps category.
Declaration
public static RubberStampAnnotationIconName DReceived
Field Value
| Type | Description |
|---|---|
RubberStampAnnotationIconName |
The DReceived rubber stamp annotation icon name. |
DReviewed Field
The Reviewed icon from the Dynamic Stamps category.
Declaration
public static RubberStampAnnotationIconName DReviewed
Field Value
| Type | Description |
|---|---|
RubberStampAnnotationIconName |
The DReviewed rubber stamp annotation icon name. |
DRevised Field
The Revised icon from the Dynamic Stamps category.
Declaration
public static RubberStampAnnotationIconName DRevised
Field Value
| Type | Description |
|---|---|
RubberStampAnnotationIconName |
The DRevised rubber stamp annotation icon name. |
Experimental Field
The Experimental icon name.
Declaration
public static RubberStampAnnotationIconName Experimental
Field Value
| Type | Description |
|---|---|
RubberStampAnnotationIconName |
The Experimental rubber stamp annotation icon name. |
Expired Field
The Expired icon name.
Declaration
public static RubberStampAnnotationIconName Expired
Field Value
| Type | Description |
|---|---|
RubberStampAnnotationIconName |
The Expired rubber stamp annotation icon name. |
Final Field
The Final icon name.
Declaration
public static RubberStampAnnotationIconName Final
Field Value
| Type | Description |
|---|---|
RubberStampAnnotationIconName |
The Final rubber stamp annotation icon name. |
ForComment Field
The For Comment icon name.
Declaration
public static RubberStampAnnotationIconName ForComment
Field Value
| Type | Description |
|---|---|
RubberStampAnnotationIconName |
The ForComment rubber stamp annotation icon name. |
ForPublicRelease Field
The For Public Release icon name.
Declaration
public static RubberStampAnnotationIconName ForPublicRelease
Field Value
| Type | Description |
|---|---|
RubberStampAnnotationIconName |
The ForPublicRelease rubber stamp annotation icon name. |
NotApproved Field
The Not Approved icon name.
Declaration
public static RubberStampAnnotationIconName NotApproved
Field Value
| Type | Description |
|---|---|
RubberStampAnnotationIconName |
The NotApproved rubber stamp annotation icon name. |
NotForPublicRelease Field
The Not for Public Release icon name.
Declaration
public static RubberStampAnnotationIconName NotForPublicRelease
Field Value
| Type | Description |
|---|---|
RubberStampAnnotationIconName |
The NotForPublicRelease rubber stamp annotation icon name. |
SHAccepted Field
The Accepted icon from the Sign Here category.
Declaration
public static RubberStampAnnotationIconName SHAccepted
Field Value
| Type | Description |
|---|---|
RubberStampAnnotationIconName |
The SHAccepted rubber stamp annotation icon name. |
SHInitialHere Field
The Initial Here icon from the Sign Here category.
Declaration
public static RubberStampAnnotationIconName SHInitialHere
Field Value
| Type | Description |
|---|---|
RubberStampAnnotationIconName |
The SHInitialHere rubber stamp annotation icon name. |
SHRejected Field
The Rejected icon from the Sign Here category.
Declaration
public static RubberStampAnnotationIconName SHRejected
Field Value
| Type | Description |
|---|---|
RubberStampAnnotationIconName |
The SHRejected rubber stamp annotation icon name. |
SHSignHere Field
The Sign Here icon from the Sign Here category.
Declaration
public static RubberStampAnnotationIconName SHSignHere
Field Value
| Type | Description |
|---|---|
RubberStampAnnotationIconName |
The SHSignHere rubber stamp annotation icon name. |
SHWitness Field
The Witness icon from the Sign Here category.
Declaration
public static RubberStampAnnotationIconName SHWitness
Field Value
| Type | Description |
|---|---|
RubberStampAnnotationIconName |
The SHWitness rubber stamp annotation icon name. |
Sold Field
The Sold icon name.
Declaration
public static RubberStampAnnotationIconName Sold
Field Value
| Type | Description |
|---|---|
RubberStampAnnotationIconName |
The Sold rubber stamp annotation icon name. |
TopSecret Field
The Top Secret icon name.
Declaration
public static RubberStampAnnotationIconName TopSecret
Field Value
| Type | Description |
|---|---|
RubberStampAnnotationIconName |
The TopSecret rubber stamp annotation icon name. |
Methods
equals(Object obj) Method
Determines whether this rubber stamp annotation icon name equals the specified object.
Declaration
public boolean equals(Object obj)
Parameters
| Name | Type | Description |
|---|---|---|
| obj | Object | The object to compare with this instance. |
Returns
| Type | Description |
|---|---|
| boolean |
|
equals(RubberStampAnnotationIconName other) Method
Determines whether this rubber stamp annotation icon name equals another rubber stamp annotation icon name.
Declaration
public boolean equals(RubberStampAnnotationIconName other)
Parameters
| Name | Type | Description |
|---|---|---|
| other | RubberStampAnnotationIconName |
The rubber stamp annotation icon name to compare with this instance. |
Returns
| Type | Description |
|---|---|
| boolean |
|
fromName(String stampName) Method
Returns the rubber stamp annotation icon name with the specified name.
Declaration
public static RubberStampAnnotationIconName fromName(String stampName)
Parameters
| Name | Type | Description |
|---|---|---|
| stampName | String | The rubber stamp annotation icon name. |
Returns
| Type | Description |
|---|---|
RubberStampAnnotationIconName |
The rubber stamp annotation icon name. |
getIsCustom() Method
Indicates whether the rubber stamp annotation icon uses a custom name.
Declaration
public boolean getIsCustom()
Returns
| Type | Description |
|---|---|
| boolean |
|
hashCode() Method
Returns the hash code for this rubber stamp annotation icon name.
Declaration
public int hashCode()
Returns
| Type | Description |
|---|---|
| int | The hash code for this rubber stamp annotation icon name. |
toString() Method
Returns the string representation of the rubber stamp annotation icon name.
Declaration
public String toString()
Returns
| Type | Description |
|---|---|
| String | The string representation of the rubber stamp annotation icon name. |