|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DocumentAttachment in aspose.pdf |
---|
Methods in aspose.pdf that return DocumentAttachment | |
---|---|
DocumentAttachment |
DocumentAttachments.getDocumentAttachment(int index)
Gets a DocumentAttachment object from the collection
according to DocumentAttachment index. |
Methods in aspose.pdf with parameters of type DocumentAttachment | |
---|---|
void |
DocumentAttachments.add(DocumentAttachment docattachment)
Adds a new DocumentAttachment object into the collection. |
void |
DocumentAttachments.insert(DocumentAttachment attachmentToInsertAfter,
DocumentAttachment newAttachment)
Inserts a new DocumentAttachment object into the collection after
specified DocumentAttachment object. |
void |
DocumentAttachments.Insert(int index,
DocumentAttachment attachment)
Inserts a new DocumentAttachment object into the collection after
specified DocumentAttachment object. |
void |
DocumentAttachments.remove(DocumentAttachment attachmentToRemove)
Removes a DocumentAttachment object from the collection. |
void |
DocumentAttachments.setDocumentAttachment(int index,
DocumentAttachment value)
Sets a DocumentAttachment object from the collection according to
DocumentAttachment index. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |