PdfAttachmentsEmbeddingMode

Inheritance: java.lang.Object

public class PdfAttachmentsEmbeddingMode

Specifies how attachments are embedded to PDF document.

Fields

FieldDescription
ANNOTATIONSAttachments are embedded as annotations with location on page.
DOCUMENT_EMBEDDED_FILESAttachments are embedded as the document embedded files without annotations.
NONEAttachments are not embedded.
length

Methods

MethodDescription
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:

ParameterTypeDescription
pdfAttachmentsEmbeddingModeNamejava.lang.String

Returns: int

getName(int pdfAttachmentsEmbeddingMode)

public static String getName(int pdfAttachmentsEmbeddingMode)

Parameters:

ParameterTypeDescription
pdfAttachmentsEmbeddingModeint

Returns: java.lang.String

getValues()

public static int[] getValues()

Returns: int[]

toString(int pdfAttachmentsEmbeddingMode)

public static String toString(int pdfAttachmentsEmbeddingMode)

Parameters:

ParameterTypeDescription
pdfAttachmentsEmbeddingModeint

Returns: java.lang.String