|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.pdfcollection
com.spire.pdf.attachments.pdfattachmentcollection
public class pdfattachmentcollection
represents a collection of the attachment objects.
constructor summary | |
---|---|
pdfattachmentcollection()
initializes a new instance of the class. |
|
pdfattachmentcollection( attachmentdictionary,
table)
|
method summary | |
---|---|
int |
add(pdfattachment attachment)
|
int |
add(java.lang.string name,
pdfattachment attachment)
adds the specified attachment. |
void |
clear()
clears the collection. |
boolean |
contains(pdfattachment attachment)
determines whether |
pdfattachment |
get(int index)
gets attachment by its index in the collection. |
int |
indexof(pdfattachment attachment)
indexes the of attachment. |
void |
insert(int index,
pdfattachment attachment)
inserts the specified index. |
void |
remove(pdfattachment attachment)
removes the specified attachment. |
void |
removeat(int index)
removes attachment at the specified index. |
methods inherited from class com.spire.pdf.pdfcollection |
---|
getcount, getlist |
constructor detail |
---|
public pdfattachmentcollection()
public pdfattachmentcollection( attachmentdictionary, table)
method detail |
---|
public pdfattachment get(int index)
index
- index of the attachment.
public int add(pdfattachment attachment)
public int add(java.lang.string name, pdfattachment attachment)
attachment
- the attachment.
public void insert(int index, pdfattachment attachment)
index
- the index.attachment
- the attachment.public void remove(pdfattachment attachment)
attachment
- the attachment.public void removeat(int index)
index
- the index.public int indexof(pdfattachment attachment)
attachment
- the attachment.
public boolean contains(pdfattachment attachment)
attachment
- the attachment.
public void clear()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |