pdfsectioncollection-ag凯发旗舰厅
com.spire.pdf
class pdfsectioncollection
java.lang.object
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.
pdfsectioncollection
public pdfsectioncollection(pdfdocumentbase document)
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: