PdfAttachmentsEmbeddingMode
Contents
[
Hide
]Inheritance: java.lang.Object
public class PdfAttachmentsEmbeddingMode
Specifies how attachments are embedded to PDF document.
Fields
Field | Description |
---|---|
ANNOTATIONS | Attachments are embedded as annotations with location on page. |
DOCUMENT_EMBEDDED_FILES | Attachments are embedded as the document embedded files without annotations. |
NONE | Attachments are not embedded. |
length |
Methods
Method | Description |
---|---|
fromName(String pdfAttachmentsEmbeddingModeName) | |
getName(int pdfAttachmentsEmbeddingMode) | |
getValues() | |
toString(int pdfAttachmentsEmbeddingMode) |
ANNOTATIONS
public static int ANNOTATIONS
Attachments are embedded as annotations with location on page.
DOCUMENT_EMBEDDED_FILES
public static int DOCUMENT_EMBEDDED_FILES
Attachments are embedded as the document embedded files without annotations.
NONE
public static int NONE
Attachments are not embedded.
length
public static int length
fromName(String pdfAttachmentsEmbeddingModeName)
public static int fromName(String pdfAttachmentsEmbeddingModeName)
Parameters:
Parameter | Type | Description |
---|---|---|
pdfAttachmentsEmbeddingModeName | java.lang.String |
Returns: int
getName(int pdfAttachmentsEmbeddingMode)
public static String getName(int pdfAttachmentsEmbeddingMode)
Parameters:
Parameter | Type | Description |
---|---|---|
pdfAttachmentsEmbeddingMode | int |
Returns: java.lang.String
getValues()
public static int[] getValues()
Returns: int[]
toString(int pdfAttachmentsEmbeddingMode)
public static String toString(int pdfAttachmentsEmbeddingMode)
Parameters:
Parameter | Type | Description |
---|---|---|
pdfAttachmentsEmbeddingMode | int |
Returns: java.lang.String