|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.PdfSectionPageCollection
public class PdfSectionPageCollection
Manipulates pages within a section.
| Constructor Summary | |
|---|---|
PdfSectionPageCollection(PdfSection section)
|
|
| Method Summary | |
|---|---|
PdfNewPage |
add()
Creates a new page and adds it into the collection. |
void |
add(PdfNewPage page)
Adds a page into collection. |
PdfNewPage |
get(int index)
Gets the page at the specified index. |
int |
getCount()
Gets the count of the pages. |
| Constructor Detail |
|---|
public PdfSectionPageCollection(PdfSection section)
| Method Detail |
|---|
public PdfNewPage get(int index)
public int getCount()
public PdfNewPage add()
public void add(PdfNewPage page)
page - The page.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||