Uses of Class
aspose.pdf.AttachmentType

Uses of AttachmentType in aspose.pdf
 

Fields in aspose.pdf declared as AttachmentType
static AttachmentType AttachmentType.File
          The attachment is a file.
static AttachmentType AttachmentType.None
          No attachment.
static AttachmentType AttachmentType.Note
          The attachment is a note.
 

Methods in aspose.pdf that return AttachmentType
 AttachmentType Attachment.getAttachmentType()
          Gets an AttachmentType object that indicates the attachment type.
 

Methods in aspose.pdf with parameters of type AttachmentType
 void Attachment.setAttachmentType(AttachmentType value)
          Sets a AttachmentType that indicates the attachment type.