aspose.pdf
Class AttachmentType

java.lang.Object
  extended by aspose.pdf.EnumerationBase
      extended by aspose.pdf.AttachmentType

public final class AttachmentType
extends EnumerationBase

Enumerates the attachment types.


Field Summary
static AttachmentType File
          The attachment is a file.
static AttachmentType None
          No attachment.
static AttachmentType Note
          The attachment is a note.
 
Method Summary
 
Methods inherited from class aspose.pdf.EnumerationBase
getValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final AttachmentType None
No attachment.


Note

public static final AttachmentType Note
The attachment is a note.


File

public static final AttachmentType File
The attachment is a file.