| Package | Description |
|---|---|
| com.itextpdf.kernel.geom | |
| com.itextpdf.kernel.pdf |
| Modifier and Type | Field and Description |
|---|---|
static PageSize |
PageSize.A0 |
static PageSize |
PageSize.A1 |
static PageSize |
PageSize.A10 |
static PageSize |
PageSize.A2 |
static PageSize |
PageSize.A3 |
static PageSize |
PageSize.A4 |
static PageSize |
PageSize.A5 |
static PageSize |
PageSize.A6 |
static PageSize |
PageSize.A7 |
static PageSize |
PageSize.A8 |
static PageSize |
PageSize.A9 |
static PageSize |
PageSize.B0 |
static PageSize |
PageSize.B1 |
static PageSize |
PageSize.B10 |
static PageSize |
PageSize.B2 |
static PageSize |
PageSize.B3 |
static PageSize |
PageSize.B4 |
static PageSize |
PageSize.B5 |
static PageSize |
PageSize.B6 |
static PageSize |
PageSize.B7 |
static PageSize |
PageSize.B8 |
static PageSize |
PageSize.B9 |
static PageSize |
PageSize.DEFAULT |
static PageSize |
PageSize.EXECUTIVE |
static PageSize |
PageSize.LEDGER |
static PageSize |
PageSize.LEGAL |
static PageSize |
PageSize.LETTER |
static PageSize |
PageSize.TABLOID |
| Modifier and Type | Method and Description |
|---|---|
PageSize |
PageSize.rotate()
Rotates
PageSize clockwise. |
| Modifier and Type | Method and Description |
|---|---|
PageSize |
PdfDocument.getDefaultPageSize()
Gets default page size.
|
| Modifier and Type | Method and Description |
|---|---|
PdfPage |
PdfDocument.addNewPage(int index,
PageSize pageSize)
Creates and inserts new page to the document.
|
PdfPage |
PdfDocument.addNewPage(PageSize pageSize)
Creates and adds new page with the specified page size.
|
PdfPage |
IPdfPageFactory.createPdfPage(PdfDocument pdfDocument,
PageSize pageSize)
Create
PdfPage with given page size and add it to the PdfDocument. |
void |
PdfDocument.setDefaultPageSize(PageSize pageSize)
Sets default page size.
|
| Constructor and Description |
|---|
PdfPage(PdfDocument pdfDocument,
PageSize pageSize) |
Copyright © 1998–2023 iText Group NV. All rights reserved.