Uses of Class
com.winnovative_software.PdfPageSize
-
Uses of PdfPageSize in com.winnovative_software
Fields in com.winnovative_software declared as PdfPageSizeModifier and TypeFieldDescriptionstatic final PdfPageSize
PdfPageSize.A0
Represents the A0 size of a PDF pagestatic final PdfPageSize
PdfPageSize.A1
Represents the A1 size of a PDF pagestatic final PdfPageSize
PdfPageSize.A10
Represents the A10 size of a PDF pagestatic final PdfPageSize
PdfPageSize.A2
Represents the A2 size of a PDF pagestatic final PdfPageSize
PdfPageSize.A3
Represents the A3 size of a PDF pagestatic final PdfPageSize
PdfPageSize.A4
Represents the A4 size of a PDF pagestatic final PdfPageSize
PdfPageSize.A5
Represents the A5 size of a PDF pagestatic final PdfPageSize
PdfPageSize.A6
Represents the A6 size of a PDF pagestatic final PdfPageSize
PdfPageSize.A7
Represents the A7 size of a PDF pagestatic final PdfPageSize
PdfPageSize.A8
Represents the A8 size of a PDF pagestatic final PdfPageSize
PdfPageSize.A9
Represents the A9 size of a PDF pagestatic final PdfPageSize
PdfPageSize.ArchA
Represents the ArchA size of a PDF pagestatic final PdfPageSize
PdfPageSize.ArchB
Represents the ArchB size of a PDF pagestatic final PdfPageSize
PdfPageSize.ArchC
Represents the ArchC size of a PDF pagestatic final PdfPageSize
PdfPageSize.ArchD
Represents the ArchD size of a PDF pagestatic final PdfPageSize
PdfPageSize.ArchE
Represents the ArchE size of a PDF pagestatic final PdfPageSize
PdfPageSize.B0
Represents the B0 size of a PDF pagestatic final PdfPageSize
PdfPageSize.B1
Represents the B1 size of a PDF pagestatic final PdfPageSize
PdfPageSize.B2
Represents the B2 size of a PDF pagestatic final PdfPageSize
PdfPageSize.B3
Represents the B3 size of a PDF pagestatic final PdfPageSize
PdfPageSize.B4
Represents the B4 size of a PDF pagestatic final PdfPageSize
PdfPageSize.B5
Represents the B5 size of a PDF pagestatic final PdfPageSize
PdfPageSize.Flsa
Represents the Flsa size of a PDF pagestatic final PdfPageSize
PdfPageSize.HalfLetter
Represents the HalfLetter size of a PDF pagestatic final PdfPageSize
PdfPageSize.Ledger
Represents the Ledger size of a PDF pagestatic final PdfPageSize
PdfPageSize.Legal
Represents the Legal size of a PDF pagestatic final PdfPageSize
PdfPageSize.Letter
Represents the Letter size of a PDF pagestatic final PdfPageSize
PdfPageSize.Letter11x17
Represents the 11x17 size of a PDF pagestatic final PdfPageSize
PdfPageSize.Note
Represents the Note size of a PDF pageMethods in com.winnovative_software 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.winnovative_software 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 indexvoid
PdfDocumentOptions.setPdfPageSize
(PdfPageSize size) Sets the page size of the PDF document generated by the HTML to PDF converter.