public class Pages
extends java.lang.Object
Constructor and Description |
---|
Pages(PDFDocument document,
int pageWidth,
int pageHeight) |
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
IndirectObject |
getIndirectObject() |
Page |
getPageAt(int position) |
Page |
newPage() |
void |
render() |
public Pages(PDFDocument document, int pageWidth, int pageHeight)
public IndirectObject getIndirectObject()
public Page newPage()
public Page getPageAt(int position)
public int getCount()
public void render()