public class PdfAttachmentsEmbeddingMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ANNOTATIONS
Attachments are embedded as annotations with location on page.
|
static int |
DOCUMENT_EMBEDDED_FILES
Attachments are embedded as the document embedded files without annotations.
|
static int |
length |
static int |
NONE
Attachments are not embedded.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String pdfAttachmentsEmbeddingModeName) |
static java.lang.String |
getName(int pdfAttachmentsEmbeddingMode) |
static int[] |
getValues() |
static java.lang.String |
toString(int pdfAttachmentsEmbeddingMode) |
public static int NONE
public static int ANNOTATIONS
public static int DOCUMENT_EMBEDDED_FILES
public static int length
public static java.lang.String getName(int pdfAttachmentsEmbeddingMode)
public static java.lang.String toString(int pdfAttachmentsEmbeddingMode)
public static int fromName(java.lang.String pdfAttachmentsEmbeddingModeName)
public static int[] getValues()