Uses of Class
com.itextpdf.kernel.geom.PageSize
-
Packages that use PageSize Package Description com.itextpdf.kernel.geom com.itextpdf.kernel.pdf com.itextpdf.layout com.itextpdf.layout.element com.itextpdf.layout.renderer com.itextpdf.pdfa com.itextpdf.pdfua -
-
Uses of PageSize in com.itextpdf.kernel.geom
Fields in com.itextpdf.kernel.geom declared as PageSize Modifier and Type Field 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
Methods in com.itextpdf.kernel.geom that return PageSize Modifier and Type Method Description PageSize
PageSize. rotate()
RotatesPageSize
clockwise. -
Uses of PageSize in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as PageSize Modifier and Type Field Description private PageSize
PdfDocument. defaultPageSize
Default page size.Methods in com.itextpdf.kernel.pdf that return PageSize Modifier and Type Method Description PageSize
PdfDocument. getDefaultPageSize()
Gets default page size.Methods in com.itextpdf.kernel.pdf with parameters of type PageSize Modifier and Type Method 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)
CreatePdfPage
with given page size and add it to thePdfDocument
.PdfPage
PdfPageFactory. createPdfPage(PdfDocument pdfDocument, PageSize pageSize)
void
PdfDocument. setDefaultPageSize(PageSize pageSize)
Sets default page size.Constructors in com.itextpdf.kernel.pdf with parameters of type PageSize Constructor Description PdfPage(PdfDocument pdfDocument, PageSize pageSize)
-
Uses of PageSize in com.itextpdf.layout
Methods in com.itextpdf.layout with parameters of type PageSize Modifier and Type Method Description Rectangle
Document. getPageEffectiveArea(PageSize pageSize)
Returns the area that will actually be used to write on the page, given the current margins.Constructors in com.itextpdf.layout with parameters of type PageSize Constructor Description Document(PdfDocument pdfDoc, PageSize pageSize)
Creates a document from aPdfDocument
with a manually setPageSize
.Document(PdfDocument pdfDoc, PageSize pageSize, boolean immediateFlush)
Creates a document from aPdfDocument
with a manually setPageSize
. -
Uses of PageSize in com.itextpdf.layout.element
Fields in com.itextpdf.layout.element declared as PageSize Modifier and Type Field Description protected PageSize
AreaBreak. pageSize
Methods in com.itextpdf.layout.element that return PageSize Modifier and Type Method Description PageSize
AreaBreak. getPageSize()
Gets the page size.Methods in com.itextpdf.layout.element with parameters of type PageSize Modifier and Type Method Description void
AreaBreak. setPageSize(PageSize pageSize)
Sets the page size.Constructors in com.itextpdf.layout.element with parameters of type PageSize Constructor Description AreaBreak(PageSize pageSize)
Creates an AreaBreak. -
Uses of PageSize in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer that return PageSize Modifier and Type Method Description protected PageSize
DocumentRenderer. addNewPage(PageSize customPageSize)
Adds new page with defined page size to PDF document.protected PageSize
DocumentRenderer. ensureDocumentHasNPages(int n, PageSize customPageSize)
Ensures that PDF document has n pages.Methods in com.itextpdf.layout.renderer with parameters of type PageSize Modifier and Type Method Description protected PageSize
DocumentRenderer. addNewPage(PageSize customPageSize)
Adds new page with defined page size to PDF document.protected PageSize
DocumentRenderer. ensureDocumentHasNPages(int n, PageSize customPageSize)
Ensures that PDF document has n pages.private Rectangle
DocumentRenderer. getCurrentPageEffectiveArea(PageSize pageSize)
-
Uses of PageSize in com.itextpdf.pdfa
Methods in com.itextpdf.pdfa with parameters of type PageSize Modifier and Type Method Description PdfPage
PdfAPageFactory. createPdfPage(PdfDocument pdfDocument, PageSize pageSize)
CreatePdfPage
with given page size and add it to thePdfDocument
.Constructors in com.itextpdf.pdfa with parameters of type PageSize Constructor Description PdfAPage(PdfDocument pdfDocument, PageSize pageSize, PdfAChecker checker)
-
Uses of PageSize in com.itextpdf.pdfua
Methods in com.itextpdf.pdfua with parameters of type PageSize Modifier and Type Method Description PdfPage
PdfUAPageFactory. createPdfPage(PdfDocument pdfDocument, PageSize pageSize)
Constructors in com.itextpdf.pdfua with parameters of type PageSize Constructor Description PdfUAPage(PdfDocument pdfDocument, PageSize pageSize, PdfUA1Checker checker)
-