Uses of Class
com.evopdf.PdfPageSize
-
Uses of PdfPageSize in com.evopdf
Fields in com.evopdf declared as PdfPageSizeModifier and TypeFieldDescriptionstatic final PdfPageSizePdfPageSize.A0Represents the A0 size of a PDF pagestatic final PdfPageSizePdfPageSize.A1Represents the A1 size of a PDF pagestatic final PdfPageSizePdfPageSize.A10Represents the A10 size of a PDF pagestatic final PdfPageSizePdfPageSize.A2Represents the A2 size of a PDF pagestatic final PdfPageSizePdfPageSize.A3Represents the A3 size of a PDF pagestatic final PdfPageSizePdfPageSize.A4Represents the A4 size of a PDF pagestatic final PdfPageSizePdfPageSize.A5Represents the A5 size of a PDF pagestatic final PdfPageSizePdfPageSize.A6Represents the A6 size of a PDF pagestatic final PdfPageSizePdfPageSize.A7Represents the A7 size of a PDF pagestatic final PdfPageSizePdfPageSize.A8Represents the A8 size of a PDF pagestatic final PdfPageSizePdfPageSize.A9Represents the A9 size of a PDF pagestatic final PdfPageSizePdfPageSize.ArchARepresents the ArchA size of a PDF pagestatic final PdfPageSizePdfPageSize.ArchBRepresents the ArchB size of a PDF pagestatic final PdfPageSizePdfPageSize.ArchCRepresents the ArchC size of a PDF pagestatic final PdfPageSizePdfPageSize.ArchDRepresents the ArchD size of a PDF pagestatic final PdfPageSizePdfPageSize.ArchERepresents the ArchE size of a PDF pagestatic final PdfPageSizePdfPageSize.B0Represents the B0 size of a PDF pagestatic final PdfPageSizePdfPageSize.B1Represents the B1 size of a PDF pagestatic final PdfPageSizePdfPageSize.B2Represents the B2 size of a PDF pagestatic final PdfPageSizePdfPageSize.B3Represents the B3 size of a PDF pagestatic final PdfPageSizePdfPageSize.B4Represents the B4 size of a PDF pagestatic final PdfPageSizePdfPageSize.B5Represents the B5 size of a PDF pagestatic final PdfPageSizePdfPageSize.FlsaRepresents the Flsa size of a PDF pagestatic final PdfPageSizePdfPageSize.HalfLetterRepresents the HalfLetter size of a PDF pagestatic final PdfPageSizePdfPageSize.LedgerRepresents the Ledger size of a PDF pagestatic final PdfPageSizePdfPageSize.LegalRepresents the Legal size of a PDF pagestatic final PdfPageSizePdfPageSize.LetterRepresents the Letter size of a PDF pagestatic final PdfPageSizePdfPageSize.Letter11x17Represents the 11x17 size of a PDF pagestatic final PdfPageSizePdfPageSize.NoteRepresents the Note size of a PDF pageMethods in com.evopdf that return PdfPageSizeModifier and TypeMethodDescriptionPdfPage.pageSize()Gets the size in points of this PDF pagePdfDocumentOptions.pdfPageSize()Gets the page size of the PDF document generated by the HTML to PDF converter.Methods in com.evopdf with parameters of type PdfPageSizeModifier and TypeMethodDescriptionDocument.addPage(PdfPageSize pageSize, PdfMargins pageMargins) Creates a new PDF page and adds it to the collection.Document.addPage(PdfPageSize pageSize, PdfMargins pageMargins, PdfPageOrientation pageOrientation) Creates a new PDF page with the specified size, margins and orientation and adds it to the collectionDocument.addPage(PdfPageSize pageSize, PdfMargins pageMargins, PdfPageOrientation pageOrientation, RotationAngle pageRotation) Creates a new PDF page with the specified size, margins and orientation and adds it to the collectionDocument.insertPage(int index, PdfPageSize pageSize, PdfMargins pageMargins, PdfPageOrientation pageOrientation) Creates a new PDF page with the specified size, margins and orientation and inserts it into the collection at the specified indexDocument.insertPage(int index, PdfPageSize pageSize, PdfMargins pageMargins, PdfPageOrientation pageOrientation, RotationAngle pageRotation) Creates a new PDF page with the specified size, margins and orientation and inserts it into the collection at the specified indexvoidPdfDocumentOptions.setPdfPageSize(PdfPageSize size) Sets the page size of the PDF document generated by the HTML to PDF converter.