| 
 | |||||||||
| 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 | ||||||||