|
|||||||||
| 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.
| 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. |
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 |
setPageSettings(PdfPageSettings value)
Sets the page settings of the section. |
void |
setTemplate(PdfSectionTemplate value)
Sets a template for the pages in the section. |
| Constructor Detail |
|---|
public PdfSection(PdfDocumentBase document,
PdfPageSettings pageSettings)
public PdfSection(PdfDocumentBase document)
| Method Detail |
|---|
public PdfSectionPageCollection getPages()
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 | ||||||||