pdfsection-ag凯发旗舰厅



com.spire.pdf
class pdfsection

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

public class pdfsection
extends java.lang.object
implements ipdfwrapper, com.spire.ms.system.collections.ienumerable

represents a section entity. a section it's a set of the pages with similar page settings.


field summary
 com.spire.ms.lang.event<pageaddedeventhandler> pageadded
           
 
constructor summary
pdfsection(pdfdocumentbase document)
           
pdfsection(pdfdocumentbase document, pdfpagesettings pagesettings)
           
 
method summary
 int getcount()
          gets the count of the pages in the section.
 pdfdocumentbase getdocument()
          gets the owner document.
 com.spire.ms.system.collections.generic.list<pdfnewpage> getnewpages()
          gets the list of all the pages
 pdfpagenumber getpagenumber()
          gets the page label.
 pdfsectionpagecollection getpages()
          gets the pages.
 pdfpagesettings getpagesettings()
          gets the page settings of the section.
 pdfsectiontemplate gettemplate()
          gets a template for the pages in the section.
 void setpagenumber(pdfpagenumber value)
          sets the page label.
 void setpagesettings(pdfpagesettings value)
          sets the page settings of the section.
 void settemplate(pdfsectiontemplate value)
          sets a template for the pages in the section.
 
field detail

pageadded

public com.spire.ms.lang.event<pageaddedeventhandler> pageadded
constructor detail

pdfsection

public pdfsection(pdfdocumentbase document,
                  pdfpagesettings pagesettings)

pdfsection

public pdfsection(pdfdocumentbase document)
method detail

getpages

public pdfsectionpagecollection getpages()
gets the pages.

getnewpages

public com.spire.ms.system.collections.generic.list<pdfnewpage> getnewpages()
gets the list of all the pages

getpagenumber

public pdfpagenumber getpagenumber()
gets the page label.

setpagenumber

public void setpagenumber(pdfpagenumber value)
sets the page label.

getpagesettings

public pdfpagesettings getpagesettings()
gets the page settings of the section.

setpagesettings

public void setpagesettings(pdfpagesettings value)
sets the page settings of the section.

gettemplate

public pdfsectiontemplate gettemplate()
gets a template for the pages in the section.

settemplate

public void settemplate(pdfsectiontemplate value)
sets a template for the pages in the section.

getcount

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

getdocument

public pdfdocumentbase getdocument()
gets the owner document.


网站地图