com.aspose.pdf.elements
Class AttachmentType

java.lang.Object
  extended by com.aspose.pdf.elements.AttachmentType

public class AttachmentType
extends java.lang.Object

Enumerates the attachment types.


Field Summary
static AttachmentType File
          File attachment.
static AttachmentType None
          None attachment.
static AttachmentType Note
          Note attachment.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

File

public static final AttachmentType File
File attachment.


Note

public static final AttachmentType Note
Note attachment.


None

public static final AttachmentType None
None attachment.