Uses of Class
com.winnovative_software.PdfPage
-
Uses of PdfPage in com.winnovative_software
Methods in com.winnovative_software that return PdfPageModifier and TypeMethodDescriptionDocument.addPage()
Creates a new PDF page and adds it to the collection.Document.addPage
(PdfMargins pageMargins) Creates a new PDF page and adds it to the collection.Document.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 collectionExplicitDestination.destPage()
Gets the destination pageDocument.getPage
(int index) Gets the PDF page from the given index or null if the index is out of boundsDocument.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 indexMethods in com.winnovative_software with parameters of type PdfPageModifier and TypeMethodDescriptionvoid
PdfForm.addButton
(PdfPage pdfPage, PdfFormButton button) Creates a button in PDF formvoid
PdfForm.addCheckBox
(PdfPage pdfPage, PdfFormCheckBox checkBox) Creates a check box form field in PDF form of the PDF documentvoid
PdfForm.addComboBox
(PdfPage pdfPage, PdfFormComboBox comboBox) Creates a combo box field in PDF formvoid
PdfForm.addListBox
(PdfPage pdfPage, PdfFormListBox listBox) Creates a list box field in PDF formvoid
PdfFormRadioButtonsGroup.addRadioButton
(PdfPage pdfPage, PdfFormRadioButton radioButton) Creates a radio button with given box and the given name in the given PDF pagevoid
PdfForm.addRadioButtonsGroup
(PdfPage pdfPage, PdfFormRadioButtonsGroup radioButtonsGroup) Creates a group of radio buttons in PDF formvoid
PdfForm.addTextBox
(PdfPage pdfPage, PdfFormTextBox textBox) Creates a text box form field in PDF form of the PDF documentint
Document.indexOfPage
(PdfPage pdfPage) Gets the index of a PDF page in pages collectionConstructors in com.winnovative_software with parameters of type PdfPageModifierConstructorDescriptionExplicitDestination
(PdfPage page) Constructs a destination to the specified pageExplicitDestination
(PdfPage page, PointFloat point) Constructs a destination to the specified location in the specified pageExplicitDestination
(PdfPage page, PointFloat point, DestinationViewMode viewMode) Constructs a destination to the specified location in the specified page and with the specified view mode of the destination page