|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.pdfsection
public class pdfsection
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 |
---|
public com.spire.ms.lang.event<pageaddedeventhandler> pageadded
constructor detail |
---|
public pdfsection(pdfdocumentbase document, pdfpagesettings pagesettings)
public pdfsection(pdfdocumentbase document)
method detail |
---|
public pdfsectionpagecollection getpages()
public com.spire.ms.system.collections.generic.list<pdfnewpage> getnewpages()
public pdfpagenumber getpagenumber()
public void setpagenumber(pdfpagenumber value)
public pdfpagesettings getpagesettings()
public void setpagesettings(pdfpagesettings value)
public pdfsectiontemplate gettemplate()
public void settemplate(pdfsectiontemplate value)
public int getcount()
public pdfdocumentbase getdocument()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |