pdfsectioncollection-ag凯发旗舰厅



com.spire.pdf
class pdfsectioncollection

java.lang.object
  extended by com.spire.pdf.pdfsectioncollection
all implemented interfaces:
ipdfwrapper, java.lang.iterable

public class pdfsectioncollection
extends java.lang.object
implements ipdfwrapper, java.lang.iterable

the collection of the sections.


constructor summary
pdfsectioncollection(pdfdocumentbase document)
           
 
method summary
 pdfsection add()
          adds a section to the collection.
 pdfsection add(pdfpagesettings pagesettings)
          creates a section and adds it to the collection.
 pdfsection get(int index)
          gets the section at the specified index.
 
constructor detail

pdfsectioncollection

public pdfsectioncollection(pdfdocumentbase document)
method detail

get

public pdfsection get(int index)
gets the section at the specified index.

add

public pdfsection add(pdfpagesettings pagesettings)
creates a section and adds it to the collection.
returns:
created section object.

add

public pdfsection add()
adds a section to the collection.
returns:


网站地图