pdfcollection-ag凯发旗舰厅
com.spire.pdf
class pdfcollection
java.lang.object
com.spire.pdf.pdfcollection
- all implemented interfaces:
- com.spire.ms.system.collections.ienumerable, java.lang.iterable
- direct known subclasses:
- pdfannotationcollection, pdfattachmentcollection, pdfcolumncollection, pdffieldcollection, pdflistfielditemcollection, pdflistitemcollection, pdflistwidgetitemcollection, pdfpagelayercollection, pdfradiobuttonitemcollection, pdfrowcollection, pdfstampcollection, pdfstatewidgetitemcollection, pdftextboxwidgetitemcollection
public class pdfcollection
- extends java.lang.object
- implements com.spire.ms.system.collections.ienumerable
base collection of the pdf objects.
constructor summary |
pdfcollection()
initializes a new instance of the class. |
method summary |
int |
getcount()
gets number of the elements in the collection. |
com.spire.ms.system.collections.generic.list |
getlist()
gets internal list of the collection.n |
pdfcollection
public pdfcollection()
- initializes a new instance of the class.
getcount
public int getcount()
- gets number of the elements in the collection.
- returns:
- the total number of elements in the collection.
getlist
public com.spire.ms.system.collections.generic.list getlist()
- gets internal list of the collection.n