Package | Description |
---|---|
aspose.pdf |
Modifier and Type | Method and Description |
---|---|
DocumentAttachment |
DocumentAttachments.get_Item(int index)
Gets or sets a
DocumentAttachment object from the collection according to DocumentAttachment index. |
Modifier and Type | Method and Description |
---|---|
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.set_Item(int index,
DocumentAttachment value) |
Copyright © 2016 Aspose. All Rights Reserved.