public static enum PDFRenderer.AttachmentRelationship extends java.lang.Enum<PDFRenderer.AttachmentRelationship>
Enum Constant and Description |
---|
Alternative |
Data |
Source |
Supplement |
Unspecified |
Modifier and Type | Method and Description |
---|---|
static PDFRenderer.AttachmentRelationship |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PDFRenderer.AttachmentRelationship[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDFRenderer.AttachmentRelationship Source
public static final PDFRenderer.AttachmentRelationship Data
public static final PDFRenderer.AttachmentRelationship Alternative
public static final PDFRenderer.AttachmentRelationship Supplement
public static final PDFRenderer.AttachmentRelationship Unspecified
public static PDFRenderer.AttachmentRelationship[] values()
for (PDFRenderer.AttachmentRelationship c : PDFRenderer.AttachmentRelationship.values()) System.out.println(c);
public static PDFRenderer.AttachmentRelationship valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null