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 PageSizePageSize. A0static PageSizePageSize. A1static PageSizePageSize. A10static PageSizePageSize. A2static PageSizePageSize. A3static PageSizePageSize. A4static PageSizePageSize. A5static PageSizePageSize. A6static PageSizePageSize. A7static PageSizePageSize. A8static PageSizePageSize. A9static PageSizePageSize. B0static PageSizePageSize. B1static PageSizePageSize. B10static PageSizePageSize. B2static PageSizePageSize. B3static PageSizePageSize. B4static PageSizePageSize. B5static PageSizePageSize. B6static PageSizePageSize. B7static PageSizePageSize. B8static PageSizePageSize. B9static PageSizePageSize. DEFAULTstatic PageSizePageSize. EXECUTIVEstatic PageSizePageSize. LEDGERstatic PageSizePageSize. LEGALstatic PageSizePageSize. LETTERstatic PageSizePageSize. TABLOIDMethods in com.itextpdf.kernel.geom that return PageSize Modifier and Type Method Description PageSizePageSize. rotate()RotatesPageSizeclockwise. -
Uses of PageSize in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as PageSize Modifier and Type Field Description private PageSizePdfDocument. defaultPageSizeDefault page size.Methods in com.itextpdf.kernel.pdf that return PageSize Modifier and Type Method Description PageSizePdfDocument. getDefaultPageSize()Gets default page size.Methods in com.itextpdf.kernel.pdf with parameters of type PageSize Modifier and Type Method Description PdfPagePdfDocument. addNewPage(int index, PageSize pageSize)Creates and inserts new page to the document.PdfPagePdfDocument. addNewPage(PageSize pageSize)Creates and adds new page with the specified page size.PdfPageIPdfPageFactory. createPdfPage(PdfDocument pdfDocument, PageSize pageSize)CreatePdfPagewith given page size and add it to thePdfDocument.PdfPagePdfPageFactory. createPdfPage(PdfDocument pdfDocument, PageSize pageSize)voidPdfDocument. 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 RectangleDocument. 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 aPdfDocumentwith a manually setPageSize.Document(PdfDocument pdfDoc, PageSize pageSize, boolean immediateFlush)Creates a document from aPdfDocumentwith 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 PageSizeAreaBreak. pageSizeMethods in com.itextpdf.layout.element that return PageSize Modifier and Type Method Description PageSizeAreaBreak. getPageSize()Gets the page size.Methods in com.itextpdf.layout.element with parameters of type PageSize Modifier and Type Method Description voidAreaBreak. 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 PageSizeDocumentRenderer. addNewPage(PageSize customPageSize)Adds new page with defined page size to PDF document.protected PageSizeDocumentRenderer. 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 PageSizeDocumentRenderer. addNewPage(PageSize customPageSize)Adds new page with defined page size to PDF document.protected PageSizeDocumentRenderer. ensureDocumentHasNPages(int n, PageSize customPageSize)Ensures that PDF document has n pages.private RectangleDocumentRenderer. 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 PdfPagePdfAPageFactory. createPdfPage(PdfDocument pdfDocument, PageSize pageSize)CreatePdfPagewith 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 PdfPagePdfUAPageFactory. createPdfPage(PdfDocument pdfDocument, PageSize pageSize)Constructors in com.itextpdf.pdfua with parameters of type PageSize Constructor Description PdfUAPage(PdfDocument pdfDocument, PageSize pageSize, PdfUA1Checker checker)Deprecated.in favour ofPdfUAPage(PdfDocument, PageSize, PdfUAChecker)PdfUAPage(PdfDocument pdfDocument, PageSize pageSize, PdfUAChecker checker)Creates newPdfUAPageinstance.
-