pdfsectionpagecollection-ag凯发旗舰厅



com.spire.pdf
class pdfsectionpagecollection

java.lang.object
  extended by com.spire.pdf.pdfsectionpagecollection
all implemented interfaces:
com.spire.ms.system.collections.ienumerable, java.lang.iterable

public class pdfsectionpagecollection
extends java.lang.object
implements com.spire.ms.system.collections.ienumerable

manipulates pages within a section.


constructor summary
pdfsectionpagecollection(pdfsection section)
           
 
method summary
 pdfnewpage add()
          creates a new page and adds it into the collection.
 void add(pdfnewpage page)
          adds a page into collection.
 pdfnewpage get(int index)
          gets the page at the specified index.
 int getcount()
          gets the count of the pages.
 
constructor detail

pdfsectionpagecollection

public pdfsectionpagecollection(pdfsection section)
method detail

get

public pdfnewpage get(int index)
gets the page at the specified index.

getcount

public int getcount()
gets the count of the pages.

add

public pdfnewpage add()
creates a new page and adds it into the collection.
returns:
the new page.

add

public void add(pdfnewpage page)
adds a page into collection.
parameters:
page - the page.


网站地图