Uses of Class
com.winnovative_software.PdfMargins
-
Uses of PdfMargins in com.winnovative_software
Fields in com.winnovative_software declared as PdfMarginsMethods in com.winnovative_software that return PdfMarginsModifier and TypeMethodDescriptionDocument.margins()Gets the default document margins.PdfPage.margins()Gets the page marginsMethods in com.winnovative_software with parameters of type PdfMarginsModifier and TypeMethodDescriptionDocument.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 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 indexvoidDocument.setMargins(PdfMargins margins) Sets the default document margins.